Contour Proposal Networks for Biomedical Instance Segmentation
Eric Upschulte, Stefan Harmeling, Katrin Amunts, Timo Dickscheid

TL;DR
The paper introduces Contour Proposal Networks (CPN), a novel end-to-end framework for biomedical instance segmentation that fits object contours using Fourier Descriptors, outperforming existing methods and suitable for real-time applications.
Contribution
It presents a simple, flexible, and interpretable contour-based segmentation framework that integrates with existing detection architectures and generalizes across domains.
Findings
CPNs outperform U-Nets and Mask R-CNNs in segmentation accuracy.
CPNs achieve real-time processing speeds.
Models generalize well across different cell types.
Abstract
We present a conceptually simple framework for object instance segmentation called Contour Proposal Network (CPN), which detects possibly overlapping objects in an image while simultaneously fitting closed object contours using an interpretable, fixed-sized representation based on Fourier Descriptors. The CPN can incorporate state of the art object detection architectures as backbone networks into a single-stage instance segmentation model that can be trained end-to-end. We construct CPN models with different backbone networks, and apply them to instance segmentation of cells in datasets from different modalities. In our experiments, we show CPNs that outperform U-Nets and Mask R-CNNs in instance segmentation accuracy, and present variants with execution times suitable for real-time applications. The trained models generalize well across different domains of cell types. Since the main…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCell Image Analysis Techniques · AI in cancer detection · Digital Imaging for Blood Diseases
MethodsConvolution · Non Maximum Suppression · Contour Proposal Network
