paper-with-me

Papers

Deep Anatomical Federated Network (Dafne): An open client-server framework for the continuous, collaborative improvement of deep learning-based medical image segmentation

2023-02-13 · Francesco Santini, Jakob Wasserthal, Abramo Agosti, Xeni Deligianni, Kevin R. Keene, Hermien E. Kan, Stefan Sommer, Fengdan Wang, Claudia Weidensteiner, Giulia Manco, Matteo Paoletti, Valentina Mazzoli, Arjun Desai, Anna Pichiecchio

Purpose: To present and evaluate Dafne (deep anatomical federated network), a freely available decentralized, collaborative deep learning system for the semantic segmentation of radiological images through federated incremental learning. Materials and Methods: Dafne is free software with a client-server architecture. The client side is an advanced user interface that applies the deep learning models stored on the server to the user's data and allows the user to check and refine the prediction. Incremental learning is then performed at the client's side and sent back to the server, where it is integrated into the root model. Dafne was evaluated locally, by assessing the performance gain across model generations on 38 MRI datasets of the lower legs, and through the analysis of real-world usage statistics (n = 639 use-cases). Results: Dafne demonstrated a statistically improvement in the accuracy of semantic segmentation over time (average increase of the Dice Similarity Coefficient by 0.007 points/generation on the local validation set, p < 0.001). Qualitatively, the models showed enhanced performance on various radiologic image types, including those not present in the initial training sets, indicating good model generalizability. Conclusion: Dafne showed improvement in segmentation quality over time, demonstrating potential for learning and generalization.

📄 PDF Abstract BibTeX arXiv:2302.06352

Code (1)

dafne-imaging/dafne 공식 구현 pytorch

Tasks

DiagnosticImage SegmentationIncremental LearningMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

DAFNe 설명 없음

Similar Papers 제목 키워드 기반

CLIP-guided Federated Learning on Heterogeneous and Long-Tailed Data

2023-12-14 · Jiangming Shi, Shanshan Zheng, Xiangbo Yin, Yang Lu 외

Federated learning (FL) provides a decentralized machine learning paradigm where a server collaborates with a group of clients to learn a global model without accessing the clients' data. User heterogeneity is a signific…

Contrastive LearningFederated Learningimage-classificationImage Classification+3

FedIL: Federated Incremental Learning from Decentralized Unlabeled Data with Convergence Analysis

2023-02-23 · Nan Yang, Dong Yuan, Charles Z Liu, Yongkun Deng 외

Most existing federated learning methods assume that clients have fully labeled data to train on, while in reality, it is hard for the clients to get task-specific labels due to users' privacy concerns, high labeling cos…

Federated LearningIncremental LearningPseudo Label

Federated Select: A Primitive for Communication- and Memory-Efficient Federated Learning

2022-08-19 · Zachary Charles, Kallista Bonawitz, Stanislav Chiknavaryan, Brendan Mcmahan 외

Federated learning (FL) is a framework for machine learning across heterogeneous client devices in a privacy-preserving fashion. To date, most FL algorithms learn a "global" server model across multiple rounds. At each r…

Federated LearningPrivacy Preserving

FedRecover: Recovering from Poisoning Attacks in Federated Learning using Historical Information

2022-10-20 · Xiaoyu Cao, Jinyuan Jia, Zaixi Zhang, Neil Zhenqiang Gong

Federated learning is vulnerable to poisoning attacks in which malicious clients poison the global model via sending malicious model updates to the server. Existing defenses focus on preventing a small number of maliciou…

Federated Learning

Achieving Security and Privacy in Federated Learning Systems: Survey, Research Challenges and Future Directions

2020-12-12 · Alberto Blanco-Justicia, Josep Domingo-Ferrer, Sergio Martínez, David Sánchez 외

Federated learning (FL) allows a server to learn a machine learning (ML) model across multiple decentralized clients that privately store their own training data. In contrast with centralized ML approaches, FL saves comp…

Federated Learning