paper-with-me

Papers

Competing for pixels: a self-play algorithm for weakly-supervised segmentation

2024-05-26 · Shaheer U. Saeed, Shiqi Huang, João Ramalhinho, Iani J. M. B. Gayo, Nina Montaña-Brown, Ester Bonmati, Stephen P. Pereira, Brian Davidson, Dean C. Barratt, Matthew J. Clarkson, Yipeng Hu

Weakly-supervised segmentation (WSS) methods, reliant on image-level labels indicating object presence, lack explicit correspondence between labels and regions of interest (ROIs), posing a significant challenge. Despite this, WSS methods have attracted attention due to their much lower annotation costs compared to fully-supervised segmentation. Leveraging reinforcement learning (RL) self-play, we propose a novel WSS method that gamifies image segmentation of a ROI. We formulate segmentation as a competition between two agents that compete to select ROI-containing patches until exhaustion of all such patches. The score at each time-step, used to compute the reward for agent training, represents likelihood of object presence within the selection, determined by an object presence detector pre-trained using only image-level binary classification labels of object presence. Additionally, we propose a game termination condition that can be called by either side upon exhaustion of all ROI-containing patches, followed by the selection of a final patch from each. Upon termination, the agent is incentivised if ROI-containing patches are exhausted or disincentivised if an ROI-containing patch is found by the competitor. This competitive setup ensures minimisation of over- or under-segmentation, a common problem with WSS methods. Extensive experimentation across four datasets demonstrates significant performance improvements over recent state-of-the-art methods. Code: https://github.com/s-sd/spurl/tree/main/wss

📄 PDF Abstract BibTeX arXiv:2405.16628

Code (1)

s-sd/spurl 공식 구현 tf

Tasks

Binary ClassificationImage SegmentationObjectReinforcement Learning (RL)SegmentationSemantic SegmentationWeakly supervised segmentation

Similar Papers 제목 키워드 기반

Soft Self-labeling and Potts Relaxations for Weakly-Supervised Segmentation

2025-07-02 · Zhongwen Zhang, Yuri Boykov arxiv

We consider weakly supervised segmentation where only a fraction of pixels have ground truth labels (scribbles) and focus on a self-labeling approach optimizing relaxations of the standard unsupervised CRF/Potts loss on …

Soft Self-labeling and Potts Relaxations for Weakly-supervised Segmentation

2025-01-01 · CVPR 2025 1 · Zhongwen Zhang, Yuri Boykov

We consider weakly supervised segmentation where only a fraction of pixels have ground truth labels (scribbles) and focus on a self-labeling approach optimizing relaxations of the standard unsupervised CRF/Potts loss…

Weakly supervised segmentation

Competing for Shareable Arms in Multi-Player Multi-Armed Bandits

2023-05-30 · Renzhe Xu, Haotian Wang, Xingxuan Zhang, Bo Li 외

Competitions for shareable and limited resources have long been studied with strategic agents. In reality, agents often have to learn and maximize the rewards of the resources at the same time. To design an individualize…

Multi-Armed Bandits

Probabilistic Graphlet Cut: Exploiting Spatial Structure Cue for Weakly Supervised Image Segmentation

2013-06-01 · CVPR 2013 6 · Luming Zhang, Mingli Song, Zicheng Liu, Xiao Liu 외

Weakly supervised image segmentation is a challenging problem in computer vision field. In this paper, we present a new weakly supervised image segmentation algorithm by learning the distribution of spatially structured …

Image SegmentationSegmentationSemantic SegmentationSuperpixels

PSDPM: Prototype-based Secondary Discriminative Pixels Mining for Weakly Supervised Semantic Segmentation

2024-01-01 · CVPR 2024 1 · Xinqiao Zhao, Ziqian Yang, Tianhong Dai, Bingfeng Zhang 외

Image-level Weakly Supervised Semantic Segmentation (WSSS) has received increasing attention due to its low annotation cost. Class Activation Mapping (CAM) generated through classifier weights in WSSS inevitably igno…

image-classificationImage ClassificationSegmentationSemantic Segmentation+2