paper-with-me

홈 › Papers

Scene Graph Generation with Role-Playing Large Language Models

2024-10-20 · Guikun Chen, Jin Li, Wenguan Wang

Current approaches for open-vocabulary scene graph generation (OVSGG) use vision-language models such as CLIP and follow a standard zero-shot pipeline -- computing similarity between the query image and the text embeddings for each category (i.e., text classifiers). In this work, we argue that the text classifiers adopted by existing OVSGG methods, i.e., category-/part-level prompts, are scene-agnostic as they remain unchanged across contexts. Using such fixed text classifiers not only struggles to model visual relations with high variance, but also falls short in adapting to distinct contexts. To plug these intrinsic shortcomings, we devise SDSGG, a scene-specific description based OVSGG framework where the weights of text classifiers are adaptively adjusted according to the visual content. In particular, to generate comprehensive and diverse descriptions oriented to the scene, an LLM is asked to play different roles (e.g., biologist and engineer) to analyze and discuss the descriptive features of a given scene from different views. Unlike previous efforts simply treating the generated descriptions as mutually equivalent text classifiers, SDSGG is equipped with an advanced renormalization mechanism to adjust the influence of each text classifier based on its relevance to the presented scene (this is what the term "specific" means). Furthermore, to capture the complicated interplay between subjects and objects, we propose a new lightweight module called mutual visual adapter. It refines CLIP's ability to recognize relations by learning an interaction-aware semantic space. Extensive experiments on prevalent benchmarks show that SDSGG outperforms top-leading methods by a clear margin.

📄 PDF Abstract BibTeX arXiv:2410.15364

Code (1)

guikunchen/sdsgg 공식 구현 pytorch

Tasks

DescriptiveGraph GenerationScene Graph Generation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Reward-Decomposed Reinforcement Learning for Immersive Video Role-Playing

2026-05-06 · Miao Wang, Yuling Shi, Yijiang Li, Yeheng Chen 외 arxiv

Text-based role-playing models can imitate character styles, but often fail to capture scene atmosphere and evolving tension, which are crucial for immersive applications such as VR games and interactive narratives. We s…

Reinforcement LearningResponse Generation

RoleMotion: A Large-Scale Dataset towards Robust Scene-Specific Role-Playing Motion Synthesis with Fine-grained Descriptions

2025-12-01 · Junran Peng, Yiheng Huang, Silei Shen, Zeji Wei 외 arxiv

In this paper, we introduce RoleMotion, a large-scale human motion dataset that encompasses a wealth of role-playing and functional motion data tailored to fit various specific scenes. Existing text datasets are mainly c…

Motion Synthesis

AdaMARP: An Adaptive Multi-Agent Interaction Framework for General Immersive Role-Playing

2026-01-16 · Zhenhua Xu, Dongsheng Chen, Shuo Wang, Jian Li 외 arxiv

LLM role-playing aims to portray arbitrary characters in interactive narratives, yet existing systems often suffer from limited immersion and adaptability. They typically under-model dynamic environmental information and…

ActorMind: Emulating Human Actor Reasoning for Speech Role-Playing

2026-04-13 · Xi Chen, Wei Xue, Yike Guo arxiv

Role-playing has garnered rising attention as it provides a strong foundation for human-machine interaction and facilitates sociological research. However, current work is confined to textual modalities, neglecting speec…

Role-playing Prompt Framework: Generation and Evaluation

2024-06-02 · Xun Liu, Zhengwei Ni

Large language models (LLMs) exhibit impressive proficiency in natural language generation, understanding user instructions, and emulating human-like language use, which has led to significant interest in their applicati…

Natural Language UnderstandingText Generation