菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-07
📄 Abstract - OBBSeg: Irregular Lesion Segmentation under Oriented Bounding Box Annotations

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 this https URL.

顶级标签: medical computer vision machine learning
详细标签: medical image segmentation weakly supervised learning oriented bounding box lesion segmentation mask-to-obb loss 或 搜索:

OBBSeg:基于定向边界框标注的不规则病变分割 / OBBSeg: Irregular Lesion Segmentation under Oriented Bounding Box Annotations


1️⃣ 一句话总结

本文提出了一种名为OBBSeg的中间监督方法,通过使用定向边界框(OBB)作为标注,并结合创新的损失函数和语义引导模块,在仅需少量标注的情况下,实现了与全监督方法相当的医学图像分割性能,尤其适用于形状不规则的病变区域。

源自 arXiv: 2607.06007