CVLGAug 23, 2024

SeA: Semantic Adversarial Augmentation for Last Layer Features from Unsupervised Representation Learning

arXiv:2408.13351v11 citationsh-index: 9Has Code
Originality Highly original
AI Analysis

This addresses the challenge of effective data augmentation for fixed deep features in downstream classification tasks, offering an efficient alternative to fine-tuning.

The paper tackles the problem of improving classification performance with fixed deep features by proposing semantic adversarial augmentation (SeA) in feature space, achieving an average 2% improvement over baseline features and comparable performance to fine-tuning on 6 out of 11 tasks.

Deep features extracted from certain layers of a pre-trained deep model show superior performance over the conventional hand-crafted features. Compared with fine-tuning or linear probing that can explore diverse augmentations, \eg, random crop/flipping, in the original input space, the appropriate augmentations for learning with fixed deep features are more challenging and have been less investigated, which degenerates the performance. To unleash the potential of fixed deep features, we propose a novel semantic adversarial augmentation (SeA) in the feature space for optimization. Concretely, the adversarial direction implied by the gradient will be projected to a subspace spanned by other examples to preserve the semantic information. Then, deep features will be perturbed with the semantic direction, and augmented features will be applied to learn the classifier. Experiments are conducted on $11$ benchmark downstream classification tasks with $4$ popular pre-trained models. Our method is $2\%$ better than the deep features without SeA on average. Moreover, compared to the expensive fine-tuning that is expected to give good performance, SeA shows a comparable performance on $6$ out of $11$ tasks, demonstrating the effectiveness of our proposal in addition to its efficiency. Code is available at \url{https://github.com/idstcv/SeA}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes