paper-with-me

Papers

MIRA: Towards Mitigating Reward Hacking in Inference-Time Alignment of T2I Diffusion Models

2025-10-02 · Kevin Zhai, Utsav Singh, Anirudh Thatipelli, Souradip Chakraborty, Anit Kumar Sahu, Furong Huang, Amrit Singh Bedi, Mubarak Shah arxiv

Diffusion models excel at generating images conditioned on text prompts, but the resulting images often do not satisfy user-specific criteria measured by scalar rewards such as Aesthetic Scores. This alignment typically requires fine-tuning, which is computationally demanding. Recently, inference-time alignment via noise optimization has emerged as an efficient alternative, modifying initial input noise to steer the diffusion denoising process towards generating high-reward images. However, this approach suffers from reward hacking, where the model produces images that score highly, yet deviate significantly from the original prompt. We show that noise-space regularization is insufficient and that preventing reward hacking requires an explicit image-space constraint. To this end, we propose MIRA (MItigating Reward hAcking), a training-free, inference-time alignment method. MIRA introduces an image-space, score-based KL surrogate that regularizes the sampling trajectory with a frozen backbone, constraining the output distribution so reward can increase without off-distribution drift (reward hacking). We derive a tractable approximation to KL using diffusion scores. Across SDv1.5 and SDXL, multiple rewards (Aesthetic, HPSv2, PickScore), and public datasets (e.g., Animal-Animal, HPDv2), MIRA achieves >60\% win rate vs. strong baselines while preserving prompt adherence; mechanism plots show reward gains with near-zero drift, whereas DNO drifts as compute increases. We further introduce MIRA-DPO, mapping preference optimization to inference time with a frozen backbone, extending MIRA to non-differentiable rewards without fine-tuning.

📄 PDF Abstract BibTeX arXiv:2510.01549

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Causal Reward Adjustment: Mitigating Reward Hacking in External Reasoning via Backdoor Correction

2025-08-06 · Ruike Song, Zeen Song, Huijie Guo, Wenwen Qiang arxiv

External reasoning systems combine language models with process reward models (PRMs) to select high-quality reasoning paths for complex tasks such as mathematical problem solving. However, these systems are prone to rewa…

Causal Inference

The Energy Loss Phenomenon in RLHF: A New Perspective on Mitigating Reward Hacking

2025-01-31 · Yuchun Miao, Sen Zhang, Liang Ding, Yuqi Zhang 외

This work identifies the Energy Loss Phenomenon in Reinforcement Learning from Human Feedback (RLHF) and its connection to reward hacking. Specifically, energy loss in the final layer of a Large Language Model (LLM) grad…

Large Language Model

From Rebound to Remedy: Understanding and Mitigating Reward Hacking via Representation Engineering

2026-04-01 · Rui Wu, Ruixiang Tang arxiv

Reinforcement learning for LLMs is vulnerable to reward hacking, where models exploit shortcuts to maximize reward without solving the intended task. We systematically study this phenomenon in coding tasks using an envir…

Reinforcement Learning

Curing Miracle Steps in LLM Mathematical Reasoning with Rubric Rewards

2025-10-09 · Youliang Yuan, Qiuyang Mang, Jingbang Chen, Hong Wan 외 arxiv

In this paper, we observe that current models are susceptible to reward hacking, leading to a substantial overestimation of a model's reasoning ability. This is evidenced by a high incidence of false positives-solutions …

Mathematical Reasoning

The Effects of Reward Misspecification: Mapping and Mitigating Misaligned Models

2022-01-10 · ICLR 2022 4 · Alexander Pan, Kush Bhatia, Jacob Steinhardt

Reward hacking -- where RL agents exploit gaps in misspecified reward functions -- has been widely observed, but not yet systematically studied. To understand how reward hacking arises, we construct four RL environments …

Anomaly Detection