TL;DR
This paper introduces a novel 3D segmentation network with an exponential logarithmic loss function, significantly improving the segmentation of highly unbalanced object sizes in medical images, achieving high accuracy efficiently.
Contribution
It proposes a new network architecture combined with an exponential logarithmic loss to better handle unbalanced object sizes in 3D segmentation tasks.
Findings
Achieved 82% Dice coefficient on brain segmentation with 20 labels.
Requires less than 100 epochs for convergence.
Segmenting a 128x128x128 volume takes around 0.4 seconds.
Abstract
With the introduction of fully convolutional neural networks, deep learning has raised the benchmark for medical image segmentation on both speed and accuracy, and different networks have been proposed for 2D and 3D segmentation with promising results. Nevertheless, most networks only handle relatively small numbers of labels (<10), and there are very limited works on handling highly unbalanced object sizes especially in 3D segmentation. In this paper, we propose a network architecture and the corresponding loss function which improve segmentation of very small structures. By combining skip connections and deep supervision with respect to the computational feasibility of 3D segmentation, we propose a fast converging and computationally efficient network architecture for accurate segmentation. Furthermore, inspired by the concept of focal loss, we propose an exponential logarithmic loss…
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
