SOTAVerified

Bounding Box Tightness Prior for Weakly Supervised Image Segmentation

2021-10-03Code Available1· sign in to hype

Juan Wang, Bin Xia

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper presents a weakly supervised image segmentation method that adopts tight bounding box annotations. It proposes generalized multiple instance learning (MIL) and smooth maximum approximation to integrate the bounding box tightness prior into the deep neural network in an end-to-end manner. In generalized MIL, positive bags are defined by parallel crossing lines with a set of different angles, and negative bags are defined as individual pixels outside of any bounding boxes. Two variants of smooth maximum approximation, i.e., -softmax function and -quasimax function, are exploited to conquer the numeral instability introduced by maximum function of bag prediction. The proposed approach was evaluated on two pubic medical datasets using Dice coefficient. The results demonstrate that it outperforms the state-of-the-art methods. The codes are available at https://github.com/wangjuan313/wsis-boundingbox.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO 2017 valBBTP (ResNet-101)AP21.1Unverified

Reproductions