🤖 AI Summary
To address the scarcity of annotated training data, high annotation costs, and privacy sensitivity in ophthalmic surgery AI development, this paper introduces Ophora-160K—the first large-scale ophthalmic surgical video–instruction paired dataset comprising 160,000 high-quality samples—and proposes a progressive video–instruction fine-tuning paradigm tailored to domain-specific surgical tasks. We innovatively design a text-driven video generation framework that enables cross-domain spatiotemporal knowledge transfer and multimodal diffusion modeling under strict privacy-preserving constraints. Clinically validated, the generated videos achieve superior realism and procedural fidelity compared to baselines, as confirmed by expert evaluation. Furthermore, our approach improves accuracy by 12.7% on downstream surgical workflow understanding tasks. Both the codebase and the Ophora-160K dataset are publicly released to foster reproducible research and community advancement.
📝 Abstract
In ophthalmic surgery, developing an AI system capable of interpreting surgical videos and predicting subsequent operations requires numerous ophthalmic surgical videos with high-quality annotations, which are difficult to collect due to privacy concerns and labor consumption. Text-guided video generation (T2V) emerges as a promising solution to overcome this issue by generating ophthalmic surgical videos based on surgeon instructions. In this paper, we present Ophora, a pioneering model that can generate ophthalmic surgical videos following natural language instructions. To construct Ophora, we first propose a Comprehensive Data Curation pipeline to convert narrative ophthalmic surgical videos into a large-scale, high-quality dataset comprising over 160K video-instruction pairs, Ophora-160K. Then, we propose a Progressive Video-Instruction Tuning scheme to transfer rich spatial-temporal knowledge from a T2V model pre-trained on natural video-text datasets for privacy-preserved ophthalmic surgical video generation based on Ophora-160K. Experiments on video quality evaluation via quantitative analysis and ophthalmologist feedback demonstrate that Ophora can generate realistic and reliable ophthalmic surgical videos based on surgeon instructions. We also validate the capability of Ophora for empowering downstream tasks of ophthalmic surgical workflow understanding. Code is available at https://github.com/mar-cry/Ophora.