Files
ForAug/main.tex
Tobias Christian Nauen 78765791be iccv 2025 submission
2026-02-24 12:08:38 +01:00

71 lines
2.5 KiB
TeX

% ICCV 2025 Paper Template
\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}
% 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{iccvblue}{rgb}{0.21,0.49,0.74}
\usepackage[pagebackref,breaklinks,colorlinks,allcolors=iccvblue]{hyperref}
\usepackage[capitalize,noabbrev]{cleveref}
%%%%%%%%% 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
%%%%%%%%% TITLE - PLEASE UPDATE
\title{\schemename: Recombining Foregrounds and Backgrounds to Improve Vision Transformer Training with Bias Mitigation}
%%%%%%%%% 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}
% 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}
}
% \newpage
% \onecolumn
% \appendix
% \input{sec/appendix}
\end{document}