REVIEW 3 major objections 5 minor 54 references
Sample-Adaptive Latent Rewards for Uncertainty-Guided Diffusion Post-Training
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper shows that per-sample reward uncertainty, learned from ordinary pairwise preferences, lets diffusion post-training down-weight ambiguous feedback and beat strong baselines on image and video alignment.
desk verdict Useful idea but the sample-adaptive uncertainty claim is not supported by the preference loss, which only identifies the sum of the two candidate variances. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the heteroscedastic latent reward model: a DiT-based encoder that maps a noisy latent, prompt, and timestep to a mean reward $\mu$ and an unconstrained residual-variance parameter $a$, converted via softplus to $v_{\eta,\mathrm{res}}$, which is added to the noise prior $v_0(\sigma)=2\sigma^2+\sigma_0^2$ to give total utility variance $v_\eta(\sigma)$. Preference learning follows the probit random-utility model with utility difference variance $S$ as above; backpropagation of the negative log-likelihood through $S$ gives the variance head a learning signal, while the log-variance regularizer $L_{\mathrm{var}}$ prevents variance inflation as an escape hatch. The companion mechanism is SURE-REFL, which converts the frozen model's variance into a detached reliability weight $\rho_{j,b}=V^{-1/2}_{j,b}$, normalizes it by the matched-transition mean, caps the upside with $\beta_{\mathrm{base}}+\lambda_p\min([\rho_{j,b}/\bar{\rho}_j-1]_+, B_p)$, and backpropagates each weighted mean reward only through its local denoising transition, so the uncertainty modulates how much each local sample contributes without ever entering the gradient path.
What would settle it
A direct falsifier: train SURE-LRM on one prompt distribution, then evaluate the predicted residual variance on held-out preference pairs from a different distribution (e.g., different style or subject), and measure whether error AUROC (correct vs. incorrect rankings) stays above chance and whether the low-variance half still concentrates correct predictions. If the variance–accuracy correlation collapses under this shift, the sample-adaptive claim is an in-distribution artifact rather than a learned reliability signal.
Extended reading notes
Core claim
The central claim is that candidate-specific reward uncertainty is identifiable from pairwise preference data, and that treating it as a first-class signal improves both reward modeling and generator post-training. Concretely, SURE-LRM augments a timestep-conditioned latent reward with a residual variance head so that the total variance of the utility difference is $S = 2v_0(\sigma) + v^+_{\eta,\mathrm{res}} + v^-_{\eta,\mathrm{res}}$, and training uses a probit likelihood with variance, margin, and anchor regularizers. The paper shows the learned residual variance correlates with ranking errors (24.26% higher on errors, AUROC 0.6941) and with human confidence. Then SURE-REFL freezes that reward model, evaluates selected denoising transitions, and weights each local transition's reward by the detached inverse standard deviation $\rho_{j,b}=V^{-1/2}_{j,b}$, normalized within each matched transition, with a bounded positive offset; each reward backpropagates only through its local transition. The paper reports that this uncertainty weighting outperforms the compared baselines on HPSv2.1, ImageReward, and PickScore across SD3.5-Medium, Z-Image-Turbo, and FLUX.1-dev, achieves the best VBench quality, semantic, and total scores for Wan2.1 video, and keeps the optimized reward aligned with an independent HPSv3 score far longer than the DiNa-LRM-REFL baseline.
Load-bearing premise
The paper's central claim requires that the learned residual variance reflects sample-level reliability rather than an artifact of the training objective; as the authors note, one preference pair fixes only the sum of the two candidates' variances, so any candidate-level signal must come from the shared variance head and could in principle encode dataset-level difficulty or timestep covariates instead.
Editorial extensions
If this is right
- SURE-LRM improves preference prediction over matched DiNa-LRM backbones, with the average across backbones rising from 70.51 to 72.14, and generalizes to video.
- SURE-REFL achieves leading image post-training, ranking first in eight of nine backbone–metric comparisons across SD3.5-Medium, Z-Image-Turbo, and FLUX.1-dev.
- SURE-REFL achieves the highest VBench quality, semantic, and total scores for Wan2.1-480P video post-training, improving total from 0.8092 to 0.8357.
- Uncertainty weighting improves optimization stability: the optimized reward and independent HPSv3 score stay aligned far longer than with DiNa-LRM-REFL, which exhibits reward hacking.
- The learned residual variance is informative: incorrect rankings have higher variance, and the lowest-variance half of pairs reaches 90.10% accuracy versus 79.40% overall.
Reading between the lines
- Because one preference pair constrains only the variance sum, the method's success hinges on the variance head learning a dataset-wide mapping from latent content to reliability; an independent test would be to train SURE-LRM on one prompt distribution and evaluate the variance–accuracy AUROC on a different distribution.
- Since the reliability weighting compares samples only within the same transition, the same rule could in principle be applied to any dense latent reward signal, such as step-level rewards from other diffusion-native reward models; this is an extension the paper does not test.
- The variance head could serve as a free error detector at inference time, rejecting or reranking low-reliability generations without any human labels; this follows directly from the AUROC result but is not claimed by the paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SURE, a latent-space framework for uncertainty-aware reward modeling and diffusion model post-training. SURE-LRM augments a latent reward model with a heteroscedastic residual-variance head, so that each noisy latent receives a Gaussian utility with a mean reward and a variance that combines a timestep-dependent prior v0(σ) and a learned residual. SURE-REFL freezes this reward model and uses the detached inverse standard deviation to weight dense local reward feedback at a subset of denoising transitions, normalizing weights across samples at the same transition. The paper reports improved pairwise preference accuracy over DiNa-LRM across three image backbones, competitive video preference accuracy, and post-training gains on HPSv2.1, ImageReward, PickScore, and VBench.
Significance. The contribution is timely and, if the sample-adaptive variance is genuinely informative, practically valuable: it extends latent reward models with an explicit reliability signal and unifies image and video post-training under one weighting rule. The derivation in Eq. (9) is transparent, the authors correctly identify the variance-sum degeneracy in a single pair, and they are candid that Table 2 is an in-distribution diagnostic rather than held-out calibration. The main weakness is that the load-bearing claim — that the learned residual variance captures per-sample reliability beyond covariates and dataset statistics — is not yet backed by held-out or covariate-controlled evidence, and the main post-training tables do not report uncertainty intervals. Those gaps are fixable, and the conceptual framework is sound enough to warrant revision.
major comments (3)
- [3.2, Eqs. (6)-(10)] The preference likelihood depends on the two candidate residual variances only through their sum S, and Eq. (9) gives identical signed gradients to vi_η,res for i ∈ {+,−}; therefore the pairwise label alone cannot distinguish a reliable from an unreliable candidate. The only symmetry-breaking term, Lvar in Eq. (10), is label-independent and symmetric, so any candidate-level split must come from the shared variance head's inductive bias rather than from the preference signal. The paper acknowledges this in §3.2 ("A single pair constrains only the variance sum S..."), but the diagnostic offered in Table 2 is in-sample, does not stratify by timestep or prompt difficulty, and cannot rule out the alternative that residual variance encodes dataset-level or covariate-level difficulty. Because SURE-REFL's weighting in Eqs. (19)-(21) is exactly this variance, this identifiability gap is load-bearing. Please provide held-out calibration (e.g., AUROC on unseen pairs, stratified by timestep and prompt) and a same-prompt, same-timestep analysis showing that variance differentiates outcomes within a matched covariate cell.
- [4.3, Tables 4 and 5] The headline post-training results are point estimates from three random seeds, as stated in §4.1, but the tables report neither standard deviations nor significance tests. Several margins in Table 4 are small (e.g., FLUX.1-dev PickScore: SURE-REFL 22.49 vs ViPO 22.51), and the VBench total gain of 0.0109 over HY-PRFL in Table 5 is within the plausible seed-to-seed variation for this suite. Please report per-seed values, standard deviations, and paired tests (or bootstrap confidence intervals) for the main claim of improved post-training performance.
- [4.4, Table 5] The VBench aggregate claim is made on official aggregates in which several dimension scores are near saturation (e.g., Base already achieves 0.9647 Subject Consistency and 0.9731 Background Consistency), and some selected dimensions in the SURE-REFL row are not the best (Subject Consistency 0.9665 vs DanceGRPO 0.9769; Aesthetics 0.6388 vs ViPO 0.6527). The aggregate gain may be driven by a few dimensions (e.g., Multi. Object 0.9280 vs 0.8922 for Video-DPO). A fuller treatment would report dimension-wise confidence intervals and discuss whether the gains are concentrated rather than uniform.
minor comments (5)
- [Abstract and throughout] There are missing spaces and typographical issues throughout the text (e.g., "Thismakesalignment...", "SURE-LRMpredicts", "state of art", "various matrics"); a careful proofread is needed.
- [Table 1 and §4.1] The benchmark names are inconsistent: Table 1 uses HPD v2 and HPD v3 while §4.1 and elsewhere use HPSv2 and HPSv3; please adopt one consistent nomenclature.
- [Table 4] In the FLUX.1-dev block, the two LPO rows appear to be swapped or duplicated: the second LPO row lists ImageReward 0.8783, which is identical to the Z-Image-Turbo LPO row; please verify the entries.
- [Eq. (21)] The truncation bracket in the reliability weight formula is introduced without a definition in the main text; please define (x)_+ and the cap B_p explicitly where the equation appears.
- [4.1 and Table 3] The tie-excluded VisionRewardDB protocol and the held-out split of T2V Ranking are described only briefly; please specify the exact size, construction, and overlap of these evaluation sets in the main text or clearly reference the supplementary material.
Circularity Check
No circularity found: the uncertainty signal is learned from preference labels, the in-distribution diagnostics are explicitly labeled as such, and SURE-REFL post-training gains are measured on external metrics.
full rationale
The paper's central derivation is self-contained. SURE-LRM's residual variance is trained with the heteroscedastic probit objective (Eqs. 6-8); the fact that a single pair's likelihood depends only on the variance sum S (Eq. 6) and sends identical gradients to both candidate variances (Eq. 9) is an identifiability property, not a circular reduction. The paper explicitly acknowledges this: "A single pair constrains only the variance sum S, so candidate-level variance is not independently identified by one label. Candidate-level structure can arise only from the state-conditioned variance head shared across many training comparisons." This is a stated modeling assumption, and relative differences can in principle be constrained by overlapping sum observations across pairs; no quantity is defined in terms of the target claim. Table 2's uncertainty diagnostics are explicitly labeled as an in-distribution diagnostic rather than held-out calibration: "Because these pairs appeared during training, we treat this evidence as an in-distribution diagnostic rather than held-out calibration." Thus the paper does not disguise fitted values as predictions. SURE-REFL post-training is assessed on external metrics (HPSv2.1, ImageReward, PickScore, VBench) with the reward model frozen, so the main empirical claims have independent support. The only overlapping-author citation (ViPO, Ni et al. 2026) is used as a baseline and in related work, not as load-bearing evidence for the paper's own claims. No circular step meeting the quoted-reduction standard is present.
Assumptions & free parameters
free parameters (6)
- sigma^2_0 (variance floor) =
not reported
- epsilon_v (numerical floor) =
not reported
- lambda_var, lambda_margin, lambda_anchor (loss weights) =
not reported
- beta_base, lambda_p, B_p (reliability weight hyperparameters) =
not reported
- eta_R (reward scale) =
not reported
- transition weights w_j =
not reported
assumptions (7)
- domain assumption Thurstone random utility model with Gaussian utility residuals (Eq. 7)
- domain assumption Noise-dependent variance prior v0(sigma) = 2 sigma^2 + sigma^2_0 (Eq. 2)
- domain assumption Conditional independence of the two utility residuals (Eq. 6)
- ad hoc to paper Candidate-level variance can be identified from pairwise labels through a shared variance head
- domain assumption Latent states at intermediate noise levels are scoreable and correlate with human preference
- domain assumption Backpropagating rewards only through the local transition approximates full-chain credit assignment
- domain assumption Automatic metrics (HPSv2.1, ImageReward, PickScore, VBench) proxy human preference
Cite this review
Pith. "Pith review of Sample-Adaptive Latent Rewards for Uncertainty-Guided Diffusion Post-Training." pith.science (2026). https://pith.science/paper/I5PHEQH6
@misc{pith2026260806125,
author = {Pith},
title = {Pith review of: Sample-Adaptive Latent Rewards for Uncertainty-Guided Diffusion Post-Training},
year = {2026},
howpublished = {\url{https://pith.science/paper/I5PHEQH6}},
note = {Machine review of arXiv:2608.06125}
}
read the original abstract
Latent reward models can supervise visual diffusion models without decoding intermediate states into pixel space. This makes alignment with human preferences more efficient. However, existing latent reward models output only scalar scores. They do not estimate the uncertainty of each prediction. The generator therefore cannot determine which feedback is reliable. This can drive optimization in the wrong direction and lead to reward hacking. We propose \textsc{SURE}, a unified latent-space framework for image and video diffusion models. It learns reward distributions and directly uses their reliability to guide dense post-training. First, we propose sample-adaptive latent reward model (\textsc{SURE-LRM}). It predicts a Gaussian utility for each noisy latent. Its mean predicts the reward score. Its variance reflect the uncertainty of prediction without human annotation. The learned distribution then guides post-training through uncertainty-guided reward feedback learning (\textsc{SURE-REFL}). This method provides uncertainty-guided dense feedback along the denoising trajectory. At selected transitions, \textsc{SURE-REFL} queries the frozen \textsc{SURE-LRM}. It converts detached variance into reliability weights for samples at the same transition. Each weighted reward is backpropagated only through its local transition. The entire process remains in latent space and requires neither pixel-space decoding nor the full denoising graph. Experiments show that \textsc{SURE-LRM} improves preference prediction over strong baselines. \textsc{SURE-REFL} achieves the sota performance among various metrics and further improves optimization stability. It also achieves the highest VBench quality, semantic, and total scores among the evaluated methods.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Advances in Neural Information Processing Systems , volume =
Denoising Diffusion Probabilistic Models , author =. Advances in Neural Information Processing Systems , volume =. 2020 , eprint =
work page 2020
-
[2]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =
High-Resolution Image Synthesis with Latent Diffusion Models , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =. 2022 , month = jun, doi =. 2112.10752 , archivePrefix =
arXiv 2022
-
[3]
The Eleventh International Conference on Learning Representations , year =
Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow , author =. The Eleventh International Conference on Learning Representations , year =. 2209.03003 , archivePrefix =
-
[4]
Psychological Review , volume =
A Law of Comparative Judgment , author =. Psychological Review , volume =. 1927 , doi =
work page 1927
-
[5]
Proceedings of the 22nd International Conference on Machine Learning , pages =
Preference Learning with Gaussian Processes , author =. Proceedings of the 22nd International Conference on Machine Learning , pages =. 2005 , doi =
work page 2005
-
[6]
Xu, Jiazheng and Liu, Xiao and Wu, Yuchen and Tong, Yuxuan and Li, Qinkai and Ding, Ming and Tang, Jie and Dong, Yuxiao , booktitle =. 2023 , doi =. 2304.05977 , archivePrefix =
arXiv 2023
-
[7]
Kirstain, Yuval and Polyak, Adam and Singer, Uriel and Matiana, Shahbuland and Penna, Joe and Levy, Omer , booktitle =. 2023 , doi =. 2305.01569 , archivePrefix =
arXiv 2023
-
[8]
Human Preference Score v2: A Solid Benchmark for Evaluating Human Preferences of Text-to-Image Synthesis , author =. 2023 , eprint =. doi:10.48550/arXiv.2306.09341 , url =
Show all 54 references
-
[9]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Learning Multi-Dimensional Human Preference for Text-to-Image Generation , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2024 , month = jun, doi =. 2405.14705 , archivePrefix =
2024 arXiv
- [10]
-
[11]
Advances in Neural Information Processing Systems , volume =
Unified Multimodal Chain-of-Thought Reward Model through Reinforcement Fine-Tuning , author =. Advances in Neural Information Processing Systems , volume =. 2025 , eprint =
2025
-
[12]
2025 , month = oct, eprint =
Ma, Yuhang and Wu, Xiaoshi and Sun, Keqiang and Li, Hongsheng , booktitle =. 2025 , month = oct, eprint =
2025
-
[13]
Liu, Jie and Liu, Gongye and Liang, Jiajun and Li, Yangguang and Liu, Jiaheng and Wang, Xintao and Wan, Pengfei and Zhang, Di and Ouyang, Wanli , booktitle =. Flow-. 2025 , eprint =
2025
- [14]
-
[15]
The Twelfth International Conference on Learning Representations , year =
Directly Fine-Tuning Diffusion Models on Differentiable Rewards , author =. The Twelfth International Conference on Learning Representations , year =. 2309.17400 , archivePrefix =
-
[16]
The Twelfth International Conference on Learning Representations , year =
Training Diffusion Models with Reinforcement Learning , author =. The Twelfth International Conference on Learning Representations , year =. 2305.13301 , archivePrefix =
-
[17]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =
Diffusion Model Alignment Using Direct Preference Optimization , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =. 2024 , month = jun, doi =. 2311.12908 , archivePrefix =
2024 arXiv
- [18]
-
[19]
Liu, Gongye and Yang, Bo and Zhi, Yida and Zhong, Zhizhou and Ke, Lei and Deng, Didan and Gao, Han and Huang, Yongxiang and Zhang, Kaihao and Fu, Hongbo and Luo, Wenhan , booktitle =. Beyond. 2026 , eprint =
2026
-
[20]
Advances in Neural Information Processing Systems , volume =
Diffusion Model as a Noise-Aware Latent Reward Model for Step-Level Preference Optimization , author =. Advances in Neural Information Processing Systems , volume =. 2025 , eprint =
2025
-
[21]
2026 , eprint =
Zhang, Jaxon and Yang, Binxin and Yin, Hubery and Li, Chen and Lyu, Jing , booktitle =. 2026 , eprint =
2026
- [22]
-
[23]
doi:10.48550/arXiv.2509.15110 , url =
Zhang, Dan and Cai, Min and Light, Jonathan and Hu, Ziniu and Yue, Yisong and Tang, Jie , year =. doi:10.48550/arXiv.2509.15110 , url =. 2509.15110 , archivePrefix =
-
[24]
ICLR 2025 Workshop on Deep Generative Model in Machine Learning: Theory, Principle and Efficacy , year =
Stable Consistency Tuning: Understanding and Improving Consistency Models , author =. ICLR 2025 Workshop on Deep Generative Model in Machine Learning: Theory, Principle and Efficacy , year =. 2410.18958 , archivePrefix =
2025 arXiv
-
[25]
Proceedings of the 43rd International Conference on Machine Learning , series =
Temporal Difference Learning for Diffusion Models , author =. Proceedings of the 43rd International Conference on Machine Learning , series =. 2026 , eprint =
2026
-
[26]
The Fourteenth International Conference on Learning Representations , year =
Probabilistic Uncertain Reward Model , author =. The Fourteenth International Conference on Learning Representations , year =. 2503.22480 , archivePrefix =
-
[27]
The Twelfth International Conference on Learning Representations , year =
Confidence-aware Reward Optimization for Fine-tuning Text-to-Image Models , author =. The Twelfth International Conference on Learning Representations , year =. 2404.01863 , archivePrefix =
- [28]
-
[29]
2025 , eprint =
Video Generation Models Are Good Latent Reward Models , author =. 2025 , eprint =. doi:10.48550/arXiv.2511.21541 , url =
2025 doi
- [30]
-
[31]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =
Seeing What Matters: Visual Preference Policy Optimization for Visual Generation , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =. 2026 , eprint =
2026
-
[32]
2024 , month = jun, eprint =
Huang, Ziqi and He, Yinan and Yu, Jiashuo and Zhang, Fan and Si, Chenyang and Jiang, Yuming and Zhang, Yuanhan and Wu, Tianxing and Jin, Qingyang and Chanpaisit, Nattapol and Wang, Yaohui and Chen, Xinyuan and Wang, Limin and Lin, Dahua and Qiao, Yu and Liu, Ziwei , booktitle ...
2024
-
[33]
2024 , doi =
Jiang, Dongfu and Ku, Max and Li, Tianle and Ni, Yuansheng and Sun, Shizhuo and Fan, Rongqi and Chen, Wenhu , booktitle =. 2024 , doi =. 2406.04485 , archivePrefix =
2024 arXiv
-
[34]
Proceedings of the 41st International Conference on Machine Learning , editor =
Scaling Rectified Flow Transformers for High-Resolution Image Synthesis , author =. Proceedings of the 41st International Conference on Machine Learning , editor =. 2024 , eprint =
2024
- [35]
-
[36]
2024 , howpublished =
2024
-
[37]
Proceedings of the 38th International Conference on Machine Learning , editor =
Learning Transferable Visual Models from Natural Language Supervision , author =. Proceedings of the 38th International Conference on Machine Learning , editor =. 2021 , url =
2021
-
[38]
2025 , issn =
Li, Bo and Zhang, Yuanhan and Guo, Dong and Zhang, Renrui and Li, Feng and Zhang, Hao and Zhang, Kaichen and Zhang, Peiyuan and Li, Yanwei and Liu, Ziwei and Li, Chunyuan , journal =. 2025 , issn =. 2408.03326 , archivePrefix =
2025 arXiv
-
[39]
doi:10.48550/arXiv.2409.12191 , url =
Wang, Peng and Bai, Shuai and Tan, Sinan and Wang, Shijie and Fan, Zhihao and Bai, Jinze and Chen, Keqin and Liu, Xuejing and Wang, Jialin and Ge, Wenbin and Fan, Yang and Dang, Kai and Du, Mengfei and Ren, Xuancheng and Men, Rui and Liu, Dayiheng and Zhou, Chang and Zhou, Jin...
-
[40]
The Twelfth International Conference on Learning Representations , year =
Podell, Dustin and English, Zion and Lacey, Kyle and Blattmann, Andreas and Dockhorn, Tim and M. The Twelfth International Conference on Learning Representations , year =. 2307.01952 , archivePrefix =
-
[41]
and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu , booktitle =
Hu, Edward J. and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu , booktitle =. 2022 , eprint =
2022
-
[42]
International Conference on Learning Representations , year =
Decoupled Weight Decay Regularization , author =. International Conference on Learning Representations , year =. 1711.05101 , archivePrefix =
-
[43]
Advances in Neural Information Processing Systems , volume =
Attention Is All You Need , author =. Advances in Neural Information Processing Systems , volume =. 2017 , url =
2017
- [44]
- [45]
-
[46]
Proceedings of the European Conference on Computer Vision (ECCV) , pages =
Group Normalization , author =. Proceedings of the European Conference on Computer Vision (ECCV) , pages =. 2018 , doi =
2018
-
[47]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =
Cross-Iteration Batch Normalization , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =. 2021 , doi =. 2002.05712 , archivePrefix =
2021 arXiv
-
[48]
2026 , doi =
Xu, Jiazheng and Huang, Yu and Cheng, Jiale and Yang, Yuanming and Xu, Jiajun and Wang, Yuan and Duan, Wenbo and Yang, Shen and Jin, Qunlin and Li, Shurun and Teng, Jiayan and Yang, Zhuoyi and Zheng, Wendi and Liu, Xiao and Zhang, Dan and Ding, Ming and Zhang, Xiaohan and Huan...
2026
-
[49]
doi:10.48550/arXiv.2509.22799 , url =
He, Xuan and Jiang, Dongfu and Nie, Ping and Liu, Minghao and Jiang, Zhengxuan and Su, Mingyi and Ma, Wentao and Lin, Junru and Ye, Chun and Lu, Yi and Wu, Keming and Schneider, Benjamin and Do, Quy Duc and Li, Zhuofeng and Jia, Yiming and Zhang, Yuxuan and Cheng, Guo and Wang...
-
[50]
Advances in Neural Information Processing Systems , editor =
Improving Video Generation with Human Feedback , author =. Advances in Neural Information Processing Systems , editor =. 2025 , url =
2025
-
[51]
2024 , address =
He, Xuan and Jiang, Dongfu and Zhang, Ge and Ku, Max and Soni, Achint and Siu, Sherman and Chen, Haonan and Chandra, Abhranil and Jiang, Ziyan and Arulraj, Aaran and Wang, Kai and Do, Quy Duc and Ni, Yuansheng and Lyu, Bohan and Narsupalli, Yaswanth and Fan, Rongqi and Lyu, Zh...
2024 doi
-
[52]
2025 , url =
Li, Weiqi and Zhang, Xuanyu and Zhao, Shijie and Zhang, Yabin and Li, Junlin and Zhang, Li and Zhang, Jian , booktitle =. 2025 , url =
2025
-
[53]
2026 , doi =
Zhang, Xuanyu and Li, Weiqi and Zhao, Shijie and Li, Junlin and Zhang, Li and Zhang, Jian , journal =. 2026 , doi =
2026
-
[54]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
VideoDPO: Omni-Preference Alignment for Video Diffusion Generation , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.