Elastic Boundary Projection for 3D Medical Image Segmentation
Tianwei Ni, Lingxi Xie, Huangjie Zheng, Elliot K. Fishman, Alan L., Yuille

TL;DR
This paper introduces Elastic Boundary Projection (EBP), a novel method that uses 2D networks to effectively segment 3D medical images by focusing on boundary detection through elastic shells around pivot points.
Contribution
EBP bridges the gap between 2D and 3D segmentation by modeling object boundaries as elastic shells, avoiding slice-based methods and enabling efficient 3D segmentation with 2D networks.
Findings
Achieves promising accuracy in abdominal organ segmentation
Operates without slicing the volume into patches or slices
Open-sourced implementation available
Abstract
We focus on an important yet challenging problem: using a 2D deep network to deal with 3D segmentation for medical image analysis. Existing approaches either applied multi-view planar (2D) networks or directly used volumetric (3D) networks for this purpose, but both of them are not ideal: 2D networks cannot capture 3D contexts effectively, and 3D networks are both memory-consuming and less stable arguably due to the lack of pre-trained models. In this paper, we bridge the gap between 2D and 3D using a novel approach named Elastic Boundary Projection (EBP). The key observation is that, although the object is a 3D volume, what we really need in segmentation is to find its boundary which is a 2D surface. Therefore, we place a number of pivot points in the 3D space, and for each pivot, we determine its distance to the object boundary along a dense set of directions. This creates an…
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
TopicsAdvanced Neural Network Applications · Medical Imaging and Analysis · Medical Image Segmentation Techniques
