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

Grounded Situation Recognition with Transformers

About

Grounded Situation Recognition (GSR) is the task that not only classifies a salient action (verb), but also predicts entities (nouns) associated with semantic roles and their locations in the given image. Inspired by the remarkable success of Transformers in vision tasks, we propose a GSR model based on a Transformer encoder-decoder architecture. The attention mechanism of our model enables accurate verb classification by capturing high-level semantic feature of an image effectively, and allows the model to flexibly deal with the complicated and image-dependent relations between entities for improved noun classification and localization. Our model is the first Transformer architecture for GSR, and achieves the state of the art in every evaluation metric on the SWiG benchmark. Our code is available at https://github.com/jhcho99/gsrtr .

Junhyeong Cho, Youngseok Yoon, Hyeonjun Lee, Suha Kwak• 2021

Related benchmarks

TaskDatasetResultRank
Grounded Situation RecognitionSWiG (dev)
Value Accuracy74.27
51
Grounded Situation RecognitionSWiG (test)
Value Accuracy74.11
33
Grounded Situation RecognitionSWiG v1 (dev)
Top-1 Predicted Verb Accuracy41.06
21
Grounded Situation RecognitionSWiG 1.0 (test)
Top-1 Verb Acc40.63
13
Showing 4 of 4 rows

Other info

Code

Follow for update