FCSN: Global Context Aware Segmentation by Learning the Fourier Coefficients of Objects in Medical Images
Young Seok Jeon, Hongfei Yang, Mengling Feng

TL;DR
FCSN introduces a novel segmentation approach that learns Fourier coefficients of object masks, capturing global shape context for more accurate and robust medical image segmentation, while being computationally efficient.
Contribution
The paper proposes FCSN, a lightweight DNN model that learns Fourier coefficients for object segmentation, emphasizing global context and robustness to local perturbations.
Findings
FCSN achieves lower Hausdorff scores than state-of-the-art models.
FCSN is significantly faster and uses fewer parameters.
FCSN demonstrates robustness to noise and motion blur.
Abstract
The encoder-decoder model is a commonly used Deep Neural Network (DNN) model for medical image segmentation. Conventional encoder-decoder models make pixel-wise predictions focusing heavily on local patterns around the pixel. This makes it challenging to give segmentation that preserves the object's shape and topology, which often requires an understanding of the global context of the object. In this work, we propose a Fourier Coefficient Segmentation Network~(FCSN) -- a novel DNN-based model that segments an object by learning the complex Fourier coefficients of the object's masks. The Fourier coefficients are calculated by integrating over the whole contour. Therefore, for our model to make a precise estimation of the coefficients, the model is motivated to incorporate the global context of the object, leading to a more accurate segmentation of the object's shape. This global context…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRadiomics and Machine Learning in Medical Imaging · Medical Image Segmentation Techniques · Medical Imaging and Analysis
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Max Pooling · Concatenated Skip Connection · Dense Connections · Softmax · U-Net · 1x1 Convolution · Batch Normalization
