OBBSeg: Irregular Lesion Segmentation under Oriented Bounding Box Annotations

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Health & Medical Research · Depth: Expert, long

Summary

The paper introduces OBBSeg, a novel intermediate supervision paradigm for medical image segmentation. OBBSeg leverages Oriented Bounding Boxes (OBBs) to bridge the gap between weak and full supervision, offering geometry-aware annotations with low labeling cost. OBBs provide compact geometric supervision, better aligning with elongated or anisotropic lesions compared to conventional bounding boxes. To address the inherent rectangular bias of OBBs, OBBSeg incorporates a differentiable Mask-to-OBB (M2O) loss. Additionally, it integrates prompt-driven semantic guidance through two modules: Prompt-assisted Foreground Enhancer (PAFE) and Differential-based Foreground Enhancer (DBFE), which enhance foreground representation and suppress background interference. Experiments on 13 datasets across 5 imaging modalities demonstrate that OBBSeg outperforms existing weakly supervised methods and achieves performance comparable to fully supervised approaches. OBB annotation averaged 17.8 seconds per OBB, significantly less than dense mask annotation (91.1 seconds per image). The model shows robustness to OBB angle variations (±30° causing <2% drop) and padding shifts (up to 15 pixels negligible effect).

Key takeaway

For Machine Learning Engineers developing medical image segmentation models, if you are struggling with the high cost of pixel-level annotations, consider adopting an OBB-guided approach like OBBSeg. This method significantly reduces annotation effort (17.8s per OBB vs. 91.1s per mask) while achieving performance comparable to fully supervised models. You should explore integrating the Mask-to-OBB loss and prompt-guided modules to enhance geometric accuracy and foreground discrimination, especially for anisotropic lesions.

Key insights

Oriented Bounding Boxes (OBBs) combined with prompt-guided learning offer efficient, geometry-aware supervision for medical image segmentation.

Principles

Method

OBBSeg uses a ViT backbone with PAFE and DBFE modules for feature enhancement. It employs a dual supervision strategy: Mask-to-OBB (M2O) loss for geometry-consistent learning and Prompt Supervision Loss for hierarchical guidance.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.