TL;DR
HyperDenseNet is a novel 3D CNN with hyper-dense multi-modal connections that significantly improves brain tissue segmentation accuracy over existing methods by enabling complex cross-modality feature learning.
Contribution
It introduces a hyper-dense connectivity scheme across multiple modalities within a 3D CNN, enhancing multi-modal feature integration for segmentation tasks.
Findings
Achieved top performance on iSEG 2017 and MRBrainS 2013 benchmarks.
Demonstrated the effectiveness of hyper-dense connections in multi-modal learning.
Provided detailed analysis of feature reuse and connectivity importance.
Abstract
Recently, dense connections have attracted substantial attention in computer vision because they facilitate gradient flow and implicit deep supervision during training. Particularly, DenseNet, which connects each layer to every other layer in a feed-forward fashion, has shown impressive performances in natural image classification tasks. We propose HyperDenseNet, a 3D fully convolutional neural network that extends the definition of dense connectivity to multi-modal segmentation problems. Each imaging modality has a path, and dense connections occur not only between the pairs of layers within the same path, but also between those across different paths. This contrasts with the existing multi-modal CNN approaches, in which modeling several modalities relies entirely on a single joint layer (or level of abstraction) for fusion, typically either at the input or at the output of the…
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
MethodsHyperDenseNet · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Convolution · Average Pooling · Concatenated Skip Connection · Global Average Pooling · Dense Block · Kaiming Initialization · 1x1 Convolution
