Semantic & Instance Segmentation
Benchmarking and Bridging Idealized Preconditions in Promptable Segmentation
Generated automatically from the limitations stated in 5 papers (NeurIPS, ICLR, CVPR), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
Current promptable segmentation models systematically rely on idealized preconditions during evaluation and training, including ground-truth-derived prompts (points or tight boxes extracted directly from GT masks), dense instance annotations, and perfect spatial feature alignment. In real-world interactive deployment, prompts originate from noisy human clicks, coarse bounding boxes, or imperfect auxiliary detectors, leading to uncharacterized performance degradation. Furthermore, models optimized exclusively on point prompts fail to maintain performance across alternative prompt modalities or without high-resolution decoders. Consequently, reported benchmark gains reflect idealized prompting setups rather than actual operational capability.
Why it matters
Enables realistic assessment and deployment of promptable segmentation models operating directly on noisy human inputs and detector proposals without requiring idealized ground-truth guidance.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Robustness Evaluation Suite for Imperfect Prompting: Construct a benchmark that systematically perturbs ground-truth prompts with spatial jitter, click drift, cross-modal substitution (points versus bounding boxes), and spatial misalignment between auxiliary and RGB features. Measure mIoU degradation curves across standard interactive and video segmentation models.
- 2
Noise-Aware Multi-Prompt Decoder Training: Train promptable mask decoders with randomized prompt fidelity (mixing noisy boxes, multi-point clusters, and weakly supervised pseudo-prompts) to decouple training from dense ground-truth mask extraction. Measure segmentation mIoU and boundary precision under zero-shot prompt type switching.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
If emerging vision foundation models natively absorb prompt jitter and modal variation through massive scale, reducing the issue to an artifact of older, smaller-scale segmenters.
Evidence
Each paper's own statement of the limitation, verbatim.
- gen2seg: Generative Models Enable Generalizable Instance SegmentationICLR 2026
Point prompting uses a simple similarity threshold on the color map without a trained high-resolution mask decoder, which the authors note would likely improve results but is left as future work
- MixPrompt: Efficient Mixed Prompting for Multimodal Semantic SegmentationNeurIPS 2025
Requires spatially aligned input pairs to ensure the prompting module correctly maps auxiliary features to RGB feature locations
- CamSAM2: Segment Anything Accurately in Camouflaged VideosNeurIPS 2025
Gains depend on ground-truth-derived prompts on the first frame (random point within GT, tight GT box, or full GT mask), so performance reflects idealized prompting
- RobustSAM: Segment Anything Robustly on Degraded ImagesCVPR 2024
Point-prompt training; bounding-box prompt performance is not emphasized in training
- SegPrompt: Boosting Open-World Segmentation via Category-Level Prompt LearningICCV 2023
Requires ground-truth masks per category during training to extract prompts, so it depends on dense instance-level annotation of the known classes
Nearest existing work
- Segment Anyword: Mask Prompt Inversion for Open-Set Grounded SegmentationICML 2025
- MixPrompt: Efficient Mixed Prompting for Multimodal Semantic SegmentationNeurIPS 2025
- Leveraging Hallucinations to Reduce Manual Prompt Dependency in Promptable SegmentationNeurIPS 2024
- SPOT: Spatiotemporal Prompt Optimization for Motion-Stabilized MLLM-Guided Video SegmentationCVPR 2026
- Segment Everything Everywhere All at OnceNeurIPS 2023
- Attack for Defense: Adversarial Agents for Point Prompt Optimization Empowering Segment Anything ModelCVPR 2026
- PromptMoE: A Segmentation Refinement Framework Leveraging Mixture of Experts for Improved PromptingCVPR 2026
- Rethinking Interactive Image Segmentation with Low Latency High Quality and Diverse PromptsCVPR 2024
- Flaws can be Applause: Unleashing Potential of Segmenting Ambiguous Objects in SAMNeurIPS 2024
- DPSeg: Dual-Prompt Cost Volume Learning for Open-Vocabulary Semantic SegmentationCVPR 2025
- UniVS: Unified and Universal Video Segmentation with Prompts as QueriesCVPR 2024
- NLPrompt: Noise-Label Prompt Learning for Vision-Language ModelsCVPR 2025
- Plug-and-Play PPO: An Adaptive Point Prompt Optimizer Making SAM GreaterCVPR 2025
- Repurposing Stable Diffusion Attention for Training-Free Unsupervised Interactive SegmentationCVPR 2025
- Semantic-aware SAM for Point-Prompted Instance SegmentationCVPR 2024
Related open problems
Semantic & Instance Segmentation
Overcoming the Mask Proposal Recall Ceiling in Open-Vocabulary Segmentation
Current open-vocabulary and weakly supervised segmentation pipelines decouple class-agnostic mask proposal generation from segment classification, freezing an upstream proposal model like SAM, FreeSOLO, or Mask2Former. Because the downstream classifier operates solely on candidate masks, segmentation accuracy on novel classes and sub-object regions is strictly bounded by the proposal generator's recall, creating a ceiling that downstream improvements cannot fix. Failures to isolate novel or fine-grained instances at the proposal stage permanently propagate through the pipeline without any mechanism for recovery.
Semantic & Instance Segmentation
Benchmarking and Developing Segmentation Without Dense Initial Annotation Preconditions
Current semantic and instance segmentation methods rely on strict supervision preconditions, such as dense pixel-wise ground truth or accurate initial bounding-box-derived masks. When applied to domains where only weak annotations (such as image-level tags or sparse points) are available from scratch, these methods cannot be initialized or trained. Consequently, segmentation models cannot be deployed in annotation-scarce domains without first undertaking costly manual pixel-level or box-level labeling campaigns.
Semantic & Instance Segmentation
Hierarchical Layout and Vector Segmentation Under Incomplete Multi-Level Supervision
Current instance and semantic segmentation methods for structured documents and vector graphics rely on full, multi-tier hierarchical annotations (simultaneously requiring word, line, and paragraph labels) and fail when vector elements are deeply nested, tangled, or overlapping. Because multi-level hierarchical annotations are significantly more expensive than standard single-level bounding boxes, deploying segmentation pipelines to diverse real-world documents remains cost-prohibitive. Furthermore, the inability to parse overlapping and nested primitives prevents reliable digitization of technical figures, CAD drawings, and complex vector assets.