paper-with-me

Papers

StoryReasoning Dataset: Using Chain-of-Thought for Scene Understanding and Grounded Story Generation

2025-05-15 · Daniel A. P. Oliveira, David Martins de Matos

Visual storytelling systems struggle to maintain character identity across frames and link actions to appropriate subjects, frequently leading to referential hallucinations. These issues can be addressed through grounding of characters, objects, and other entities on the visual elements. We propose StoryReasoning, a dataset containing 4,178 stories derived from 52,016 movie images, with both structured scene analyses and grounded stories. Each story maintains character and object consistency across frames while explicitly modeling multi-frame relationships through structured tabular representations. Our approach features cross-frame object re-identification using visual similarity and face recognition, chain-of-thought reasoning for explicit narrative modeling, and a grounding scheme that links textual elements to visual entities across multiple frames. We establish baseline performance by fine-tuning Qwen2.5-VL 7B, creating Qwen Storyteller, which performs end-to-end object detection, re-identification, and landmark detection while maintaining consistent object references throughout the story. Evaluation demonstrates a reduction from 4.06 to 3.56 (-12.3%) hallucinations on average per story when compared to a non-fine-tuned model.

📄 PDF Abstract BibTeX arXiv:2505.10292

Code (1)

daniel3303/storyreasoning 공식 구현 pytorch

Tasks

Face RecognitionObjectobject-detectionObject DetectionScene UnderstandingStory GenerationVisual Storytelling

Similar Papers 제목 키워드 기반

SceneCOT: Eliciting Grounded Chain-of-Thought Reasoning in 3D Scenes

2025-10-19 · Xiongkun Linghu, Jiangyong Huang, Ziyu Zhu, Baoxiong Jia 외 arxiv

Existing research on 3D Large Language Models (LLMs) still struggles to achieve grounded question-answering, primarily due to the under-exploration of the mechanism of human-like scene-object grounded reasoning. This pap…

Scene Understanding

Sce2DriveX: A Generalized MLLM Framework for Scene-to-Drive Learning

2025-02-19 · Rui Zhao, Qirui Yuan, Jinyu Li, Haofeng Hu 외

End-to-end autonomous driving, which directly maps raw sensor inputs to low-level vehicle controls, is an important part of Embodied AI. Despite successes in applying Multimodal Large Language Models (MLLMs) for high-lev…

Autonomous DrivingBench2DriveMotion PlanningQuestion Answering+3

CPSeg: Finer-grained Image Semantic Segmentation via Chain-of-Thought Language Prompting

2023-10-24 · Lei LI

Natural scene analysis and remote sensing imagery offer immense potential for advancements in large-scale language-guided context-aware data utilization. This potential is particularly significant for enhancing performan…

Image Segmentationobject-detectionObject DetectionSegmentation+2

PRIMEDrive-CoT: A Precognitive Chain-of-Thought Framework for Uncertainty-Aware Object Interaction in Driving Scene Scenario

2025-04-08 · Sriram Mandalika, Lalitha V, Athira Nambiar

Driving scene understanding is a critical real-world problem that involves interpreting and associating various elements of a driving environment, such as vehicles, pedestrians, and traffic signals. Despite advancements …

3D Object DetectionAutonomous DrivingObjectobject-detection+2

CoT-Drive: Efficient Motion Forecasting for Autonomous Driving with LLMs and Chain-of-Thought Prompting

2025-03-10 · Haicheng Liao, Hanlin Kong, Bonan Wang, Chengyue Wang 외

Accurate motion forecasting is crucial for safe autonomous driving (AD). This study proposes CoT-Drive, a novel approach that enhances motion forecasting by leveraging large language models (LLMs) and a chain-of-thought …

Autonomous DrivingKnowledge DistillationMotion ForecastingScene Understanding