paper-with-me

홈 › Papers

RA-SGG: Retrieval-Augmented Scene Graph Generation Framework via Multi-Prototype Learning

2024-12-17 · Kanghoon Yoon, Kibum Kim, Jaehyung Jeon, Yeonjun In, Donghyun Kim, Chanyoung Park

Scene Graph Generation (SGG) research has suffered from two fundamental challenges: the long-tailed predicate distribution and semantic ambiguity between predicates. These challenges lead to a bias towards head predicates in SGG models, favoring dominant general predicates while overlooking fine-grained predicates. In this paper, we address the challenges of SGG by framing it as multi-label classification problem with partial annotation, where relevant labels of fine-grained predicates are missing. Under the new frame, we propose Retrieval-Augmented Scene Graph Generation (RA-SGG), which identifies potential instances to be multi-labeled and enriches the single-label with multi-labels that are semantically similar to the original label by retrieving relevant samples from our established memory bank. Based on augmented relations (i.e., discovered multi-labels), we apply multi-prototype learning to train our SGG model. Several comprehensive experiments have demonstrated that RA-SGG outperforms state-of-the-art baselines by up to 3.6% on VG and 5.9% on GQA, particularly in terms of F@K, showing that RA-SGG effectively alleviates the issue of biased prediction caused by the long-tailed distribution and semantic ambiguity of predicates.

📄 PDF Abstract BibTeX arXiv:2412.12788

Code (1)

KanghoonYoon/torch-rasgg 공식 구현 pytorch

Tasks

Graph GenerationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRetrievalScene Graph Generation

Similar Papers 제목 키워드 기반

Open-World 3D Scene Graph Generation for Retrieval-Augmented Reasoning

2025-11-08 · Fei Yu, Quan Deng, Shengeng Tang, Yuehua Li 외 arxiv

Understanding 3D scenes in open-world settings poses fundamental challenges for vision and robotics, particularly due to the limitations of closed-vocabulary supervision and static annotations. To address this, we propos…

Scene Graph GenerationScene UnderstandingQuestion AnsweringVisual Grounding

SGR3 Model: Scene Graph Retrieval-Reasoning Model in 3D

2026-03-04 · Zirui Wang, Ruiping Liu, Yufan Chen, Junwei Zheng 외 arxiv

3D scene graphs provide a structured representation of object entities and their relationships, enabling high-level interpretation and reasoning for robots while remaining intuitively understandable to humans. Existing a…

Scene Graph GenerationRelational Reasoning3D Reconstruction

SceneRAG: Scene-level Retrieval-Augmented Generation for Video Understanding

2025-06-09 · Nianbo Zeng, Haowen Hou, Fei Richard Yu, Si Shi 외

Despite recent advances in retrieval-augmented generation (RAG) for video understanding, effectively understanding long-form video content remains underexplored due to the vast scale and high complexity of video data. Cu…

RAGRetrievalRetrieval-augmented GenerationVideo Understanding

Response-G1: Explicit Scene Graph Modeling for Proactive Streaming Video Understanding

2026-05-08 · Ke Ma, Jiaqi Tang, Bin Guo, Xueting Han 외 arxiv

Proactive streaming video understanding requires Video-LLMs to decide when to respond as a video unfolds, a task where existing methods often fall short due to their implicit, query-agnostic modeling of visual evidence. …

Scene Graph Generation

KeySG: Hierarchical Keyframe-Based 3D Scene Graphs

2025-10-01 · Abdelrhman Werby, Dennis Rotondi, Fabio Scaparro, Kai O. Arras arxiv

In recent years, 3D scene graphs have emerged as a powerful world representation, offering both geometric accuracy and semantic richness. Combining 3D scene graphs with large language models enables robots to reason, pla…

Semantic Segmentation