paper-with-me

Papers

Adapting Self-Supervised Vision Transformers by Probing Attention-Conditioned Masking Consistency

2022-06-16 · Viraj Prabhu, Sriram Yenamandra, Aaditya Singh, Judy Hoffman

Visual domain adaptation (DA) seeks to transfer trained models to unseen, unlabeled domains across distribution shift, but approaches typically focus on adapting convolutional neural network architectures initialized with supervised ImageNet representations. In this work, we shift focus to adapting modern architectures for object recognition -- the increasingly popular Vision Transformer (ViT) -- and modern pretraining based on self-supervised learning (SSL). Inspired by the design of recent SSL approaches based on learning from partial image inputs generated via masking or cropping -- either by learning to predict the missing pixels, or learning representational invariances to such augmentations -- we propose PACMAC, a simple two-stage adaptation algorithm for self-supervised ViTs. PACMAC first performs in-domain SSL on pooled source and target data to learn task-discriminative features, and then probes the model's predictive consistency across a set of partial target inputs generated via a novel attention-conditioned masking strategy, to identify reliable candidates for self-training. Our simple approach leads to consistent performance gains over competing methods that use ViTs and self-supervised initializations on standard object recognition benchmarks. Code available at https://github.com/virajprabhu/PACMAC

📄 PDF Abstract BibTeX arXiv:2206.08222

Code (1)

virajprabhu/pacmac 공식 구현 pytorch

Tasks

Domain AdaptationObject RecognitionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Optical Flow boosts Unsupervised Localization and Segmentation

2023-07-25 · Xinyu Zhang, Abdeslam Boularias

Unsupervised localization and segmentation are long-standing robot vision challenges that describe the critical ability for an autonomous robot to learn to decompose images into individual objects without labeled data. T…

Lifelong learningObjectObject LocalizationOptical Flow Estimation+4

Self-Supervised Video Transformers for Isolated Sign Language Recognition

2023-09-02 · Marcelo Sandoval-Castaneda, Yanhong Li, Diane Brentari, Karen Livescu 외

This paper presents an in-depth analysis of various self-supervision methods for isolated sign language recognition (ISLR). We consider four recently introduced transformer-based approaches to self-supervised learning fr…

Self-Supervised LearningSign Language Recognition

Foundation Models for Face Presentation Attack Detection: A Unified Linear-Probing Benchmark

2026-07-29 · Peter Lorenz, Anjith George, Sébastien Marcel arxiv

Face presentation attack detection (PAD) remains challenging under cross-dataset evaluation, where domain shift degrades models trained on a single dataset. The scarcity of large-scale labeled data motivates adapting pre…

Face Presentation Attack Detection

Layer by layer, module by module: Choose both for optimal OOD probing of ViT

2026-03-05 · Ambroise Odonnat, Vasilii Feofanov, Laetitia Chapel, Romain Tavenard 외 arxiv

Recent studies have observed that intermediate layers of foundation models often yield more discriminative representations than the final layer. While initially attributed to autoregressive pretraining, this phenomenon h…

Image Classification

Emerging Properties in Self-Supervised Vision Transformers

2021-04-29 · ICCV 2021 10 · Mathilde Caron, Hugo Touvron, Ishan Misra, Hervé Jégou 외

In this paper, we question if self-supervised learning provides new properties to Vision Transformer (ViT) that stand out compared to convolutional networks (convnets). Beyond the fact that adapting self-supervised metho…

Copy DetectionImage ClassificationImage RetrievalLinear evaluation+7