paper-with-me

Papers

FPR: False Positive Rectification for Weakly Supervised Semantic Segmentation

2023-01-01 · ICCV 2023 1 · Liyi Chen, Chenyang Lei, Ruihuang Li, Shuai Li, Zhaoxiang Zhang, Lei Zhang

Many weakly supervised semantic segmentation (WSSS) methods employ the class activation map (CAM) to generate the initial segmentation results. However, CAM often fails to distinguish the foreground from its co-occurred background (e.g., train and railroad), resulting in inaccurate activation from the background. Previous endeavors address this co-occurrence issue by introducing external supervision and human priors. In this paper, we present a False Positive Rectification (FPR) approach to tackle the co-occurrence problem by leveraging the false positives of CAM. Based on the observation that the CAM-activated regions of absent classes contain class-specific co-occurred background cues, we collect these false positives and utilize them to guide the training of CAM network by proposing a region-level contrast loss and a pixel-level rectification loss. Without introducing any external supervision and human priors, the proposed FPR effectively suppresses wrong activations from the background objects. Extensive experiments on the PASCAL VOC 2012 and MS COCO 2014 demonstrate that FPR brings significant improvements for off-the-shelf methods and achieves state-of-the-art performance. Code is available at https://github.com/mt-cly/FPR.

📄 PDF Abstract BibTeX

Code (1)

mt-cly/fpr 공식 구현 pytorch

Tasks

Semantic 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 제목 키워드 기반

Single-Stage Hierarchical Rectification for Weakly Supervised Histopathology Segmentation

2026-06-18 · Duc T. Nguyen, Hoang-Long Nguyen, Thanh-Ha DO, Huy-Hieu Pham arxiv

Existing weakly supervised semantic segmentation (WSSS) methods in computational pathology rely on a multi-stage paradigm: class activation map (CAM) generation, offline pseudo-mask refinement, and fully supervised retra…

Semantic Segmentation

FFR: Frequency Feature Rectification for Weakly Supervised Semantic Segmentation

2025-01-01 · CVPR 2025 1 · Ziqian Yang, Xinqiao Zhao, Xiaolei Wang, Quan Zhang 외

Image-level Weakly Supervised Semantic Segmentation (WSSS) has garnered significant attention due to its low annotation costs. Current single-stage state-of-the-art WSSS methods mainly rely on V ision T ransformer …

DecoderSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

SSR: Semantic and Spatial Rectification for CLIP-based Weakly Supervised Segmentation

2025-12-01 · Xiuli Bi, Die Xiao, Junchao Fan, Bin Xiao arxiv

In recent years, Contrastive Language-Image Pretraining (CLIP) has been widely applied to Weakly Supervised Semantic Segmentation (WSSS) tasks due to its powerful cross-modal semantic understanding capabilities. This pap…

Semantic SegmentationContrastive Learning

Weakly supervised temporal action localization with actionness-guided false positive suppression

2024-04-15 · Neural Networks 2024 4 · Zhilin Li, Zilei Wang

Weakly supervised temporal action localization aims to locate the temporal boundaries of action instances in untrimmed videos using video-level labels and assign them the corresponding action category. Generally, it is s…

Action LocalizationTemporal Action LocalizationWeakly Supervised Action LocalizationWeakly-supervised Temporal Action Localization

Out-of-Candidate Rectification for Weakly Supervised Semantic Segmentation

2022-11-22 · CVPR 2023 1 · Zesen Cheng, Pengchong Qiao, Kehan Li, Siheng Li 외

Weakly supervised semantic segmentation is typically inspired by class activation maps, which serve as pseudo masks with class-discriminative regions highlighted. Although tremendous efforts have been made to recall prec…

Optical Character Recognition (OCR)Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation