コンピュータービジョンにおけるたたみ込みニューラルネットワーク(CNN)のすばらしい成功は、主にImageNetやPlacesなどの注釈付きの大規模なデータセットの可用性に起因しています。ただし、医用画像では、このような大きな注釈付きデータセットを作成することは困難です。医用画像に注釈を付けると、面倒で面倒で時間がかかるだけでなく、簡単にアクセスできない高価で専門的なスキルが必要になるためです。アノテーションのコストを劇的に削減するために、このホワイトペーパーでは、アクティブラーニングと転移学習(微調整)を単一のフレームワークに自然に統合する新しい方法を紹介します。これは、事前トレーニング済みのCNNから直接始まり、アノテーションに「価値のある」サンプルを探し、徐々に強化します。継続的な微調整による(微調整された)CNN私たちは、3つの異なる医療用画像アプリケーションを使用してメソッドを評価し、ランダムな選択と比較して注釈の労力を少なくとも半分削減できることを示しています。
The splendid success of convolutional neural networks (CNNs) in computer vision is largely attributable to the availability of massive annotated datasets, such as ImageNet and Places. However, in medical imaging, it is challenging to create such large annotated datasets, as annotating medical images is not only tedious, laborious, and time consuming, but it also demands costly, specialty-oriented skills, which are not easily accessible. To dramatically reduce annotation cost, this paper presents a novel method to naturally integrate active learning and transfer learning (fine-tuning) into a single framework, which starts directly with a pre-trained CNN to seek "worthy" samples for annotation and gradually enhances the (fine-tuned) CNN via continual fine-tuning. We have evaluated our method using three distinct medical imaging applications, demonstrating that it can reduce annotation efforts by at least half compared with random selection.