On the Pitfalls of Batch Normalization for End-to-End Video Learning: A Study on Surgical Workflow Analysis
Dominik Rivoir, Isabel Funke, Stefanie Speidel
TL;DR
This work interrogates Batch Normalization’s limitations in end-to-end video learning for surgical workflow analysis, revealing how BN’s batch-dependent statistics hamper online, sequential learning and can enable harmful ‘cheating’ in anticipation tasks. It shows that BN-free backbones paired with end-to-end CNN-LSTM models, along with strategies to maximize temporal context (e.g., carry-hidden training, longer sequences, and partial freezing), can surpass state-of-the-art multi-stage approaches on surgical phase recognition and instrument anticipation. The authors validate their findings across multiple surgical datasets and also reproduce the trends on natural-video data, suggesting broader applicability beyond surgery. Overall, the study advocates BN-free end-to-end learning as a simpler yet more effective paradigm for long-video tasks and highlights BN’s pitfalls as a key obstacle to realizing such models in practice.
Abstract
Batch Normalization's (BN) unique property of depending on other samples in a batch is known to cause problems in several tasks, including sequence modeling. Yet, BN-related issues are hardly studied for long video understanding, despite the ubiquitous use of BN in CNNs (Convolutional Neural Networks) for feature extraction. Especially in surgical workflow analysis, where the lack of pretrained feature extractors has led to complex, multi-stage training pipelines, limited awareness of BN issues may have hidden the benefits of training CNNs and temporal models end to end. In this paper, we analyze pitfalls of BN in video learning, including issues specific to online tasks such as a 'cheating' effect in anticipation. We observe that BN's properties create major obstacles for end-to-end learning. However, using BN-free backbones, even simple CNN-LSTMs beat the state of the art {\color{\colorrevtwo}on three surgical workflow benchmarks} by utilizing adequate end-to-end training strategies which maximize temporal context. We conclude that awareness of BN's pitfalls is crucial for effective end-to-end learning in surgical tasks. By reproducing results on natural-video datasets, we hope our insights will benefit other areas of video learning as well. Code is available at: \url{https://gitlab.com/nct_tso_public/pitfalls_bn}
