ViTALS: Vision Transformer for Action Localization in Surgical Nephrectomy
Soumyadeep Chandra, Sayeed Shafayet Chowdhury, Courtney Yong, Chandru P. Sundaram, Kaushik Roy
TL;DR
The paper tackles surgical action localization in videos under limited data by introducing the UroSlice nephrectomy dataset and a Vision Transformer–based model, ViTALS. ViTALS combines temporal dilated convolutions with a ViT‑based encoder–decoder architecture and cross-attention, using a ResNet50 spatial feature extractor and a temporal fusion head, trained with a composite loss. On Cholec80 and UroSlice, ViTALS achieves state-of-the-art accuracies of $89.8\%$ and $66.1\%$, respectively, with notable gains on the more challenging UroSlice and robust performance across metrics. Ablation studies confirm the benefit of a ResNet50 FE and multi-stage decoders, underscoring ViTALS’ robustness for small medical datasets and its potential for improved surgical phase recognition and workflow analysis.
Abstract
Surgical action localization is a challenging computer vision problem. While it has promising applications including automated training of surgery procedures, surgical workflow optimization, etc., appropriate model design is pivotal to accomplishing this task. Moreover, the lack of suitable medical datasets adds an additional layer of complexity. To that effect, we introduce a new complex dataset of nephrectomy surgeries called UroSlice. To perform the action localization from these videos, we propose a novel model termed as `ViTALS' (Vision Transformer for Action Localization in Surgical Nephrectomy). Our model incorporates hierarchical dilated temporal convolution layers and inter-layer residual connections to capture the temporal correlations at finer as well as coarser granularities. The proposed approach achieves state-of-the-art performance on Cholec80 and UroSlice datasets (89.8% and 66.1% accuracy, respectively), validating its effectiveness.
