Files
ForAug/arXiv version_arXiv/sec/abstract.tex
Tobias Christian Nauen 7e66c96a60 arxiv V1
2026-02-24 11:52:26 +01:00

14 lines
1.6 KiB
TeX

\begin{abstract}
Transformers, particularly Vision Transformers (ViTs), have achieved state-of-the-art performance in large-scale image classification.
However, they often require large amounts of data and can exhibit biases that limit their robustness and generalizability.
This paper introduces \schemename, a novel data augmentation scheme that addresses these challenges and explicitly includes inductive biases, which commonly are part of the neural network architecture, into the training data.
\schemename is constructed by using pretrained foundation models to separate and recombine foreground objects with different backgrounds, enabling fine-grained control over image composition during training.
It thus increases the data diversity and effective number of training samples.
We demonstrate that training on \name, the application of \schemename to ImageNet, significantly improves the accuracy of ViTs and other architectures by up to 4.5 percentage points (p.p.) on ImageNet and 7.3 p.p. on downstream tasks.
Importantly, \schemename enables novel ways of analyzing model behavior and quantifying biases.
Namely, we introduce metrics for background robustness, foreground focus, center bias, and size bias and show that training on \name substantially reduces these biases compared to training on ImageNet.
In summary, \schemename provides a valuable tool for analyzing and mitigating biases, enabling the development of more robust and reliable computer vision models.
Our code and dataset are publicly available at \url{https://github.com/tobna/ForAug}.
\end{abstract}