3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation
Minh Tran, Viet-Khoa Vo-Ho, Ngan T.H. Le

TL;DR
This paper introduces 3DConvCaps, a novel 3D encoder-decoder network combining convolutional layers and capsule layers, which improves robustness and accuracy in medical image segmentation over traditional CNNs and previous capsule networks.
Contribution
The paper presents a new 3D capsule-based encoder-decoder architecture that effectively captures both local and global features for medical image segmentation.
Findings
Outperforms previous capsule networks and 3D-UNets on multiple datasets
Demonstrates improved robustness to pose and deformation
Shows effectiveness of combining convolutional and capsule layers
Abstract
Convolutional Neural Networks (CNNs) have achieved promising results in medical image segmentation. However, CNNs require lots of training data and are incapable of handling pose and deformation of objects. Furthermore, their pooling layers tend to discard important information such as positions as well as CNNs are sensitive to rotation and affine transformation. Capsule network is a recent new architecture that has achieved better robustness in part-whole representation learning by replacing pooling layers with dynamic routing and convolutional strides, which has shown potential results on popular tasks such as digit classification and object segmentation. In this paper, we propose a 3D encoder-decoder network with Convolutional Capsule Encoder (called 3DConvCaps) to learn lower-level features (short-range attention) with convolutional layers while modeling the higher-level features…
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 · Brain Tumor Detection and Classification
MethodsCapsule Network · Convolution
