paper-with-me

홈 › Papers

$A^2$: Smaller Self-Supervised ViTs Localize Better than Larger Ones

2026-06-02 · Sreehari Rammohan, Huy Ha, Carl Vondrick arxiv

Robust visual classification often depends on localizing the main foreground objects in an image while ignoring contextual distractors. Surprisingly, we find that the attention maps of smaller self-supervised ViTs localize foreground objects better than those of larger ViTs. However, we still need large ViTs, because they extract richer representations from each patch. To get the best of both worlds, good localization and rich representations, we propose $A^2$, a simple method that leverages this inverse scaling finding by decoupling where to look (a small attention model) from what to extract (a large embedding model): we crop around the attention peaks of a small model and embed the crops with a larger model. $A^2$ uses entirely pretrained features, requires no group labels, and does not require per-dataset attention or backbone training. Across 5 benchmarks, $A^2$ is competitive with backbone-matched loss-level methods like DFR, and outperforms end-to-end attention training under stronger distribution shifts.

📄 PDF Abstract BibTeX arXiv:2606.03148

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Limited Data, Unlimited Potential: A Study on ViTs Augmented by Masked Autoencoders

2023-10-31 · Srijan Das, Tanmay Jain, Dominick Reilly, Pranav Balaji 외

Vision Transformers (ViTs) have become ubiquitous in computer vision. Despite their success, ViTs lack inductive biases, which can make it difficult to train them with limited data. To address this challenge, prior studi…

DeepFake DetectionFace SwappingSelf-Supervised Learning

The MSXF TTS System for ICASSP 2022 ADD Challenge

2022-01-27 · Chunyong Yang, PengFei Liu, Yanli Chen, Hongbin Wang 외

This paper presents our MSXF TTS system for Task 3.1 of the Audio Deep Synthesis Detection (ADD) Challenge 2022. We use an end to end text to speech system, and add a constraint loss to the system when training stage. Th…

text-to-speechText to Speech

Siamese DETR

2023-03-31 · CVPR 2023 1 · Zeren Chen, Gengshi Huang, Wei Li, Jianing Teng 외

Recent self-supervised methods are mainly designed for representation learning with the base model, e.g., ResNets or ViTs. They cannot be easily transferred to DETR, with task-specific Transformer modules. In this work, …

MULTI-VIEW LEARNINGRepresentation Learning

Class-agnostic Object Detection with Multi-modal Transformer

2021-11-22 · Muhammad Maaz, Hanoona Rasheed, Salman Khan, Fahad Shahbaz Khan 외

What constitutes an object? This has been a long-standing question in computer vision. Towards this goal, numerous learning-free and learning-based approaches have been developed to score objectness. However, they genera…

Class-agnostic Object DetectionObjectobject-detectionObject Detection+2

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