paper-with-me

Papers

Learning Affinity from Attention: End-to-End Weakly-Supervised Semantic Segmentation with Transformers

2022-03-05 · CVPR 2022 1 · Lixiang Ru, Yibing Zhan, Baosheng Yu, Bo Du

Weakly-supervised semantic segmentation (WSSS) with image-level labels is an important and challenging task. Due to the high training efficiency, end-to-end solutions for WSSS have received increasing attention from the community. However, current methods are mainly based on convolutional neural networks and fail to explore the global information properly, thus usually resulting in incomplete object regions. In this paper, to address the aforementioned problem, we introduce Transformers, which naturally integrate global information, to generate more integral initial pseudo labels for end-to-end WSSS. Motivated by the inherent consistency between the self-attention in Transformers and the semantic affinity, we propose an Affinity from Attention (AFA) module to learn semantic affinity from the multi-head self-attention (MHSA) in Transformers. The learned affinity is then leveraged to refine the initial pseudo labels for segmentation. In addition, to efficiently derive reliable affinity labels for supervising AFA and ensure the local consistency of pseudo labels, we devise a Pixel-Adaptive Refinement module that incorporates low-level image appearance information to refine the pseudo labels. We perform extensive experiments and our method achieves 66.0% and 38.9% mIoU on the PASCAL VOC 2012 and MS COCO 2014 datasets, respectively, significantly outperforming recent end-to-end methods and several multi-stage competitors. Code is available at https://github.com/rulixiang/afa.

📄 PDF Abstract BibTeX arXiv:2203.02664

Code (2)

rulixiang/afa 공식 구현 pytorch
zbf1991/weclip pytorch

Tasks

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Affinity Attention Graph Neural Network for Weakly Supervised Semantic Segmentation

2021-06-08 · Bingfeng Zhang, Jimin Xiao, Jianbo Jiao, Yunchao Wei 외

Weakly supervised semantic segmentation is receiving great attention due to its low human annotation cost. In this paper, we aim to tackle bounding box supervised semantic segmentation, i.e., training accurate semantic s…

Box-supervised Instance SegmentationGraph Neural NetworkInstance SegmentationModel Optimization+4

Adaptive Affinity Loss and Erroneous Pseudo-Label Refinement for Weakly Supervised Semantic Segmentation

2021-08-03 · Xiangrong Zhang, Zelin Peng, Peng Zhu, Tianyang Zhang 외

Semantic segmentation has been continuously investigated in the last ten years, and majority of the established technologies are based on supervised models. In recent years, image-level weakly supervised semantic segment…

Pseudo LabelSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

Label-efficient Segmentation via Affinity Propagation

2023-10-16 · NeurIPS 2023 11 · Wentong Li, Yuqian Yuan, Song Wang, Wenyu Liu 외

Weakly-supervised segmentation with label-efficient sparse annotations has attracted increasing research attention to reduce the cost of laborious pixel-wise labeling process, while the pairwise affinity modeling techniq…

Box-supervised Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation+1

Mitigating Undisciplined Over-Smoothing in Transformer for Weakly Supervised Semantic Segmentation

2023-05-04 · Jingxuan He, Lechao Cheng, Chaowei Fang, Dingwen Zhang 외

A surge of interest has emerged in weakly supervised semantic segmentation due to its remarkable efficiency in recent years. Existing approaches based on transformers mainly focus on exploring the affinity matrix to boos…

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Weakly Supervised 3D Semantic Segmentation Using Cross-Image Consensus and Inter-Voxel Affinity Relations

2021-01-01 · ICCV 2021 10 · Xiaoyu Zhu, Jeffrey Chen, Xiangrui Zeng, Junwei Liang 외

We propose a novel weakly supervised approach for 3D semantic segmentation on volumetric images. Unlike most existing methods that require voxel-wise densely labeled training data, our weakly-supervised CIVA-Net is t…

3D Semantic SegmentationSegmentationSemantic Segmentation