paper-with-me

Papers

Rethinking the Two-Stage Framework for Grounded Situation Recognition

2021-12-10 · Meng Wei, Long Chen, Wei Ji, Xiaoyu Yue, Tat-Seng Chua

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.

📄 PDF Abstract BibTeX arXiv:2112.05375

Code (1)

kellyiss/situformer 공식 구현 pytorch

Tasks

Grounded Situation RecognitionObject RecognitionSituation RecognitionTripletVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

GSRFormer: Grounded Situation Recognition Transformer with Alternate Semantic Attention Refinement

2022-08-18 · Zhi-Qi Cheng, Qi Dai, SiYao Li, Teruko Mitamura 외

Grounded Situation Recognition (GSR) aims to generate structured semantic summaries of images for "human-like" event understanding. Specifically, GSR task not only detects the salient activity verb (e.g. buying), but als…

Grounded Situation RecognitionImage Captioningobject-detectionObject Detection+1

From Semantics, Scene to Instance-awareness: Distilling Foundation Model for Grounded Open-vocabulary Situation Recognition

2025-07-19 · Chen Cai, Tianyi Liu, Jianjun Gao, Wenyang Liu 외 arxiv

Recent Multimodal Large Language Models (MLLMs) exhibit strong zero-shot abilities but struggle with complex Grounded Situation Recognition (GSR) and are resource-intensive for edge device deployment. Meanwhile, conventi…

Grounded Situation Recognition

Grounded Situation Recognition

2020-03-26 · ECCV 2020 8 · Sarah Pratt, Mark Yatskar, Luca Weihs, Ali Farhadi 외

We introduce Grounded Situation Recognition (GSR), a task that requires producing structured semantic summaries of images describing: the primary activity, entities engaged in the activity with their roles (e.g. agent, t…

Grounded Situation RecognitionImage RetrievalRetrievalSituation Recognition

Cognitive Chain-of-Thought (CoCoT): Structured Multimodal Reasoning about Social Situations

2025-07-27 · Eunkyu Park, Wesley Hanwen Deng, Gunhee Kim, Motahhare Eslami 외 arxiv

Chain-of-Thought (CoT) prompting helps models think step by step. But naive CoT breaks down in visually grounded social tasks, where models must perceive, understand, and judge all at once; bridging perception with norm-…

Instruction FollowingMultimodal Reasoning

Grounded Video Situation Recognition

2022-10-19 · Zeeshan Khan, C. V. Jawahar, Makarand Tapaswi

Dense video understanding requires answering several questions such as who is doing what to whom, with what, how, why, and where. Recently, Video Situation Recognition (VidSitu) is framed as a task for structured predict…

DescriptiveStructured PredictionVideo Understanding