paper-with-me

Papers

TransMix: Attend to Mix for Vision Transformers

2021-11-18 · CVPR 2022 1 · Jie-Neng Chen, Shuyang Sun, Ju He, Philip Torr, Alan Yuille, Song Bai

Mixup-based augmentation has been found to be effective for generalizing models during training, especially for Vision Transformers (ViTs) since they can easily overfit. However, previous mixup-based methods have an underlying prior knowledge that the linearly interpolated ratio of targets should be kept the same as the ratio proposed in input interpolation. This may lead to a strange phenomenon that sometimes there is no valid object in the mixed image due to the random process in augmentation but there is still response in the label space. To bridge such gap between the input and label spaces, we propose TransMix, which mixes labels based on the attention maps of Vision Transformers. The confidence of the label will be larger if the corresponding input image is weighted higher by the attention map. TransMix is embarrassingly simple and can be implemented in just a few lines of code without introducing any extra parameters and FLOPs to ViT-based models. Experimental results show that our method can consistently improve various ViT-based models at scales on ImageNet classification. After pre-trained with TransMix on ImageNet, the ViT-based models also demonstrate better transferability to semantic segmentation, object detection and instance segmentation. TransMix also exhibits to be more robust when evaluating on 4 different benchmarks. Code will be made publicly available at https://github.com/Beckschen/TransMix.

📄 PDF Abstract BibTeX arXiv:2111.09833

Code (2)

beckschen/transmix 공식 구현 pytorch
Westlake-AI/openmixup pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic Segmentationvalid

Similar Papers 제목 키워드 기반

MixPro: Data Augmentation with MaskMix and Progressive Attention Labeling for Vision Transformer

2023-04-24 · QiHao Zhao, Yangyu Huang, Wei Hu, Fan Zhang 외

The recently proposed data augmentation TransMix employs attention labels to help visual transformers (ViT) achieve better robustness and performance. However, TransMix is deficient in two aspects: 1) The image cropping …

Data AugmentationImage AugmentationImage ClassiData AugmentationficationImage Classification+5

Transformer-based Value Function Decomposition for Cooperative Multi-agent Reinforcement Learning in StarCraft

2022-08-15 · Muhammad Junaid Khan, Syed Hammad Ahmed, Gita Sukthankar

The StarCraft II Multi-Agent Challenge (SMAC) was created to be a challenging benchmark problem for cooperative multi-agent reinforcement learning (MARL). SMAC focuses exclusively on the problem of StarCraft micromanagem…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)SMAC+3

Lung Infection Severity Prediction Using Transformers with Conditional TransMix Augmentation and Cross-Attention

2025-10-08 · Bouthaina Slika, Fadi Dornaika, Fares Bougourzi, Karim Hammoudi arxiv

Lung infections, particularly pneumonia, pose serious health risks that can escalate rapidly, especially during pandemics. Accurate AI-based severity prediction from medical imaging is essential to support timely clinica…

severity predictionData Augmentation

Improving Limited Supervised Foot Ulcer Segmentation Using Cross-Domain Augmentation

2024-01-16 · Shang-Jui Kuo, Po-Han Huang, Chia-Ching Lin, Jeng-Lin Li 외

Diabetic foot ulcers pose health risks, including higher morbidity, mortality, and amputation rates. Monitoring wound areas is crucial for proper care, but manual segmentation is subjective due to complex wound features …

DiversitySegmentation

SepTr: Separable Transformer for Audio Spectrogram Processing

2022-03-17 · Nicolae-Catalin Ristea, Radu Tudor Ionescu, Fahad Shahbaz Khan

Following the successful application of vision transformers in multiple computer vision tasks, these models have drawn the attention of the signal processing community. This is because signals are often represented as sp…

Audio ClassificationSpeech Emotion RecognitionTime Series Analysis