LGCVMLMay 28, 2018

Distributed Weight Consolidation: A Brain Segmentation Case Study

arXiv:1805.10863v928 citations
Originality Incremental advance
AI Analysis

This addresses data privacy and sharing challenges in medical imaging for researchers and practitioners, though it is incremental as it builds on continual learning methods.

The paper tackles the problem of training deep neural networks on distributed data without sharing raw data by introducing distributed weight consolidation (DWC), a continual learning method that consolidates weights from separately trained networks; in a brain segmentation case study, DWC improved performance on test sets from different sites while maintaining generalization on a large independent dataset compared to an ensemble baseline.

Collecting the large datasets needed to train deep neural networks can be very difficult, particularly for the many applications for which sharing and pooling data is complicated by practical, ethical, or legal concerns. However, it may be the case that derivative datasets or predictive models developed within individual sites can be shared and combined with fewer restrictions. Training on distributed data and combining the resulting networks is often viewed as continual learning, but these methods require networks to be trained sequentially. In this paper, we introduce distributed weight consolidation (DWC), a continual learning method to consolidate the weights of separate neural networks, each trained on an independent dataset. We evaluated DWC with a brain segmentation case study, where we consolidated dilated convolutional neural networks trained on independent structural magnetic resonance imaging (sMRI) datasets from different sites. We found that DWC led to increased performance on test sets from the different sites, while maintaining generalization performance for a very large and completely independent multi-site dataset, compared to an ensemble baseline.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes