CVAIMay 13

Weakly Supervised Segmentation as Semantic-Based Regularization

arXiv:2605.1367447.5
AI Analysis

For researchers in weakly supervised segmentation, this method provides a principled way to incorporate prior knowledge and heterogeneous labels, improving pseudo-label quality without heuristic prompt engineering.

The paper introduces a neurosymbolic approach that integrates differentiable fuzzy logic with SAM to generate higher-quality pseudo-labels from weak annotations, achieving state-of-the-art segmentation accuracy on Pascal VOC 2012 and REFUGE2, often exceeding densely supervised baselines.

Weakly supervised semantic segmentation (WSSS) trains dense pixel-level segmentation models from partial or coarse annotations such as bounding boxes, scribbles, or image-level tags. While recent work leverages foundation models such as the Segment Anything Model (SAM) to generate pseudo-labels, these approaches typically depend on heuristic prompt choices and offer limited ways to incorporate prior knowledge or heterogeneous labels. We address this gap by taking a neurosymbolic perspective: integrating differentiable fuzzy logic with deep segmentation models. Weak annotations and domain-specific priors are unified as continuous logical constraints that fine-tune SAM under weak supervision. The refined foundation model then produces improved pseudo-labels, from which we train a second-stage prompt-free segmentation model. Experiments on Pascal VOC 2012 and the REFUGE2 optic disc/cup segmentation dataset show that our logic-guided fine-tuning yields higher-quality pseudo-labels, leading to state-of-the-art segmentation accuracy that often exceeds densely supervised baselines.

Foundations

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

Your Notes