CVMay 19, 2022

Free Lunch for Surgical Video Understanding by Distilling Self-Supervisions

arXiv:2205.09292v216 citationsh-index: 70Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of limited labeled data for surgical video analysis, offering an incremental improvement by adapting existing self-supervised methods to a medical domain.

The paper tackles the problem of surgical video understanding by distilling knowledge from publicly available self-supervised models to improve performance on surgical data, achieving significant gains on two surgical phase recognition benchmarks, especially in low-data regimes.

Self-supervised learning has witnessed great progress in vision and NLP; recently, it also attracted much attention to various medical imaging modalities such as X-ray, CT, and MRI. Existing methods mostly focus on building new pretext self-supervision tasks such as reconstruction, orientation, and masking identification according to the properties of medical images. However, the publicly available self-supervision models are not fully exploited. In this paper, we present a powerful yet efficient self-supervision framework for surgical video understanding. Our key insight is to distill knowledge from publicly available models trained on large generic datasets4 to facilitate the self-supervised learning of surgical videos. To this end, we first introduce a semantic-preserving training scheme to obtain our teacher model, which not only contains semantics from the publicly available models, but also can produce accurate knowledge for surgical data. Besides training with only contrastive learning, we also introduce a distillation objective to transfer the rich learned information from the teacher model to self-supervised learning on surgical data. Extensive experiments on two surgical phase recognition benchmarks show that our framework can significantly improve the performance of existing self-supervised learning methods. Notably, our framework demonstrates a compelling advantage under a low-data regime. Our code is available at https://github.com/xmed-lab/DistillingSelf.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes