REVIEW 4 major objections 6 minor 1 cited by
A 9-billion-parameter open model can now generate scientific diagrams whose components, arrows, and text are all structurally faithful, beating a strong proprietary image model on the paper's benchmarks.
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-01 16:01 UTC pith:457R2ZEA
load-bearing objection Serious, well-ablated systems paper; the abstract's no-edit win over GPT-Image-1.5 on the home benchmark flips under their own Qwen rescoring, so the headline needs qualification rather than rejection. the 4 major comments →
SciForma: Structure-Faithful Generation of Scientific Diagrams
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Structural fidelity in methodology diagrams is conjunctive: components, arrows, and text must all be right or the figure fails. The paper encodes this in a structural inventory, a checklist extracted from a reference image, used as both training reward and evaluation metric. Its M-DPO objective pairs a winning candidate with one loser per axis and optimizes a multi-way comparison that vanishes only when the winner beats every axis-specific loser, routing gradient weight to the weakest axis. The same inventory gates inference-time edits. The resulting 9B model exceeds all open-source baselines and the proprietary GPT-Image-1.5 on the paper's benchmark, and edges out human-drawn originals on a
What carries the argument
The load-bearing mechanism is M-DPO, a conjunctive preference objective over three axis-anchored preference pairs. For each prompt the system rolls out candidates and labels them under a structural inventory; the overall best candidate is the shared winner and one loser is chosen per axis for being weak on that axis while competitive elsewhere. The loss, derived from a multi-way Bradley–Terry model, is log(1 + sum_d exp(-beta * Delta_d)), where Delta_d is the relative preference margin for axis d. It vanishes only if the winner beats every axis-specific loser, and its per-axis gradient weight is a softmax over deficits, so the strongest update goes to the axis with the largest failure. This
Load-bearing premise
The whole pipeline assumes that a vision-language model's checklist of components, arrows, and text is a complete and unbiased measure of whether a diagram is structurally correct.
What would settle it
Rescore the benchmark outputs using human annotators who verify every component, arrow, and label against the reference, adding dimensions the inventory omits (rotated text, color semantics, layout aesthetics). If human per-axis error rates fail to reproduce the ordering SciForma-9B over the proprietary model, or if an adversarially constructed diagram that passes all component/arrow/text checklists is nevertheless judged structurally invalid by a reader, then the inventory-based verification is incomplete and the claimed structural-fidelity gain is an artifact of the evaluator.
If this is right
- A 9-billion-parameter open model can match or beat much larger and closed systems on structurally faithful diagram generation, so publication-quality diagram generation no longer requires proprietary APIs.
- Because the reward and the evaluation share the same explicit checklists, failures become diagnosable: a low Arrow score tells the user exactly which arrows are missing or misrouted, enabling targeted repair.
- Scalar post-training methods—averaging rewards or running online RL on one number—plateau or regress on these diagrams; the conjunctive formulation is what breaks the plateau, with the largest gains on the weakest axes.
- Inference-time editing with a verification gate and rollback monotonically improves the output, so generation and correction can be unified in one model.
- Pixel-space generation with structural supervision outperforms code-based diagram synthesis by roughly a factor of two on the home benchmark.
Where Pith is reading between the lines
- As an editorial extension, the same 'conjunctive axes plus weakest-axis gradient routing' recipe could transfer to any domain where a single error invalidates a visual artifact—circuit schematics, UML models, game levels—provided a checklist can be extracted.
- Because M-DPO's reward signal and the home benchmark's ranking both come from vision-language checklists, part of the reported gain may reflect alignment with that particular evaluator's notion of structure; an independent human-annotated error study would clarify how much is genuine topological understanding.
- A testable extension is to apply the same conjunctive objective to long-form structured outputs such as procedures or instructions, where scalar rewards are known to dilute rare but critical errors.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. SciForma introduces a structural-inventory formalism for scientific methodology diagrams, decomposing diagram quality into Component (C), Arrow (A), and Text (T) axes. The paper contributes (1) SciFormaData-700K, a large curated generation/editing dataset; (2) SciFormaBench-2K, a 2,000-sample benchmark scored by VLM checklist verification; (3) M-DPO, a multi-dimensional conjunctive preference optimization objective that couples axis-specific losers through a multi-way Bradley–Terry loss; and (4) an inference-time iterative refinement loop with verification-gated editing. The main empirical claim is that SciForma-9B, a 9B open model fine-tuned from FLUX.2-klein-base-9B, exceeds all open-source baselines and GPT-Image-1.5 on both SciFormaBench-2K and AIBench, with additional support from a 36-subject user study. The paper also reports ablations showing M-DPO improves over SFT and over scalar or mean-DPO alternatives.
Significance. If the claims hold, this is a substantive contribution: a large, professionally relevant dataset; a benchmark with element-level, axis-decomposed structural verification; and a training objective that explicitly models conjunctive correctness. The paper is unusually thorough in its supporting evidence: an independent AIBench evaluation, a Qwen3-VL rescoring of the full leaderboard, a reflexivity check on ground-truth diagrams, multi-round judge-stability measurements, and an analysis of C/A/T axis orthogonality. The M-DPO formulation is clean and reduces to standard DPO when D=1. These strengths make the paper a candidate for publication, but the headline claim is currently overstated relative to the paper’s own cross-evaluator results.
major comments (4)
- [§5.2 vs. Appendix E.2, Tables 2a and 10] The central claim that no-edit SciForma-9B exceeds GPT-Image-1.5 on SciFormaBench-2K is evaluator-dependent. With GPT-5.4, SciForma-9B scores 69.51 vs. GPT-Image-1.5's 68.96 (+0.55). Under the paper's own Qwen3-VL rescoring (Table 10), the same pair reverses: SciForma-9B 59.21 vs. GPT-Image-1.5 59.32 (−0.11). Only SciForma-9B+Edit (61.05) overtakes GPT-Image-1.5 under the independent evaluator. The statement in E.2 that 'the significance of our gains remains completely unaffected' is not supported: a rank flip at the headline comparison is not captured by the aggregate correlation r=0.9945. The AIBench margin is independent and survives, but the SciFormaBench-2K claim in the abstract and Section 5.2 should be qualified, or a direct head-to-head with a non-overlapping judge should be provided.
- [§3.2, §4.5.1, §5.2] There is a circularity risk: the M-DPO reward signal (Qwen3-VL scoring on the C/A/T inventory) and the SciFormaBench-2K evaluation (GPT-5.4 scoring on the same inventory) are both built from the same structural checklist. The reflexivity check (Table 9) shows the evaluator can find elements it is told to look for, but it does not establish that the checklist is a complete or unbiased proxy for structural fidelity. The paper should explicitly test whether an independent, non-VLM or human structural check (e.g., a human judge re-extracting C/A/T from generated images, or a layout/color-semantics audit) corroborates the benchmark ordering, especially for the SciForma-9B vs. GPT-Image-1.5 comparison.
- [§5.2, Tables 2a/2b] No confidence intervals or significance tests are reported for the main benchmark comparisons. The headline margins are small: +0.55 on SciFormaBench-2K (GPT-5.4) and +0.20 over human originals on AIBench. Given per-sample variance and stochastic VLM scoring, bootstrap confidence intervals or paired tests over the 2,000/300 samples should be reported. Without them, the reader cannot distinguish a real improvement from evaluator noise.
- [§5.7 vs. Appendix H.4] The user study description is inconsistent. The main text reports 36 subjects and 30 samples, while Appendix H.4 describes 50 prompts and majority voting by three annotators per pair. The appendix also says Fleiss' kappa is reported, but no kappa value appears. Since the user study is one of the three supporting lines for the benchmark, this discrepancy needs to be reconciled and the inter-annotator agreement actually reported.
minor comments (6)
- [Abstract/Section 5.2] The phrase 'SciForma-9B exceeds ... GPT-Image-1.5' should be clarified to distinguish the no-edit model from SciForma-9B+Edit, since the no-edit model's lead reverses under the independent evaluator.
- [Appendix E.2] The claim of 'near-perfect correlation' (r=0.9945) is not an adequate substitute for reporting the specific SciForma-9B vs. GPT-Image-1.5 comparison under both evaluators. Consider adding a paired-difference table.
- [§5.5, Table 4] The GDRO baseline is described as ranking candidates with a single scalar reward; the abbreviation is potentially confusing with standard group distributionally robust optimization. A one-sentence clarification of the baseline's objective would help.
- [Appendix I.2] The reward-scoring prompt and the benchmark evaluation prompts are similar in spirit but not identical; the paper should state explicitly that the same prompt template was not used for reward construction and evaluation, or discuss any effect of prompt overlap.
- [§4.6 and Appendix D.2] The monotonic guard is defined as S_new >= S_old - epsilon with epsilon=0.03, but S is not precisely defined. The paper should state which score (average, per-axis, or a composite) is used for the guard.
- [§5.2, Table 2a] GPT-Image-2 is listed as a proprietary baseline, but its margin over SciForma-9B+Edit is large (85.62 vs. 72.40). The paper's contribution would be clearer if the discussion acknowledged this residual gap rather than only emphasizing the GPT-Image-1.5 comparison.
Circularity Check
No significant circularity: the derivation chain is self-contained and independently grounded.
full rationale
The paper's load-bearing derivations are (i) the structural-inventory formalism (Sec. 3), (ii) the M-DPO objective Eq. (4) with its gradient reweighting (Sec. 4.5.2, App. C), and (iii) the empirical comparisons (Sec. 5). None of these reduces to its own inputs by construction. Eq. (4) is derived from a multi-way Bradley-Terry model and reduces to standard DPO when D=1; the adaptive weights in Eq. (5) follow by differentiation. The C/A/T inventory is an external operationalization anchored to UML/BPMN standards, not defined by the model's outputs. The shared rubric between the Qwen3-VL-based M-DPO reward and the GPT-5.4-scored SciFormaBench-2K is a metric-alignment caveat, not a circular derivation: the reward and the leaderboard use different judges, and the paper provides independent grounding via Qwen3-VL rescoring (Table 10), AIBench (Sec. 5.3), PaperBanana (Sec. 5.4), and a user study with r=0.76 (Sec. 5.7). The GPT-5.4/Qwen3-VL rank flip on the specific SciForma-9B vs GPT-Image-1.5 pair is an evaluator-robustness concern, which belongs under correctness risk, not circularity. No load-bearing self-citation chain or imported uniqueness theorem is present, and the paper openly lists its own limitations (proprietary VLM dependence, resolution, auto-generated inventories).
Axiom & Free-Parameter Ledger
free parameters (7)
- M-DPO temperature β =
2000
- Preference margin thresholds δ_min, δ_max =
0.25, 0.60
- Winner gate τ =
0.70
- Error severity weights w_e =
critical 1.0, moderate 0.5
- Iterative-refinement tolerance ε =
0.03
- Inference hyperparameters =
CFG=4.0, 50 Euler steps
- Rollout budget K =
12 (4×50-step, 8×25-step)
axioms (5)
- domain assumption Diagram quality is fully captured by C/A/T primitives (Component, Arrow, Text) drawn from UML/BPMN.
- domain assumption A VLM-generated structural inventory from a reference image is a faithful, complete ground-truth checklist.
- domain assumption The reference diagram is the correct ground truth; outputs differing from it are wrong even if prompt-compliant.
- standard math Multi-way Bradley-Terry preference model governs conjunctive choices across axes.
- domain assumption Implicit-reward margins Δ_d from Qwen3-VL scores are a valid optimization target for structural quality.
invented entities (1)
-
Structural inventory (C/A/T checklist)
independent evidence
read the original abstract
Structural fidelity is essential to scientific methodology diagrams. To communicate research logic, these diagrams must faithfully render components, directional relations, and textual annotations. Since a single error, such as a reversed arrow or an unreadable equation, can invalidate the entire figure, structural fidelity is inherently conjunctive: correctness on one axis cannot compensate for failure on another. Current open-source models fail to satisfy this criterion. Supervised fine-tuning (SFT) learns plausible layouts but cannot reliably ensure structural correctness, while scalar reward-based post-training obscures which structural dimension has failed. To address this, we introduce SciForma, a framework for the structure faithful generation of scientific methodology diagrams. Specifically, SciForma decomposes diagram quality into three structural axes: Component, Arrow, and Text, guided by a structural inventory. Built on this foundation, we curate SciFormaData-700K for structured training and SciFormaBench-2K for logic-verified evaluation. To close the gap left by SFT, we develop Multi-Dimensional Conjunctive Preference Optimization (M-DPO), which enforces simultaneous correctness across all axes and adaptively routes gradients to the most deficient dimension in post-training. The same structural inventory also enables iterative editing at inference time to correct residual errors. This combination allows SciForma-9B to exceed all open-source baselines and GPT-Image-1.5 on both SciFormaBench-2K and AIBench, bringing open scientific diagram generation close to proprietary-level structural fidelity. Our code and data will be available at: https://github.com/microsoft/SciForma.
Figures
Forward citations
Cited by 1 Pith paper
-
Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing
A compact 4B image generation/editing system with a fast one-step VAE, native-resolution packing, RL alignment, and 4-step distillation reports competitive benchmarks against 6B–80B open models.
Reference graph
Works this paper leans on
-
[1]
2025 , url=
Black Forest Labs , title=. 2025 , url=
2025
-
[2]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Scalable diffusion models with transformers , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[3]
Forty-first international conference on machine learning , year=
Scaling rectified flow transformers for high-resolution image synthesis , author=. Forty-first international conference on machine learning , year=
-
[4]
2025 , eprint=
FLUX.1 Kontext: Flow Matching for In-Context Image Generation and Editing in Latent Space , author=. 2025 , eprint=
2025
-
[5]
Figgen: Text to scientific figure generation , author=. 2306.00800 , archivePrefix=
-
[6]
Unified multimodal understanding and generation models: Advances, challenges, and opportunities , author=. 2505.02567 , archivePrefix=
-
[7]
Ovis-u1 technical report , author=. 2506.23044 , archivePrefix=
-
[8]
Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =
Luo, Yuxuan and Tang, Jiaqi and Huang, Chenyi and Hao, Feiyang and Lian, Zhouhui , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =. 2025 , pages =
2025
-
[9]
Sam 3: Segment anything with concepts , author=. 2511.16719 , archivePrefix=
-
[10]
Findings of the Association for Computational Linguistics: EMNLP 2024 , pages=
SciDoc2Diagrammer-MAF: Towards generation of scientific diagrams from documents guided by multi-aspect feedback refinement , author=. Findings of the Association for Computational Linguistics: EMNLP 2024 , pages=. 2024 , publisher=
2024
-
[11]
The Fourteenth International Conference on Learning Representations , year=
TikZilla: Scaling Text-to-TikZ with High-Quality Data and Reinforcement Learning , author=. The Fourteenth International Conference on Learning Representations , year=
-
[12]
AutomaTikZ: Text-Guided Synthesis of Scientific Vector Graphics with TikZ , url =
Belouadi, Jonas and Lauscher, Anne and Eger, Steffen , booktitle =. AutomaTikZ: Text-Guided Synthesis of Scientific Vector Graphics with TikZ , url =. 2024 , publisher =
2024
-
[13]
Advances in Neural Information Processing Systems , volume=
Detikzify: Synthesizing graphics programs for scientific figures and sketches with tikz , author=. Advances in Neural Information Processing Systems , volume=
-
[14]
Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =
Belouadi, Jonas and Ilg, Eddy and Keuper, Margret and Tanaka, Hideki and Utiyama, Masao and Dabre, Raj and Eger, Steffen and Ponzetto, Simone , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =. 2025 , pages =
2025
-
[15]
Diagrammergpt: Generating open-domain, open-platform diagrams via llm planning , author=. 2310.12128 , archivePrefix=
-
[16]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
From words to structured visuals: A benchmark and framework for text-to-diagram generation and editing , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=. 2025 , publisher=
2025
-
[17]
AutoFigure: Generating and Refining Publication-Ready Scientific Illustrations , author=. 2602.03828 , archivePrefix=
-
[18]
AutoFigure-Edit: Generating Editable Scientific Illustration , author=. 2603.06674 , archivePrefix=
-
[19]
PaperBanana: Automating Academic Illustration for AI Scientists , author=. 2601.23265 , archivePrefix=
-
[20]
SciFig: Towards Automating Scientific Figure Generation , author=. 2601.04390 , archivePrefix=
-
[21]
Liang, Chumeng and You, Jiaxuan , booktitle=. DiagramEval: Evaluating. 2025 , address =. doi:10.18653/v1/2025.emnlp-main.640 , pages =
-
[22]
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: System Demonstrations , pages=
SCISKETCH: An Open-source Framework for Automated Schematic Diagram Generation in Scientific Papers , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: System Demonstrations , pages=. 2025 , publisher=
2025
-
[23]
Proceedings of the 33rd ACM International Conference on Multimedia , pages=
Svgen: Interpretable vector graphics generation with large language models , author=. Proceedings of the 33rd ACM International Conference on Multimedia , pages=. 2025 , publisher=
2025
-
[24]
Paper2SysArch: Structure-Constrained System Architecture Generation from Scientific Papers , author=. 2511.18036 , archivePrefix=
-
[25]
AIBench: Evaluating Visual-Logical Consistency in Academic Illustration Generation , author=. 2603.28068 , archivePrefix=
-
[26]
GENFIG1: Visual Summaries of Scholarly Work as a Challenge for Vision-Language Models , author=. 2604.04172 , archivePrefix=
-
[27]
SciFigDetect: A Benchmark for AI-Generated Scientific Figure Detection , author=. 2604.08211 , archivePrefix=
-
[28]
ProImage-Bench: Rubric-Based Evaluation for Professional Image Generation , author=. 2512.12220 , archivePrefix=
-
[29]
Advances in Neural Information Processing Systems , volume=
Mmmg: A massive, multidisciplinary, multi-tier generation benchmark for text-to-image reasoning , author=. Advances in Neural Information Processing Systems , volume=. 2025 , publisher=
2025
-
[30]
SciFlow-Bench: Evaluating Structure-Aware Scientific Diagram Generation via Inverse Parsing , author=. 2602.09809 , archivePrefix=
-
[31]
Sciga: A comprehensive dataset for designing graphical abstracts in academic papers , author=. 2507.02212 , archivePrefix=
-
[32]
Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
Multimodal arxiv: A dataset for improving scientific comprehension of large vision-language models , author=. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=. 2024 , publisher=
2024
-
[33]
Text2Arch: A Dataset for Generating Scientific Architecture Diagrams from Natural Language Descriptions , author=. 2604.14941 , archivePrefix=
-
[34]
2019 International Conference on Document Analysis and Recognition (ICDAR) , pages=
Identifying the central figure of a scientific paper , author=. 2019 International Conference on Document Analysis and Recognition (ICDAR) , pages=. 2019 , publisher=
2019
-
[35]
Mmsci: A dataset for graduate-level multi-discipline multimodal scientific understanding , author=. 2407.04903 , archivePrefix=
-
[36]
Workshop on Responsibly Building the Next Generation of Multimodal Foundational Models , year=
Bigdocs: An open and permissively-licensed dataset for training multimodal models on document and code tasks , author=. Workshop on Responsibly Building the Next Generation of Multimodal Foundational Models , year=
-
[37]
Advances in neural information processing systems , volume=
Direct preference optimization: Your language model is secretly a reward model , author=. Advances in neural information processing systems , volume=
-
[38]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Diffusion model alignment using direct preference optimization , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=. 2024 , publisher=
2024
-
[39]
Deepseekmath: Pushing the limits of mathematical reasoning in open language models , author=. 2402.03300 , archivePrefix=
-
[40]
Training Diffusion Models with Reinforcement Learning , url =
Black, Kevin and Janner, Michael and Du, Yilun and Kostrikov, Ilya and Levine, Sergey , booktitle =. Training Diffusion Models with Reinforcement Learning , url =. 2024 , publisher =
2024
-
[41]
GDRO: Group-level Reward Post-training Suitable for Diffusion Models , author=. 2601.02036 , archivePrefix=
-
[42]
Sensors , volume=
Flow-Multi: A Flow-Matching Multi-Reward Framework for Text-to-Image Generation , author=. Sensors , volume=
-
[43]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Margin-Aware Preference Optimization for Aligning Diffusion Models without Reference , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=. 2026 , publisher=
2026
-
[44]
, author=
Gemini 3 Pro Image (Nano Banana Pro): Define the next generation of professional asset creation. , author=. 2025 , howpublished=
2025
-
[45]
2026 , howpublished=
2026
-
[46]
2025 , note =
Introducing 4o Image Generation , howpublished =. 2025 , note =
2025
-
[47]
2026 , note =
Introducing ChatGPT Images 2.0 , howpublished =. 2026 , note =
2026
-
[48]
2025 , note =
Deeper Thinking, More Accurate Generation: Introducing. 2025 , note =
2025
-
[49]
2024 , note =
Alibaba Cloud , title =. 2024 , note =
2024
-
[50]
2024 , howpublished=
Black Forest Labs , title=. 2024 , howpublished=
2024
-
[51]
2025 , eprint=
Qwen-Image Technical Report , author=. 2025 , eprint=
2025
-
[52]
Z-Image: An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer , author=. 2511.22699 , archivePrefix=
-
[53]
arXiv preprint arXiv:2512.07584 , year=
Longcat-image technical report , author=. arXiv preprint arXiv:2512.07584 , year=
-
[54]
arXiv preprint arXiv:2505.14683 , year =
Emerging Properties in Unified Multimodal Pretraining , author =. arXiv preprint arXiv:2505.14683 , year =
-
[55]
International Conference on Machine Learning , year=
Scaling Rectified Flow Transformers for High-Resolution Image Synthesis , author=. International Conference on Machine Learning , year=
-
[56]
Flow Matching for Generative Modeling , author=. 2210.02747 , archivePrefix=
-
[57]
European Conference on Computer Vision , pages=
PixArt- : Weak-to-Strong Training of Diffusion Transformer for 4K Text-to-Image Generation , author=. European Conference on Computer Vision , pages=
-
[58]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Using Human Feedback to Fine-tune Diffusion Models without Any Reward Model , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=. 2024 , publisher=
2024
-
[59]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
Aesthetic Post-Training Diffusion Models from Generic Preferences with Step-by-step Preference Optimization , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[60]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Scalable Ranked Preference Optimization for Text-to-Image Generation , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=. 2025 , publisher=
2025
-
[61]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
VisionReward: Fine-Grained Multi-Dimensional Human Preference Learning for Image and Video Generation , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[62]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Learning Multidimensional Human Preference for Text-to-Image Generation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=. 2024 , publisher=
2024
-
[63]
Advances in
Liu, Zexiang and He, Xianglong and Li, Yangguang , eprint=. Advances in
-
[64]
Visual Preference Optimization with Rubric Rewards , author=. 2604.13029 , archivePrefix=
-
[65]
RubricRL: Simple Generalizable Rewards for Text-to-Image Generation , author=. 2511.20651 , archivePrefix=
-
[66]
RationalRewards: Reasoning Rewards Scale Visual Generation Both Training and Test Time , author=. 2604.11626 , archivePrefix=
-
[67]
Zhang, Liyu and Li, Kehan and Han, Tingrui and Zhao, Tao and Sheng, Yuxuan and He, Shibo and Li, Chao , eprint=
-
[68]
SuperFlow: Training Flow Matching Models with
Chen, Kaijie and Xu, Zhiyang and Shen, Ying and Lin, Zihao and Yao, Yuguang and Huang, Lifu , eprint=. SuperFlow: Training Flow Matching Models with
-
[69]
ACM Computing Surveys , year=
Alignment of Diffusion Models: Fundamentals, Challenges, and Future , author=. ACM Computing Surveys , year=
-
[70]
Advances in Neural Information Processing Systems , volume=
ImageReward: Learning and Evaluating Human Preferences for Text-to-Image Generation , author=. Advances in Neural Information Processing Systems , volume=. 2023 , publisher=
2023
-
[71]
Human Preference Score v2: A Solid Benchmark for Evaluating Human Preferences of Text-to-Image Synthesis , author=. 2306.09341 , archivePrefix=
-
[72]
Advances in Neural Information Processing Systems , volume=
Pick-a-Pic: An Open Dataset of User Preferences for Text-to-Image Generation , author=. Advances in Neural Information Processing Systems , volume=. 2023 , publisher=
2023
-
[73]
2025 , eprint=
Qwen3-VL Technical Report , author=. 2025 , eprint=
2025
-
[74]
2025 , note=
Introducing. 2025 , note=
2025
-
[75]
2026 , note=
Introducing. 2026 , note=
2026
-
[76]
Mineru: An open-source solution for precise document content extraction , author=. 2409.18839 , archivePrefix=
-
[77]
Correlation-Weighted Multi-Reward Optimization for Compositional Generation , author=. 2603.18528 , archivePrefix=
-
[78]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Aligning Text-to-Image Diffusion Models With Constrained Reinforcement Learning , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[79]
The Fourteenth International Conference on Learning Representations , year=
Sample Reward Soups: Query-efficient Multi-Reward Guidance for Text-to-Image Diffusion Models , author=. The Fourteenth International Conference on Learning Representations , year=
-
[80]
Understanding Reward Hacking in Text-to-Image Reinforcement Learning , author=. 2601.03468 , archivePrefix=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.