arxiv V2
This commit is contained in:
48
arxiv_v2_arXiv/main.tex
Normal file
48
arxiv_v2_arXiv/main.tex
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
\documentclass[10pt,twocolumn,letterpaper]{article}
|
||||
|
||||
\usepackage[pagenumbers]{cvpr} %
|
||||
|
||||
\definecolor{cvprblue}{rgb}{0.21,0.49,0.74}
|
||||
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=cvprblue]{hyperref}
|
||||
\input{packages}
|
||||
|
||||
\def\paperID{4792} %
|
||||
\def\confName{CVPR}
|
||||
\def\confYear{2026}
|
||||
|
||||
\newcommand{\name}{\textit{ForNet}\xspace}
|
||||
\newcommand{\schemename}{\textit{ForAug}\xspace}
|
||||
\title{\schemename: Mitigating Biases and Improving Vision Transformer Training by Recombining Foregrounds and Backgrounds}
|
||||
|
||||
\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}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\input{sec/abstract}
|
||||
\input{sec/intro}
|
||||
\input{sec/related_work}
|
||||
\input{sec/method}
|
||||
\input{sec/experiments}
|
||||
\input{sec/conclusion}
|
||||
\input{sec/acks}
|
||||
{
|
||||
\small
|
||||
\bibliographystyle{ieeenat_fullname}
|
||||
\bibliography{main}
|
||||
}
|
||||
|
||||
\appendix
|
||||
\onecolumn
|
||||
\input{sec/appendix}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user