1. Better supervision for critics
FIRM-Edit scores editing with execution and consistency, while FIRM-Gen focuses on instruction following with explicit scoring plans. This yields cleaner reward data and more reliable critic behavior.
FIRMReward Series Project Page
For Image Generation & Edit
FIRM uses a difference-first editing pipeline and a plan-then-score generation pipeline to reduce critic hallucination and improve reward quality.
Abstract
Reinforcement learning has become a promising tool for improving image editing and text-to-image generation, but current reward models often hallucinate, miss details, and assign noisy scores that misguide optimization. FIRM addresses this problem with tailored data curation pipelines, specialized reward models, a human-annotated evaluation benchmark, and reward formulations that better balance competing goals. The framework produces FIRM-Edit-8B and FIRM-Gen-8B, then uses them to guide RL for faithful editing and instruction-aligned generation.
Method
FIRM-Edit scores editing with execution and consistency, while FIRM-Gen focuses on instruction following with explicit scoring plans. This yields cleaner reward data and more reliable critic behavior.
FIRM-Bench measures critic alignment with human judgment for both editing and generation, using balanced score distributions and controlled prompt difficulty.
CME for editing and QMA for generation use a Base-and-Bonus design, preventing easy reward hacking shortcuts and improving credit assignment during optimization.
Instead of asking a model to directly judge edited images end-to-end, FIRM first describes the visual differences between source and edited images, then scores execution and consistency from that structured evidence.
For text-to-image prompts, an LLM first expands the prompt into a checklist, and a multimodal evaluator scores the generated image against this plan dimension by dimension.
CME makes execution a prerequisite for high editing reward, while QMA strengthens alignment with an explicit quality term to suppress low-quality but superficially compliant generations.
Reward formulas
CME
R = Execution * (0.6 + 0.4 * Consistency)
QMA
R = InsFollowing * (0.4 + 0.6 * Quality)
Both formulations are designed to stop the policy from maximizing the easiest sub-score while ignoring the real task objective.
Results
The paper highlights stronger edit execution while preserving task-irrelevant content, addressing the common failure mode of returning an almost unchanged image.
Structured scoring plans improve instruction following, especially on prompts with multiple entities, styles, and spatial constraints.
Abstract
Existing holistic video judges often miss prompt-specific details, provide unfaithful rationales, or penalize the same issue across multiple dimensions. FIRM-Video replaces open-ended judging with dimension-specific checklists grounded in temporal visual evidence. It evaluates Instruction Following, World Coherence, and Perceptual Quality, then transforms verified criteria and scores into high-quality supervision for efficient end-to-end reward models.
Method
Decomposes prompts into weighted atomic requirements and verifies each requirement against temporal visual evidence before scoring.
Grounds visible entities and actions, then applies prompt-calibrated checks for physical and temporal violations without penalizing intended fantasy.
Uses a stable taxonomy of visual defects, including blur, flicker, color instability, compression artifacts, and local distortions.
Each evaluation dimension receives a checklist tailored to its semantics: prompt requirements for IF, grounded entities and actions for WC, and a generic defect taxonomy for PQ.
Every criterion is inspected against the video rather than inferred from an unconstrained holistic rationale.
Only verified criterion-level decisions contribute to the final score and the natural-language supervision used to train FIRM-Video-8B.
FIRM-Video resources
Results
The Qwen3-VL-based FIRM-Video-8B reduces overall MAE on FIRM-Video-Bench from 1.33 to 0.78, achieving the best overall MAE among the evaluated proprietary and open-source models.
In Best-of-8 sampling, it achieves the highest VBench Total, Quality, and Semantic Scores across LaVie-Base, CogVideoX-2B, and Wan2.1-T2V-1.3B.
@misc{zhao2026trustcriticrobustreward,
title={Trust Your Critic: Robust Reward Modeling and Reinforcement Learning for Faithful Image Editing and Generation},
author={Xiangyu Zhao and Peiyuan Zhang and Junming Lin and Tianhao Liang and Yuchen Duan and Shengyuan Ding and Changyao Tian and Yuhang Zang and Junchi Yan and Xue Yang},
year={2026},
eprint={2603.12247},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2603.12247}
}
@misc{zhang2026firmvideocheckscorereliable,
title={FIRM-Video: Check Before You Score for Reliable Text-to-Video Reward Modeling},
author={Peiyuan Zhang and Xiangyu Zhao and Hongbo Liu and Xiaoxing Hu and Mingxin Liu and Shuran Ma and Yunhang Shen and Jian Hu and Haihan Gao and Haoyu Cao and Xue Yang},
year={2026},
eprint={2608.21839},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2608.21839}
}