paper-with-me

Papers

A dynamic interactive learning framework for automated 3D medical image segmentation

2023-12-11 · Mu Tian, Xiaohui Chen, Yi Gao

Many deep learning based automated medical image segmentation systems, in reality, face difficulties in deployment due to the cost of massive data annotation and high latency in model iteration. We propose a dynamic interactive learning framework that addresses these challenges by integrating interactive segmentation into end-to-end weak supervised learning with streaming tasks. We develop novel replay and label smoothing schemes that overcome catastrophic forgetting and improve online learning robustness. For each image, our multi-round interactive segmentation module simultaneously optimizes both front-end predictions and deep learning segmenter. In each round, a 3D "proxy mask" is propagated from sparse user inputs based on image registration, serving as weak supervision that enable knowledge distillation from the unknown ground truth. In return, the trained segmenter explicitly guides next step's user interventions according to a spatial residual map from consecutive front or back-end predictions. Evaluation on 3D segmentation tasks (NCI-ISBI2013 and BraTS2015) shows that our framework generates online learning performances that match offline training benchmark. In addition, with a 62% reduction in total annotation efforts, our framework produces competitive dice scores comparing to online and offline learning which equipped with full ground truth. Furthermore, such a framework, with its flexibility and responsiveness, could be deployed behind hospital firewall that guarantees data security and easy maintenance.

📄 PDF Abstract BibTeX arXiv:2312.06072

Code (0)

등록된 구현이 없습니다.

Tasks

Image RegistrationImage SegmentationInteractive SegmentationKnowledge DistillationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Adaptive Interactive Segmentation for Multimodal Medical Imaging via Selection Engine

2024-11-29 · Zhi Li, Kai Zhao, Yaqi Wang, Shuai Wang

In medical image analysis, achieving fast, efficient, and accurate segmentation is essential for automated diagnosis and treatment. Although recent advancements in deep learning have significantly improved segmentation a…

Interactive SegmentationMedical Image AnalysisSegmentation

Interactive Segmentation and Report Generation for CT Images

2025-03-05 · Yannian Gu, Wenhui Lei, HanYu Chen, Xiaofan Zhang 외

Automated CT report generation plays a crucial role in improving diagnostic accuracy and clinical workflow efficiency. However, existing methods lack interpretability and impede patient-clinician understanding, while the…

AttributeDiagnosticInteractive SegmentationLesion Segmentation+1

AutoMedic: An Automated Evaluation Framework for Clinical Conversational Agents with Medical Dataset Grounding

2025-12-11 · Gyutaek Oh, Sangjoon Park, Byung-Hoon Kim arxiv

Evaluating large language models (LLMs) has recently emerged as a critical issue for safe and trustworthy application of LLMs in the medical domain. Although a variety of static medical question-answering (QA) benchmarks…

PE-MED: Prompt Enhancement for Interactive Medical Image Segmentation

2023-08-26 · Ao Chang, Xing Tao, Xin Yang, Yuhao Huang 외

Interactive medical image segmentation refers to the accurate segmentation of the target of interest through interaction (e.g., click) between the user and the image. It has been widely studied in recent years as it is l…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Dynamic Prompt Generation for Interactive 3D Medical Image Segmentation Training

2025-10-03 · Tidiane Camaret Ndir, Alexander Pfefferle, Robin Tibor Schirrmeister arxiv

Interactive 3D biomedical image segmentation requires efficient models that can iteratively refine predictions based on user prompts. Current foundation models either lack volumetric awareness or suffer from limited inte…

Medical Image Segmentation