paper-with-me

Papers

LeanPO: Lean Preference Optimization for Likelihood Alignment in Video-LLMs

2025-06-05 · Xiaodong Wang, Jinfa Huang, Li Yuan, Peixi Peng

Most Video Large Language Models (Video-LLMs) adopt preference alignment techniques, e.g., DPO~\citep{rafailov2024dpo}, to optimize the reward margin between a winning response ($y_w$) and a losing response ($y_l$). However, the likelihood displacement observed in DPO indicates that both $\log \pi_\theta (y_w\mid x)$ and $\log \pi_\theta (y_l\mid x) $ often decrease during training, inadvertently boosting the probabilities of non-target responses. In this paper, we systematically revisit this phenomenon from LLMs to Video-LLMs, showing that it intensifies when dealing with the redundant complexity of video content. To alleviate the impact of this phenomenon, we propose \emph{Lean Preference Optimization} (LeanPO), a reference-free approach that reformulates the implicit reward as the average likelihood of the response with respect to the policy model. A key component of LeanPO is the reward-trustworthiness correlated self-generated preference data pipeline, which carefully infuses relevant prior knowledge into the model while continuously refining the preference data via self-reflection. This allows the policy model to obtain high-quality paired data and accurately estimate the newly defined reward, thus mitigating the unintended drop. In addition, we introduce a dynamic label smoothing strategy that mitigates the impact of noise in responses from diverse video content, preventing the model from overfitting to spurious details. Extensive experiments demonstrate that LeanPO significantly enhances the performance of state-of-the-art Video-LLMs, consistently boosting baselines of varying capacities with minimal additional training overhead. Moreover, LeanPO offers a simple yet effective solution for aligning Video-LLM preferences with human trustworthiness, paving the way toward the reliable and efficient Video-LLMs.

📄 PDF Abstract BibTeX arXiv:2506.05260

Code (1)

wang-xiaodong1899/leanpo 공식 구현

Methods 이 논문이 사용한 방법론

DPO 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Revisiting Robustness for LLM Safety Alignment via Selective Geometry Control

2026-02-07 · Yonghui Yang, Wenjian Tao, Jilong Liu, Xingyu Zhu 외 arxiv

Safety alignment of large language models remains brittle under domain shift and noisy preference supervision. Most existing robust alignment methods focus on uncertainty in alignment data, while overlooking optimization…

Towards NSFW-Free Text-to-Image Generation via Safety-Constraint Direct Preference Optimization

2025-04-19 · Shouwei Ruan, Zhenyu Wu, Yao Huang, Ruochen Zhang 외

Ensuring the safety of generated content remains a fundamental challenge for Text-to-Image (T2I) generation. Existing studies either fail to guarantee complete safety under potentially harmful concepts or struggle to bal…

Contrastive LearningImage GenerationSafety AlignmentText to Image Generation+1

Offline Preference Optimization via Maximum Marginal Likelihood Estimation

2025-10-27 · Saeed Najafi, Alona Fyshe arxiv

Aligning Large Language Models (LLMs) with human preferences is crucial, but standard methods like Reinforcement Learning from Human Feedback (RLHF) are often complex and unstable. In this work, we propose a new, simpler…

Reinforcement Learning

Clean First, Align Later: Benchmarking Preference Data Cleaning for Reliable LLM Alignment

2025-09-28 · Samuel Yeh, Sharon Li arxiv

Human feedback plays a pivotal role in aligning large language models (LLMs) with human preferences. However, such feedback is often noisy or inconsistent, which can degrade the quality of reward models and hinder alignm…

Proximalized Preference Optimization for Diverse Feedback Types: A Decomposed Perspective on DPO

2025-05-29 · Kaiyang Guo, Yinchuan Li, Zhitang Chen

Direct alignment methods typically optimize large language models (LLMs) by contrasting the likelihoods of preferred versus dispreferred responses. While effective in steering LLMs to match relative preference, these met…