🤖 AI Summary
Existing temporal action detection (TAD) research suffers from fragmented implementations and inconsistent evaluation protocols due to the absence of a unified framework, hindering rigorous comparison and accurate assessment of technical contributions. To address this, we introduce the first open-source, modular, and extensible unified TAD framework—comprehensively integrating 16 state-of-the-art methods and 9 standard benchmarks. It supports end-to-end training, plug-and-play component substitution, and fair cross-dataset evaluation. The framework enforces standardized preprocessing, training, and evaluation protocols, enabling systematic ablation studies that quantify the impact of individual modules. By composing optimal components, our framework achieves new state-of-the-art performance on THUMOS14 and ActivityNet v1.3. All code, configuration files, and pretrained models are publicly released, substantially enhancing reproducibility and comparability in TAD research.
📝 Abstract
Temporal action detection (TAD) is a fundamental video understanding task that aims to identify human actions and localize their temporal boundaries in videos. Although this field has achieved remarkable progress in recent years, further progress and real-world applications are impeded by the absence of a standardized framework. Currently, different methods are compared under different implementation settings, evaluation protocols, etc., making it difficult to assess the real effectiveness of a specific technique. To address this issue, we propose extbf{OpenTAD}, a unified TAD framework consolidating 16 different TAD methods and 9 standard datasets into a modular codebase. In OpenTAD, minimal effort is required to replace one module with a different design, train a feature-based TAD model in end-to-end mode, or switch between the two. OpenTAD also facilitates straightforward benchmarking across various datasets and enables fair and in-depth comparisons among different methods. With OpenTAD, we comprehensively study how innovations in different network components affect detection performance and identify the most effective design choices through extensive experiments. This study has led to a new state-of-the-art TAD method built upon existing techniques for each component. We have made our code and models available at https://github.com/sming256/OpenTAD.