TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Rethinking the Two-Stage Framework for Grounded Situation ...

Rethinking the Two-Stage Framework for Grounded Situation Recognition

Meng Wei, Long Chen, Wei Ji, Xiaoyu Yue, Tat-Seng Chua

2021-12-10Grounded Situation RecognitionObject RecognitionVocal Bursts Valence Prediction
PaperPDFCode(official)

Abstract

Grounded Situation Recognition (GSR), i.e., recognizing the salient activity (or verb) category in an image (e.g., buying) and detecting all corresponding semantic roles (e.g., agent and goods), is an essential step towards "human-like" event understanding. Since each verb is associated with a specific set of semantic roles, all existing GSR methods resort to a two-stage framework: predicting the verb in the first stage and detecting the semantic roles in the second stage. However, there are obvious drawbacks in both stages: 1) The widely-used cross-entropy (XE) loss for object recognition is insufficient in verb classification due to the large intra-class variation and high inter-class similarity among daily activities. 2) All semantic roles are detected in an autoregressive manner, which fails to model the complex semantic relations between different roles. To this end, we propose a novel SituFormer for GSR which consists of a Coarse-to-Fine Verb Model (CFVM) and a Transformer-based Noun Model (TNM). CFVM is a two-step verb prediction model: a coarse-grained model trained with XE loss first proposes a set of verb candidates, and then a fine-grained model trained with triplet loss re-ranks these candidates with enhanced verb features (not only separable but also discriminative). TNM is a transformer-based semantic role detection model, which detects all roles parallelly. Owing to the global relation modeling ability and flexibility of the transformer decoder, TNM can fully explore the statistical dependency of the roles. Extensive validations on the challenging SWiG benchmark show that SituFormer achieves a new state-of-the-art performance with significant gains under various metrics. Code is available at https://github.com/kellyiss/SituFormer.

Results

TaskDatasetMetricValueModel
Situation RecognitionimSituTop-1 Verb44.2SituFormer
Situation RecognitionimSituTop-1 Verb & Value35.24SituFormer
Situation RecognitionimSituTop-5 Verbs71.21SituFormer
Situation RecognitionimSituTop-5 Verbs & Value55.75SituFormer
Situation RecognitionSWiGTop-1 Verb44.2SituFormer
Situation RecognitionSWiGTop-1 Verb & Grounded-Value29.22SituFormer
Situation RecognitionSWiGTop-1 Verb & Value35.24SituFormer
Situation RecognitionSWiGTop-5 Verbs71.21SituFormer
Situation RecognitionSWiGTop-5 Verbs & Grounded-Value46SituFormer
Situation RecognitionSWiGTop-5 Verbs & Value55.75SituFormer
Grounded Situation RecognitionSWiGTop-1 Verb44.2SituFormer
Grounded Situation RecognitionSWiGTop-1 Verb & Grounded-Value29.22SituFormer
Grounded Situation RecognitionSWiGTop-1 Verb & Value35.24SituFormer
Grounded Situation RecognitionSWiGTop-5 Verbs71.21SituFormer
Grounded Situation RecognitionSWiGTop-5 Verbs & Grounded-Value46SituFormer
Grounded Situation RecognitionSWiGTop-5 Verbs & Value55.75SituFormer

Related Papers

GeoMag: A Vision-Language Model for Pixel-level Fine-Grained Remote Sensing Image Parsing2025-07-08Out-of-distribution detection in 3D applications: a review2025-07-01SASep: Saliency-Aware Structured Separation of Geometry and Feature for Open Set Learning on Point Clouds2025-06-16Continual Hyperbolic Learning of Instances and Classes2025-06-12DCIRNet: Depth Completion with Iterative Refinement for Dexterous Grasping of Transparent and Reflective Objects2025-06-11Aligning Text, Images, and 3D Structure Token-by-Token2025-06-09STSBench: A Spatio-temporal Scenario Benchmark for Multi-modal Large Language Models in Autonomous Driving2025-06-06Feature-Based Lie Group Transformer for Real-World Applications2025-06-05