ETH AI Center, Zurich, Switzerland; Department of Computer Science, ETH Zurich, Switzerland.
IBM Research Europe, Zurich, Switzerland; Computer-Assisted Applications in Medicine, ETH Zurich, Zurich, Switzerland.
Med Image Anal. 2023 Oct;89:102924. doi: 10.1016/j.media.2023.102924. Epub 2023 Aug 7.
Deep learning models can achieve high accuracy when trained on large amounts of labeled data. However, real-world scenarios often involve several challenges: Training data may become available in installments, may originate from multiple different domains, and may not contain labels for training. Certain settings, for instance medical applications, often involve further restrictions that prohibit retention of previously seen data due to privacy regulations. In this work, to address such challenges, we study unsupervised segmentation in continual learning scenarios that involve domain shift. To that end, we introduce GarDA (Generative Appearance Replay for continual Domain Adaptation), a generative-replay based approach that can adapt a segmentation model sequentially to new domains with unlabeled data. In contrast to single-step unsupervised domain adaptation (UDA), continual adaptation to a sequence of domains enables leveraging and consolidation of information from multiple domains. Unlike previous approaches in incremental UDA, our method does not require access to previously seen data, making it applicable in many practical scenarios. We evaluate GarDA on three datasets with different organs and modalities, where it substantially outperforms existing techniques. Our code is available at: https://github.com/histocartography/generative-appearance-replay.
深度学习模型在大量有标签的数据上进行训练时可以达到很高的准确性。然而,现实世界的场景通常涉及几个挑战:训练数据可能分批提供,可能来自多个不同的领域,并且可能没有用于训练的标签。某些设置,例如医疗应用程序,由于隐私规定,通常还涉及进一步的限制,禁止保留以前见过的数据。在这项工作中,为了解决这些挑战,我们研究了涉及领域转移的持续学习场景中的无监督分割。为此,我们引入了 GarDA(用于持续域自适应的生成式外观重放),这是一种基于生成式重放的方法,可以使用无标签数据顺序地将分割模型自适应到新的领域。与单步无监督域自适应(UDA)相比,对一系列域的持续适应可以利用和整合来自多个域的信息。与增量 UDA 中的先前方法不同,我们的方法不需要访问以前看到的数据,因此在许多实际场景中都适用。我们在具有不同器官和模态的三个数据集上评估了 GarDA,它大大优于现有技术。我们的代码可在:https://github.com/histocartography/generative-appearance-replay 获得。