Learning Multi-modal Representations by Watching Hundreds of Surgical Video Lectures
Kun Yuan, Vinkle Srivastav, Tong Yu, Joel L. Lavanchy, Jacques Marescaux, Pietro Mascagni, Nassir Navab, Nicolas Padoy
TL;DR
SurgVLP tackles the lack of scalable, annotation-light supervision in surgical vision by leveraging open surgical video lectures and dual ASR transcripts (AWS and Whisper) to learn a joint vision-language representation. The approach employs a dual-branch architecture with ResNet-50 visual encoding and BioClinicalBert text encoding, trained via a combined InfoNCE and MIL-NCE objective to align video clips with two text views. It introduces the Surgical Video Lecture (SVL) pretraining dataset and demonstrates that the learned representations transfer in zero-shot fashion to both vision-and-language tasks (retrieval, grounding, captioning) and vision-only tasks (tool, phase, and triplet recognition) across multiple datasets, aided by contextual prompts and careful text encoding. The results indicate strong zero-shot performance and highlight SurgVLP as a scalable foundation for surgical workflow analysis, while acknowledging limitations in fine-grained anatomical reasoning and ASR domain gaps, suggesting avenues for future refinement and domain adaptation.
Abstract
Recent advancements in surgical computer vision applications have been driven by vision-only models, which do not explicitly integrate the rich semantics of language into their design. These methods rely on manually annotated surgical videos to predict a fixed set of object categories, limiting their generalizability to unseen surgical procedures and downstream tasks. In this work, we put forward the idea that the surgical video lectures available through open surgical e-learning platforms can provide effective vision and language supervisory signals for multi-modal representation learning without relying on manual annotations. We address the surgery-specific linguistic challenges present in surgical video lectures by employing multiple complementary automatic speech recognition systems to generate text transcriptions. We then present a novel method, SurgVLP - Surgical Vision Language Pre-training, for multi-modal representation learning. Extensive experiments across diverse surgical procedures and tasks demonstrate that the multi-modal representations learned by SurgVLP exhibit strong transferability and adaptability in surgical video analysis. Furthermore, our zero-shot evaluations highlight SurgVLP's potential as a general-purpose foundation model for surgical workflow analysis, reducing the reliance on extensive manual annotations for downstream tasks, and facilitating adaptation methods such as few-shot learning to build a scalable and data-efficient solution for various downstream surgical applications. The [training code](https://github.com/CAMMA-public/PeskaVLP) and [weights](https://github.com/CAMMA-public/SurgVLP) are public.
