HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

ReAct: Temporal Action Detection with Relational Queries

Dingfeng Shi Yujie Zhong Qiong Cao Jing Zhang Lin Ma Jia Li Dacheng Tao

ReAct: Temporal Action Detection with Relational Queries

Abstract

This work aims at advancing temporal action detection (TAD) using an encoder-decoder framework with action queries, similar to DETR, which has shown great success in object detection. However, the framework suffers from several problems if directly applied to TAD: the insufficient exploration of inter-query relation in the decoder, the inadequate classification training due to a limited number of training samples, and the unreliable classification scores at inference. To this end, we first propose a relational attention mechanism in the decoder, which guides the attention among queries based on their relations. Moreover, we propose two losses to facilitate and stabilize the training of action classification. Lastly, we propose to predict the localization quality of each action query at inference in order to distinguish high-quality queries. The proposed method, named ReAct, achieves the state-of-the-art performance on THUMOS14, with much lower computational costs than previous methods. Besides, extensive ablation studies are conducted to verify the effectiveness of each proposed component. The code is available at https://github.com/sssste/React.

Code Repositories

sssste/react
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
temporal-action-localization-on-thumos14ReAct (TSN features)
Avg mAP (0.3:0.7): 55.0
mAP IOU@0.3: 69.2
mAP IOU@0.4: 65.0
mAP IOU@0.5: 57.1
mAP IOU@0.6: 47.8
mAP IOU@0.7: 35.6

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
ReAct: Temporal Action Detection with Relational Queries | Papers | HyperAI