今年cvpr为什么这么多medical方向的文章,学习了新知识:multi-instance learning
Contribution
- 作者解决了Predicting Lymph Node Metastasis Using Histopathological Images,由于whole slide images都太大了,所以提出了把大图分成patch来做multi-instance learning的想法。
- 由于没有instance-level label,作者用self-supervised的方法来学每个patch的feature。
Methods
-
Instance-level Feature Extraction: VAE-GAN
GAN的generator和VAE的decoder是一个东西。VAE-GAN对于VAE而言