CVJun 16, 2021

Federated Semi-supervised Medical Image Classification via Inter-client Relation Matching

arXiv:2106.08600v1101 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a practical challenge for hospitals lacking resources for data labeling, enabling collaborative model training without full supervision, though it is incremental as it builds on existing consistency regularization mechanisms.

The paper tackles the problem of federated semi-supervised learning (FSSL) for medical image classification, where hospitals have both labeled and unlabeled data, and presents a method that improves over state-of-the-art approaches with clear improvements on two large-scale datasets.

Federated learning (FL) has emerged with increasing popularity to collaborate distributed medical institutions for training deep networks. However, despite existing FL algorithms only allow the supervised training setting, most hospitals in realistic usually cannot afford the intricate data labeling due to absence of budget or expertise. This paper studies a practical yet challenging FL problem, named \textit{Federated Semi-supervised Learning} (FSSL), which aims to learn a federated model by jointly utilizing the data from both labeled and unlabeled clients (i.e., hospitals). We present a novel approach for this problem, which improves over traditional consistency regularization mechanism with a new inter-client relation matching scheme. The proposed learning scheme explicitly connects the learning across labeled and unlabeled clients by aligning their extracted disease relationships, thereby mitigating the deficiency of task knowledge at unlabeled clients and promoting discriminative information from unlabeled samples. We validate our method on two large-scale medical image classification datasets. The effectiveness of our method has been demonstrated with the clear improvements over state-of-the-arts as well as the thorough ablation analysis on both tasks\footnote{Code will be made available at \url{https://github.com/liuquande/FedIRM}}.

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