paper-with-me

Papers

Re-Aligning Language to Visual Objects with an Agentic Workflow

2025-03-30 · Yuming Chen, Jiangyan Feng, Haodong Zhang, Lijun Gong, Feng Zhu, Rui Zhao, Qibin Hou, Ming-Ming Cheng, Yibing Song

Language-based object detection (LOD) aims to align visual objects with language expressions. A large amount of paired data is utilized to improve LOD model generalizations. During the training process, recent studies leverage vision-language models (VLMs) to automatically generate human-like expressions for visual objects, facilitating training data scaling up. In this process, we observe that VLM hallucinations bring inaccurate object descriptions (e.g., object name, color, and shape) to deteriorate VL alignment quality. To reduce VLM hallucinations, we propose an agentic workflow controlled by an LLM to re-align language to visual objects via adaptively adjusting image and text prompts. We name this workflow Real-LOD, which includes planning, tool use, and reflection steps. Given an image with detected objects and VLM raw language expressions, Real-LOD reasons its state automatically and arranges action based on our neural symbolic designs (i.e., planning). The action will adaptively adjust the image and text prompts and send them to VLMs for object re-description (i.e., tool use). Then, we use another LLM to analyze these refined expressions for feedback (i.e., reflection). These steps are conducted in a cyclic form to gradually improve language descriptions for re-aligning to visual objects. We construct a dataset that contains a tiny amount of 0.18M images with re-aligned language expression and train a prevalent LOD model to surpass existing LOD methods by around 50% on the standard benchmarks. Our Real-LOD workflow, with automatic VL refinement, reveals a potential to preserve data quality along with scaling up data quantity, which further improves LOD performance from a data-alignment perspective.

📄 PDF Abstract BibTeX arXiv:2503.23508

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Aligning Audio-Visual Joint Representations with an Agentic Workflow

2024-10-30 · Shentong Mo, Yibing Song

Visual content and accompanied audio signals naturally formulate a joint representation to improve audio-visual (AV) related applications. While studies develop various AV representation learning frameworks, the importan…

Representation Learning

Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents

2026-07-21 · Guanxiong Chen, Qianjun Xia, Jiawei Peng, Heng Zhang 외 arxiv

Real-to-sim conversion for robotic interaction with objects remains labor-intensive because it requires more than visual reconstruction: a streamlined real2sim process must recover scene geometries and object states, inf…

Chat2Workflow: A Benchmark for Generating Executable Visual Workflows with Natural Language

2026-04-21 · Yi Zhong, Buqiang Xu, Yijun Wang, Zifei Shan 외 arxiv

At present, executable visual workflows have emerged as a mainstream paradigm in real-world industrial deployments, offering strong reliability and controllability. However, in current practice, such workflows are almost…

HiLSVA: Design and Evaluation of a Human-in-the-Loop Agentic System for Scientific Visualization

2026-06-25 · Kuangshi Ai, Patrick Phuoc Do, Chaoli Wang arxiv

Large language model (LLM) agents enable natural language interaction for scientific visualization (SciVis). Still, prior systems have essentially prioritized autonomy over human analytical control, thereby limiting tran…

Test-time Adaptation

SWE-Compass: Towards Unified Evaluation of Agentic Coding Abilities for Large Language Models

2025-11-07 · Jingxuan Xu, Ken Deng, Weihao Li, Songwei Yu 외 arxiv

Evaluating large language models (LLMs) for software engineering has been limited by narrow task coverage, language bias, and insufficient alignment with real-world developer workflows. Existing benchmarks often focus on…