paper-with-me

홈 › Papers

GenFormer -- Generated Images are All You Need to Improve Robustness of Transformers on Small Datasets

2024-08-26 · Sven Oehri, Nikolas Ebert, Ahmed Abdullah, Didier Stricker, Oliver Wasenmüller

Recent studies showcase the competitive accuracy of Vision Transformers (ViTs) in relation to Convolutional Neural Networks (CNNs), along with their remarkable robustness. However, ViTs demand a large amount of data to achieve adequate performance, which makes their application to small datasets challenging, falling behind CNNs. To overcome this, we propose GenFormer, a data augmentation strategy utilizing generated images, thereby improving transformer accuracy and robustness on small-scale image classification tasks. In our comprehensive evaluation we propose Tiny ImageNetV2, -R, and -A as new test set variants of Tiny ImageNet by transferring established ImageNet generalization and robustness benchmarks to the small-scale data domain. Similarly, we introduce MedMNIST-C and EuroSAT-C as corrupted test set variants of established fine-grained datasets in the medical and aerial domain. Through a series of experiments conducted on small datasets of various domains, including Tiny ImageNet, CIFAR, EuroSAT and MedMNIST datasets, we demonstrate the synergistic power of our method, in particular when combined with common train and test time augmentations, knowledge distillation, and architectural design choices. Additionally, we prove the effectiveness of our approach under challenging conditions with limited training data, demonstrating significant improvements in both accuracy and robustness, bridging the gap between CNNs and ViTs in the small-scale dataset domain.

📄 PDF Abstract BibTeX arXiv:2408.14131

Code (2)

cemos-is/genformer 공식 구현 pytorch
cemos-is/robust-minisets 공식 구현 pytorch

Tasks

AllData Augmentationimage-classificationImage ClassificationKnowledge Distillation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

GenFormer: A Deep-Learning-Based Approach for Generating Multivariate Stochastic Processes

2024-02-03 · Haoran Zhao, Wayne Isaac Tan Uy

Stochastic generators are essential to produce synthetic realizations that preserve target statistical properties. We propose GenFormer, a stochastic generator for spatio-temporal multivariate stochastic processes. It is…

ManagementTime Series

Graph Transformers without Positional Encodings

2024-01-31 · Ayush Garg

Recently, Transformers for graph representation learning have become increasingly popular, achieving state-of-the-art performance on a wide-variety of graph datasets, either alone or in combination with message-passing g…

Graph ClassificationGraph RegressionGraph Representation LearningNode Classification+1

RAID: A Dataset for Testing the Adversarial Robustness of AI-Generated Image Detectors

2025-06-04 · Hicham Eddoubi, Jonas Ricker, Federico Cocchi, Angelo Sotgiu 외

AI-generated images have reached a quality level at which humans are incapable of reliably distinguishing them from real images. To counteract the inherent risk of fraud and disinformation, the detection of AI-generated …

Adversarial Robustness

UnsafeBench: Benchmarking Image Safety Classifiers on Real-World and AI-Generated Images

2024-05-06 · Yiting Qu, Xinyue Shen, Yixin Wu, Michael Backes 외

With the advent of text-to-image models and concerns about their misuse, developers are increasingly relying on image safety classifiers to moderate their generated unsafe images. Yet, the performance of current image sa…

Benchmarking

Findings of the Counter Turing Test: AI-Generated Image Detection

2026-05-20 · Rajarshi Roy, Nasrin Imanpour, Ashhar Aziz, Shashwat Bajpai 외 arxiv

The rapid advancements in generative AI technologies, such as Stable Diffusion, DALL-E, and Midjourney, have significantly transformed the creation of synthetic visual content. While these models enable innovation across…

Adversarial RobustnessBinary ClassificationContrastive Learning