Search papers, labs, and topics across Lattice.
This paper introduces OBBSeg, a novel segmentation framework that utilizes Oriented Bounding Boxes (OBBs) to provide intermediate supervision for medical image segmentation, addressing the limitations of pixel-level annotations. By employing a Mask-to-OBB loss to ensure geometric consistency and integrating prompt-driven semantic guidance, OBBSeg effectively captures the spatial and orientation characteristics of elongated lesions. Experimental results across 13 datasets reveal that OBBSeg surpasses existing weakly supervised methods and achieves performance on par with fully supervised techniques, highlighting its efficiency and scalability in medical imaging applications.
OBBSeg leverages Oriented Bounding Boxes to achieve segmentation accuracy comparable to fully supervised methods while significantly reducing annotation effort.
Pixel-level annotation remains a major bottleneck in medical image segmentation, making weak supervision an attractive yet under-constrained alternative. We propose OBBSeg, an intermediate supervision paradigm guided by Oriented Bounding Boxes (OBBs) that bridges the gap between full and weak supervision. By jointly encoding spatial extent and orientation, OBBs provide compact geometric supervision that better aligns with elongated or anisotropic lesions, reducing the ambiguity of coarse box annotations. To mitigate the inherent rectangular bias of OBBs, we introduce a Mask-to-OBB loss, a differentiable formulation that enforces geometric consistency between predicted masks and OBB regions. Furthermore, we incorporate prompt-driven semantic guidance through two complementary modules-PAFE and DBFE-which enhance foreground representation and suppress background interference. Extensive experiments on 13 datasets across 5 imaging modalities show that OBBSeg not only outperforms existing weakly supervised methods but also achieves performance comparable to fully supervised approaches, demonstrating its potential for efficient and scalable medical image segmentation. The code is available at https://github.com/StarLxc3/OBBSeg.