Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Spatial-Temporal Transformer for Dynamic Scene Graph Generation

About

Dynamic scene graph generation aims at generating a scene graph of the given video. Compared to the task of scene graph generation from images, it is more challenging because of the dynamic relationships between objects and the temporal dependencies between frames allowing for a richer semantic interpretation. In this paper, we propose Spatial-temporal Transformer (STTran), a neural network that consists of two core modules: (1) a spatial encoder that takes an input frame to extract spatial context and reason about the visual relationships within a frame, and (2) a temporal decoder which takes the output of the spatial encoder as input in order to capture the temporal dependencies between frames and infer the dynamic relationships. Furthermore, STTran is flexible to take varying lengths of videos as input without clipping, which is especially important for long videos. Our method is validated on the benchmark dataset Action Genome (AG). The experimental results demonstrate the superior performance of our method in terms of dynamic scene graphs. Moreover, a set of ablative studies is conducted and the effect of each proposed module is justified. Code available at: https://github.com/yrcong/STTran.

Yuren Cong, Wentong Liao, Hanno Ackermann, Bodo Rosenhahn, Michael Ying Yang• 2021

Related benchmarks

TaskDatasetResultRank
PredCLSAction Genome (test)
Recall@1077.9
54
Scene Graph ClassificationAction Genome (test)
Recall@1054
40
Scene Graph Detection (SGDet)Action Genome v1.0 (test)
R@1025.2
32
Scene Graph DetectionAction Genome
Recall@1025.2
30
Predicate ClassificationAction Genome
Recall@1077.9
26
HOI DetectionVidHOI (val)
mAP Full28.32
23
HOI anticipationVidHOI Oracle mode
mAP29.09
18
SGCLSAction Genome (test)
Recall@1046.4
14
SGDETAction Genome (test)
R@1025.2
14
Video Scene Graph GenerationASPIRE (test)
R@2011.04
12
Showing 10 of 16 rows

Other info

Follow for update