ニューラルネットワークは、トレーニングするために大量の専門家の注釈付きデータを必要とすることがよくあります。医用画像処理のプロセスに変更が加えられると、トレーニングされたネットワークのパフォーマンスが低下する可能性があり、画像処理の変更ごとに専門家の注釈を大量に取得することは、時間と費用がかかる可能性があります。オンライン教師なし学習は、受信データにドメインシフトがあり、注釈がない状況に対処するために提案された方法です。この研究の目的は、新しいデータに利用できる注釈がない場合に、オンラインの教師なし学習がCOVID-19CTスキャン分類モデルをわずかなドメインシフトに適応させるのに役立つかどうかを確認することです。ドメインシフトの量が異なる3つのテストデータセットを使用して、合計6つの実験が実行されます。これらの実験では、オンラインの教師なし学習戦略のパフォーマンスをベースラインと比較し、さまざまなドメインシフトで戦略がどのように実行されるかを比較します。オンラインの教師なし学習のコードは、次のリンクにあります:https://github.com/Mewtwo/online-unsupervised-learning
Neural networks often require large amounts of expert annotated data to train. When changes are made in the process of medical imaging, trained networks may not perform as well, and obtaining large amounts of expert annotations for each change in the imaging process can be time consuming and expensive. Online unsupervised learning is a method that has been proposed to deal with situations where there is a domain shift in incoming data, and a lack of annotations. The aim of this study is to see whether online unsupervised learning can help COVID-19 CT scan classification models adjust to slight domain shifts, when there are no annotations available for the new data. A total of six experiments are performed using three test datasets with differing amounts of domain shift. These experiments compare the performance of the online unsupervised learning strategy to a baseline, as well as comparing how the strategy performs on different domain shifts. Code for online unsupervised learning can be found at this link: https://github.com/Mewtwo/online-unsupervised-learning