paper-with-me

Papers

RoVRM: A Robust Visual Reward Model Optimized via Auxiliary Textual Preference Data

2024-08-22 · Chenglong Wang, Yang Gan, Yifu Huo, Yongyu Mu, Murun Yang, Qiaozhi He, Tong Xiao, Chunliang Zhang, Tongran Liu, Quan Du, Di Yang, Jingbo Zhu

Large vision-language models (LVLMs) often fail to align with human preferences, leading to issues like generating misleading content without proper visual context (also known as hallucination). A promising solution to this problem is using human-preference alignment techniques, such as best-of-n sampling and reinforcement learning. However, these techniques face the difficulty arising from the scarcity of visual preference data, which is required to train a visual reward model (VRM). In this work, we continue the line of research. We present a Robust Visual Reward Model (RoVRM) which improves human-preference alignment for LVLMs. RoVRM leverages auxiliary textual preference data through a three-phase progressive training and optimal transport-based preference data selection to effectively mitigate the scarcity of visual preference data. We experiment with RoVRM on the commonly used vision-language tasks based on the LLaVA-1.5-7B and -13B models. Experimental results demonstrate that RoVRM consistently outperforms traditional VRMs. Furthermore, our three-phase progressive training and preference data selection approaches can yield consistent performance gains over ranking-based alignment techniques, such as direct preference optimization.

📄 PDF Abstract BibTeX arXiv:2408.12109

Code (1)

wangclnlp/vision-llm-alignment 공식 구현 pytorch

Tasks

Hallucination

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 제목 키워드 기반

EQA-RM: A Generative Embodied Reward Model with Test-time Scaling

2025-06-12 · Yuhang Chen, Zhen Tan, Tianlong Chen

Reward Models (RMs), vital for large model alignment, are underexplored for complex embodied tasks like Embodied Question Answering (EQA) where nuanced evaluation of agents' spatial, temporal, and logical understanding i…

Embodied Question AnsweringQuestion Answering

GeoVLMath: Enhancing Geometry Reasoning in Vision-Language Models via Cross-Modal Reward for Auxiliary Line Creation

2025-10-13 · Shasha Guo, Liang Pang, Xi Wang, Yanling Wang 외 arxiv

Auxiliary lines are essential for solving complex geometric problems but remain challenging for large vision-language models (LVLMs). Recent attempts construct auxiliary lines via code-driven rendering, a strategy that r…

Reinforcement LearningCode Generation

REM-CTX: Automated Peer Review via Reinforcement Learning with Auxiliary Context

2026-03-31 · Pawin Taechoyotin, Daniel E. Acuna arxiv

Most automated peer review systems rely on textual manuscript content alone, leaving visual elements such as figures and external scholarly signals underutilized. We introduce REM-CTX, a reinforcement-learning system tha…

Reinforcement Learning

CR-Fill: Generative Image Inpainting With Auxiliary Contextual Reconstruction

2021-01-01 · ICCV 2021 10 · Yu Zeng, Zhe Lin, Huchuan Lu, Vishal M. Patel

Recent deep generative inpainting methods use attention layers to allow the generator to explicitly borrow feature patches from the known region to complete a missing region. Due to the lack of supervision signals fo…

Image Inpainting

Thompson Sampling for Contextual Bandit Problems with Auxiliary Safety Constraints

2019-11-02 · Samuel Daulton, Shaun Singh, Vashist Avadhanula, Drew Dimmery 외

Recent advances in contextual bandit optimization and reinforcement learning have garnered interest in applying these methods to real-world sequential decision making problems. Real-world applications frequently have con…

Bayesian OptimizationDecision MakingMulti-Armed Banditsreinforcement-learning+4