paper-with-me

Papers

All-pairs Consistency Learning for Weakly Supervised Semantic Segmentation

2023-08-08 · Weixuan Sun, Yanhao Zhang, Zhen Qin, Zheyuan Liu, Lin Cheng, Fanyi Wang, Yiran Zhong, Nick Barnes

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 localization as pseudo segmentation labels. To address the partial activation issue of the CAMs, consistency regularization is employed to maintain activation intensity invariance across various image augmentations. However, such methods ignore pair-wise relations among regions within each CAM, which capture context and should also be invariant across image views. To this end, we propose a new all-pairs consistency regularization (ACR). Given a pair of augmented views, our approach regularizes the activation intensities between a pair of augmented views, while also ensuring that the affinity across regions within each view remains consistent. We adopt vision transformers as the self-attention mechanism naturally embeds pair-wise affinity. This enables us to simply regularize the distance between the attention matrices of augmented image pairs. Additionally, we introduce a novel class-wise localization method that leverages the gradients of the class token. Our method can be seamlessly integrated into existing WSSS methods using transformers without modifying the architectures. We evaluate our method on PASCAL VOC and MS COCO datasets. Our method produces noticeably better class localization maps (67.3% mIoU on PASCAL VOC train), resulting in superior WSSS performances.

📄 PDF Abstract BibTeX arXiv:2308.04321

Code (1)

opennlplab/acr_wsss 공식 구현

Tasks

AllObject LocalizationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Weakly Supervised 3D Segmentation via Receptive-driven Pseudo Label Consistency and Structural Consistency

2023-06-26 · journal 2023 6 · Yuxiang Lan,Yachao Zhang,Yanyun Qu,Cong Wang,Chengyang Li,Jia Cai,Yuan Xie,Zongze Wu

As manual point-wise label is time and labor-intensive for fully supervised large-scale point cloud semantic segmentation, weakly supervised method is increasingly active. However, existing methods fail to generate high-…

Pseudo LabelSegmentationSemantic Segmentation

HisynSeg: Weakly-Supervised Histopathological Image Segmentation via Image-Mixing Synthesis and Consistency Regularization

2024-12-30 · Zijie Fang, Yifeng Wang, Peizhang Xie, Zhi Wang 외

Tissue semantic segmentation is one of the key tasks in computational pathology. To avoid the expensive and laborious acquisition of pixel-level annotations, a wide range of studies attempt to adopt the class activation …

Image SegmentationSegmentationSemantic SegmentationWeakly-supervised Learning+2

Probabilistic Warp Consistency for Weakly-Supervised Semantic Correspondences

2022-03-08 · CVPR 2022 1 · Prune Truong, Martin Danelljan, Fisher Yu, Luc van Gool

We propose Probabilistic Warp Consistency, a weakly-supervised learning objective for semantic matching. Our approach directly supervises the dense matching scores predicted by the network, encoded as a conditional proba…

TripletWeakly-supervised Learning

Self-supervised Scale Equivariant Network for Weakly Supervised Semantic Segmentation

2019-09-09 · Yude Wang, Jie Zhang, Meina Kan, Shiguang Shan 외

Weakly supervised semantic segmentation has attracted much research interest in recent years considering its advantage of low labeling cost. Most of the advanced algorithms follow the design principle that expands and co…

SegmentationSemantic SegmentationWeakly-supervised LearningWeakly supervised Semantic Segmentation+1

Weakly Supervised Referring Image Segmentation with Intra-Chunk and Inter-Chunk Consistency

2023-01-01 · ICCV 2023 1 · Jungbeom Lee, Sungjin Lee, Jinseok Nam, Seunghak Yu 외

Referring image segmentation (RIS) aims to localize the object in an image referred by a natural language expression. Most previous studies learn RIS with a large-scale dataset containing segmentation labels, but the…

Image SegmentationImage-text matchingObjectSemantic Segmentation+2