paper-with-me

홈 › Papers

Learning With Context Feedback Loop for Robust Medical Image Segmentation

2021-03-04 · Kibrom Berihu Girum, Gilles Créhange, Alain Lalande

Deep learning has successfully been leveraged for medical image segmentation. It employs convolutional neural networks (CNN) to learn distinctive image features from a defined pixel-wise objective function. However, this approach can lead to less output pixel interdependence producing incomplete and unrealistic segmentation results. In this paper, we present a fully automatic deep learning method for robust medical image segmentation by formulating the segmentation problem as a recurrent framework using two systems. The first one is a forward system of an encoder-decoder CNN that predicts the segmentation result from the input image. The predicted probabilistic output of the forward system is then encoded by a fully convolutional network (FCN)-based context feedback system. The encoded feature space of the FCN is then integrated back into the forward system's feed-forward learning process. Using the FCN-based context feedback loop allows the forward system to learn and extract more high-level image features and fix previous mistakes, thereby improving prediction accuracy over time. Experimental results, performed on four different clinical datasets, demonstrate our method's potential application for single and multi-structure medical image segmentation by outperforming the state of the art methods. With the feedback loop, deep learning methods can now produce results that are both anatomically plausible and robust to low contrast images. Therefore, formulating image segmentation as a recurrent framework of two interconnected networks via context feedback loop can be a potential method for robust and efficient medical image analysis.

📄 PDF Abstract BibTeX arXiv:2103.02844

Code (1)

kibrom2b/LFB-Net 공식 구현 tf

Tasks

Deep LearningImage SegmentationMedical Image AnalysisMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

DualFete: Revisiting Teacher-Student Interactions from a Feedback Perspective for Semi-supervised Medical Image Segmentation

2025-11-12 · Le Yi, Wei Huang, Lei Zhang, Kefu Zhao 외 arxiv

The teacher-student paradigm has emerged as a canonical framework in semi-supervised learning. When applied to medical image segmentation, the paradigm faces challenges due to inherent image ambiguities, making it partic…

Semi-supervised Medical Image Segmentation

Towards Clinician-Preferred Segmentation: Leveraging Human-in-the-Loop for Test Time Adaptation in Medical Image Segmentation

2024-05-14 · Shishuai Hu, Zehui Liao, Zeyou Liu, Yong Xia

Deep learning-based medical image segmentation models often face performance degradation when deployed across various medical centers, largely due to the discrepancies in data distribution. Test Time Adaptation (TTA) met…

Image SegmentationMedical Image SegmentationSemantic SegmentationTest-time Adaptation

CMISR: Circular Medical Image Super-Resolution

2023-08-15 · Honggui Li, Nahid Md Lokman Hossain, Maria Trocan, Dimitri Galayko 외

Classical methods of medical image super-resolution (MISR) utilize open-loop architecture with implicit under-resolution (UR) unit and explicit super-resolution (SR) unit. The UR unit can always be given, assumed, or est…

Image Super-ResolutionSuper-Resolution

Contour Transformer Network for One-shot Segmentation of Anatomical Structures

2020-12-02 · Yuhang Lu, Kang Zheng, Weijian Li, Yirui Wang 외

Accurate segmentation of anatomical structures is vital for medical image analysis. The state-of-the-art accuracy is typically achieved by supervised learning methods, where gathering the requisite expert-labeled image a…

AnatomyMedical Image AnalysisOne-Shot LearningOne-Shot Segmentation+1

Self-Loop Uncertainty: A Novel Pseudo-Label for Semi-Supervised Medical Image Segmentation

2020-07-20 · Yuexiang Li, Jia-Wei Chen, Xinpeng Xie, Kai Ma 외

Witnessing the success of deep learning neural networks in natural image processing, an increasing number of studies have been proposed to develop deep-learning-based frameworks for medical image segmentation. However, s…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2