This commit is contained in:
Tobias Christian Nauen
2026-02-24 11:57:25 +01:00
parent 7e66c96a60
commit e8cc0ee8a6
275 changed files with 16336 additions and 836 deletions

View File

@@ -1,14 +1,11 @@
% ICCV 2025 Paper Template
% 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{iccv} % To produce the CAMERA-READY version
% \usepackage[review]{iccv} % To produce the REVIEW version
\usepackage[pagenumbers]{iccv} % To force page numbers, e.g. for an arXiv version
% Import additional packages in the preamble file, before hyperref
\input{packages}
% \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.
@@ -17,27 +14,32 @@
%
% 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{iccvblue}{rgb}{0.21,0.49,0.74}
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=iccvblue]{hyperref}
\usepackage[capitalize,noabbrev]{cleveref}
\definecolor{cvprblue}{rgb}{0.21,0.49,0.74}
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=cvprblue]{hyperref}
\input{packages}
%%%%%%%%% PAPER ID - PLEASE UPDATE
\def\paperID{6426} % *** Enter the Paper ID here
\def\confName{ICCV}
\def\confYear{2025}
\newcommand{\name}{\textit{ForNet}\xspace}
\newcommand{\schemename}{\textit{ForAug}\xspace}
% Names: RecombiNet, RecombNet, ReMix, ReMixNet, FoReMix/ForeMix
\def\paperID{4792} % *** Enter the Paper ID here
\def\confName{CVPR}
\def\confYear{2026}
%%%%%%%%% TITLE - PLEASE UPDATE
\title{\schemename: Recombining Foregrounds and Backgrounds to Improve Vision Transformer Training with Bias Mitigation}
\newcommand{\name}{\textit{ForNet}\xspace}
\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${}^{1,2}$ Brian Moser${}^2$ Federico Raue${}^2$ Stanislav Frolov${}^2$ Andreas Dengel${}^{1,2}$\\
${}^1$RPTU Kaiserslautern-Landau, Kaiserslautern, Germany \\
${}^2$German Research Center for Artificial Intelligence (DFKI), Kaiserslautern, Germany \\
{\tt\small first\_second.last@dfki.de / first.last@dfki.de}
\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'',
@@ -55,16 +57,15 @@ ${}^2$German Research Center for Artificial Intelligence (DFKI), Kaiserslautern,
% \input{sec/future_work}
\input{sec/conclusion}
\input{sec/acks}
{
\small
\bibliographystyle{ieeenat_fullname}
\bibliography{../../JabRef/main_bib}
\bibliography{main}
}
\newpage
\onecolumn
% WARNING: do not forget to delete the supplementary pages from your submission
\appendix
\onecolumn
\input{sec/appendix}
\end{document}