71 lines
2.7 KiB
TeX
71 lines
2.7 KiB
TeX
% CVPR 2026 Paper Template; see https://github.com/cvpr-org/author-kit
|
|
|
|
\documentclass[10pt,twocolumn,letterpaper]{article}
|
|
|
|
%%%%%%%%% PAPER TYPE - PLEASE UPDATE FOR FINAL VERSION
|
|
% \usepackage{cvpr} % To produce the CAMERA-READY version
|
|
\usepackage[review]{cvpr} % To produce the REVIEW version
|
|
% \usepackage[pagenumbers]{cvpr} % To force page numbers, e.g. for an arXiv version
|
|
|
|
% It is strongly recommended to use hyperref, especially for the review version.
|
|
% hyperref with option pagebackref eases the reviewers' job.
|
|
% Please disable hyperref *only* if you encounter grave issues,
|
|
% e.g. with the file validation for the camera-ready version.
|
|
%
|
|
% If you comment hyperref and then uncomment it, you should delete *.aux before re-running LaTeX.
|
|
% (Or just hit 'q' on the first LaTeX run, let it finish, and you should be clear).
|
|
\definecolor{cvprblue}{rgb}{0.21,0.49,0.74}
|
|
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=cvprblue]{hyperref}
|
|
\input{packages}
|
|
|
|
%%%%%%%%% PAPER ID - PLEASE UPDATE
|
|
\def\paperID{4792} % *** Enter the Paper ID here
|
|
\def\confName{CVPR}
|
|
\def\confYear{2026}
|
|
|
|
%%%%%%%%% TITLE - PLEASE UPDATE
|
|
\newcommand{\schemename}{\textit{ForAug}\xspace}
|
|
\title{\schemename: Mitigating Biases and Improving Vision Transformer Training by Recombining Foregrounds and Backgrounds}
|
|
% \title{\schemename: Mitigating Biases and Improving ViT Training by Recombining Foregrounds and Backgrounds}
|
|
% \title{\LaTeX\ Author Guidelines for \confName~Proceedings}
|
|
|
|
%%%%%%%%% AUTHORS - PLEASE UPDATE
|
|
\author{
|
|
Tobias Christian Nauen\textsuperscript{\rm 1,\rm 2},
|
|
Brian Moser\textsuperscript{\rm 2},
|
|
Federico Raue\textsuperscript{\rm 2},
|
|
Stanislav Frolov\textsuperscript{\rm 2},
|
|
Andreas Dengel\textsuperscript{\rm 1,\rm 2} \\
|
|
\textsuperscript{\rm 1}RPTU University Kaiserslautern-Landau, Kaiserslautern, Germany \\
|
|
\textsuperscript{\rm 2}German Research Center for Artificial Intelligence (DFKI), Kaiserslautern, Germany \\
|
|
{\tt\small first\_second.last@dfki.de / first.last@dfki.de}
|
|
% For a paper whose authors are all at the same institution,
|
|
% omit the following lines up until the closing ``}''.
|
|
% Additional authors and addresses can be added with ``\and'',
|
|
% just like the second author.
|
|
% To save space, use either the email address or home page, not both
|
|
}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\input{sec/abstract}
|
|
\input{sec/intro}
|
|
\input{sec/related_work}
|
|
\input{sec/method}
|
|
\input{sec/experiments}
|
|
% \input{sec/future_work}
|
|
\input{sec/conclusion}
|
|
\input{sec/acks}
|
|
{
|
|
\small
|
|
\bibliographystyle{ieeenat_fullname}
|
|
\bibliography{../JabRef/main_bib}
|
|
}
|
|
|
|
% WARNING: do not forget to delete the supplementary pages from your submission
|
|
% \appendix
|
|
% \onecolumn
|
|
% \input{sec/appendix}
|
|
|
|
\end{document}
|