paper-with-me

Papers

Collaborative Transformers for Grounded Situation Recognition

2022-03-30 · CVPR 2022 1 · Junhyeong Cho, Youngseok Yoon, Suha Kwak

Grounded situation recognition is the task of predicting the main activity, entities playing certain roles within the activity, and bounding-box groundings of the entities in the given image. To effectively deal with this challenging task, we introduce a novel approach where the two processes for activity classification and entity estimation are interactive and complementary. To implement this idea, we propose Collaborative Glance-Gaze TransFormer (CoFormer) that consists of two modules: Glance transformer for activity classification and Gaze transformer for entity estimation. Glance transformer predicts the main activity with the help of Gaze transformer that analyzes entities and their relations, while Gaze transformer estimates the grounded entities by focusing only on the entities relevant to the activity predicted by Glance transformer. Our CoFormer achieves the state of the art in all evaluation metrics on the SWiG dataset. Training code and model weights are available at https://github.com/jhcho99/CoFormer.

📄 PDF Abstract BibTeX arXiv:2203.16518

Code (3)

jhcho99/coformer 공식 구현 pytorch
ruipingl/opensu pytorch
towhee-io/towhee/tree/main/towhee/models/coformer pytorch

Tasks

Grounded Situation RecognitionImage ClassificationObject DetectionScene UnderstandingSituation RecognitionVisual GroundingVisual Reasoning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Grounded Situation Recognition with Transformers

2021-11-19 · Junhyeong Cho, Youngseok Yoon, Hyeonjun Lee, Suha Kwak

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…

DecoderGrounded Situation RecognitionImage ClassificationObject Detection+4

CARMA: Context-Aware Situational Grounding of Human-Robot Group Interactions by Combining Vision-Language Models with Object and Action Recognition

2025-06-25 · Joerg Deigmoeller, Stephan Hasler, Nakul Agarwal, Daniel Tanneberg 외

We introduce CARMA, a system for situational grounding in human-robot group interactions. Effective collaboration in such group settings requires situational awareness based on a consistent representation of present pers…

Action RecognitionDecision Making

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

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

MindTailor: Personalized Emotional Support via Post History-Grounded Case Formulation and Collaborative Refinement

2026-06-20 · Suhyun Han, Kyunghyun Cho, JinYeong Bak arxiv

As mental health concerns continue to rise globally, social media has emerged as a vital space where individuals seek emotional support. While prior work on personalized emotional support has leveraged seekers' emotional…