ディープラーニングベースの画像合成技術は、オープンリサーチをサポートするための医用画像を生成するためのヘルスケア研究に適用されています。生成的敵対的ニューラルネットワーク(GAN)のトレーニングには、通常、大量のトレーニングデータが必要です。連合学習(FL)は、生データをローカルに保持しながら、さまざまな医療機関からの分散データを使用して中央モデルをトレーニングする方法を提供します。ただし、中央サーバーが元のデータに直接アクセスできないため、FLはバックドア攻撃に対して脆弱であり、トレーニングデータをポイズニングすることで敵対します。ほとんどのバックドア攻撃戦略は、分類モデルと集中型ドメインに焦点を合わせています。この研究では、バックドア攻撃分類モデルで一般的に使用されるデータポイズニング戦略でディスクリミネーターを処理することにより、フェデレーションGAN(FedGAN)を攻撃する方法を提案します。元の画像サイズの0.5%未満のサイズの小さなトリガーを追加すると、FL-GANモデルが破損する可能性があることを示します。提案された攻撃に基づいて、2つの効果的な防御戦略を提供します。グローバルな悪意のある検出とローカルトレーニングの正規化です。 2つの防御戦略を組み合わせると、堅牢な医用画像が生成されることを示します。
Deep Learning-based image synthesis techniques have been applied in healthcare research for generating medical images to support open research. Training generative adversarial neural networks (GAN) usually requires large amounts of training data. Federated learning (FL) provides a way of training a central model using distributed data from different medical institutions while keeping raw data locally. However, FL is vulnerable to backdoor attack, an adversarial by poisoning training data, given the central server cannot access the original data directly. Most backdoor attack strategies focus on classification models and centralized domains. In this study, we propose a way of attacking federated GAN (FedGAN) by treating the discriminator with a commonly used data poisoning strategy in backdoor attack classification models. We demonstrate that adding a small trigger with size less than 0.5 percent of the original image size can corrupt the FL-GAN model. Based on the proposed attack, we provide two effective defense strategies: global malicious detection and local training regularization. We show that combining the two defense strategies yields a robust medical image generation.