Refining Context-Entangled Content Segmentation via Curriculum Selection and Anti-Curriculum Promotion
Chunming He, Rihan Zhang, Fengyang Xiao, Dingming Zhang, Zhiwen Cao, Sina Farsiu
TL;DR
Context-Entangled Content Segmentation (CECS) is challenging because objects share intrinsic patterns with their surroundings, leading to brittle learned representations. CurriSeg introduces a two-phase learning framework: Robust Curriculum Selection (RCS) to stabilize optimization via temporal loss statistics and pixel-level uncertainty, and Spectral-Blindness Fine-Tuning (SBFT) to induce reliance on low-frequency structural cues by attenuating high-frequency information. The approach yields consistent performance gains across camouflaged object detection, polyp segmentation, transparent object detection, and defect segmentation, without adding parameters or increasing training time, and it generalizes to weak/semi-supervised, multi-modality, and video segmentation settings. This work provides a principled, architecture-agnostic training paradigm for robust, context-aware dense prediction under entangled data distributions.
Abstract
Biological learning proceeds from easy to difficult tasks, gradually reinforcing perception and robustness. Inspired by this principle, we address Context-Entangled Content Segmentation (CECS), a challenging setting where objects share intrinsic visual patterns with their surroundings, as in camouflaged object detection. Conventional segmentation networks predominantly rely on architectural enhancements but often ignore the learning dynamics that govern robustness under entangled data distributions. We introduce CurriSeg, a dual-phase learning framework that unifies curriculum and anti-curriculum principles to improve representation reliability. In the Curriculum Selection phase, CurriSeg dynamically selects training data based on the temporal statistics of sample losses, distinguishing hard-but-informative samples from noisy or ambiguous ones, thus enabling stable capability enhancement. In the Anti-Curriculum Promotion phase, we design Spectral-Blindness Fine-Tuning, which suppresses high-frequency components to enforce dependence on low-frequency structural and contextual cues and thus strengthens generalization. Extensive experiments demonstrate that CurriSeg achieves consistent improvements across diverse CECS benchmarks without adding parameters or increasing total training time, offering a principled view of how progression and challenge interplay to foster robust and context-aware segmentation. Code will be released.
