REVIEW 1 major objections 7 minor 23 references
Video diffusion models are already competent visual encoders
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 · glm-5.2
2026-07-10 00:06 UTC pith:2N4SP2IZ
load-bearing objection Frozen video diffusion models produce genuinely useful representations for classification and geometry, but the captioning results undercut the 'wide spectrum' framing. the 1 major comments →
Gen4U: Unifying Video Generation and Understanding via Diffusion
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 central finding is that scaling video diffusion models to high generative fidelity causes general-purpose visual representations to emerge implicitly in intermediate activations, without any explicit contrastive or reconstruction-based understanding objective. The authors map this emergence along two axes, network depth and noise level, and identify a consistent sweet spot (roughly 75-80% depth, 30-60% noise) where features align with both text encoders and discriminative visual encoders. This alignment is strong enough that a single forward pass through the frozen diffusion backbone, paired with a lightweight decoder, matches or approaches specialized encoders across semantic and non-ge
What carries the argument
The mechanism is the identification of an optimal extraction point within the diffusion backbone's two-dimensional latent grid (depth x noise level), from which a single forward pass yields features competitive with discriminative encoders. The mutual k-NN alignment metric serves as the probe that locates this point by measuring neighborhood overlap between diffusion activations and reference encoders without any learned mapping.
Load-bearing premise
The claim that a single extraction point generalizes across all tasks rests on the fact that different probes and tasks have different optima within the depth-noise grid, and the captioning results show substantial gaps to specialized baselines, meaning the 'wide spectrum' of competitiveness is narrower for language-grounded tasks than for classification or geometry.
What would settle it
If a discriminative video encoder trained with equivalent compute and data scale were evaluated on the same task suite, and it matched or exceeded the diffusion features on all tasks including generation-adjacent ones, then the argument that generation is a sufficient or efficient path to general representations would weaken. More directly, if future, more capable diffusion models showed declining rather than improving representation alignment, the scaling claim would be falsified.
If this is right
- A single frozen diffusion backbone could replace separate generation and understanding models, reducing training and deployment costs for video AI systems.
- The finding that semantic structure emerges at a specific noise level (around 60%) provides a concrete target for future probes of generative model internals.
- The bimodal depth pattern observed in the proprietary model suggests that large transformers may route information through a contraction-expansion cycle, a hypothesis testable across architectures.
- If stronger generative models yield richer representations, as the authors observe, then continued scaling of video generation may produce increasingly capable understanding models for free.
- The noise-augmentation strategy for captioning, where multiple noise levels serve as data augmentation, offers a practical recipe for extracting more from frozen diffusion features on limited training data.
Where Pith is reading between the lines
- If the correlation between generative capability and representation quality holds, then the quality of a diffusion model's internal features could serve as a proxy metric for generation fidelity, potentially useful for model selection before expensive generation evaluation.
- The task-dependent shift between linear and attention probe optima (60% vs 30% noise) hints that the diffusion process encodes a spectrum from global gist to local detail, and a multi-extraction architecture that reads from multiple noise levels simultaneously might outperform any single-point extraction.
- The gap between diffusion features and discriminative baselines on captioning suggests that language-grounded semantics remain partially external to the generative objective; a model trained with both generation and explicit language alignment might close this gap without sacrificing generation quality.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates whether frozen, large-scale video diffusion models (Veo3 and Wan 2.2) can serve as general-purpose video encoders. Using mutual k-NN alignment metrics and linear/attention probes, the authors map the structure of the diffusion latent space across network depth and noise levels, identifying an optimal extraction point (depth ~75-80%, noise ~30-60%). They then evaluate frozen representations on video classification (SSv2), depth estimation (ScanNet), camera pose estimation, and image/video captioning (COCO, Vatex, SSv2). The SSv2 classification (71.3% Top-1) and depth estimation (AbsRel 0.075) results are genuinely strong. The central claim that modern diffusion models have overcome the semantic limitation identified in prior work (Vélez et al., 2025) is a meaningful contribution. However, the breadth of the 'highly competitive across a wide spectrum of tasks' claim is not uniformly supported by the data, particularly for captioning tasks where gaps to discriminative baselines are large.
Significance. The paper addresses a timely and important question: whether the generative paradigm, specifically video diffusion, can produce representations competitive with discriminative encoders across both semantic and geometric tasks. The latent space analysis (§3) is systematic and the identification of a single-pass extraction point is practically valuable. The SSv2 classification result (Table 1) and depth estimation result (AbsRel 0.075, a 10.7% relative improvement over the frozen-feature baseline of 4DS) are concrete achievements. The finding that stronger generative models yield richer representations (Veo3 vs. Wan 2.2 alignment scores) is a falsifiable and useful observation. The work is likely to stimulate further research into diffusion representations.
major comments (1)
- The abstract claims frozen diffusion models are 'highly competitive video encoders across a wide spectrum of tasks, spanning semantic and non-semantic objectives (video classification, depth estimation, camera pose estimation, image and video captioning).' However, Table 2 shows this is not the case for captioning: on COCO, Gen4U achieves CIDEr 54.9 vs. 204.5 for SigLIP-so400m/14 (a 3.7× gap). Even with noise augmentation and doubled resolution, the best COCO CIDEr is 102.0 — still half the SigLIP baseline. On Vatex, the gap is 44.8 vs. 66.0 (or 56.7 with augmentation). The paper itself acknowledges this internally (§4.1: 'video diffusion representations excel on SSv2 but struggle on COCO and Vatex'), but the abstract and conclusion do not reflect this limitation. The semantic competence is convincingly demonstrated primarily for SSv2 classification (a discrete label prediction task), a
minor comments (7)
- Table 1: The model size for Gen4U is listed as '-' while all baselines report parameter counts. This makes it difficult to assess whether the comparison is parameter-controlled. Please provide the backbone size or at least note it explicitly.
- §3.4, 'Feature routing across network depth': The bimodal pattern observed for Veo3 is described qualitatively and hypothesized to mirror the geometry of large transformer representations (Valeriani et al., 2023). The claim would be strengthened by a quantitative measure (e.g., rank, intrinsic dimension, or entropy) across depth.
- Figure 3: The y-axis label 'Alignment Score' and the scale (0.00–0.10) are consistent across subplots, but the caption does not clarify whether the same N=1024 videos and k=10 are used for all panels. A clarifying note would help.
- §4.1, Image and video captioning: The paper states that the setup 'does not involve tuning the adapter and LLM decoder on large vision-language data, so it is not directly comparable to SoTA methods like BLIP-2 and PaLI Gemma.' This is fair, but the SigLIP baselines used for comparison are described as 'highly optimised for alignment with text.' Please clarify whether the SigLIP baselines also benefit from large-scale VLM pre-training, to ensure the comparison is fair.
- Appendix B, Table 3: The SSv2 subset experiment (17.04% baseline, 24.9% with cross-attention adapter) uses only 100 samples per class. The results are described as 'preliminary.' Please label this more clearly as exploratory and note the limited training set size in the main text reference (§3.4).
- §3.1: The text mentions using 'a generic text embedding: e.g. A video of a scene' as conditioning. It would be useful to report results with empty string conditioning quantitatively, at least for one task, to support the claim of 'no significant difference.'
- The paper uses 'state-of-the-art' in several places (e.g., §4.1 for SSv2, §4.2 for ScanNet depth). Given that the comparisons are under specific frozen-feature protocols, 'state-of-the-art under this evaluation protocol' or 'best among frozen-feature baselines' would be more precise.
Circularity Check
No circularity found: the derivation chain is self-contained against external benchmarks with no fitted-input-as-prediction or self-citation load-bearing steps.
full rationale
The paper's central claim — that frozen video diffusion models serve as competitive video encoders — is established through independent, externally falsifiable evaluations on standard benchmarks (SSv2, ScanNet, COCO, Vatex) using standard metrics (Top-1 accuracy, AbsRel, EPE, CIDEr, BLEU@4). The mutual k-NN alignment metric (Section 3.2, Appendix A) is zero-shot: it constructs nearest-neighbor graphs independently in each embedding space and measures overlap, with no learned mapping between spaces. The 'sweet spot' extraction point (depth ~75-80%, noise ~30-60%) is identified via systematic sweeps (Figures 3-6), not fitted to downstream targets. The lightweight decoders (linear probe, attention probe, DPT head, Gemma-2B adapter) are trained on task training splits and evaluated on held-out test splits following protocols from prior work (Carreira et al. 2025). The paper does cite Vélez et al. 2025 (shared co-author Pedro Velez), but that citation serves as a contrasting baseline — it found diffusion models LACK semantic capabilities — and the present paper argues against that conclusion using independent evidence. The captioning results on COCO and Vatex show gaps to SigLIP baselines, but this is a matter of claim strength (correctness risk), not circularity: the evaluation protocol is standard, the baselines are independently trained models, and the metrics are externally defined. No step in the derivation chain reduces to its inputs by construction.
Axiom & Free-Parameter Ledger
free parameters (5)
- Optimal extraction depth (~75-80%) =
75-80% of network depth
- Optimal noise level (30-60%) =
30-60% noise level
- k=10 for mutual k-NN =
10
- N=1024 videos for alignment =
1024
- Noise augmentation levels for captioning =
10%, 30%, 60%
axioms (4)
- domain assumption Mutual k-NN alignment correlates with downstream task performance.
- ad hoc to paper A single forward pass at a fixed noise level captures sufficient information for understanding tasks.
- domain assumption Text conditioning with a generic prompt ('A video of a scene') does not leak task-specific information.
- domain assumption Feature alignment scales with generative capability.
read the original abstract
Prior work suggests that diffusion representations capture low-level geometry but struggle with high-level semantics. We demonstrate that state-of-the-art video diffusion models overcome this limitation. By systematically probing their intermediate activations using recent mutual-kNN alignment metrics, we reveal a highly structured latent space where visual representations evolve across both network depth and noise levels. We show that while moderate noise levels yield linearly separable global semantics, fine-grained details persist at lower noise levels but become spatially scattered, requiring attention mechanisms to decode. Building on these insights, we introduce Gen4U (Generation for Understanding), a framework that repurposes these generative representations with a single forward pass. Our experiments establish that frozen, large-scale video diffusion models function as highly competitive video encoders across a wide spectrum of tasks, spanning semantic and non-semantic objectives (video classification, depth estimation, camera pose estimation, image and video captioning). Bypassing fine-tuning, Gen4U unifies the generation and understanding paradigms, achieving strong perception performance while fully preserving the model's ability to generate high-quality video.
Figures
Reference graph
Works this paper leans on
-
[1]
V-JEPA 2: Self-Supervised Video Models Enable Understanding, Prediction and Planning
URL https://arxiv.org/abs/ 2506.09985. Adrien Bardes, Quentin Garrido, Jean Ponce, Xinlei Chen, Michael Rabbat, Yann LeCun, Mido Assran, and Nicolas Ballas. Revisiting feature prediction for learning visual representations from video.TMLR,
work page internal anchor Pith review Pith/arXiv arXiv
-
[2]
PaliGemma: A versatile 3B VLM for transfer
ISSN 2835-8856. URL https://openreview.net/forum?id= QaCCuDfBk2. Featured Certification. Lucas Beyer, Andreas Steiner, André Susano Pinto, Alexander Kolesnikov, Xiao Wang, Daniel Salz, Maxim Neumann, Ibrahim Alabdulmohsin, Michael Tschannen, Emanuele Bugliarello, Thomas Unterthiner, et al. PaliGemma: A versatile 3B VLM for transfer.arXiv preprint arXiv:24...
work page internal anchor Pith review Pith/arXiv arXiv
-
[3]
doi: 10.1109/ICCV48922.2021.00951. 10 João Carreira, Dilara Gokay, Michael King, Chuhan Zhang, Ignacio Rocco, Aravindh Mahendran, Thomas Albert Keck, et al. Scaling 4d representations,
-
[4]
URL https://arxiv.org/abs/ 2412.15212. Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations. InICML,
work page internal anchor Pith review Pith/arXiv arXiv
-
[5]
Microsoft COCO Captions: Data Collection and Evaluation Server
Xinlei Chen, Hao Fang, Tsung-Yi Lin, Ramakrishna Vedantam, Saurabh Gupta, Piotr Dollár, and C Lawrence Zitnick. Microsoft COCO captions: Data collection and evaluation server.arXiv preprint arXiv:1504.00325,
work page internal anchor Pith review Pith/arXiv arXiv
-
[6]
Whatever next? Predictive brains, situated agents, and the future of cognitive science,
doi: 10.1017/S0140525X12000477. Angela Dai, Angel X Chang, Manolis Savva, Maciej Halber, Thomas Funkhouser, and Matthias Nießner. Scannet: Richly-annotated 3d reconstructions of indoor scenes. InCVPR,
-
[7]
URL https: //sander.ai/2024/09/02/spectral-autoregression.html. Accessed: 2026-04-17. David Eigen, Christian Puhrsch, and Rob Fergus. Depth map prediction from a single image using a multi-scale deep network. InNeurIPS, pages 2366–2374,
work page 2024
-
[8]
Gemma 2: Improving Open Language Models at a Practical Size
URL https://arxiv.org/abs/2408.00118. Google DeepMind. Veo 3 technical report. Technical report, Google,
work page internal anchor Pith review Pith/arXiv arXiv
-
[9]
URLhttps://doi.org/10.1038/s41586-025-08744-2
doi: 10.1038/s41586-025-08744-2. URLhttps://doi.org/10.1038/s41586-025-08744-2. Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollár, and Ross B. Girshick. Masked autoencoders are scalable vision learners. InCVPR, pages 15979–15988,
-
[10]
Adam: A Method for Stochastic Optimization
11 Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980,
work page internal anchor Pith review Pith/arXiv arXiv
-
[11]
V-JEPA 2.1: Unlocking Dense Features in Video Self-Supervised Learning
URLhttps://arxiv.org/abs/2603.14482. Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy V . V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, Mido Assran, Nicolas Ballas, Wojciech Galuba, Russell Howes, Po-Yao Huang, et al. DINOv2: Learning robust visual features without supervision.TMLR,
work page internal anchor Pith review Pith/arXiv arXiv
-
[12]
Pinelopi Papalampidi, Skanda Koppula, Shreya Pathak, Justin Chiu, Joseph Heyward, Viorica Patraucean, Jiajun Shen, Antoine Miech, Andrew Zisserman, and Aida Nematzdeh. A simple recipe for contrastively pre-training video-first encoders beyond 16 frames.2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 14386–14397,
work page 2024
-
[13]
doi: 10.1109/ICCV48922.2021.00129. URL https://doi. ieeecomputersociety.org/10.1109/ICCV48922.2021.00129. Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High- resolution image synthesis with latent diffusion models. InCVPR, pages 10684–10695, June
-
[14]
PaliGemma 2: A Family of Versatile VLMs for Transfer
12 Andreas Steiner, André Susano Pinto, Michael Tschannen, Daniel Keysers, Xiao Wang, Yonatan Bitton, Alexey Gritsenko, Matthias Minderer, Anthony Sherbondy, Shangbang Long, Siyang Qin, Reeve Ingle, Emanuele Bugliarello, Sahar Kazemzadeh, Thomas Mesnard, Ibrahim Alabdulmohsin, Lucas Beyer, and Xiaohua Zhai. PaliGemma 2: A Family of Versatile VLMs for Tran...
work page internal anchor Pith review Pith/arXiv arXiv
-
[15]
URLhttps://arxiv.org/abs/2507.06261. Zhan Tong, Yibing Song, Jue Wang, and Limin Wang. VideoMAE: Masked autoencoders are data-efficient learners for self-supervised video pre-training.NeurIPS,
work page internal anchor Pith review Pith/arXiv arXiv
-
[16]
Michael Tschannen, Alexey Gritsenko, Xiao Wang, Muhammad Ferjad Naeem, Ibrahim Alabdul- mohsin, Nikhil Parthasarathy, Talfan Evans, Lucas Beyer, Ye Xia, Basil Mustafa, Olivier Hénaff, Jeremiah Harmsen, Andreas Steiner, and Xiaohua Zhai. SigLIP 2: Multilingual vision-language encoders with improved semantic understanding, localization, and dense features.a...
work page internal anchor Pith review Pith/arXiv arXiv
-
[17]
Wan: Open and Advanced Large-Scale Video Generative Models
Team Wan, Ang Wang, Baole Ai, Bin Wen, Chaojie Mao, Chen-Wei Xie, Di Chen, Feiwu Yu, Haiming Zhao, Jianxiao Yang, et al. Wan: Open and advanced large-scale video generative models. arXiv preprint arXiv:2503.20314,
work page internal anchor Pith review Pith/arXiv arXiv
-
[18]
URLhttps://doi.org/10.1007/978-3-031-73013-9_23
1007/978-3-031-73013-9_23. URLhttps://doi.org/10.1007/978-3-031-73013-9_23. Thaddäus Wiedemer, Yuxuan Li, Paul Vicol, Shixiang Shane Gu, Nick Matarese, Kevin Swersky, Been Kim, Priyank Jaini, and Robert Geirhos. Video models are zero-shot learners and reasoners,
-
[19]
Video models are zero-shot learners and reasoners
URLhttps://arxiv.org/abs/2509.20328. Xiaohua Zhai, Basil Mustafa, Alexander Kolesnikov, and Lucas Beyer. Sigmoid loss for language image pre-training. InICCV,
work page internal anchor Pith review Pith/arXiv arXiv
-
[20]
URL https: //openreview.net/forum?id=gE17TwVMNh. 14 A Mutualk-NN alignment metric We describe the Mutual k-Nearest Neighbours (MkNN) alignment metric used throughout the paper, following [Huh et al., 2024, Zhu et al., 2026]. Notation.Consider a dataset of N videos {vi}N i=1, each paired with some text ci. We compare the representations of two encoders who...
work page 2024
-
[21]
Linear adapters consistently outperform non-linear ones in terms of zero-shot generalization across datasets and tasks. For instance, a linear adapter pre-trained purely for text alignment on V ATEX 16 Adapter Training data Training objective Accuracy Best single block (baseline) – – 17.04 Linear V ATEX Text alignment 21.4 Linear SSv2 Text alignment 21.9 ...
work page 2017
-
[22]
Results.Figure 8 presents frames from the original video and their previews decoded from the outputs at depth 75%, evaluated at noise level 60%. The linear decoder presents frames that are sharper, but temporally misaligned with the ground truth, as compared to the attention head. 18 Figure 9 shows MSE reconstruction metrics for attaching the preview head...
work page 2024
-
[23]
The Gemma2 weights are initially frozen and gradually thawed with a linear schedule going from 0 to 0.01 over 10k iterations. It plateaus after 10k steps so that the LLM is still updated very slowly to avoid catastrophic forgetting. We use the ADAM optimizer [Kingma and Ba, 2014] with batch size of64for all experiments in this subsection. Models are train...
work page 2014
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.