CVAIApr 19, 2023

MARS: Model-agnostic Biased Object Removal without Additional Supervision for Weakly-Supervised Semantic Segmentation

arXiv:2304.09913v130 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a key limitation in weakly-supervised semantic segmentation by enabling more accurate localization without extra labeling, though it is incremental as it builds on existing methods to remove biases.

The paper tackles the problem of biased objects causing false predictions in weakly-supervised semantic segmentation, proposing MARS, a fully-automatic framework that removes biased objects without additional supervision, achieving state-of-the-art results with improvements of at least 30% on benchmarks like PASCAL VOC 2012 (77.7% val) and MS COCO 2014 (49.4% val).

Weakly-supervised semantic segmentation aims to reduce labeling costs by training semantic segmentation models using weak supervision, such as image-level class labels. However, most approaches struggle to produce accurate localization maps and suffer from false predictions in class-related backgrounds (i.e., biased objects), such as detecting a railroad with the train class. Recent methods that remove biased objects require additional supervision for manually identifying biased objects for each problematic class and collecting their datasets by reviewing predictions, limiting their applicability to the real-world dataset with multiple labels and complex relationships for biasing. Following the first observation that biased features can be separated and eliminated by matching biased objects with backgrounds in the same dataset, we propose a fully-automatic/model-agnostic biased removal framework called MARS (Model-Agnostic biased object Removal without additional Supervision), which utilizes semantically consistent features of an unsupervised technique to eliminate biased objects in pseudo labels. Surprisingly, we show that MARS achieves new state-of-the-art results on two popular benchmarks, PASCAL VOC 2012 (val: 77.7%, test: 77.2%) and MS COCO 2014 (val: 49.4%), by consistently improving the performance of various WSSS models by at least 30% without additional supervision.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes