Pith. sign in

REVIEW 5 major objections 6 minor 22 references

Fine-tuning a small optical-flow decoder on simulated fluid videos gives a frozen video generator physically coherent pouring and sloshing.

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 02:46 UTC pith:TEQXN2N5

load-bearing objection The paper has a real dataset and a clever architecture, but the central claim—that flow supervision drives the physics gains—is untested because the only baseline is the frozen backbone; the missing RGB-only fine-tune ablation leaves the result unproven. the 5 major comments →

arxiv 2607.25321 v1 pith:TEQXN2N5 submitted 2026-07-28 cs.AI

Physics-Grounded Fluid Video Generation with a Simulation Dataset and Dual-Stream Optical-Flow Supervision

classification cs.AI
keywords fluid video generationoptical-flow supervisionphysics simulation datasetvideo diffusion transformersdual-stream decoderpouring and sloshingphysical commonsensemotion prior
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Video models generate fluid clips that look right but violate physics—columns break mid-air, liquid levels fail to rise, splashes ignore momentum—because large video corpora contain no explicit motion supervision. The paper shows that adding a lightweight optical-flow decoding branch to a pretrained, frozen diffusion-transformer video generator, and training it only at the decoder level on simulated and real pouring videos with end-point-error and smoothness losses, forces the model to internalize a coherent per-pixel motion field. As a result, physical-commonsense and video-quality scores improve by up to 8.75 and 4.65 points over the frozen backbone, across both 1.3B and 14B model scales and on a held-out real-video benchmark. A direct flow read-out shows the decoder's predicted motion agrees with re-estimated flow of the model's own video to 0.54 pixels error in-distribution, supporting the claim that the model has learned a motion prior rather than merely better-looking pixels.

Core claim

The paper's central claim is that the persistent failure of video diffusion models to respect fluid physics stems from a supervision gap, not an architectural limit: without explicit motion targets, models imitate fluid appearance instead of dynamics. The discovery is that this gap can be closed by decoupling a frozen pretrained backbone from a trainable dual-stream decoder—an RGB decoder plus a lightweight optical-flow decoder, fused through zero-initialized convolutions so the pretrained generation starts undisturbed. Training only the two decoders on a mixed dataset of physics-simulated pouring and sloshing videos and curated real footage, with a joint reconstruction and flow loss, yields

What carries the argument

The central mechanism is the dual-stream decoder: the standard RGB decoder plus a parameter-light Optical-Flow Decoder that consumes the same diffusion-transformer latent, with the flow branch's intermediate features injected into the RGB stream through zero-initialized convolutions. Because the fusion convolutions start at zero, the flow branch has no effect at initialization and is gradually blended in as training proceeds, preserving the pretrained backbone's output quality. The flow decoder is supervised with a per-pixel end-point-error loss, an edge-aware spatial smoothness term, and a temporal smoothness term, using optical-flow pseudo-ground-truth extracted from simulated and real vid

Load-bearing premise

The load-bearing premise is that the optical-flow estimates used as pseudo-ground-truth supervision accurately capture true fluid motion; if the estimator is unreliable at fluid boundaries, on transparent or occluded regions, the model may learn to imitate the estimator's errors rather than physics.

What would settle it

Cross-check generated videos with a different optical-flow estimator than the one used for supervision, or directly test mass conservation: if the flow decoder's output diverges sharply from the second estimator at fluid–container boundaries, or if the liquid volume implied by the flow field disagrees with visible level changes, then the model has internalized the supervisor's biases rather than physics.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • If correct, video generators can gain physical plausibility without retraining the backbone: only about 2% of decoder parameters need fine-tuning.
  • The improvement holds across a 10x scale change (1.3B to 14B parameters), suggesting the approach is scale-agnostic.
  • Physical-commonsense gains persist on a domain-shifted benchmark whose first frames come from a different text-to-image model, indicating generalization beyond the training distribution.
  • The sub-pixel flow self-consistency implies the model carries an explicit, readable motion representation, which could support controllable generation or physics verification.
  • Human raters prefer the fine-tuned videos for realism, so the effect is perceptible to observers, not only reflected in automated metrics.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Because the supervision is pseudo-ground-truth from an optical-flow estimator, the 'physics' the model learns is bounded by that estimator's accuracy; a testable extension is training with simulator-derived ground-truth flow (e.g., projected particle velocities) to see whether the in-distribution end-point error drops further or whether estimator biases are being imitated.
  • The zero-initialized fusion likely acts as an implicit curriculum where the flow branch's influence ramps up over training; ablating the fusion schedule would reveal how much of the gain comes from the motion objective versus the fine-tuning itself.
  • The same dual-stream recipe—frozen backbone plus a supervised motion-decoding branch—could transfer to other physics domains such as deformable solids, smoke, or granular flows, wherever a simulation or estimator can provide dense motion targets.
  • The automated physical-commonsense score used for evaluation is itself a proxy; using it as a reward for reinforcement-learning post-training, as the authors suggest, would test whether these physical-plausibility gains compound or plateau.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper addresses physical implausibility in fluid video generation by (1) constructing a training dataset of 1,638 MPM-simulated pouring/sloshing clips and 2,320 keyword-filtered real pouring clips, with a 1,515-video real test set and an 18-prompt first-frame generalization benchmark, and (2) fine-tuning a frozen Wan2.1 image-to-video diffusion transformer with an additional lightweight optical-flow decoder branch, fused into the RGB decoder via zero-initialized convolutions. The joint objective combines RGB reconstruction with end-point-error and smoothness losses on RAFT-extracted pseudo-ground-truth flow. Experiments report VideoPhy-2 Physical-Commonsense and Video-Quality gains at 1.3B and 14B scales, a comparison against CogVideoX-5B on a 51-video sample, a 36-participant human study, and an optical-flow self-consistency probe with EPE values down to 0.54 pixels.

Significance. The core idea — injecting explicit optical-flow supervision through a separate decoding branch with zero-convolution fusion — is architecturally appealing and consistent with the stated goal of improving motion consistency without retraining a large backbone. The simulated dataset with swept physical parameters is a potentially reusable asset, and the two-scale evaluation is a positive feature. If the central attribution claim were supported, the method would be a practical, inexpensive way to improve physical plausibility in frozen video diffusion models. However, the current evidence does not isolate the effect of the flow branch from the effect of fine-tuning on the new dataset, and the flow-accuracy evaluation is partly circular because RAFT supplies both the training supervision and the evaluation reference. These issues are load-bearing for the novelty and interpretation of the results.

major comments (5)
  1. [Sec. 3.2, Sec. 4.2, Table 1] The claimed attribution to dual-stream flow supervision is not tested. The only baseline is the completely frozen Wan2.1 backbone. Fine-tuning updates the RGB decoder, the optical-flow decoder, and the zero-convolution fusion, while Wan2.1 updates nothing. The sentence in Sec. 4.2 calling this 'an internal ablation' is therefore misleading: the comparison confounds dataset fine-tuning with the addition of the flow branch and flow loss. A control that fine-tunes only the RGB decoder on the same 3,958 training videos, with the same partial freezing and hyperparameters while omitting the flow decoder and L_f, is required to support the claim that the flow branch is responsible for the improvements in Tables 1–2. Without this control, the observed gains could be entirely due to exposure to the fluid dataset, and the paper's central novelty would collapse to 'fine-tuning on a curated dataset
  2. [Sec. 3.1, Sec. 4.5, Table 4] The optical-flow accuracy evaluation is partly circular. RAFT is used to generate pseudo-ground-truth flow for training supervision (Sec. 3.1), and in Sec. 4.5 RAFT extracted from the generated video is used as the reference to measure the flow decoder's EPE. Agreement between the flow decoder and RAFT on generated video can reflect the model's success at imitating RAFT's estimator, not an independent verification of physical correctness. The abstract's claim that low EPE 'confirms the model has internalized a coherent motion prior' overstates what the experiment can show. A non-circular check for the simulated portion of the dataset would use simulator-known ground-truth velocities or an independently trained flow estimator; for real videos, the claim should be softened to self-consistency with a reference estimator.
  3. [Tables 1–3, Sec. 4.2, Sec. 4.4] No error bars, confidence intervals, or significance tests are reported for any of the quantitative comparisons. This matters because the reported gains are often small: e.g., the iStock-Fluid 1.3B PC gain is 3.85 points and the Flux-Fluid 1.3B PC gain is 5.88 points on a 17-prompt benchmark. Table 2 uses only 51 videos, and Table 3 reports a 4-point human rating with standard deviations up to 1.31 for a mean of 2.87. Without variance estimates or paired tests, the claimed 'consistent gains' across scales and test sets cannot be distinguished from sampling noise. I request either per-benchmark confidence intervals, or the raw scores and a statistical comparison, for at least Tables 1 and 2.
  4. [Sec. 4.5, 'Flow accuracy' discussion] The EPE numbers in Table 4 are presented as evidence that the flow branch is 'not decoupled from what the RGB stream actually renders.' But the comparison is between the flow decoder's output and RAFT re-extracted from the RGB output. Since both are computed on the same model's output, low EPE is expected if the flow branch has learned to output a function of the latent that correlates with the RGB decoder's output, even if the motion itself is not physically correct. The >1px percentages are nontrivial (14.7% in-distribution, 21.8% out-of-distribution), and the claim that these are 'concentrated at high-frequency fluid–container boundaries' is not supported by a per-pixel breakdown. Please provide a location-wise error map or a quantitative boundary-region analysis, and discuss what this implies for the physical-grounding claim.
  5. [Sec. 3.1, 'Real video collection'] The description of the real-video curation is underspecified for reproducibility. The 'large stock-footage corpus' is said to contain 10,000 professionally shot videos with automatically generated captions, but the source is not named, and the keyword filter yields 3,835 videos of which 2,320 are used for training and 1,515 for testing. This split is reasonable, but the absence of a URL or provider, and the reliance on caption quality, makes it impossible for others to reconstruct the benchmark. If the stock corpus is proprietary, the paper should at least release the video identifiers or the keyword list and filtering procedure, and should state whether the 1,515-video test set is permanently available.
minor comments (6)
  1. [Sec. 1, Abstract] The abstract states 'improves VideoPhy-2 Physical-Commonsense and Video-Quality scores over the frozen backbone by up to 8.75 and 4.65 points.' The 4.65-point VQ gain should be checked: Table 1 shows VQ improvements of 3.08 (1.3B iStock), 3.75 (14B iStock), and 5.88 (Flux-Fluid). The 4.65 value does not match any number in Table 1, unless it refers to a different comparison. Please clarify.
  2. [Sec. 4.2, Table 2] The 51-video sample used for the comparison with CogVideoX-5B should be described: how were the 51 videos selected from the 1,515-video iStock-Fluid set? Was this selection random, and is it fixed for all models? Without this detail, the 'outperforms a leading open competitor' claim is hard to interpret.
  3. [Sec. 4.4, Table 3] The human study reports only means and standard deviations. Standard deviations are large relative to mean differences (Ours vs. Wan2.1 differ by 0.62, while std devs are 1.05–1.31). A paired test would strengthen the conclusion, and the study design (10 scenes, 36 raters, 3 methods per scene) is well suited to a mixed-effects model.
  4. [Sec. 3.4, Algorithm 1] The algorithm mentions 'the timestep-dependent loss weighting scheme of the base model [1]' but does not specify how w(t) is computed. Since the proposed loss adds a flow term, it is important to know whether the same weighting is applied to L_f. Please state this explicitly.
  5. [Sec. 3.2, Conditioning] The conditioning mechanism uses the 10th frame as an intermediate conditioning frame via a binary mask. It is not clear whether this mask is also used at inference for all generations, or whether the model can generate without the intermediate frame. Please clarify the inference-time protocol.
  6. [Fig. 2] The figure's caption says 'Representative frame sequences from the simulated (top) and real (bottom) training data,' but the top row is likely the RGB frames and the bottom row the masked flow fields. The ordering and labels should be made more explicit to avoid confusion.

Circularity Check

1 steps flagged

The optical-flow 'internalized motion prior' evaluation is partly circular: RAFT supplies both the training target for the flow decoder and the reference at test time; the central PC/VQ gains remain externally grounded.

specific steps
  1. fitted input called prediction [Sec. 3.1 (pseudo-flow supervision) and Sec. 4.5 (Optical Flow Accuracy)]
    "We then extract dense optical flow with a pretrained RAFT model [3] for every training video to serve as pseudo ground-truth motion supervision. ... We extract RAFT flow from our model’s own generated video and compare it, as a reference, to the flow predicted by the Optical-Flow Decoder for the same sample."

    The Optical-Flow Decoder is trained to minimize L_epe(f, \hat f) (Eq. 3), where f is the RAFT-extracted pseudo-ground-truth flow on every training video. The Sec. 4.5 'direct optical-flow read-out' then measures EPE between the decoder's \hat f and RAFT re-extracted from the model's own generated video. For in-distribution samples this is largely a consistency check of the learned RAFT-mimicking mapping, not an independent test of physical correctness. The abstract's conclusion that the model has 'internalized a coherent motion prior rather than merely improving surface appearance' therefore rests in part on comparing the model to its own training target.

full rationale

The one clear circular element is the flow-accuracy probe: the same RAFT estimator defines the pseudo-ground-truth supervision in Sec. 3.1 and serves as the reference in the Sec. 4.5 EPE evaluation, so low in-distribution EPE is partly guaranteed by construction. The central quantitative claims, however, are anchored to the external VideoPhy-2 PC/VQ benchmark and a 36-participant blind human study, which do not depend on the paper's own fitted values, and the comparison to CogVideoX-5B provides additional independent reference points. The paper's 'internal ablation' wording in Sec. 4.2 is not a circularity but a confound: Ours differs from the frozen Wan2.1 in both RGB-decoder fine-tuning and the new flow branch, so the PC/VQ gains are not isolated to the optical-flow supervision without an RGB-only fine-tune control. Similarly, the use of the authors' own VersaGauss framework [6] for simulation is a dependency rather than a circular derivation. Overall the central contribution has independent empirical content, so the circularity score is moderate (4), reflecting the self-referential flow evaluation rather than a collapse of the main result into its inputs.

Axiom & Free-Parameter Ledger

8 free parameters · 6 axioms · 0 invented entities

The paper introduces no new physical entities, forces, or dimensions. Its central claim rests on a set of empirical design choices (loss weights, conditioning frame, dataset mixture, architecture widths) and on the reliability of external tools (RAFT, MPM simulator, VideoPhy-2 scorer) rather than on derived physical constants. The listed free parameters are hyperparameters; the axioms are the domain-specific trust assumptions.

free parameters (8)
  • lambda_ss = 0.01
    Spatial smoothness weight in the flow loss (Eq. 3); chosen by hand with no sensitivity analysis.
  • lambda_ts = 0.05
    Temporal smoothness weight in the flow loss (Eq. 3); set manually.
  • lambda_kl = 0.1
    Weight for the latent KL term in the RGB loss (Eq. 2).
  • conditioning_frame_index = 10
    Intermediate frame used as a conditioning signal; chosen empirically in Sec. 3.2.
  • dataset_mix = 1,638 simulated + 2,320 real = 3,958
    Training-set composition; the ratio is determined by the available simulation budget and keyword-filter results, not by a principled balancing criterion.
  • flow_decoder_width = narrower (unspecified)
    The flow decoder uses 'narrower channel widths' (Sec. 3.2) without exact numbers; this design choice controls the ~2% parameter overhead.
  • train_epochs = 20
    Training duration in Sec. 3.4; chosen without early stopping or schedule justification.
  • learning_rate = 1e-5
    Initial LR for AdamW in Sec. 3.4; a standard choice but still a free hyperparameter affecting the result.
axioms (6)
  • domain assumption RAFT optical-flow estimates provide accurate pseudo-ground-truth motion for training and evaluation on fluid videos.
    Sec. 3.1 uses RAFT to create pseudo-GT flow for simulated and real training videos; Sec. 4.5 uses RAFT as the reference for EPE. If RAFT is inaccurate on transparent or boundary pixels, the supervision and the 'motion prior' claim are compromised.
  • domain assumption The MPM-based multiphase simulator of [6] produces physically correct pouring/sloshing dynamics.
    Sec. 3.1 builds the simulated portion of the dataset on this simulator; visual correctness of generated videos is assumed to follow from simulation correctness.
  • domain assumption VideoPhy-2's automated PC/VQ scorer is a valid measure of physical commonsense.
    Sec. 4.1 adopts the VideoPhy-2 protocol [4] as the primary metric; if the scorer is biased, the headline improvements may not reflect true physical plausibility.
  • ad hoc to paper Zero-initialized convolutions fuse the flow branch into the RGB decoder without destabilizing the pretrained model at the start of training.
    Sec. 3.2 claims this 'guarantees' initial output quality; this is an architectural premise specific to this paper and is not proven beyond description.
  • ad hoc to paper The frozen encoder, DiT blocks, and text encoder contain enough information about fluid motion in their latent that decoder-only fine-tuning can recover physically plausible dynamics.
    Sec. 3.2/3.4 freeze all but the decoders; if the latent lacks motion information, the dual-stream decoder cannot fix it. This design assumption is not validated with an alternative (e.g., fine-tuning DiT).
  • domain assumption Optical flow is a physically meaningful training signal for fluid dynamics.
    Sec. 1/3.3 assumes that matching a pixel-displacement field teaches momentum and continuity; in reality, flow fields are not identical to physical velocity fields, especially at occlusions and transparent liquids.

pith-pipeline@v1.3.0-alltime-deepseek · 9969 in / 15457 out tokens · 148201 ms · 2026-08-01T02:46:12.219568+00:00 · methodology

0 comments
read the original abstract

Video diffusion models generate visually compelling content but routinely violate elementary physics when the subject involves fluids: liquid columns break apart in mid-air, container water levels fail to rise as liquid is poured in, and splashes disperse without regard to momentum or gravity. We attribute this gap to the fact that large-scale video-text corpora contain almost no explicit motion supervision, so models learn to imitate fluid appearance rather than dynamics. We address this with two contributions. First, we build a physics-simulation fluid dataset combining 1,638 MPM-simulated pouring/sloshing videos with 2,320 keyword-filtered real pouring videos mined from stock footage, plus two held-out test sets: a 1,515-video real-video benchmark and an 18-prompt text-to-first-frame generalization benchmark. Second, we introduce a dual-stream image-to-video architecture built on a pretrained diffusion-transformer video generator. It augments the standard RGB decoder with a lightweight Optical-Flow Decoder branch trained with explicit end-point-error and smoothness losses, fused into the RGB stream via zero-initialized convolutions so the pretrained backbone starts undisturbed. Only the two decoders are updated; the encoder, temporal transformer, and text encoder remain frozen. Across two model scales (1.3B and 14B) and two test sets, our method improves VideoPhy-2 Physical-Commonsense and Video-Quality scores over the frozen backbone by up to 8.75 and 4.65 points, outperforms a leading open competitor, and is preferred by human raters in a blind study. A direct optical-flow read-out evaluation further shows an end-point error as low as 0.54 pixels in-distribution, confirming the model has internalized a coherent motion prior rather than merely improving surface appearance.

Figures

Figures reproduced from arXiv: 2607.25321 by Jianhuang Lai, Ruijie Su, Xiaohua Xie, Yuanzhi Liang.

Figure 1
Figure 1. Figure 1: Dataset overview [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: RGB and pseudo-ground-truth optical-flow supervi [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Dual-stream architecture. A frozen WanEncoder and stack of DiT blocks (conditioned on a text prompt via a frozen text encoder) produce a shared latent that is decoded by two branches: a fine-tuned RGB Decoder and a new, lightweight Optical-Flow Decoder. Flow-decoder features are injected into the RGB stream through zero-initialized convolutions, so the flow branch has no effect at the start of training and… view at source ↗
Figure 4
Figure 4. Figure 4: contrasts our 1.3B model against the unmod￾ified Wan2.1-1.3B backbone across representative pour￾ing, watering, and shower scenes. The unmodified back￾bone exhibits two recurring failure patterns: (i) un￾stable fluid geometry, including column breakage, sud￾den volume change, and gravity-inconsistent bouncing or floating, reflecting insufficient modeling of continuity and momentum conservation; and (ii) in… view at source ↗
Figure 6
Figure 6. Figure 6: Comparison with Wan2.1 and CogVideoX-5B [ [PITH_FULL_IMAGE:figures/full_fig_p007_6.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

22 extracted references · 8 linked inside Pith

  1. [1]

    T. Wan, A. Wang, B. Ai, et al. Wan: Open and ad- vanced large-scale video generative models.arXiv preprint arXiv:2503.20314, 2025

  2. [2]

    Z. Yang, J. Teng, W. Zheng, et al. CogVideoX: Text-to-video diffusion models with an expert transformer.arXiv preprint arXiv:2408.06072, 2024

  3. [3]

    Teed and J

    Z. Teed and J. Deng. RAFT: Recurrent all-pairs field trans- forms for optical flow. InEuropean Conference on Computer Vision (ECCV), pages 402–419, 2020

  4. [4]

    Bansal, C

    H. Bansal, C. Peng, Y . Bitton, et al. VideoPhy-2: A chal- lenging action-centric physical commonsense evaluation in video generation.arXiv preprint arXiv:2503.06800, 2025

  5. [5]

    Batifol, A

    S. Batifol, A. Blattmann, F. Boesel, et al. FLUX.1 Kontext: Flow matching for in-context image generation and editing in latent space.arXiv e-prints, arXiv:2506, 2025

  6. [6]

    R. Su, L. Yang, X. Xie, J.-H. Lai, et al. VersaGauss: A ver- satile framework for generating multiphase dynamics with 3D Gaussians.IEEE International Conference on Multime- dia and Expo (ICME), in press

  7. [7]

    S. Liu, Z. Ren, S. Gupta, et al. PhysGen: Rigid-body physics-grounded image-to-video generation. InEuropean Conference on Computer Vision (ECCV), pages 360–378. Springer, 2024

  8. [8]

    T. Xie, Z. Zong, Y . Qiu, et al. PhysGaussian: Physics- integrated 3D Gaussians for generative dynamics. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 4389–4398, 2024

  9. [9]

    Y . Feng, X. Feng, Y . Shang, et al. Gaussian Splashing: Uni- fied particles for versatile motion synthesis and rendering. In Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR), pages 518–529, 2025

  10. [10]

    Zhang, H.-X

    T. Zhang, H.-X. Yu, R. Wu, et al. PhysDreamer: Physics- based interaction with 3D objects via video generation. In European Conference on Computer Vision (ECCV), pages 388–406. Springer, 2024

  11. [11]

    Huang, H

    T. Huang, H. Zhang, Y . Zeng, et al. DreamPhysics: Learn- ing physics-based 3D dynamics with video diffusion priors. InProceedings of the AAAI Conference on Artificial Intelli- gence, volume 39, pages 3733–3741, 2025

  12. [12]

    J. Lin, Z. Wang, D. Xu, et al. Phys4DGen: Physics- compliant 4D generation with multi-material composition perception. InProceedings of the 33rd ACM International Conference on Multimedia, pages 10398–10407, 2025

  13. [13]

    J. Ho, T. Salimans, A. Gritsenko, et al. Video diffusion mod- els. InAdvances in Neural Information Processing Systems (NeurIPS), volume 35, pages 8633–8646, 2022

  14. [14]

    Singer, A

    U. Singer, A. Polyak, T. Hayes, et al. Make-A-Video: Text- to-video generation without text-video data.arXiv preprint arXiv:2209.14792, 2022

  15. [15]

    Liang, X

    Y . Liang, X. Wu, Y . Liu, et al. TeleBoost: A systematic align- ment framework for high-fidelity, controllable, and robust video generation.arXiv preprint arXiv:2602.07595, 2026

  16. [16]

    Liang, Y

    Y . Liang, Y . Fang, R. Li, et al. Integrating reinforcement learning with visual generative models: foundations and ad- vances.Vicinagearth, 3(1):2, 2026

  17. [17]

    Liang, X

    Y . Liang, X. Zhan, H. Huang, C. Zhang, and X. Li. From world action models to embodied brains: A roadmap for open-world physical intelligence.arXiv preprint arXiv:2607.11689, 2026

  18. [18]

    R. Li, Y . Liang, Z. Ni, H. Huang, C. Zhang, and X. Li. Grow- ing with the generator: Self-paced GRPO for video genera- tion.arXiv preprint arXiv:2511.19356, 2025

  19. [19]

    Z. Ni, Y . Liang, R. Li, Y . Zhou, H. Huang, C. Zhang, and X. Li. Seeing what matters: Visual preference policy optimiza- tion for visual generation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 27260–27269, 2026

  20. [20]

    R. Li, K. Hao, Y . Liang, H. Huang, C. Zhang, Y . Gu, and X. Li. Learning to credit the right steps: Objective-aware process optimization for visual generation.arXiv preprint arXiv:2604.19234, 2026

  21. [21]

    R. Li, B. Li, Y . Liang, H. Huang, C. Zhang, and X. Li. Reward-aware trajectory shaping for few-step visual genera- tion.arXiv preprint arXiv:2604.14910, 2026

  22. [22]

    R. Liu, Y . Liang, H. Huang, T. Yu, and C. Zhang. Learn- ing what to trust: Bayesian prior-guided optimization for visual generation. InProceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR), pages 34408–34417, 2026. 8