CVApr 20

Can LLM-Generated Text Empower Surgical Vision-Language Pre-training?

arXiv:2604.1813454.9h-index: 13Has Code
AI Analysis

This work addresses the scalability limitation of multi-modal surgical AI by enabling human-free annotation, but the gains are incremental as it adapts existing contrastive learning with noise-robust techniques.

The authors tackle the bottleneck of costly expert annotations for surgical vision-language pre-training by using LLM-generated narratives to create a large-scale dataset (LIME). They propose SurgLIME, a framework that learns reliable cross-modal alignments despite noisy text, achieving competitive zero-shot performance on AutoLaparo and Cholec80 benchmarks while preserving visual foundation model performance.

Recent advancements in self-supervised learning have led to powerful surgical vision encoders capable of spatiotemporal understanding. However, extending these visual foundations to multi-modal reasoning tasks is severely bottlenecked by the prohibitive cost of expert textual annotations. To overcome this scalability limitation, we introduce \textbf{LIME}, a large-scale multi-modal dataset derived from open-access surgical videos using human-free, Large Language Model (LLM)-generated narratives. While LIME offers immense scalability, unverified generated texts may contain errors, including hallucinations, that could potentially lead to catastrophically degraded pre-trained medical priors in standard contrastive pipelines. To mitigate this, we propose \textbf{SurgLIME}, a parameter-efficient Vision-Language Pre-training (VLP) framework designed to learn reliable cross-modal alignments using noisy narratives. SurgLIME preserves foundational medical priors using a LoRA-adapted dual-encoder architecture and introduces an automated confidence estimation mechanism that dynamically down-weights uncertain text during contrastive alignment. Evaluations on the AutoLaparo and Cholec80 benchmarks show that SurgLIME achieves competitive zero-shot cross-modal alignment while preserving the robust linear probing performance of the visual foundation model. Dataset, code, and models are publicly available at \href{https://github.com/visurg-ai/SurgLIME}{https://github.com/visurg-ai/SurgLIME}.

Foundations

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

Your Notes