paper-with-me

Papers

Class Tokens Infusion for Weakly Supervised Semantic Segmentation

2024-01-01 · CVPR 2024 1 · Sung-Hoon Yoon, Hoyong Kwon, Hyeonseong Kim, Kuk-Jin Yoon

Weakly Supervised Semantic Segmentation (WSSS) relies on Class Activation Maps (CAMs) to extract spatial information from image-level labels. With the success of Vision Transformer (ViT) the migration of ViT is actively conducted in WSSS. This work proposes a novel WSSS framework with Class Token Infusion (CTI). By infusing the class tokens from images we guide class tokens to possess class-specific distinct characteristics and global-local consistency. For this we devise two kinds of token infusion: 1) Intra-image Class Token Infusion (I-CTI) and 2) Cross-Image Class Token Infusion (C-CTI). In I-CTI we infuse the class tokens from the same but differently augmented images and thus make CAMs consistent among various deformations (view color). In C-CTI by infusing the class tokens from the other images and imposing the resulting CAMs to be similar it learns class-specific distinct characteristics. Besides the CTI we bring the background (BG) concept into ViT with the BG token to reduce the false positive activation of CAMs. We demonstrate the effectiveness of our method on PASCAL VOC 2012 and MS COCO 2014 datasets achieving state-of-the-art results in weakly supervised semantic segmentation. The code is available at https://github.com/yoon307/CTI

📄 PDF Abstract BibTeX

Code (1)

yoon307/cti 공식 구현 pytorch

Tasks

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

UniPSDA: Unsupervised Pseudo Semantic Data Augmentation for Zero-Shot Cross-Lingual Natural Language Understanding

2024-06-24 · Dongyang Li, Taolin Zhang, Jiali Deng, Longtao Huang 외

Cross-lingual representation learning transfers knowledge from resource-rich data to resource-scarce ones to improve the semantic understanding abilities of different languages. However, previous works rely on shallow un…

Data AugmentationNatural Language UnderstandingQuestion AnsweringRepresentation Learning

Learning Multi-Modal Class-Specific Tokens for Weakly Supervised Dense Object Localization

2023-01-01 · CVPR 2023 1 · Lian Xu, Wanli Ouyang, Mohammed Bennamoun, Farid Boussaid 외

Weakly supervised dense object localization (WSDOL) relies generally on Class Activation Mapping (CAM), which exploits the correlation between the class weights of the image classifier and the pixel-level features. D…

Object LocalizationRepresentation LearningSemantic SegmentationWeakly supervised Semantic Segmentation+1

Multi-class Token Transformer for Weakly Supervised Semantic Segmentation

2022-03-06 · CVPR 2022 1 · Lian Xu, Wanli Ouyang, Mohammed Bennamoun, Farid Boussaid 외

This paper proposes a new transformer-based framework to learn class-specific object localization maps as pseudo labels for weakly supervised semantic segmentation (WSSS). Inspired by the fact that the attended regions o…

ObjectObject LocalizationSemantic SegmentationWeakly supervised Semantic Segmentation+1

Token Contrast for Weakly-Supervised Semantic Segmentation

2023-03-02 · CVPR 2023 1 · Lixiang Ru, Heliang Zheng, Yibing Zhan, Bo Du

Weakly-Supervised Semantic Segmentation (WSSS) using image-level labels typically utilizes Class Activation Map (CAM) to generate the pseudo labels. Limited by the local structure perception of CNN, CAM usually cannot id…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

MCTformer+: Multi-Class Token Transformer for Weakly Supervised Semantic Segmentation

2023-08-06 · Lian Xu, Mohammed Bennamoun, Farid Boussaid, Hamid Laga 외

This paper proposes a novel transformer-based framework that aims to enhance weakly supervised semantic segmentation (WSSS) by generating accurate class-specific object localization maps as pseudo labels. Building upon t…

Object LocalizationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation