paper-with-me

홈 › Papers

Contour Loss for Instance Segmentation via k-step Distance Transformation Image

2021-02-22 · Xiaolong Guo, Xiaosong Lan, Kunfeng Wang, Shuxiao Li

Instance segmentation aims to locate targets in the image and segment each target area at pixel level, which is one of the most important tasks in computer vision. Mask R-CNN is a classic method of instance segmentation, but we find that its predicted masks are unclear and inaccurate near contours. To cope with this problem, we draw on the idea of contour matching based on distance transformation image and propose a novel loss function, called contour loss. Contour loss is designed to specifically optimize the contour parts of the predicted masks, thus can assure more accurate instance segmentation. In order to make the proposed contour loss to be jointly trained under modern neural network frameworks, we design a differentiable k-step distance transformation image calculation module, which can approximately compute truncated distance transformation images of the predicted mask and corresponding ground-truth mask online. The proposed contour loss can be integrated into existing instance segmentation methods such as Mask R-CNN, and combined with their original loss functions without modification of the inference network structures, thus has strong versatility. Experimental results on COCO show that contour loss is effective, which can further improve instance segmentation performances.

📄 PDF Abstract BibTeX arXiv:2102.10854

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Bend-Net: Bending Loss Regularized Multitask Learning Network for Nuclei Segmentation in Histopathology Images

2021-09-30 · Haotian Wang, Aleksandar Vakanski, Changfa Shi, Min Xian

Separating overlapped nuclei is a major challenge in histopathology image analysis. Recently published approaches have achieved promising overall performance on nuclei segmentation; however, their performance on separati…

Instance SegmentationSegmentationSemantic Segmentation

Distance to Center of Mass Encoding for Instance Segmentation

2017-11-24 · Thomio Watanabe, Denis Wolf

The instance segmentation can be considered an extension of the object detection problem where bounding boxes are replaced by object contours. Strictly speaking the problem requires to identify each pixel instance and cl…

Instance SegmentationObjectobject-detectionObject Detection+3

Boundary-Aware Instance Segmentation in Microscopy Imaging

2026-03-22 · Thomas Mendelson, Joshua Francois, Galit Lahav, Tammy Riklin-Raviv arxiv

Accurate delineation of individual cells in microscopy videos is essential for studying cellular dynamics, yet separating touching or overlapping instances remains a persistent challenge. Although foundation-model for se…

Instance SegmentationImage Segmentation

E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation

2022-03-08 · CVPR 2022 1 · Tao Zhang, Shiqing Wei, Shunping Ji

Contour-based instance segmentation methods have developed rapidly recently but feature rough and hand-crafted front-end contour initialization, which restricts the model performance, and an empirical and fixed backend p…

GPUInstance SegmentationSemantic SegmentationVocal Bursts Intensity Prediction

CIA-Net: Robust Nuclei Instance Segmentation with Contour-aware Information Aggregation

2019-03-13 · Yanning Zhou, Omer Fahri Onder, Qi Dou, Efstratios Tsougenis 외

Accurate segmenting nuclei instances is a crucial step in computer-aided image analysis to extract rich features for cellular estimation and following diagnosis as well as treatment. While it still remains challenging be…

Instance SegmentationMulti-tissue Nucleus SegmentationSegmentationSemantic Segmentation