paper-with-me

Papers

Learning Diverse Features in Vision Transformers for Improved Generalization

2023-08-30 · Armand Mihai Nicolicioiu, Andrei Liviu Nicolicioiu, Bogdan Alexe, Damien Teney

Deep learning models often rely only on a small set of features even when there is a rich set of predictive signals in the training data. This makes models brittle and sensitive to distribution shifts. In this work, we first examine vision transformers (ViTs) and find that they tend to extract robust and spurious features with distinct attention heads. As a result of this modularity, their performance under distribution shifts can be significantly improved at test time by pruning heads corresponding to spurious features, which we demonstrate using an "oracle selection" on validation data. Second, we propose a method to further enhance the diversity and complementarity of the learned features by encouraging orthogonality of the attention heads' input gradients. We observe improved out-of-distribution performance on diagnostic benchmarks (MNIST-CIFAR, Waterbirds) as a consequence of the enhanced diversity of features and the pruning of undesirable heads.

📄 PDF Abstract BibTeX arXiv:2308.16274

Code (1)

armandnm/diverse-vit 공식 구현 pytorch

Tasks

DiagnosticDiversity

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

MMA: Multi-Modal Adapter for Vision-Language Models

2024-01-01 · CVPR 2024 1 · Lingxiao Yang, Ru-Yuan Zhang, Yanchen Wang, Xiaohua Xie

Pre-trained Vision-Language Models (VLMs) have served as excellent foundation models for transfer learning in diverse downstream tasks. However tuning VLMs for few-shot generalization tasks faces a discrimination -- …

Domain GeneralizationGeneral KnowledgeTransfer Learning

Vision transformers in domain adaptation and domain generalization: a study of robustness

2024-04-05 · Shadi Alijani, Jamil Fayyad, Homayoun Najjaran

Deep learning models are often evaluated in scenarios where the data distribution is different from those used in the training and validation phases. The discrepancy presents a challenge for accurately predicting the per…

Data AugmentationDomain AdaptationDomain GeneralizationMeta-Learning

Exploring Self-Supervised Vision Transformers for Deepfake Detection: A Comparative Analysis

2024-05-01 · Huy H. Nguyen, Junichi Yamagishi, Isao Echizen

This paper investigates the effectiveness of self-supervised pre-trained vision transformers (ViTs) compared to supervised pre-trained ViTs and conventional neural networks (ConvNets) for detecting facial deepfake images…

DeepFake DetectionFace SwappingFew-Shot LearningSelf-Supervised Learning+1

Tab-PET: Graph-Based Positional Encodings for Tabular Transformers

2025-11-17 · Yunze Leng, Rohan Ghosh, Mehul Motani arxiv

Supervised learning with tabular data presents unique challenges, including low data sizes, the absence of structural cues, and heterogeneous features spanning both categorical and continuous domains. Unlike vision and l…

Towards Generalizable Deepfake Image Detection with Vision Transformers

2026-04-19 · Kaliki V Srinanda, M Manvith Prabhu, Hemanth K Mogilipalem, Jayavarapu S Abhinai 외 arxiv

In today's day and age, we face a challenge in detecting deepfake images because of the fast evolution of modern generative models and the poor generalization capability of existing methods. In this paper, we use an ense…

DeepFake Detection