REVIEW 2 major objections 4 minor 63 references
Rewarding groups of images for covering every target category, rather than a single best sample, is the paper's proposed fix for text-to-image mode collapse and demographic skew.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 00:35 UTC pith:GTQKPWLZ
load-bearing objection A solid, honestly-scoped diversity-RL recipe with strong controlled experiments; the fairness claim is credible but rests on automatic evaluators, which the paper openly flags. the 2 major comments →
Multi-Axis Max@K Reinforcement Learning for Representative Diversity in Text-to-Image Generation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim, on its own terms, is that representative diversity is a property of a set of samples, not a single image. For a fixed prompt, each generated image gets one score per target mode, and the objective scores a k-sample group by taking, for each mode, the maximum score within the group and then summing those mode-wise maxima. A sample receives positive training credit on a mode only if removing it lowers that mode's group maximum, so samples in the same batch can specialize to different modes. The paper shows that in the hard-label case the expected objective equals the probability-weighted sum of modes being covered at least once, which is strictly concave with a unifo
What carries the argument
The load-bearing object is the multi-axis max@K objective G_k(S_k,c)=sum_d w_d(c) max_{x_i in S_k} r_d(x_i,c): per-mode scores are maxed over the sample set first and summed only afterward. Around it the paper builds an axis-preserving credit rule—leave-one-out marginal A_i^d=[r_d(x_i,c)-max_{j!=i} r_d(x_j,c)]_+—together with an expected-improvement estimator over sampled comparison subsets and a leave-two-out baseline, then aggregates standardized per-axis advantages into one policy weight for the diffusion update. This ordering is what lets different samples serve as representatives of different modes; scalar-first aggregation cannot do this, and the paper shows k=1 removes the set-level e
Load-bearing premise
The whole pipeline leans on a frozen prompt-ensemble classifier whose per-category scores must be a faithful ordering of perceived appearance during training rollouts; if those scores reward the wrong images, the fairness gains are an artifact of the reward model, and the method can also only amplify modes the base generator already has nonzero probability of producing.
What would settle it
Swap the frozen reward classifier for a different perceived-appearance scorer (or human annotations) and rerun the same training; if held-out fairness gains under an independent evaluator disappear or invert, the effect was an artifact of the original classifier rather than a property of the multi-axis credit rule. A second check: start from a base generator with zero measured mass on one target mode and see whether that mode ever appears after training—the paper predicts it will not.
If this is right
- If the central claim holds, any text-to-image model can be steered toward better within-prompt mode coverage by adding a fixed axis scorer, without changing inference-time sampling or sacrificing quality.
- Because the same objective improved deterministic color-mode coverage by 57% over base in a controlled setting, the mechanism is not tied to learned perception classifiers; it is a general credit-assignment rule.
- The fairness gains transfer to evaluators not used in training, which the paper treats as evidence the improvement is in the generated images, not only in the reward classifier.
- The representative-window size k controls strength of the coverage incentive; independent evaluator scores saturate near k equal to the number of target modes, while single-sample credit (k=1) leaves the base distribution essentially unchanged.
- Proposition 1 implies the objective's optimum is uniform mode probabilities under hard mutually exclusive labels, so if one accepts the coverage framing, the target distribution is principled rather than an ad-hoc penalty.
Where Pith is reading between the lines
- A natural extension the paper does not test: applying the same set-level credit to other evaluable axes—viewpoint, object subtype, artistic style—could give a general representative-diversity training knob; the paper demonstrates it only for perceived race/gender product cells and color modes.
- If a target mode has zero mass in the base generator, the method cannot invent it; a practitioner should therefore pair this objective with a base model that already has some support for each desired mode, or add modes progressively.
- A human-rating study would settle whether the fairness-score gains correspond to visibly diverse batches or merely to reward-classifier compliance; the paper explicitly leaves human validation to future work.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper formalizes target-mode coverage in text-to-image generation as a multi-axis max@K objective, G_k(S_k,c) = Σ_d w_d(c) max_{x_i∈S_k} r_d(x_i,c), and trains a diffusion/flow generator with group-based RL using axis-preserving leave-one-out credit. The authors derive the population-level coverage formula in Proposition 1, present a practical EI+L2O credit estimator for training groups larger than the representative window, and validate the mechanism in three stages: a synthetic 9-mode Gaussian mixture, SD3.5-M with deterministic pixel-based color rewards, and perceived-appearance fairness on race5 and race5×gender2 axes. On 200 held-out occupation prompts, they report Fairness Score improvements of 0.23–0.36 over the base model across three automatic evaluators (CLIP, VLM, FairFace), while maintaining measured image quality and text alignment.
Significance. If the empirical claims hold, the paper provides a clean, reward-agnostic set-level credit-assignment mechanism that lets different samples specialize to different target modes—a useful primitive for diversity-oriented RL post-training. The evidence is well controlled: Proposition 1 gives a closed-form population target; the toy and color-reward experiments isolate the credit mechanism under known rewards; the fairness experiment reports mean±std over three seeds and uses two evaluators not used in training. The authors are also transparent about limitations, including the requirement that modes already have nonzero support and the reliance on automatic classifiers. The main risk is the gap between the phrase 'perceived-appearance fairness' and the automatic classifiers used to operationalize it.
major comments (2)
- [§6.1, App. G Eq. (23), Table 1] The fairness claim is operationalized entirely through automatic classifiers. The training reward and the CLIP evaluation column are the same frozen prompt ensemble, so that column partly measures reward over-optimization; the VLM and FairFace columns mitigate this but all three are web-trained automatic models. Section 7 states that human validation remains future work, yet the abstract and Section 6 frame the result as 'perceived-appearance fairness.' This is load-bearing: without human grounding, the strongest interpretation of the fairness claim is unsupported. I recommend either adding a small human evaluation on a sample of generated images or consistently rephrasing the claims to 'automatic-evaluator fairness' and explicitly noting that human perception may differ.
- [§7, Table 10] The method can only reweight modes that the base generator already samples. Table 10 shows base FairFace mass of 3.3% for Black and 5.5% for Indian; the reported gains are obtained by amplifying small but nonzero support. Section 7 states this, but the abstract and conclusion present the 0.23–0.36 improvement without the caveat. For fairness applications this is an important scope limitation: the method cannot create absent modes. Please make this limitation prominent in the abstract/conclusion and avoid implying general demographic debiasing.
minor comments (4)
- [Figure 6] The y-axis label 'Fairness Score' with the legend 'CLIP (reward)' is slightly confusing; consider labeling the reward-side curve as 'CLIP reward-side score' to distinguish it from the independent evaluators.
- [Appendix C, Eq. (17)] The Lagrange-multiplier derivation is terse. Defining λ and writing the constraint explicitly would make the optimum condition easier to check.
- [Table 1 caption] The abbreviations Pick., Aes., C-T are defined in the running text but not in the caption; please spell them out in the caption for self-containedness.
- [§4.3, Eq. (9)] The relation between the EI+L2O estimator and the leave-one-out objective in Eq. (8) is stated but not derived. A brief derivation or a more precise pointer to the cited estimator would improve rigor.
Circularity Check
The CLIP evaluation column is the training reward itself, so part of the reported gain is reward over-optimization; independent VLM and FairFace evaluators keep the central claim partially independent.
specific steps
-
fitted input called prediction
[Appendix G, Eq. (23); Sec. 6.1 'Evaluation'; Sec. 6.2 'Representative credit outperforms...', Table 1a]
"The CLIP reward and the CLIP evaluator use a frozen ViT-L/14 checkpoint ... [Eq. 23] ... the CLIP column alone could reflect over-fitting to the reward classifier. The two independent evaluators show the same trend."
The training advantage is computed from rd(x,c)=softmax(...) in Eq. (23), and the CLIP Fairness Score in Table 1a uses the same frozen CLIP prompt-ensemble scores. Thus the CLIP column measures the very reward that Eq. (6) optimizes; an increase in that column is expected from optimizing the objective, not an independent validation of perceived-appearance fairness. The paper itself acknowledges this and relies on Qwen2.5-VL and FairFace as out-of-reward evaluators. Those evaluators supply independent evidence, so the circularity is confined to the CLIP column and does not make the whole claim vacuous.
full rationale
The main derivation chain is self-contained rather than circular. Eq. (3) defines the multi-axis max@K set objective; Eq. (7) is the exact leave-one-out marginal contribution of the axis-wise maximum; Eqs. (9)-(12) specify a complete EI+L2O estimator; and Prop. 1's E[G_k]=Σ_d w_d[1-(1-q_d)^k] follows from independent hard-label draws without importing the result being proved. The toy and deterministic-color experiments use training-side rewards also as evaluation metrics, but the paper explicitly frames these as controlled validations of the credit-assignment mechanism, not as external predictions. The self-citations to ReMax and to Takashiro et al. are acknowledged related work, and the estimator they cite is written out in full in the paper, so they are not load-bearing in the sense of importing an unverified uniqueness or ansatz. The genuine overlap is CLIP: Eq. (23) defines both the reward and the CLIP evaluator, so the CLIP Fairness Score partly reflects reward over-optimization rather than independent evidence. However, the central fairness claim is also supported by Qwen2.5-VL and FairFace, which were not used during training and show the same qualitative improvement, so the result does not reduce by construction to its inputs. The lack of human validation is a correctness/validity limitation explicitly stated in Sec. 7, not itself a circularity.
Axiom & Free-Parameter Ledger
free parameters (6)
- representative window k =
k=D: 5 (race5), 10 (race5×gender2), 7 (color), 9 (toy)
- KL weight β =
0.05
- candidate group size m =
16
- CLIP softmax temperature τ =
1.0
- uniform target distribution over modes =
w_d=1, target q_d=1/D
- color reward soft-pixel partition =
temperature-softmax over 7 RGB logits
axioms (6)
- domain assumption The frozen CLIP prompt ensemble provides faithful per-mode perceived-attribute scores during training
- domain assumption Each target mode has nonzero probability under the base policy
- domain assumption Uniform mode distribution is the correct fairness target
- standard math Flow-GRPO stochastic sampler has the same marginals as the deterministic flow
- standard math Samples in a set are independent and identically distributed from πθ
- domain assumption Mutually exclusive hard-label modes with rewards that sum to one
read the original abstract
Text-to-image (T2I) models can synthesize realistic, prompt-aligned images, yet samples generated for the same prompt often cover only a small subset of visually distinct modes. This limits the diversity of images, and for person-centric prompts, can reflect or amplify demographic skew. We formalize this problem as coverage of a predefined set of semantically specified modes, which we call target-mode coverage. We then propose multi-axis max@K, a group-based reinforcement learning objective for improving such coverage in diffusion-based T2I models. Given a group of samples and one score per target category, multi-axis max@K first takes the maximum score across samples for each category and then sums these category-wise maxima. The resulting credit assignment gives a sample positive weight on a category only when it increases that category's group-wise maximum, allowing different samples to contribute to different categories. We first validate the credit-assignment mechanism on a synthetic mixture and on SD3.5-M using deterministic pixel-based color rewards. We then evaluate the same objective on perceived-appearance fairness. Across three automatic evaluators on held-out prompts, multi-axis max@K improves the Fairness Score by 0.23-0.36 relative to the base model, while maintaining image quality and text alignment.
Figures
Reference graph
Works this paper leans on
-
[1]
Pietro Astolfi, Marlene Careil, Melissa Hall, Oscar Mañas, Matthew Muckley, Jakob Verbeek, Adriana Romero-Soriano, and Michal Drozdzal. Consistency-diversity-realism pareto fronts of conditional image generative models.arXiv preprint arXiv:2406.10429, 2024
Pith/arXiv arXiv 2024
-
[2]
Farid Bagirov, Mikhail Arkhipov, Ksenia Sycheva, Evgeniy Glukhov, and Egor Bogomolov. The best of N worlds: Aligning reinforcement learning with best-of-N sampling via max@k optimisation.arXiv preprint arXiv:2510.23393, 2025
arXiv 2025
-
[3]
Ryan Bahlous-Boldi, Isha Puri, Idan Shenfeld, Akarsh Kumar, Mehul Damani, Sebastian Risi, Omar Khattab, Zhang-Wei Hong, and Pulkit Agrawal. Vector policy optimization: Training for diversity improves test-time search.arXiv preprint arXiv:2605.22817, 2026
Pith/arXiv arXiv 2026
-
[4]
Qwen2.5-VL technical report.arXiv preprint arXiv:2502.13923, 2025
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhaohai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Hang Zhang, Zhibo Yang, Haiyang Xu, and Junyang Lin. Qwen2.5-VL technical report.ar...
Pith/arXiv arXiv 2025
-
[5]
Easily accessible text-to-image generation amplifies demographic stereotypes at large scale
Federico Bianchi, Pratyusha Kalluri, Esin Durmus, Faisal Ladhak, Myra Cheng, Debora Nozza, Tatsunori Hashimoto, Dan Jurafsky, James Zou, and Aylin Caliskan. Easily accessible text-to-image generation amplifies demographic stereotypes at large scale. InFAccT, 2023
2023
-
[6]
Training diffusion models with reinforcement learning
Kevin Black, Michael Janner, Yilun Du, Ilya Kostrikov, and Sergey Levine. Training diffusion models with reinforcement learning. InICLR, 2024
2024
-
[7]
SEGA: Instructing text-to-image models using semantic guidance
Manuel Brack, Felix Friedrich, Dominik Hintersdorf, Lukas Struppek, Patrick Schramowski, and Kristian Kersting. SEGA: Instructing text-to-image models using semantic guidance. InNeurIPS, 2023
2023
-
[8]
Ruyi Chen, Lu Zhou, Xiaogang Xu, Chiyu Zhang, Jiafei Wu, and Liming Fang. HoloFair: Unified T2I fairness evaluation and Fair-GRPO debiasing.arXiv preprint arXiv:2605.24687, 2026
Pith/arXiv arXiv 2026
-
[9]
TIBET: Identifying and evaluating biases in text-to-image generative models
Aditya Chinchure et al. TIBET: Identifying and evaluating biases in text-to-image generative models. In ECCV, 2024
2024
-
[10]
Yinlam Chow, Guy Tennenholtz, Izzeddin Gur, Vincent Zhuang, Bo Dai, Sridhar Thiagarajan, Craig Boutilier, Rishabh Agarwal, Aviral Kumar, and Aleksandra Faust. Inference-aware fine-tuning for best-of-n sampling in large language models.arXiv preprint arXiv:2412.15287, 2024
arXiv 2024
-
[11]
Debiasing vision-language models via biased prompts.arXiv preprint arXiv:2302.00070, 2023
Ching-Yao Chuang, Varun Jampani, Yuanzhen Li, Antonio Torralba, and Stefanie Jegelka. Debiasing vision-language models via biased prompts.arXiv preprint arXiv:2302.00070, 2023
Pith/arXiv arXiv 2023
-
[12]
OpenBias: Open-set bias detection in text-to-image generative models
Moreno D’Incà et al. OpenBias: Open-set bias detection in text-to-image generative models. InCVPR, 2024
2024
-
[13]
Scaling rectified flow transformers for high-resolution image synthesis
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas Müller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, Dustin Podell, Tim Dockhorn, Zion English, and Robin Rombach. Scaling rectified flow transformers for high-resolution image synthesis. InICML, 2024. 12
2024
-
[14]
DPOK: Reinforcement learning for fine-tuning text-to-image diffusion models
Ying Fan, Olivia Watkins, Yuqing Du, Hao Liu, Moonkyung Ryu, Craig Boutilier, Pieter Abbeel, Mo- hammad Ghavamzadeh, Kangwook Lee, and Kimin Lee. DPOK: Reinforcement learning for fine-tuning text-to-image diffusion models. InNeurIPS, 2023
2023
-
[15]
Fair diffusion: Instructing text-to-image generation models on fairness
Felix Friedrich, Manuel Brack, Lukas Struppek, Dominik Hintersdorf, Patrick Schramowski, Sasha Luccioni, and Kristian Kersting. Fair diffusion: Instructing text-to-image generation models on fairness. arXiv preprint arXiv:2302.10893, 2023
Pith/arXiv arXiv 2023
-
[16]
FairImagen: Post- processing for bias mitigation in text-to-image models
Zihao Fu, Ryan Brown, Shun Shao, Kai Rawal, Eoin Delaney, and Chris Russell. FairImagen: Post- processing for bias mitigation in text-to-image models. InNeurIPS, 2025
2025
-
[17]
Hiroki Furuta, Heiga Zen, Dale Schuurmans, Aleksandra Faust, Yutaka Matsuo, Percy Liang, and Sherry Yang. Improving dynamic object interactions in text-to-video generation with AI feedback.arXiv preprint arXiv:2412.02617, 2024
Pith/arXiv arXiv 2024
-
[18]
Unified concept editing in diffusion models
Rohit Gandikota, Hadas Orgad, Yonatan Belinkov, Joanna Materzy´nska, and David Bau. Unified concept editing in diffusion models. InWACV, 2024
2024
-
[19]
Anthony GX-Chen, Ankit Anand, Gheorghe Comanici, Zaheer Abbas, Eser Aygün, David Smalling, Shibl Mourad, Doina Precup, André Barreto, and Mark Rowland. Using reward uncertainty to induce diverse behaviour in reinforcement learning.arXiv preprint arXiv:2606.03962, 2026
Pith/arXiv arXiv 2026
-
[20]
Polychromic objectives for reinforcement learning
Jubayer Ibn Hamid, Ifdita Hasan Orney, Ellen Xu, Chelsea Finn, and Dorsa Sadigh. Polychromic objectives for reinforcement learning. InICLR, 2026
2026
-
[21]
TempFlow-GRPO: When timing matters for GRPO in flow models.arXiv preprint arXiv:2508.04324, 2025
Xiaoxuan He, Siming Fu, Yuke Zhao, Wanli Li, Jian Yang, Dacheng Yin, et al. TempFlow-GRPO: When timing matters for GRPO in flow models.arXiv preprint arXiv:2508.04324, 2025
Pith/arXiv arXiv 2025
-
[22]
Lin-Chun Huang, Ching Chieh Tsao, Fang-Yi Su, and Jung-Hsien Chiang. Debiasing diffusion model: Enhancing fairness through latent representation learning in stable diffusion model.arXiv preprint arXiv:2503.12536, 2025
Pith/arXiv arXiv 2025
-
[23]
Yilei Jiang, Weihong Li, Yiyuan Zhang, Minghong Cai, and Xiangyu Yue. FairGen: Enhancing fairness in text-to-image diffusion models via self-discovering latent directions.arXiv preprint arXiv:2412.18810, 2024
arXiv 2024
-
[24]
FairFace: Face attribute dataset for balanced race, gender, and age for bias measurement and mitigation
Kimmo Kärkkäinen and Jungseock Joo. FairFace: Face attribute dataset for balanced race, gender, and age for bias measurement and mitigation. InWACV, 2021
2021
-
[25]
Rethinking training for de-biasing text-to-image generation: Unlocking the potential of stable diffusion
Eunji Kim, Siwon Kim, Minjun Park, Rahim Entezari, and Sungroh Yoon. Rethinking training for de-biasing text-to-image generation: Unlocking the potential of stable diffusion. InCVPR, 2025
2025
-
[26]
Pick-a-Pic: An open dataset of user preferences for text-to-image generation
Yuval Kirstain, Adam Polyak, Uriel Singer, Shahbuland Matiana, Joe Penna, and Omer Levy. Pick-a-Pic: An open dataset of user preferences for text-to-image generation. InNeurIPS, 2023
2023
-
[27]
Emergence of exploration in policy gradient reinforcement learning via resetting
Sotetsu Koyamada, Paavo Parmas, Tadashi Kozuno, and Shin Ishii. Emergence of exploration in policy gradient reinforcement learning via resetting. OpenReview submission to ICLR 2023, 2022
2023
-
[28]
Improved precision and recall metric for assessing generative models
Tuomas Kynkäänniemi, Tero Karras, Samuli Laine, Jaakko Lehtinen, and Timo Aila. Improved precision and recall metric for assessing generative models. InNeurIPS, 2019
2019
-
[29]
Holistic evaluation of text-to-image models
Tony Lee et al. Holistic evaluation of text-to-image models. InNeurIPS Datasets and Benchmarks, 2023
2023
-
[30]
SetPO: Set-level policy optimization for diversity-preserving LLM reasoning
Chenyi Li, Yuan Zhang, Bo Wang, Guoqing Ma, Wei Tang, Haoyang Huang, and Nan Duan. SetPO: Set-level policy optimization for diversity-preserving LLM reasoning. InICML, 2026
2026
-
[31]
Fair text-to-image diffusion via fair mapping
Jia Li, Lijie Hu, Jingfeng Zhang, Tianhang Zheng, Hua Zhang, and Di Wang. Fair text-to-image diffusion via fair mapping. InAAAI, 2025
2025
-
[32]
Henglin Liu, Huijuan Huang, Jing Wang, Chang Liu, Xiu Li, and Xiangyang Ji. DiverseGRPO: Mitigating mode collapse in image generation via diversity-aware GRPO.arXiv preprint arXiv:2512.21514, 2025
arXiv 2025
-
[33]
Flow-GRPO: Training flow matching models via online RL
Jie Liu, Gongye Liu, Jiajun Liang, Yangguang Li, Jiaheng Liu, Xintao Wang, Pengfei Wan, Di Zhang, and Wanli Ouyang. Flow-GRPO: Training flow matching models via online RL. InNeurIPS, 2025
2025
-
[34]
Improving video generation with human feedback
Jie Liu, Gongye Liu, Jiajun Liang, Ziyang Yuan, Xiaokun Liu, Mingwu Zheng, Xiele Wu, Qiulin Wang, Menghan Xia, Xintao Wang, Xiaohong Liu, Fei Yang, Pengfei Wan, Di Zhang, Kun Gai, Yujiu Yang, and Wanli Ouyang. Improving video generation with human feedback. InNeurIPS, 2025. 13
2025
-
[35]
Jinmei Liu, Haoru Li, Zhenhong Sun, Chaofeng Chen, Yatao Bian, Bo Wang, et al. Beyond the Dirac Delta: Mitigating diversity collapse in reinforcement fine-tuning for versatile image generation.arXiv preprint arXiv:2601.12401, 2026
arXiv 2026
-
[36]
Stable bias: Evaluating societal representations in diffusion models
Sasha Luccioni, Christopher Akiki, Margaret Mitchell, and Yacine Jernite. Stable bias: Evaluating societal representations in diffusion models. InNeurIPS Datasets and Benchmarks, 2023
2023
-
[37]
Training diffusion models towards diverse image generation with reinforcement learning
Zichen Miao, Jiang Wang, Ze Wang, Zhengyuan Yang, Lijuan Wang, Qiang Qiu, and Zicheng Liu. Training diffusion models towards diverse image generation with reinforcement learning. InCVPR, pages 10844–10853, 2024
2024
-
[38]
Reliable fidelity and diversity metrics for generative models
Muhammad Ferjad Naeem, Seong Joon Oh, Youngjung Uh, Yunjey Choi, and Jaejun Yoo. Reliable fidelity and diversity metrics for generative models. InICML, 2020
2020
-
[39]
Retry policy gradients in continuous action spaces.arXiv preprint arXiv:2606.05888, 2026
Soichiro Nishimori and Paavo Parmas. Retry policy gradients in continuous action spaces.arXiv preprint arXiv:2606.05888, 2026
Pith/arXiv arXiv 2026
-
[40]
Soichiro Nishimori, Paavo Parmas, Sotetsu Koyamada, Tadashi Kozuno, Toshinori Kitamura, Shin Ishii, and Yutaka Matsuo. Emergence of exploration in policy gradient reinforcement learning via retrying.arXiv preprint arXiv:2606.00151, 2026
Pith/arXiv arXiv 2026
-
[41]
Diversity-aware max@k optimization for improving best-of-N performance in image generation with diffusion models (in Japanese)
Ku Onoda, Yuta Oshima, Shohei Taniguchi, Soichiro Nishimori, Paavo Parmas, Hiroki Furuta, and Yutaka Matsuo. Diversity-aware max@k optimization for improving best-of-N performance in image generation with diffusion models (in Japanese). InThe 40th Annual Conference of the Japanese Society for Artificial Intelligence (JSAI), 2026. 2K4-GS-7b-06
2026
-
[42]
Inference-time text-to-video alignment with diffusion latent beam search
Yuta Oshima, Masahiro Suzuki, Yutaka Matsuo, and Hiroki Furuta. Inference-time text-to-video alignment with diffusion latent beam search. InNeurIPS, 2025
2025
-
[43]
MultiBanana: A challenging benchmark for multi-reference text-to-image generation
Yuta Oshima, Daiki Miyake, Kohsei Matsutani, Yusuke Iwasawa, Masahiro Suzuki, Yutaka Matsuo, and Hiroki Furuta. MultiBanana: A challenging benchmark for multi-reference text-to-image generation. In CVPR, pages 448–460, 2026
2026
-
[44]
Balancing act: Distribution-guided debiasing in diffusion models
Rishubh Parihar et al. Balancing act: Distribution-guided debiasing in diffusion models. InCVPR, 2024
2024
-
[45]
Paavo Parmas, Yongmin Kim, Kohsei Matsutani, Shota Takashiro, Soichiro Nishimori, Takeshi Kojima, Yusuke Iwasawa, and Yutaka Matsuo. OrderGrad: Optimizing beyond the mean with order-statistic policy gradient estimation.arXiv preprint arXiv:2606.06096, 2026
Pith/arXiv arXiv 2026
-
[46]
Escaping the mode: Multi-answer reinforcement learning in LMs
Isha Puri, Mehul Damani, Idan Shenfeld, Marzyeh Ghassemi, Jacob Andreas, and Yoon Kim. Escaping the mode: Multi-answer reinforcement learning in LMs. InICML, 2026
2026
-
[47]
From scale to speed: Adaptive test-time scaling for image editing
Xiangyan Qu, Zhenlong Yuan, Jing Tang, Rui Chen, Datao Tang, Meng Yu, Lei Sun, Yancheng Bai, Xiangxiang Chu, Gaopeng Gou, Gang Xiong, and Yujun Cai. From scale to speed: Adaptive test-time scaling for image editing. InCVPR, pages 23272–23282, 2026
2026
-
[48]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. InICML, 2021
2021
-
[49]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InCVPR, 2022
2022
-
[50]
Seyedmorteza Sadat, Jakob Buhmann, Derek Bradley, Otmar Hilliges, and Romann M. Weber. CADS: Unleashing the diversity of diffusion models through condition-annealed sampling. InICLR, 2024
2024
-
[51]
Mehdi S. M. Sajjadi, Olivier Bachem, Mario Lucic, Olivier Bousquet, and Sylvain Gelly. Assessing generative models via precision and recall. InNeurIPS, 2018
2018
-
[52]
LAION-5B: An open large-scale dataset for training next generation image-text models
Christoph Schuhmann et al. LAION-5B: An open large-scale dataset for training next generation image-text models. InNeurIPS Datasets and Benchmarks, 2022
2022
-
[53]
Finetuning text-to-image diffusion models for fairness
Xudong Shen, Chao Du, Tianyu Pang, Min Lin, Yongkang Wong, and Mohan Kankanhalli. Finetuning text-to-image diffusion models for fairness. InICLR, 2024
2024
-
[54]
On advantage estimates for Max@K policy gradients.arXiv preprint arXiv:2606.06080, 2026
Shota Takashiro, Soichiro Nishimori, Paavo Parmas, Yongmin Kim, Kohsei Matsutani, Gouki Minegishi, Yusuke Iwasawa, Takeshi Kojima, and Yutaka Matsuo. On advantage estimates for Max@K policy gradients.arXiv preprint arXiv:2606.06080, 2026. 14
Pith/arXiv arXiv 2026
-
[55]
Finite-time regret analysis of retry-aware bandits.arXiv preprint arXiv:2605.20854, 2026
Bingkui Tong, Junpei Komiyama, Soichiro Nishimori, and Paavo Parmas. Finite-time regret analysis of retry-aware bandits.arXiv preprint arXiv:2605.20854, 2026
Pith/arXiv arXiv 2026
-
[56]
Franck Vandewiele, Remi Synave, Samuel Delepoulle, and Remi Cozot. Beyond the prompt: Gender bias in text-to-image models, with a case study on hospital professions.arXiv preprint arXiv:2510.00045, 2025
arXiv 2025
-
[57]
Christian Walder and Deep Karkhanis. Pass@K policy optimization: Solving harder reinforcement learning problems.arXiv preprint arXiv:2505.15201, 2025
Pith/arXiv arXiv 2025
-
[58]
Diffusion model alignment using direct preference optimization
Bram Wallace, Meihua Dang, Rafael Rafailov, Linqi Zhou, Aaron Lou, Senthil Purushwalkam, Stefano Ermon, Caiming Xiong, Shafiq Joty, and Nikhil Naik. Diffusion model alignment using direct preference optimization. InCVPR, 2024
2024
-
[59]
RewardDance: Reward scaling in visual generation.arXiv preprint arXiv:2509.08826, 2025
Jie Wu, Yu Gao, Zilyu Ye, Ming Li, Liang Li, Hanzhong Guo, Jie Liu, Zeyue Xue, Xiaoxia Hou, Wei Liu, Yan Zeng, and Weilin Huang. RewardDance: Reward scaling in visual generation.arXiv preprint arXiv:2509.08826, 2025
Pith/arXiv arXiv 2025
-
[60]
ImageReward: Learning and evaluating human preferences for text-to-image generation
Jiazheng Xu, Xiao Liu, Yuchen Wu, Yuxuan Tong, Qinkai Li, Ming Ding, Jie Tang, and Yuxiao Dong. ImageReward: Learning and evaluating human preferences for text-to-image generation. InNeurIPS, 2023
2023
-
[61]
DanceGRPO: Unleashing GRPO on visual generation.arXiv preprint arXiv:2505.07818, 2025
Zeyue Xue, Jie Wu, Yu Gao, Fangyuan Kong, Lingting Zhu, Mengzhao Chen, et al. DanceGRPO: Unleashing GRPO on visual generation.arXiv preprint arXiv:2505.07818, 2025
Pith/arXiv arXiv 2025
-
[62]
ITI-GEN: Inclusive text-to-image generation
Cheng Zhang, Xuanbai Chen, Siqi Chai, Chen Henry Wu, Dmitry Lagun, Thabo Beeler, and Fernando De la Torre. ITI-GEN: Inclusive text-to-image generation. InICCV, 2023
2023
-
[63]
a photo of the face of a person
Shu Zhang, Xinyi Yang, Yihao Feng, Can Qin, Chia-Chih Chen, Ning Yu, Zeyuan Chen, Huan Wang, Silvio Savarese, Stefano Ermon, Caiming Xiong, and Ran Xu. HIVE: Harnessing human feedback for instructional visual editing.CVPR, 2024. 15 Appendix. Supporting Details A Background on Diffusion RL This appendix summarizes how a text-to-image diffusion or flow mode...
2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.