Capsules for Object Segmentation
Rodney LaLonde, Ulas Bagci

TL;DR
This paper introduces SegCaps, a novel capsule network architecture for object segmentation that preserves part-whole relationships, reduces parameters significantly, and outperforms U-Net in lung CT scan segmentation.
Contribution
The work extends capsule networks to object segmentation with convolutional and deconvolutional capsules, achieving high accuracy with fewer parameters.
Findings
SegCaps reduces parameters by 95.4% compared to U-Net.
SegCaps handles large images (512x512) effectively.
SegCaps outperforms U-Net in lung segmentation accuracy.
Abstract
Convolutional neural networks (CNNs) have shown remarkable results over the last several years for a wide range of computer vision tasks. A new architecture recently introduced by Sabour et al., referred to as a capsule networks with dynamic routing, has shown great initial results for digit recognition and small image classification. The success of capsule networks lies in their ability to preserve more information about the input by replacing max-pooling layers with convolutional strides and dynamic routing, allowing for preservation of part-whole relationships in the data. This preservation of the input is demonstrated by reconstructing the input from the output capsule vectors. Our work expands the use of capsule networks to the task of object segmentation for the first time in the literature. We extend the idea of convolutional capsules with locally-connected routing and propose…
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 · Radiomics and Machine Learning in Medical Imaging · AI in cancer detection
