CVAIJul 31, 2024

Multi-Site Class-Incremental Learning with Weighted Experts in Echocardiography

arXiv:2407.21577v1h-index: 17
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining classifier performance in real-life medical imaging scenarios with incremental data updates, though it is incremental as it builds on existing class-incremental learning techniques.

The authors tackled the problem of catastrophic forgetting and data sharing restrictions in multi-site echocardiography view classification by proposing a class-incremental learning method with weighted experts, which reduced training time and improved classification performance across six datasets.

Building an echocardiography view classifier that maintains performance in real-life cases requires diverse multi-site data, and frequent updates with newly available data to mitigate model drift. Simply fine-tuning on new datasets results in "catastrophic forgetting", and cannot adapt to variations of view labels between sites. Alternatively, collecting all data on a single server and re-training may not be feasible as data sharing agreements may restrict image transfer, or datasets may only become available at different times. Furthermore, time and cost associated with re-training grows with every new dataset. We propose a class-incremental learning method which learns an expert network for each dataset, and combines all expert networks with a score fusion model. The influence of ``unqualified experts'' is minimised by weighting each contribution with a learnt in-distribution score. These weights promote transparency as the contribution of each expert is known during inference. Instead of using the original images, we use learned features from each dataset, which are easier to share and raise fewer licensing and privacy concerns. We validate our work on six datasets from multiple sites, demonstrating significant reductions in training time while improving view classification performance.

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