Semantic & Instance Segmentation
Hierarchical Layout and Vector Segmentation Under Incomplete Multi-Level Supervision
Generated automatically from the limitations stated in 3 papers (CVPR), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
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.
Why it matters
Enables automated extraction and structured hierarchy recovery for complex vector graphics and document layouts using only cheap, single-level bounding box annotations.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Weakly-supervised multi-level grouping: Formulate a bottom-up relational grouping objective that infers nested line and paragraph structures from single-level bounding box supervision, measuring hierarchical layout mAP and boundary F1 against fully supervised baselines.
- 2
Topology-aware vector overlap parsing: Build a graph-based segmentation model that operates over vector primitive intersections and containment relations, benchmarked on datasets of tangled vector illustrations and multi-layer diagrams for instance segmentation accuracy under varying overlap depth.
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 simple rule-based spatial clustering and heuristic post-processing over OCR tokens already recover the hierarchy accurately enough for downstream use, the added complexity of learning nested vector relations will provide insufficient empirical gain.
Evidence
Each paper's own statement of the limitation, verbatim.
- SemLayer: Semantic-aware Generative Segmentation and Layer Construction for Abstract IconsCVPR 2026
Fails on highly tangled, deeply nested, or severely overlapping vector structures.
- LayoutFormer: Hierarchical Text Detection Towards Scene Text UnderstandingCVPR 2024
Requires full hierarchical annotations (word, line, and paragraph labels) which are significantly more expensive to obtain than single-level boxes.
- Towards End-to-End Unified Scene Text Detection and Layout AnalysisCVPR 2022
Requires complex hierarchical annotations (word, line, and paragraph) which are more expensive to collect than standard boxes.
Nearest existing work
- LayoutFormer: Hierarchical Text Detection Towards Scene Text UnderstandingCVPR 2024
- Towards End-to-End Unified Scene Text Detection and Layout AnalysisCVPR 2022
- Multi-scenario Overlapping Text Segmentation with Depth AwarenessICCV 2025
- Document Structure Extraction using Prior based High Resolution Hierarchical Semantic SegmentationECCV 2020
- Concept Mask: Large-Scale Segmentation from Semantic ConceptsECCV 2018
- Compositor: Bottom-Up Clustering and Compositing for Robust Part and Object SegmentationCVPR 2023
- VectorFloorSeg: Two-Stream Graph Attention Network for Vectorized Roughcast Floorplan SegmentationCVPR 2023
- SemLayer: Semantic-aware Generative Segmentation and Layer Construction for Abstract IconsCVPR 2026
- AIMS: All-Inclusive Multi-Level Segmentation for AnythingNeurIPS 2023
- RefineMask: Towards High-Quality Instance Segmentation With Fine-Grained FeaturesCVPR 2021
- Advancing Manga Analysis: Comprehensive Segmentation Annotations for the Manga109 DatasetCVPR 2025
- HOPS: Hierarchical Open-vocabulary Part Segmentation with Attention-Aware Filtering and Affinity-Guided EnhancementCVPR 2026
- Bayesian Semantic Instance Segmentation in Open Set WorldECCV 2018
- Interactive Object Segmentation With Inside-Outside GuidanceCVPR 2020
- Knowledge-Guided Part SegmentationICCV 2025
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 Bridging Idealized Preconditions in Promptable Segmentation
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.
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.