paper-with-me

Papers

Dual-Augmented Transformer Network for Weakly Supervised Semantic Segmentation

2023-09-30 · Jingliang Deng, Zonghan Li

Weakly supervised semantic segmentation (WSSS), a fundamental computer vision task, which aims to segment out the object within only class-level labels. The traditional methods adopt the CNN-based network and utilize the class activation map (CAM) strategy to discover the object regions. However, such methods only focus on the most discriminative region of the object, resulting in incomplete segmentation. An alternative is to explore vision transformers (ViT) to encode the image to acquire the global semantic information. Yet, the lack of transductive bias to objects is a flaw of ViT. In this paper, we explore the dual-augmented transformer network with self-regularization constraints for WSSS. Specifically, we propose a dual network with both CNN-based and transformer networks for mutually complementary learning, where both networks augment the final output for enhancement. Massive systemic evaluations on the challenging PASCAL VOC 2012 benchmark demonstrate the effectiveness of our method, outperforming previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2310.00307

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectSegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Dual Progressive Transformations for Weakly Supervised Semantic Segmentation

2022-09-30 · Dongjian Huo, Yukun Su, Qingyao Wu

Weakly supervised semantic segmentation (WSSS), which aims to mine the object regions by merely using class-level labels, is a challenging task in computer vision. The current state-of-the-art CNN-based methods usually a…

Inductive BiasObjectObject LocalizationSemantic Segmentation+3

All-pairs Consistency Learning for Weakly Supervised Semantic Segmentation

2023-08-08 · Weixuan Sun, Yanhao Zhang, Zhen Qin, Zheyuan Liu 외

In this work, we propose a new transformer-based regularization to better localize objects for Weakly supervised semantic segmentation (WSSS). In image-level WSSS, Class Activation Map (CAM) is adopted to generate object…

AllObject LocalizationSemantic SegmentationWeakly supervised Semantic Segmentation+1

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 activ…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Joint CNN and Transformer Network via weakly supervised Learning for efficient crowd counting

2022-03-12 · Fusen Wang, Kai Liu, Fei Long, Nong Sang 외

Currently, for crowd counting, the fully supervised methods via density map estimation are the mainstream research directions. However, such methods need location-level annotation of persons in an image, which is time-co…

Crowd CountingWeakly-supervised Learning

A Dual-Branch Local-Global Framework for Cross-Resolution Land Cover Mapping

2025-12-23 · Peng Gao, Ke Li, Di Wang, Yongshan Zhu 외 arxiv

Cross-resolution land cover mapping aims to produce high-resolution semantic predictions from coarse or low-resolution supervision, yet the severe resolution mismatch makes effective learning highly challenging. Existing…