REVIEW 3 major objections 6 minor 52 references
Harness Local Rewards for Global Benefits: Effective Text-to-Video Generation Alignment with Patch-level Reward Models
T0 review · 3 major / 6 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read The paper claims that post-training text-to-video diffusion models with patch-level rewards, combined with a margin-weighted granular DPO loss, reduces localized artifacts and raises overall generation quality.
desk verdict Plausible patch-level DPO for T2V alignment, but thin evaluation and a weakly validated patch reward model keep the central claim from being secure. 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 mechanism is Gran-DPO, an adapted Diffusion-DPO objective defined as a weighted sum of a whole-video DPO loss and a DPO loss for each spatial patch. For a patch pair, a ternary function $F(p^w_{ij}, p^l_{ij})$ sets the local preference direction to $+1$, $0$, or $-1$ so that local winner and loser pairs do not need to agree with the global video preference; pair weights $\omega(\cdot,\cdot)$ put more emphasis on pairs with larger reward gaps. The patch reward model that feeds this objective is created by regression fine-tuning VideoScore on GPT-4o-labeled patches from a 3x3 grid, which keeps the patch and video reward distributions on comparable scales. This combination lets the denoiser receive fine-grained spatial feedback at training time without discarding the global video-quality signal.
What would settle it
Recruit human raters to score a larger set of video patches beyond the paper's 360 and compute per-dimension Spearman correlations between the patch reward model and humans; then retrain HALO using only cases where GPT-4o and humans disagree. If the patch reward model's human correlation is close to zero or negative, or if human-rated local defects do not decrease after training, the central claim would be refuted.
Extended reading notes
Core claim
The paper's central claim is that global video rewards miss spatially localized generation defects, and that adding a patch reward model plus a granular DPO objective lets a text-to-video model reduce those defects while keeping overall quality. The patch reward model is made by taking VideoScore and continuing its training on 4,428 GPT-4o-labeled 3x3 spatial patches, with the whole video supplied as context so patches keep their semantics. The Gran-DPO loss then combines the ordinary video Diffusion-DPO loss with patch-level DPO losses: each patch pair uses a sign function to choose its own winner and loser, and both video and patch pairs are weighted by their reward margins. The paper reports that the full model improves average VBench and VideoScore scores over three different base models, that ablating either loss term hurts, and that the distribution of patch scores shifts upward after training. The intended conclusion is that local and global reward feedback are complementary, and jointly optimizing both is what produces the quality gain.
Load-bearing premise
The whole patch-level training signal depends on GPT-4o's patch quality scores being a good proxy for human perception of local defects; if that teacher is biased, the patch DPO loss is biased, and the claimed defect reduction could be an artifact of fitting the teacher rather than a real quality gain.
Editorial extensions
If this is right
- Because HALO improves models that were already post-trained with video rewards, patch-level rewards can be added on top of existing alignment pipelines as a plug-in stage.
- Ablating either the patch DPO loss or the video DPO loss lowers average scores, so local and global rewards are complementary rather than redundant.
- Swapping in reward models with different scales (PickScore or HPSv2) hurts performance, indicating that consistency between patch and video reward distributions is part of what makes the joint training stable.
- The rightward shift in patch reward distributions after fine-tuning indicates that training moves low-quality patches up rather than merely inflating global scores.
Reading between the lines
- The paper deliberately avoids splitting patches along time because videos are short; with longer videos, the same Gran-DPO recipe could be run over temporal windows, and the preference-consistency analysis could be repeated per window to test whether temporal local rewards add signal beyond spatial ones.
- The dependence on GPT-4o as teacher means the method's ceiling is set by the teacher's perceptual agreement with humans; a larger human validation set than the 360 patches, with confidence intervals on the Spearman correlations, would be the direct test of that ceiling.
- The margin-weighted combination of two preference sources suggests a general principle for multi-granularity DPO: instead of collapsing all rewards into one scalar, let each granularity vote on its own scale and weight disagreements by margin. That recipe could transfer to other generative domains where global metrics are smooth but local structure matters.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes HALO, a post-training framework for text-to-video diffusion models that augments global video-reward alignment with patch-level reward signals. A patch reward model is created by fine-tuning VideoScore-v1.1 on GPT-4o-labeled patch scores, and a Gran-DPO objective combines patch-level and video-level diffusion DPO losses. The method is evaluated on T2V-Turbo-v1/v2 and CogVideoX-2B using VBench (5 of 16 dimensions) and VideoScore, with ablations and reward-distribution analyses.
Significance. If the reported effect is real, HALO provides a useful mechanism for injecting localized quality feedback into video diffusion alignment, and the Gran-DPO formulation is a plausible extension of Diffusion-DPO. The paper also offers an informative ablation study isolating the patch DPO, video DPO, pair weighting, and choice of video reward model. However, the central claim depends on the patch reward model tracking human perception of local defects, and the evidence for that is currently weak (Spearman 0.368, n=360, no confidence intervals). The evaluation also has a partial circularity because VideoScore is both the initialization of the patch reward model and one of the two evaluation metrics. These gaps are fixable and do not invalidate the method's potential, but they currently prevent the paper's 'substantially outperforms' claim from being accepted as stated.
major comments (3)
- [§5.3, Table 3] The only evidence that the patch reward model tracks human perception is the Human–Patch Reward Model Spearman correlation of 0.3684 computed on 360 patches, with no confidence interval or significance test. The patch reward model is trained entirely on GPT-4o labels (Section 3.2, Eq. 6), and its correlation with GPT-4o (0.6062) is much higher than its correlation with humans (0.3684), which is also lower than the Human–GPT-4o correlation (0.4023). Since Gran-DPO optimizes the patch reward model's scores (Eqs. 8–9), the observed improvements in patch reward values (Figure 5b) and in evaluation metrics may reflect optimization toward GPT-4o's biases rather than a genuine reduction of human-perceived localized defects. The central claim that local feedback provides useful fine-grained training signal therefore requires stronger human validation, such as a larger annotation sample, confidence intervals, per-dimension correlations, and ideally a human preference study comparing HALO outputs against baselines.
- [§3.2, §4, Table 1] The evaluation is partially circular. The patch reward model is obtained by fine-tuning VideoScore-v1.1 (Section 3.2), and VideoScore-v1.1 is one of the two headline evaluation metrics (Section 4). Consequently, gains in VideoScore after HALO training can partly reflect optimization toward the same evaluator family used to create the patch reward model. The second evaluation method, VBench, is reported only on 5 of 16 dimensions, selected because the authors 'focus on and have optimized space for them' (Section 4). This subset choice is disclosed but is not reflected in the abstract's claim of 'substantially outperforms the baselines across two evaluation methods.' Please report full VBench results or a principled selection procedure, and either use an independent video reward model for evaluation or explicitly quantify the circularity risk (e.g., by showing that HALO also improves on metrics not related to VideoScore).
- [§5.1, Table 1] No error bars, confidence intervals, or significance tests are reported for any of the main comparisons. The improvement of HALO over T2V-Turbo-v1 is tiny on VideoScore (2.5503 to 2.5526, a difference of 0.0023) and modest on the VBench subset (63.02 to 63.57), and it is not plausible that these differences are meaningful without repeated evaluation runs or a significance test. The statement in Section 5.1 that HALO 'significantly enhances the performance' is therefore unsupported for at least one of the three base models. Please provide confidence intervals or significance tests for the primary comparisons, or at least report per-prompt variance.
minor comments (6)
- [§3.3, Eq. (9)] The video-pair weight omega(vw, vl) is normalized by mP (the median patch reward margin) while the text defines mP as the median of pairwise patch reward margins and mV as the median of pairwise video reward margins; this looks like a typo, and the video weight should presumably be normalized by mV.
- [§5.3, Appendix C] The human annotation procedure is described only in the appendix and does not state the number of annotators or their agreement; adding this information would help interpret the Spearman correlations in Table 3.
- [§3.2] Because the patch reward model does not segment the time axis, 'local feedback' covers only spatial patches; the text acknowledges this, but it should be listed as a limitation in the conclusion since temporal defects (e.g., flicker, motion artifacts) are common in AI-generated videos.
- [Appendix C.1] There are several typos in the GPT-4o instruction, including 'patch-leval' and 'Requirments', and the apostrophe in 'video patch´s' is typeset inconsistently; please proofread.
- [References] The reference list contains duplicate entries for Wallace et al. 2024a/b (the same CVPR paper cited twice) and for Ouyang et al. 2022a/b; these should be consolidated.
- [§4] In the implementation details, 'the epoch is 10' and 'the LoRA rank was set by 64' are ungrammatical; these should be reworded for clarity.
Circularity Check
The local-defect improvement is measured with the same patch reward model that Gran-DPO is trained to maximize, making the defect-alleviation evidence partially self-referential; VideoScore also serves as both the training reward and one of the evaluation metrics.
-
fitted input called prediction
[Section 5.4, 'Distribution of patch reward variances' / Figure 5, relative to Gran-DPO loss in Eq. (9) and patch RM in Section 3.2]
"After fine-tuning the VGM by our method, the distributions of all levels shift to the right. These results validate that our proposed method not only could improve the overall quality of generated videos but also could enhance the localized and fine-grained quality of AI-generated videos."
The patch-reward distributions shown in Figure 5 are outputs of the very patch reward model that the Gran-DPO objective is designed to maximize. Equation (8) defines the patch DPO loss with sign F(p_w,p_l) so that the generator is pushed toward higher patch-RM scores, and Eq. (9) weights pairs by reward margins. Reporting the post-training increase in those scores as evidence of 'alleviating' patch defects therefore measures success on the training objective, not an independent outcome. The only external link between the patch RM's scores and human-perceived defect quality is Table 3's Human-Patch Reward Model Spearman correlation of 0.3684, computed on 360 patches with no confidence interval or significance test.
-
other
[Section 4, 'Evaluation prompts and methods', vs. Section 3.2 and Eqs. (5), (7), (9)]
"We use VideoScore (He et al., 2024) as our video reward model ... we use VBench and VideoScore (He et al., 2024) as our evaluation methods ... VideoScore-v1.1 serves as our evaluator."
The same VideoScore-v1.1 model is used both to compute the video rewards that determine the winner/loser pairs and video DPO loss in Eqs. (5) and (7), and as one of the two final evaluation metrics in Table 1. Consequently, the VideoScore column partly measures how well HALO fits its own training-time video reward signal. This would be fully circular only if VideoScore were the sole metric, but the VBench results and the ablation comparisons provide independent content. The overlap nonetheless introduces a partial self-referential bias into the reported global-quality gains, while the patch-level gains in Figure 5 are more directly circular because they use the exact patch RM optimized in Eq. (9).
full rationale
The paper's central algorithmic claim—that patch-level rewards provide useful signal beyond global video rewards—does have independent content. The ablation results in Table 2 show that removing the patch DPO loss degrades both VBench and VideoScore, which is a non-circular comparison because the patch RM was trained on GPT-4o labels rather than on VBench or VideoScore labels. There is also an external, though weak, human-alignment check for the patch RM (Spearman 0.3684 on 360 patches). No load-bearing self-citation or imported uniqueness theorem appears: Diffusion-DPO is cited as a standard external method, and the other self-citations are not doing justificatory work. However, the paper's headline evidence that HALO 'effectively alleviates' localized patch defects rests on Figure 5, which plots scores from the same patch reward model that the Gran-DPO objective is trained to maximize; that increase is close to a training-loss artifact unless the patch RM is independently shown to track human perception, and the provided human correlation is too weak and underpowered for that role. In addition, VideoScore serves both as the video reward used to construct DPO pairs and as one of the two evaluation metrics, adding a partial self-referential bias to the global-score evidence. These issues make the local-defect and part of the global-quality evidence partially circular, but they do not reduce the entire contribution to a tautology, so a moderate score of 5 is appropriate. Score 5.
Assumptions & free parameters
free parameters (6)
- Patch grid size hn, wn =
3 x 3
- DPO temperature beta
- Prompt filtering threshold tau =
0.85
- Pair selection medians mV and mP =
Statistical medians of pairwise reward margins
- Distillation training set size =
4,428 labeled patches from 492 videos
- LoRA rank, learning rate, steps =
64, 1e-4, 8k
assumptions (5)
- domain assumption VideoScore provides a valid global quality measure for generated videos.
- domain assumption Spatial patches of the latent representation are a meaningful unit for local defect detection and optimization.
- domain assumption GPT-4o patch quality labels are reliable enough to supervise a reward model.
- standard math Diffusion-DPO is a valid post-training objective for VGMs.
- domain assumption The five chosen VBench dimensions are sufficient to measure overall video generation quality.
Cite this review
Pith. "Pith review of Harness Local Rewards for Global Benefits: Effective Text-to-Video Generation Alignment with Patch-level Reward Models." pith.science (2026). https://pith.science/paper/MLVB2TIW
@misc{pith2026250206812,
author = {Pith},
title = {Pith review of: Harness Local Rewards for Global Benefits: Effective Text-to-Video Generation Alignment with Patch-level Reward Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/MLVB2TIW}},
note = {Machine review of arXiv:2502.06812}
}
read the original abstract
The emergence of diffusion models (DMs) has significantly improved the quality of text-to-video generation models (VGMs). However, current VGM optimization primarily emphasizes the global quality of videos, overlooking localized errors, which leads to suboptimal generation capabilities. To address this issue, we propose a post-training strategy for VGMs, HALO, which explicitly incorporates local feedback from a patch reward model, providing detailed and comprehensive training signals with the video reward model for advanced VGM optimization. To develop an effective patch reward model, we distill GPT-4o to continuously train our video reward model, which enhances training efficiency and ensures consistency between video and patch reward distributions. Furthermore, to harmoniously integrate patch rewards into VGM optimization, we introduce a granular DPO (Gran-DPO) algorithm for DMs, allowing collaborative use of both patch and video rewards during the optimization process. Experimental results indicate that our patch reward model aligns well with human annotations and HALO substantially outperforms the baselines across two evaluation methods. Further experiments quantitatively prove the existence of patch defects, and our proposed method could effectively alleviate this issue.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
The pictory blog, 2025. URL https://pictory.ai/blog. Accessed: 2025-01-27
work page 2025
-
[3]
Advancing creativity with artificial intelligence., 2025. URL https://runwayml.com/. Accessed: 2025-01-27
work page 2025
-
[4]
URL https://www.synthesia.io/tools/ai-video-editor
Ai video editor., 2025. URL https://www.synthesia.io/tools/ai-video-editor. Accessed: 2025-01-27
work page 2025
-
[5]
Frozen in time: A joint video and image encoder for end-to-end retrieval
Bain, M., Nagrani, A., Varol, G., and Zisserman, A. Frozen in time: A joint video and image encoder for end-to-end retrieval. In ICCV , pp.\ 1708--1718. IEEE , 2021
work page 2021
-
[6]
Training diffusion models with reinforcement learning
Black, K., Janner, M., Du, Y., Kostrikov, I., and Levine, S. Training diffusion models with reinforcement learning. In ICLR . OpenReview.net, 2024
work page 2024
-
[7]
Blattmann, A., Rombach, R., Ling, H., Dockhorn, T., Kim, S. W., Fidler, S., and Kreis, K. Align your latents: High-resolution video synthesis with latent diffusion models. In CVPR , pp.\ 22563--22575. IEEE , 2023
work page 2023
-
[8]
Videocrafter1: Open diffusion models for high-quality video generation
Chen, H., Xia, M., He, Y., Zhang, Y., Cun, X., Yang, S., Xing, J., Liu, Y., Chen, Q., Wang, X., Weng, C., and Shan, Y. Videocrafter1: Open diffusion models for high-quality video generation. CoRR, abs/2310.19512, 2023
arXiv 2023
Show all 52 references
-
[9]
Videocrafter2: Overcoming data limitations for high-quality video diffusion models
Chen, H., Zhang, Y., Cun, X., Xia, M., Wang, X., Weng, C., and Shan, Y. Videocrafter2: Overcoming data limitations for high-quality video diffusion models. In CVPR , pp.\ 7310--7320. IEEE , 2024
2024
-
[10]
S., Brox, T., and Ronneberger, O
C i c ek, \" O ., Abdulkadir, A., Lienkamp, S. S., Brox, T., and Ronneberger, O. 3d u-net: Learning dense volumetric segmentation from sparse annotation. In MICCAI (2) , volume 9901 of Lecture Notes in Computer Science, pp.\ 424--432, 2016
2016
-
[11]
Clark, K., Vicol, P., Swersky, K., and Fleet, D. J. Directly fine-tuning diffusion models on differentiable rewards. In ICLR . OpenReview.net, 2024
2024
-
[12]
DPOK: reinforcement learning for fine-tuning text-to-image diffusion models
Fan, Y., Watkins, O., Du, Y., Liu, H., Ryu, M., Boutilier, C., Abbeel, P., Ghavamzadeh, M., Lee, K., and Lee, K. DPOK: reinforcement learning for fine-tuning text-to-image diffusion models. CoRR, abs/2305.16381, 2023
2023 arXiv
-
[13]
D., Ni, Y., Lyu, B., Narsupalli, Y., Fan, R., Lyu, Z., Lin, B
He, X., Jiang, D., Zhang, G., Ku, M., Soni, A., Siu, S., Chen, H., Chandra, A., Jiang, Z., Arulraj, A., Wang, K., Do, Q. D., Ni, Y., Lyu, B., Narsupalli, Y., Fan, R., Lyu, Z., Lin, B. Y., and Chen, W. Videoscore: Building automatic metrics to simulate fine-grained human feedba...
2024
-
[14]
Denoising diffusion probabilistic models
Ho, J., Jain, A., and Abbeel, P. Denoising diffusion probabilistic models. In NeurIPS, 2020
2020
-
[15]
Ho, J., Salimans, T., Gritsenko, A., Chan, W., Norouzi, M., and Fleet, D. J. Video diffusion models. arXiv:2204.03458, 2022
2022 arXiv
-
[16]
Cogvideo: Large-scale pretraining for text-to-video generation via transformers
Hong, W., Ding, M., Zheng, W., Liu, X., and Tang, J. Cogvideo: Large-scale pretraining for text-to-video generation via transformers. In ICLR . OpenReview.net, 2023
2023
-
[17]
J., Shen, Y., Wallis, P., Allen - Zhu, Z., Li, Y., Wang, S., Wang, L., and Chen, W
Hu, E. J., Shen, Y., Wallis, P., Allen - Zhu, Z., Li, Y., Wang, S., Wang, L., and Chen, W. Lora: Low-rank adaptation of large language models. In ICLR . OpenReview.net, 2022
2022
-
[18]
Vbench: Comprehensive benchmark suite for video generative models
Huang, Z., He, Y., Yu, J., Zhang, F., Si, C., Jiang, Y., Zhang, Y., Wu, T., Jin, Q., Chanpaisit, N., Wang, Y., Chen, X., Wang, L., Lin, D., Qiao, Y., and Liu, Z. Vbench: Comprehensive benchmark suite for video generative models. In CVPR , pp.\ 21807--21818. IEEE , 2024
2024
-
[19]
MANTIS: interleaved multi-image instruction tuning
Jiang, D., He, X., Zeng, H., Wei, C., Ku, M., Liu, Q., and Chen, W. MANTIS: interleaved multi-image instruction tuning. CoRR, abs/2405.01483, 2024
2024 arXiv
-
[20]
Text2video-zero: Text-to-image diffusion models are zero-shot video generators
Khachatryan, L., Movsisyan, A., Tadevosyan, V., Henschel, R., Wang, Z., Navasardyan, S., and Shi, H. Text2video-zero: Text-to-image diffusion models are zero-shot video generators. In ICCV , pp.\ 15908--15918. IEEE , 2023
2023
-
[21]
Pick-a-pic: An open dataset of user preferences for text-to-image generation
Kirstain, Y., Polyak, A., Singer, U., Matiana, S., Penna, J., and Levy, O. Pick-a-pic: An open dataset of user preferences for text-to-image generation. In NeurIPS, 2023
2023
-
[22]
Step-dpo: Step-wise preference optimization for long-chain reasoning of llms
Lai, X., Tian, Z., Chen, Y., Yang, S., Peng, X., and Jia, J. Step-dpo: Step-wise preference optimization for long-chain reasoning of llms. CoRR, abs/2406.18629, 2024
2024 arXiv
-
[23]
Lee, K., Liu, H., Ryu, M., Watkins, O., Du, Y., Boutilier, C., Abbeel, P., Ghavamzadeh, M., and Gu, S. S. Aligning text-to-image models using human feedback. CoRR, abs/2302.12192, 2023
2023 arXiv
-
[24]
Li, J., Feng, W., Fu, T., Wang, X., Basu, S., Chen, W., and Wang, W. Y. T2v-turbo: Breaking the quality bottleneck of video consistency model with mixed reward feedback. CoRR, abs/2405.18750, 2024 a
2024 arXiv
-
[25]
Li, J., Long, Q., Zheng, J., Gao, X., Piramuthu, R., Chen, W., and Wang, W. Y. T2v-turbo-v2: Enhancing video generation model post-training through data, reward, and conditional guidance design. CoRR, abs/2410.05677, 2024 b
2024
-
[26]
Reinforcement learning with human feedback: Learning dynamic choices via pessimism
Li, Z., Yang, Z., and Wang, M. Reinforcement learning with human feedback: Learning dynamic choices via pessimism. CoRR, abs/2305.18438, 2023
2023 arXiv
-
[27]
Training diffusion models towards diverse image generation with reinforcement learning
Miao, Z., Wang, J., Wang, Z., Yang, Z., Wang, L., Qiu, Q., and Liu, Z. Training diffusion models towards diverse image generation with reinforcement learning. In CVPR , pp.\ 10844--10853. IEEE , 2024
2024
-
[28]
Openvid-1m: A large-scale high-quality dataset for text-to-video generation
Nan, K., Xie, R., Zhou, P., Fan, T., Yang, Z., Chen, Z., Li, X., Yang, J., and Tai, Y. Openvid-1m: A large-scale high-quality dataset for text-to-video generation. CoRR, abs/2407.02371, 2024
2024 arXiv
- [29]
-
[30]
L., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., Schulman, J., Hilton, J., Kelton, F., Miller, L., Simens, M., Askell, A., Welinder, P., Christiano, P
Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C. L., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., Schulman, J., Hilton, J., Kelton, F., Miller, L., Simens, M., Askell, A., Welinder, P., Christiano, P. F., Leike, J., and Lowe, R. Training language models t...
2022
-
[31]
L., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., Schulman, J., Hilton, J., Kelton, F., Miller, L., Simens, M., Askell, A., Welinder, P., Christiano, P
Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C. L., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., Schulman, J., Hilton, J., Kelton, F., Miller, L., Simens, M., Askell, A., Welinder, P., Christiano, P. F., Leike, J., and Lowe, R. Training language models t...
2022
-
[32]
and Xie, S
Peebles, W. and Xie, S. Scalable diffusion models with transformers. In ICCV , pp.\ 4172--4182. IEEE , 2023
2023
-
[33]
SDXL: improving latent diffusion models for high-resolution image synthesis
Podell, D., English, Z., Lacey, K., Blattmann, A., Dockhorn, T., M \" u ller, J., Penna, J., and Rombach, R. SDXL: improving latent diffusion models for high-resolution image synthesis. In ICLR . OpenReview.net, 2024
2024
-
[34]
High-resolution image synthesis with latent diffusion models
Rombach, R., Blattmann, A., Lorenz, D., Esser, P., and Ommer, B. High-resolution image synthesis with latent diffusion models. In CVPR , pp.\ 10674--10685. IEEE , 2022
2022
-
[35]
U-net: Convolutional networks for biomedical image segmentation
Ronneberger, O., Fischer, P., and Brox, T. U-net: Convolutional networks for biomedical image segmentation. In MICCAI (3) , volume 9351 of Lecture Notes in Computer Science, pp.\ 234--241. Springer, 2015
2015
-
[36]
LAION-5B: an open large-scale dataset for training next generation image-text models
Schuhmann, C., Beaumont, R., Vencu, R., Gordon, C., Wightman, R., Cherti, M., Coombes, T., Katta, A., Mullis, C., Wortsman, M., Schramowski, P., Kundurthy, S., Crowson, K., Schmidt, L., Kaczmarczyk, R., and Jitsev, J. LAION-5B: an open large-scale dataset for training next gen...
2022
-
[37]
A., Maheswaranathan, N., and Ganguli, S
Sohl - Dickstein, J., Weiss, E. A., Maheswaranathan, N., and Ganguli, S. Deep unsupervised learning using nonequilibrium thermodynamics. In ICML , volume 37 of JMLR Workshop and Conference Proceedings , pp.\ 2256--2265. JMLR.org, 2015
2015
-
[38]
Denoising diffusion implicit models
Song, J., Meng, C., and Ermon, S. Denoising diffusion implicit models. In ICLR . OpenReview.net, 2021
2021
-
[39]
Consistency models
Song, Y., Dhariwal, P., Chen, M., and Sutskever, I. Consistency models. In ICML , volume 202 of Proceedings of Machine Learning Research, pp.\ 32211--32252. PMLR , 2023
2023
-
[40]
R., and Shah, M
Soomro, K., Zamir, A. R., and Shah, M. UCF101: A dataset of 101 human actions classes from videos in the wild. CoRR, abs/1212.0402, 2012
2012 arXiv
-
[41]
Diffusion model alignment using direct preference optimization
Wallace, B., Dang, M., Rafailov, R., Zhou, L., Lou, A., Purushwalkam, S., Ermon, S., Xiong, C., Joty, S., and Naik, N. Diffusion model alignment using direct preference optimization. In CVPR , pp.\ 8228--8238. IEEE , 2024 a
2024
-
[42]
Diffusion model alignment using direct preference optimization
Wallace, B., Dang, M., Rafailov, R., Zhou, L., Lou, A., Purushwalkam, S., Ermon, S., Xiong, C., Joty, S., and Naik, N. Diffusion model alignment using direct preference optimization. In CVPR , pp.\ 8228--8238. IEEE , 2024 b
2024
-
[43]
Modelscope text-to-video technical report
Wang, J., Yuan, H., Chen, D., Zhang, Y., Wang, X., and Zhang, S. Modelscope text-to-video technical report. CoRR, abs/2308.06571, 2023 a
2023 arXiv
-
[44]
Richrag: Crafting rich responses for multi-faceted queries in retrieval-augmented generation
Wang, S., Yu, X., Wang, M., Chen, W., Zhu, Y., and Dou, Z. Richrag: Crafting rich responses for multi-faceted queries in retrieval-augmented generation. CoRR, abs/2406.12566, 2024
2024 arXiv
-
[45]
C., Dai, B., Lin, D., Qiao, Y., and Liu, Z
Wang, Y., Chen, X., Ma, X., Zhou, S., Huang, Z., Wang, Y., Yang, C., He, Y., Yu, J., Yang, P., Guo, Y., Wu, T., Si, C., Jiang, Y., Chen, C., Loy, C. C., Dai, B., Lin, D., Qiao, Y., and Liu, Z. LAVIE: high-quality video generation with cascaded latent diffusion models. CoRR, ab...
2023 arXiv
-
[46]
A., Khashabi, D., and Hajishirzi, H
Wang, Y., Kordi, Y., Mishra, S., Liu, A., Smith, N. A., Khashabi, D., and Hajishirzi, H. Self-instruct: Aligning language models with self-generated instructions. In ACL (1) , pp.\ 13484--13508. Association for Computational Linguistics, 2023 c
2023
-
[47]
Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis
Wu, X., Hao, Y., Sun, K., Chen, Y., Zhu, F., Zhao, R., and Li, H. Human preference score v2: A solid benchmark for evaluating human preferences of text-to-image synthesis. CoRR, abs/2306.09341, 2023
2023 arXiv
-
[48]
Easyanimate: A high-performance long video generation method based on transformer architecture
Xu, J., Zou, X., Huang, K., Chen, Y., Liu, B., Cheng, M., Shi, X., and Huang, J. Easyanimate: A high-performance long video generation method based on transformer architecture. CoRR, abs/2405.18991, 2024
2024
-
[49]
Cogvideox: Text-to-video diffusion models with an expert transformer
Yang, Z., Teng, J., Zheng, W., Ding, M., Huang, S., Xu, J., Yang, Y., Hong, W., Zhang, X., Feng, G., Yin, D., Gu, X., Zhang, Y., Wang, W., Cheng, Y., Liu, T., Xu, B., Dong, Y., and Tang, J. Cogvideox: Text-to-video diffusion models with an expert transformer. CoRR, abs/2408.06...
2024 arXiv
-
[50]
S., Eom, S., Han, G., Nam, D
Yoon, E., Yoon, H. S., Eom, S., Han, G., Nam, D. W., Jo, D., On, K., Hasegawa - Johnson, M., Kim, S., and Yoo, C. D. TLCR: token-level continuous reward for fine-grained reinforcement learning from human feedback. In ACL (Findings) , pp.\ 14969--14981. Association for Computat...
2024
-
[51]
Instructvideo: Instructing video diffusion models with human feedback
Yuan, H., Zhang, S., Wang, X., Wei, Y., Feng, T., Pan, Y., Zhang, Y., Liu, Z., Albanie, S., and Ni, D. Instructvideo: Instructing video diffusion models with human feedback. In CVPR , pp.\ 6463--6474. IEEE , 2024
2024
-
[52]
J., Wu, J
Zhang, D. J., Wu, J. Z., Liu, J., Zhao, R., Ran, L., Gu, Y., Gao, D., and Shou, M. Z. Show-1: Marrying pixel and latent diffusion models for text-to-video generation. CoRR, abs/2309.15818, 2023
2023 arXiv
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.