ComboNet: Combined 2D & 3D Architecture for Aorta Segmentation
Orhan Akal, Zhigang Peng, Gerardo Hermosillo Valadez

TL;DR
ComboNet combines 2D and 3D neural networks to improve aorta segmentation accuracy by maintaining boundary precision and reducing outliers, overcoming GPU memory limitations.
Contribution
The paper introduces ComboNet, a novel end-to-end architecture that integrates parallel 2D and 3D UNets with full-resolution input to enhance segmentation accuracy.
Findings
Achieved 92.1% dice accuracy for aorta segmentation.
Up to 2.3% improvement over 2D UNet with full resolution.
Effectively balances boundary precision and computational constraints.
Abstract
3D segmentation with deep learning if trained with full resolution is the ideal way of achieving the best accuracy. Unlike in 2D, 3D segmentation generally does not have sparse outliers, prevents leakage to surrounding soft tissues, at the very least it is generally more consistent than 2D segmentation. However, GPU memory is generally the bottleneck for such an application. Thus, most of the 3D segmentation applications handle sub-sampled input instead of full resolution, which comes with the cost of losing precision at the boundary. In order to maintain precision at the boundary and prevent sparse outliers and leakage, we designed ComboNet. ComboNet is designed in an end to end fashion with three sub-network structures. The first two are parallel: 2D UNet with full resolution and 3D UNet with four times sub-sampled input. The last stage is the concatenation of 2D and 3D outputs along…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Advanced Neural Network Applications
MethodsConvolution
