paper-with-me

Papers

GPT4SGG: Synthesizing Scene Graphs from Holistic and Region-specific Narratives

2023-12-07 · Zuyao Chen, Jinlin Wu, Zhen Lei, Zhaoxiang Zhang, Changwen Chen

Training Scene Graph Generation (SGG) models with natural language captions has become increasingly popular due to the abundant, cost-effective, and open-world generalization supervision signals that natural language offers. However, such unstructured caption data and its processing pose significant challenges in learning accurate and comprehensive scene graphs. The challenges can be summarized as three aspects: 1) traditional scene graph parsers based on linguistic representation often fail to extract meaningful relationship triplets from caption data. 2) grounding unlocalized objects of parsed triplets will meet ambiguity issues in visual-language alignment. 3) caption data typically are sparse and exhibit bias to partial observations of image content. Aiming to address these problems, we propose a divide-and-conquer strategy with a novel framework named \textit{GPT4SGG}, to obtain more accurate and comprehensive scene graph signals. This framework decomposes a complex scene into a bunch of simple regions, resulting in a set of region-specific narratives. With these region-specific narratives (partial observations) and a holistic narrative (global observation) for an image, a large language model (LLM) performs the relationship reasoning to synthesize an accurate and comprehensive scene graph. Experimental results demonstrate \textit{GPT4SGG} significantly improves the performance of SGG models trained on image-caption data, in which the ambiguity issue and long-tail bias have been well-handled with more accurate and comprehensive scene graphs.

📄 PDF Abstract BibTeX arXiv:2312.04314

Code (1)

gpt4vision/gpt4sgg-llm 공식 구현

Tasks

Graph GenerationLanguage ModellingLarge Language ModelScene Graph GenerationVisual Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
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…
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$…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

LABRAD-OR: Lightweight Memory Scene Graphs for Accurate Bimodal Reasoning in Dynamic Operating Rooms

2023-03-23 · Ege Özsoy, Tobias Czempiel, Felix Holm, Chantal Pellegrini 외

Modern surgeries are performed in complex and dynamic settings, including ever-changing interactions between medical staff, patients, and equipment. The holistic modeling of the operating room (OR) is, therefore, a chall…

Scene Graph Generation

PhotoHOI: Synthesizing 3D Hand-Object Interactions from a Single RGB Photograph

2026-08-03 · Zhenhao Zhang, Jiajun Zhang, Wei Min, Yebin Liu arxiv

Hand-object interaction (HOI) is a fundamental human behavior with broad applications in AR/VR, digital humans, and embodied interaction. Existing methods typically require predefined object geometry, object trajectories…

TextSSR: Diffusion-based Data Synthesis for Scene Text Recognition

2024-12-02 · Xingsong Ye, Yongkun Du, Yunbo Tao, Zhineng Chen

Scene text recognition (STR) suffers from the challenges of either less realistic synthetic training data or the difficulty of collecting sufficient high-quality real-world data, limiting the effectiveness of trained STR…

Image GenerationOptical Character Recognition (OCR)Scene Text EditingScene Text Recognition

GraphDreamer: Compositional 3D Scene Synthesis from Scene Graphs

2023-11-30 · CVPR 2024 1 · Gege Gao, Weiyang Liu, Anpei Chen, Andreas Geiger 외

As pretrained text-to-image diffusion models become increasingly powerful, recent efforts have been made to distill knowledge from these text-to-image pretrained models for optimizing a text-guided 3D model. Most of the …

Cross-Modal Graph with Meta Concepts for Video Captioning

2021-08-14 · Hao Wang, Guosheng Lin, Steven C. H. Hoi, Chunyan Miao

Video captioning targets interpreting the complex visual contents as text descriptions, which requires the model to fully understand video scenes including objects and their interactions. Prevailing methods adopt off-the…

object-detectionObject DetectionVideo Captioning