paper-with-me

Papers

Efficient Self-supervised Vision Transformers for Representation Learning

2021-06-17 · ICLR 2022 4 · Chunyuan Li, Jianwei Yang, Pengchuan Zhang, Mei Gao, Bin Xiao, Xiyang Dai, Lu Yuan, Jianfeng Gao

This paper investigates two techniques for developing efficient self-supervised vision transformers (EsViT) for visual representation learning. First, we show through a comprehensive empirical study that multi-stage architectures with sparse self-attentions can significantly reduce modeling complexity but with a cost of losing the ability to capture fine-grained correspondences between image regions. Second, we propose a new pre-training task of region matching which allows the model to capture fine-grained region dependencies and as a result significantly improves the quality of the learned vision representations. Our results show that combining the two techniques, EsViT achieves 81.3% top-1 on the ImageNet linear probe evaluation, outperforming prior arts with around an order magnitude of higher throughput. When transferring to downstream linear classification tasks, EsViT outperforms its supervised counterpart on 17 out of 18 datasets. The code and models are publicly available: https://github.com/microsoft/esvit

📄 PDF Abstract BibTeX arXiv:2106.09785

Code (1)

microsoft/esvit 공식 구현 pytorch

Tasks

Representation LearningSelf-Supervised Image Classification

Methods 이 논문이 사용한 방법론

EsViT EsViT proposes two techniques for developing efficient self-supervised vision transformers for visual representation leaning: a multi-stage architecture with sparse…

Similar Papers 제목 키워드 기반

SiT: Self-supervised vIsion Transformer

2021-04-08 · Sara Atito, Muhammad Awais, Josef Kittler

Self-supervised learning methods are gaining increasing traction in computer vision due to their recent success in reducing the gap with supervised learning. In natural language processing (NLP) self-supervised learning …

Few-Shot LearningSelf-Supervised Learning

Learning Explicit Object-Centric Representations with Vision Transformers

2022-10-25 · Oscar Vikström, Alexander Ilin

With the recent successful adaptation of transformers to the vision domain, particularly when trained in a self-supervised fashion, it has been shown that vision transformers can learn impressive object-reasoning-like be…

ObjectSegmentationSemantic Segmentation

Fake & Square: Training Self-Supervised Vision Transformers with Synthetic Data and Synthetic Hard Negatives

2025-09-02 · Nikolaos Giakoumoglou, Andreas Floros, Kleanthis Marios Papadopoulos, Tania Stathaki arxiv

This paper does not introduce a new method per se. Instead, we build on existing self-supervised learning approaches for vision, drawing inspiration from the adage "fake it till you make it". While contrastive self-super…

Self-Supervised LearningRepresentation Learning

OPERA: Omni-Supervised Representation Learning with Hierarchical Supervisions

2022-10-11 · ICCV 2023 1 · Chengkun Wang, Wenzhao Zheng, Zheng Zhu, Jie zhou 외

The pretrain-finetune paradigm in modern computer vision facilitates the success of self-supervised learning, which tends to achieve better transferability than supervised learning. However, with the availability of mass…

image-classificationImage Classificationobject-detectionObject Detection+2

Self-Supervised Pre-training of Vision Transformers for Dense Prediction Tasks

2022-05-30 · Jaonary Rabarisoa, Valentin Belissen, Florian Chabot, Quoc-Cuong Pham

We present a new self-supervised pre-training of Vision Transformers for dense prediction tasks. It is based on a contrastive loss across views that compares pixel-level representations to global image representations. T…

Depth EstimationMonocular Depth EstimationPredictionSemantic Segmentation