paper-with-me

홈 › Papers

Distilling Self-Supervised Vision Transformers for Weakly-Supervised Few-Shot Classification & Segmentation

2023-07-07 · CVPR 2023 1 · Dahyun Kang, Piotr Koniusz, Minsu Cho, Naila Murray

We address the task of weakly-supervised few-shot image classification and segmentation, by leveraging a Vision Transformer (ViT) pretrained with self-supervision. Our proposed method takes token representations from the self-supervised ViT and leverages their correlations, via self-attention, to produce classification and segmentation predictions through separate task heads. Our model is able to effectively learn to perform classification and segmentation in the absence of pixel-level labels during training, using only image-level labels. To do this it uses attention maps, created from tokens generated by the self-supervised ViT backbone, as pixel-level pseudo-labels. We also explore a practical setup with ``mixed" supervision, where a small number of training images contains ground-truth pixel-level labels and the remaining images have only image-level labels. For this mixed setup, we propose to improve the pseudo-labels using a pseudo-label enhancer that was trained using the available ground-truth pixel-level labels. Experiments on Pascal-5i and COCO-20i demonstrate significant performance gains in a variety of supervision settings, and in particular when little-to-no pixel-level labels are available.

📄 PDF Abstract BibTeX arXiv:2307.03407

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Image Classificationimage-classificationImage ClassificationPseudo LabelSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

Attention Distillation: self-supervised vision transformer students need more guidance

2022-10-03 · Kai Wang, Fei Yang, Joost Van de Weijer

Self-supervised learning has been widely applied to train high-quality vision transformers. Unleashing their excellent performance on memory and compute constraint devices is therefore an important research topic. Howeve…

Knowledge DistillationSelf-Supervised Learning

Max Pooling with Vision Transformers reconciles class and shape in weakly supervised semantic segmentation

2022-10-31 · Simone Rossetti, Damiano Zappia, Marta Sanzari, Marco Schaerf 외

Weakly Supervised Semantic Segmentation (WSSS) research has explored many directions to improve the typical pipeline CNN plus class activation maps (CAM) plus refinements, given the image-class label as the only supervis…

Self-Supervised LearningSemantic SegmentationSentencevalid+6

Upsampling DINOv2 features for unsupervised vision tasks and weakly supervised materials segmentation

2024-10-20 · Ronan Docherty, Antonis Vamvakeros, Samuel J. Cooper

The features of self-supervised vision transformers (ViTs) contain strong semantic and positional information relevant to downstream tasks like object localization and segmentation. Recent works combine these features wi…

Clusteringgraph partitioningObject LocalizationProperty Prediction+2

Category-aware Allocation Transformer for Weakly Supervised Object Localization

2023-01-01 · ICCV 2023 1 · Zhiwei Chen, Jinren Ding, Liujuan Cao, Yunhang Shen 외

Weakly supervised object localization (WSOL) aims to localize objects based on only image-level labels as supervision. Recently, transformers have been introduced into WSOL, yielding impressive results. The self-atte…

ObjectObject LocalizationWeakly-Supervised Object Localization

Self-Supervised Vision Transformers Learn Visual Concepts in Histopathology

2022-03-01 · Richard J. Chen, Rahul G. Krishnan

Tissue phenotyping is a fundamental task in learning objective characterizations of histopathologic biomarkers within the tumor-immune microenvironment in cancer pathology. However, whole-slide imaging (WSI) is a complex…

DiversityKnowledge DistillationTransfer Learning