Research Note

BPGO: Learning What to Trust under Reward Uncertainty

An intuitive and technical guide to Bayesian Prior-Guided Optimization, which treats reward confidence as part of visual policy optimization instead of trusting every group comparison equally.

Paper: Learning What to Trust: Bayesian Prior-Guided Optimization for Visual Generation

Authors: Ruiying Liu, Yuanzhi Liang, Haibin Huang, Tianshu Yu, Chi Zhang

Venue: IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR 2026) · 2026 · pp. 34408-34417

visual generationGRPOreward uncertaintyBayesian priorBPGO

Overview

Preference optimization often begins with a deceptively clean table: several images or videos, one reward score for each, and a ranking from best to worst. In practice, close scores may reflect reward noise rather than a meaningful quality difference. A prompt may also produce a group in which every candidate is weak, or several candidates are semantically similar enough that their relative order is unstable. Standard Group Relative Policy Optimization (GRPO) still turns those comparisons into advantages, which can give uncertain evidence the authority of a confident judgment.

Bayesian Prior-Guided Optimization (BPGO) changes the question from “which sample scored higher?” to “how much should this comparison be trusted?” It introduces a semantic prior and two levels of calibration: reward-aware allocation across groups and confidence-aware renormalization within a group. The result is not a claim that Bayesian machinery makes reward models correct. It is a training rule that reduces the influence of ambiguous comparisons while preserving stronger, semantically supported signals for visual generation.

In one sentence

BPGO treats trust as a first-class optimization variable, allocating less influence to uncertain reward comparisons before they can dominate a visual generator’s policy update.

Why relative rewards can still be unreliable

GRPO normalizes rewards among outputs produced for the same prompt. This removes the need for a learned critic and makes optimization depend on relative quality rather than an absolute scale. Yet normalization does not remove uncertainty. If all rewards are nearly tied, small modeling errors can flip the order. If one group contains clear semantic matches and another contains uniformly off-topic samples, their normalized advantages may appear equally decisive even though the evidence behind them differs. Relative scoring answers comparison, not confidence.

Visual rewards are especially heterogeneous. Text alignment, perceptual fidelity, aesthetics, and motion quality may agree on easy cases and disagree on borderline ones. A single score can conceal that disagreement. Repeatedly updating on low-confidence groups can produce oscillation or reward chasing: the generator learns to exploit whichever cue happens to separate samples in that batch. BPGO frames the problem as uncertainty-aware policy optimization, where the amount of learning assigned to a comparison should depend on the credibility of the underlying semantic and reward evidence.

The role of the semantic prior

A Bayesian prior is useful here because a reward observation need not be treated in isolation. BPGO introduces prior knowledge about semantic quality, then combines it with observed reward behavior to estimate how trustworthy an update should be. At an intuitive level, the prior provides a reference when a sampled group is noisy or sparse. It does not replace the reward models; it changes how their evidence is interpreted. A group that aligns with the prior and exhibits clear reward separation can carry more confidence than an ambiguous group with unstable signals.

The word “prior” can invite overclaiming, so its scope should remain concrete. It is not universal human preference and it does not prove that a visually plausible output is factually or ethically correct. It encodes assumptions available to the method about semantic quality. Those assumptions can be helpful when rewards are uncertain, but they can also be wrong for rare concepts, unusual styles, or a shifted domain. Professionals evaluating BPGO should therefore ask what supplied the prior, how sensitive the results are to it, and where it may systematically underrepresent valid outputs.

Two calibration levels: across groups and within a group

BPGO separates two kinds of trust. Reliability-Adaptive Scaling (RAS) addresses inter-group allocation: some prompt groups offer clearer learning evidence than others, so their overall contribution should differ. Contrastive Reward Transformation (CRT) addresses intra-group behavior: even within one set of candidates, normalized advantages should reflect how confidently the samples can be distinguished. This two-level view prevents a global confidence weight from hiding local ambiguity, and prevents a locally sharp ranking from implying that the whole group is reliable.

That decomposition is the method’s most reusable conceptual contribution. Many uncertainty-aware systems attach one confidence score to an output. BPGO instead asks where uncertainty enters the optimization hierarchy. Across groups, it affects how training budget is distributed; within a group, it affects how relative advantages are renormalized. The approach remains compatible with GRPO’s group comparison structure, so it is better described as a trust-calibrated GRPO variant for visual generation than as a new reward model or a general Bayesian generator.

Reading the experimental evidence carefully

The paper reports experiments on image and video generation, covering semantic alignment, perceptual quality, and convergence behavior. The meaningful comparison is not merely whether BPGO produces a larger final number, but whether its calibrated updates remain stable when rewards are ambiguous. Main benchmark tables establish outcome quality; convergence plots and component ablations help connect those outcomes to RAS, CRT, and the semantic prior. Exact claims should stay tied to the official CVPR tables because baselines, generators, reward combinations, and metrics vary by setting.

These results support the statement that trust-aware allocation can outperform standard GRPO and recent variants under the evaluated protocols. They do not show that posterior confidence equals the probability a human will prefer an output. Nor do they imply that every metric improves in every domain. A reward system may be confidently biased. In that case BPGO can calibrate ambiguity without correcting the shared bias. This is why human preference studies, domain shifts, and deliberately conflicting reward components are useful complements to benchmark averages.

How BPGO differs from nearby post-training methods

BPGO belongs in related work on reinforcement learning and preference optimization for visual generators, specifically methods that model reward uncertainty or confidence. It differs from ViPO, which changes where a preference signal acts across the visual output; BPGO changes how much uncertain reward evidence should be trusted. It also differs from methods that redesign the reward components themselves. Better reward design, uncertainty calibration, and localized credit assignment address distinct failure points and can be combined rather than treated as mutually exclusive alternatives.

The next questions concern calibration under shift. Does a prior learned on familiar objects remain useful for specialist imagery? Can trust estimates detect reward hacking rather than merely downweight close scores? How do RAS and CRT behave when all reward components share the same blind spot? BPGO’s enduring insight is that a normalized ranking is not automatically a reliable teaching signal. Once uncertainty is made explicit, visual policy optimization can spend its updates on comparisons that carry evidence, rather than treating every numerical difference as equally meaningful.

A practical calibration report should show more than final quality. Bin comparisons by estimated trust and measure how often humans or an independent evaluator agree with the reward ordering in each bin. Then repeat under prompt and style shifts. If high-trust bins are not more reliable, the mechanism may be reallocating gradients without calibrated confidence. This test also separates useful abstention—learning less from ambiguous groups—from a policy that simply avoids difficult or unfamiliar prompts.

Evidence map

The locations below point to the primary paper so readers can verify the method and reported evidence directly.

Claim to verifyPrimary-paper location
BPGO calibrates optimization at both an inter-group and an intra-group level through RAS and CRT.CVPR 2026 paper, inter-group trust allocation and intra-group renormalization method sections.
The evaluation spans image and video generation and reports semantic, perceptual, and convergence comparisons.CVPR 2026 paper, image and video experiment sections and main result tables.
The method uses a semantic prior to interpret reward uncertainty rather than replacing all reward models.CVPR 2026 paper, Bayesian prior method section and component ablation tables.

Cite the paper

For scientific claims and reported results, cite the paper itself. This note provides context and interpretation.

Open the source-checked publication record

Ruiying Liu, Yuanzhi Liang, Haibin Huang, Tianshu Yu, and Chi Zhang. “Learning What to Trust: Bayesian Prior-Guided Optimization for Visual Generation.” Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (2026), 34408-34417.

Reuse

Original commentary in this note is licensed under CC BY 4.0. The paper title and bibliographic material retain their original rights.