TdAttenMix: Top-Down Attention Guided Mixup
Zhiming Wang, Lin Gu, Feng Lu
TL;DR
TdAttenMix introduces a top-down attention guided mixup that combines a Top-down Attention Guided Module with bottom-up saliency to crop task-relevant patches and a Area-Attention Label Mixing scheme to adjust label proportions based on both region area and attention. The method, applicable to ResNet and ViT, yields state-of-the-art or competitive top-1 accuracy across eight benchmarks, improves downstream segmentation tasks, and enhances robustness to occlusion and out-of-distribution data. A gaze-driven inconsistency metric demonstrates that TdAttenMix reduces image-label misalignment compared to purely bottom-up approaches. Overall, the approach highlights the practical value of task-guided attention in data augmentation and offers a quantitative framework for studying image-label consistency in mixup.
Abstract
CutMix is a data augmentation strategy that cuts and pastes image patches to mixup training data. Existing methods pick either random or salient areas which are often inconsistent to labels, thus misguiding the training model. By our knowledge, we integrate human gaze to guide cutmix for the first time. Since human attention is driven by both high-level recognition and low-level clues, we propose a controllable Top-down Attention Guided Module to obtain a general artificial attention which balances top-down and bottom-up attention. The proposed TdATttenMix then picks the patches and adjust the label mixing ratio that focuses on regions relevant to the current label. Experimental results demonstrate that our TdAttenMix outperforms existing state-of-the-art mixup methods across eight different benchmarks. Additionally, we introduce a new metric based on the human gaze and use this metric to investigate the issue of image-label inconsistency. Project page: \url{https://github.com/morning12138/TdAttenMix}
