paper-with-me

Papers

Bounding boxes for weakly supervised segmentation: Global constraints get close to full supervision

2020-04-14 · MIDL 2019 7 · Hoel Kervadec, Jose Dolz, Shan-Shan Wang, Eric Granger, Ismail Ben Ayed

We propose a novel weakly supervised learning segmentation based on several global constraints derived from box annotations. Particularly, we leverage a classical tightness prior to a deep learning setting via imposing a set of constraints on the network outputs. Such a powerful topological prior prevents solutions from excessive shrinking by enforcing any horizontal or vertical line within the bounding box to contain, at least, one pixel of the foreground region. Furthermore, we integrate our deep tightness prior with a global background emptiness constraint, guiding training with information outside the bounding box. We demonstrate experimentally that such a global constraint is much more powerful than standard cross-entropy for the background class. Our optimization problem is challenging as it takes the form of a large set of inequality constraints on the outputs of deep networks. We solve it with sequence of unconstrained losses based on a recent powerful extension of the log-barrier method, which is well-known in the context of interior-point methods. This accommodates standard stochastic gradient descent (SGD) for training deep networks, while avoiding computationally expensive and unstable Lagrangian dual steps and projections. Extensive experiments over two different public data sets and applications (prostate and brain lesions) demonstrate that the synergy between our global tightness and emptiness priors yield very competitive performances, approaching full supervision and outperforming significantly DeepCut. Furthermore, our approach removes the need for computationally expensive proposal generation. Our code is shared anonymously.

📄 PDF Abstract BibTeX arXiv:2004.06816

Code (1)

LIVIAETS/boxes_tightness_prior pytorch

Tasks

Weakly-supervised LearningWeakly supervised segmentation

Similar Papers 제목 키워드 기반

Medical image segmentation with imperfect 3D bounding boxes

2021-08-06 · Ekaterina Redekop, Alexey Chernyavskiy

The development of high quality medical image segmentation algorithms depends on the availability of large datasets with pixel-level labels. The challenges of collecting such datasets, especially in case of 3D volumes, m…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Box2Mask: Weakly Supervised 3D Semantic Instance Segmentation Using Bounding Boxes

2022-06-02 · Julian Chibane, Francis Engelmann, Tuan Anh Tran, Gerard Pons-Moll

Current 3D segmentation methods heavily rely on large-scale point-cloud datasets, which are notoriously laborious to annotate. Few attempts have been made to circumvent the need for dense per-point annotations. In this w…

3D Instance Segmentation3D Semantic Instance SegmentationInstance SegmentationSegmentation+1

Inter Extreme Points Geodesics for End-to-End Weakly Supervised Image Segmentation

2021-07-01 · Reuben Dorent, Samuel Joutard, Jonathan Shapey, Aaron Kujawa 외

We introduce $\textit{InExtremIS}$, a weakly supervised 3D approach to train a deep image segmentation network using particularly weak train-time annotations: only 6 extreme clicks at the boundary of the objects of inter…

Image SegmentationSegmentationSemantic SegmentationWeakly supervised segmentation

Background-Aware Pooling and Noise-Aware Loss for Weakly-Supervised Semantic Segmentation

2021-04-02 · CVPR 2021 1 · Youngmin Oh, Beomjun Kim, Bumsub Ham

We address the problem of weakly-supervised semantic segmentation (WSSS) using bounding box annotations. Although object bounding boxes are good indicators to segment corresponding objects, they do not specify object bou…

ObjectSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

Weakly Supervised Image Segmentation Beyond Tight Bounding Box Annotations

2023-01-28 · Juan Wang, Bin Xia

Weakly supervised image segmentation approaches in the literature usually achieve high segmentation performance using tight bounding box supervision and decrease the performance greatly when supervised by loose bounding …

Image SegmentationMultiple Instance LearningSegmentationSemantic Segmentation