Papers for

clinical video analytics teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

OphBiWSSD improves eye surgery action detection with faster modeling

OphBiWSSD: Scaling Temporal Action Localization in Ophthalmic Surgeries with Bidirectional Weight-tied State Space Duality

Abstract: High-frequency surgical maneuvers in ophthalmology necessitate high-fidelity temporal modeling, yet characterizing long-range procedural dependencies remains computationally prohibitive for attention-based architectures. Existing models often require aggressive temporal downsampling, which compromises the detection of fine-grained action boundaries and instrument-tissue interactions. To address these scalability constraints, we present OphBiWSSD, a framework that reformulates surgical temporal action localization leveraging Bidirectional State Space Duality. By employing a weight-tied selective scan mechanism that incorporates both preceding and succeeding surgical contexts, our approach facilitates the global synthesis of non-causal temporal cues with linear complexity. This streamlined architecture is well-suited to capture the bidirectional dependencies present in ophthalmic workflows, effectively bridging the gap between local boundary precision and long-range procedural context without incurring the quadratic memory overhead of traditional Transformers. Extensive experiments on the OphNet benchmark demonstrate that OphBiWSSD achieves state-of-the-art temporal localization performance, with mean Average Precisions of 44.42% on phases and 43.08% on operations, surpassing the baselines by 6.80% and 6.66%, respectively. Empirical validation indicates that our approach ensures precise temporal localization and offers a computationally viable pathway for deploying surgical intelligence systems in clinical environments. The code is publicly available at https://github.com/yo3nglau/OphBiWSSD.

Fri 11 SeptComputer Vision and Pattern Recognition
The gist
Eye surgeries involve very quick and precise movements that are hard to analyze because current computer models struggle to understand long and detailed sequences without slowing down too much. The authors created OphBiWSSD, a method that looks at surgical videos both forwards and backwards in time, which helps it spot important moments more accurately and faster than previous systems. This new approach uses a clever way to handle information efficiently, making it possible to monitor surgical steps closely without using too much computer memory. Their tests show it works better than earlier methods on a benchmark for eye surgery videos. This research could help build smarter tools that assist surgeons during operations.
Open 2609.12409v1