IVCVLGMar 6, 2021

NeRD: Neural Representation of Distribution for Medical Image Segmentation

arXiv:2103.04020v117 citationsHas Code
AI Analysis

This addresses a specific technical bottleneck in medical image segmentation for healthcare applications, but it is incremental as it builds on existing CNN methods.

The paper tackles the problem of feature distribution shifting in medical image segmentation caused by network operations like padding and pooling, by introducing the NeRD module that estimates feature distribution via an implicit function mapping image coordinates, resulting in reduced over-segmenting and missing issues as verified on white matter lesion and left atrial segmentation tasks.

We introduce Neural Representation of Distribution (NeRD) technique, a module for convolutional neural networks (CNNs) that can estimate the feature distribution by optimizing an underlying function mapping image coordinates to the feature distribution. Using NeRD, we propose an end-to-end deep learning model for medical image segmentation that can compensate the negative impact of feature distribution shifting issue caused by commonly used network operations such as padding and pooling. An implicit function is used to represent the parameter space of the feature distribution by querying the image coordinate. With NeRD, the impact of issues such as over-segmenting and missing have been reduced, and experimental results on the challenging white matter lesion segmentation and left atrial segmentation verify the effectiveness of the proposed method. The code is available via https://github.com/tinymilky/NeRD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes