Skip to main content
QUICK REVIEW

[論文レビュー] Semi-Supervised Histology Classification using Deep Multiple Instance Learning and Contrastive Predictive Coding

Ming Y. Lu, Richard J. Chen|arXiv (Cornell University)|Oct 23, 2019
AI in cancer detection参考文献 21被引用数 33
ひとこと要約

2段階の半教師ありパイプライン (CPC pretraining + attention-based MIL) が BACH の乳がん組織分類において、限られたラベルとメモリ節約のためのエンコーダー凍結オプションを活用して最先端を達成します。

ABSTRACT

Convolutional neural networks can be trained to perform histology slide classification using weak annotations with multiple instance learning (MIL). However, given the paucity of labeled histology data, direct application of MIL can easily suffer from overfitting and the network is unable to learn rich feature representations due to the weak supervisory signal. We propose to overcome such limitations with a two-stage semi-supervised approach that combines the power of data-efficient self-supervised feature learning via contrastive predictive coding (CPC) and the interpretability and flexibility of regularized attention-based MIL. We apply our two-stage CPC + MIL semi-supervised pipeline to the binary classification of breast cancer histology images. Across five random splits, we report state-of-the-art performance with a mean validation accuracy of 95% and an area under the ROC curve of 0.968. We further evaluate the quality of features learned via CPC relative to simple transfer learning and show that strong classification performance using CPC features can be efficiently leveraged under the MIL framework even with the feature encoder frozen.

研究の動機と目的

  • Address overfitting and limited labeled data in deep MIL for histology classification.
  • Leverage self-supervised feature learning to learn rich representations from unlabeled patches.
  • Integrate CPC with MIL to improve performance while enabling memory-efficient training.
  • Demonstrate performance gains and analyze feature utility under frozen vs. fine-tuned encoders.

提案手法

  • Use attention-based MIL to aggregate patch embeddings into bag representations for image-level classification.
  • Pretrain the feature encoder on unlabeled patches via Contrastive Predictive Coding (CPC) to learn histology-specific features.
  • Apply a smooth margin-based loss with KL-divergence regularization on negative bags to prevent overfitting to few informative instances.
  • Experiment with ImageNet transfer learning vs CPC pretraining, with encoder frozen or finetuned, under MIL.
  • Use a modified ResNet50 encoder and a compact gated attention-MIL network for bag prediction.
  • Evaluate on five random splits of the BACH dataset (breast cancer histology) with 25% validation.

実験結果

リサーチクエスチョン

  • RQ1Can CPC-based self-supervised pretraining improve MIL-based histology classification when labeled data are scarce?
  • RQ2Does freezing the encoder after CPC pretraining affect MIL performance compared to finetuning?
  • RQ3How does the proposed smooth SVM loss with KL-divergence regularization influence negative bag handling in MIL?
  • RQ4What are the comparative gains of CPC pretraining versus ImageNet transfer learning within the MIL framework for histology slides?

主な発見

手法正確度 (%)AUC ROC
MIL + ImageNet (CE)84.4 ± 9.400.933 ± 0.514
MIL + ImageNet (R)86.0 ± 4.640.939 ± 0.240
MIL + CPC (CE)91.8 ± 7.530.959 ± 0.052
MIL + CPC (R)95.0 ± 2.650.968 ± 0.022
MIL62.6 ± 11.60.611 ± 0.186
MIL + ImageNet86.0 ± 4.640.939 ± 0.024
MIL + CPC95.0 ± 2.650.968 ± 0.022
MIL + ImageNet, Frozen82.8 ± 2.950.891 ± 0.026
MIL + CPC, Frozen90.6 ± 2.880.939 ± 0.024
  • CPC pretraining + MIL with smooth SVM loss + KL-div regularization achieves the highest mean accuracy and AUC (95.0% ±2.65, 0.968 ±0.022) among compared methods.
  • CPC pretraining outperforms ImageNet transfer learning across evaluated setups, both when encoder is frozen and when finetuned.
  • MIL with CPC (frozen encoder) still yields strong performance (90.6% ±2.88 accuracy, 0.939 ±0.024 AUC).
  • Using a frozen encoder reduces trainable parameters to under 800k, enabling memory-efficient training on large bags.
  • MIL alone performs poorly on this dataset, highlighting the benefit of CPC pretraining for feature learning in weakly supervised histology.
  • Training with the smooth SVM loss + KL-div regularization consistently improves results over cross-entropy across splits.

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。