REVIEW 4 major objections 5 minor 4 cited by
A video world model can extract its own structure—flow, depth, segments—from counterfactual prompts, and then learn from those extractions to predict motion better.
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-04 20:01 UTC pith:SASI5JVX
load-bearing objection Ambitions are real and the framework is genuinely novel, but the paper's central integration claim is undercut by a missing compute-matched baseline in Table 4. the 4 major comments →
World Modeling with Probabilistic Structure Integration
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
PSI's central claim is that a probabilistic world model can bootstrap its own vocabulary: classical vision quantities are causal inferences in the model, and once re-tokenized, they become first-class tokens that improve the model itself. Concretely, the model is a random-access autoregressive transformer over pointer-content sequences, where each patch is an addressable variable. Optical flow is extracted by adding a tracer bump to frame 0 and locating the patch in frame 1 whose predicted distribution shifts most; segments come from motion hypotheticals that force coherent object movement; depth comes from camera-translation hypotheticals and measuring parallax. The extracted structures are
What carries the argument
The core mechanism is the Local Random-Access Sequence (LRAS) model: an autoregressive transformer trained on interleaved pointer tokens and content tokens, where each pointer specifies a patch location and each content token is a code from a hierarchical local quantizer. This lets any patch condition any other patch, turning the intractable problem of modeling a full probabilistic graphical model over video into a standard sequence-prediction task. Structure extraction then works by comparing predictions under factual versus counterfactual prompts—effectively applying do-operations on the learned graphical model—while integration works by inserting new token types into the same pointer-cont
Load-bearing premise
The entire extraction-and-integration loop assumes that when PSI is given synthetic, out-of-distribution conditioning—a tracer dot, a moved patch, a fake camera translation—the model's response is a faithful read on real physical causes rather than an artifact of its learned priors; the paper explicitly concedes that a tracer could instead be interpreted as schmutz on the camera lens.
What would settle it
Take a pair of frames with known object motion and camera motion, place a small Gaussian bump only on the moving object in frame 0, and compare the KL-traced displacement to ground-truth optical flow. If the bump's inferred correspondence lands on a stationary background location or is diluted across the frame—indicating the model reads it as lens dirt rather than a surface marking—then the causal interpretation of structure extraction fails.
If this is right
- The same 7B model, without task-specific heads, handles unconditional future prediction, sparse-patch completion, counterfactual edits, and camera-conditioned novel view synthesis.
- Optical flow, object segments, and depth can be extracted from an RGB-only model without supervised labels, and these extractions rival or beat specialized and self-supervised baselines.
- After flow integration, sparse flow vectors become a direct control surface: specifying a few flow patches on an object produces physically plausible motion, improving object manipulation and novel view synthesis.
- Flow integration reduces single-frame video prediction error from 223 to 198 on DAVIS and from 307 to 173 on YouTube VID, counteracting the static-frame collapse seen in RGB-only predictors.
- Once flow is a token type, second-order statistics such as probability-of-motion maps can be computed directly from the model, giving planning systems an anticipatory signal from a single static frame.
Where Pith is reading between the lines
- The PSI cycle reads as a general recipe for bootstrapping a 'prompting language' in any domain with pointer-structured data and identifiable counterfactual probes; video is the first worked example, but the same loop could apply to neural recordings, geospatial data, or other high-dimensional spatiotemporal domains.
- The paper only closes the integration loop for flow, not for depth or segments—a direct test of the framework's own logic is whether integrating depth yields comparable gains in novel-view synthesis and prediction, or whether flow is uniquely suited because it is a stronger causal inference.
- Because structure extraction currently relies on hand-crafted causal probes, the biggest open step is automating the discovery of useful probes; if that succeeds, PSI would move from human-guided structure selection to a scalable, data-driven discovery process.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Probabilistic Structure Integration (PSI), a three-step loop for building controllable world models from raw video. Step 1 trains a distributional random-access autoregressive model (LRAS) over spatiotemporal patch variables. Step 2 extracts intermediate structures—optical flow, object segments, depth—through counterfactual and hypothetical prompts treated as causal inferences. Step 3 tokenizes these structures and mixes them into the training sequence for continual training, creating a self-improving cycle. The paper reports benchmark gains in flow tracking (Table 1), novel view synthesis and object editing (Table 2), segmentation and depth (Table 3), and, centrally, improved base RGB prediction after flow integration (Table 4). The main empirical claim of the paper is that integrating self-extracted flow tokens reduces motion collapse and improves next-frame prediction.
Significance. If the PSI loop works as claimed, it is a significant step toward self-improving, controllable world models: it provides a unified prompting interface for visual prediction and structure extraction, and its posterior-as-data integration mechanism is conceptually novel. The paper is commendable for making the probabilistic formulation explicit, for the pointer-based LRAS design with strict local tokenization, and for using WSD to enable seamless continual integration. The counterfactual KL-tracing procedure for flow (Eq. 10) is a clean distributional extension of earlier CWM ideas. However, the load-bearing empirical evidence for the integration cycle is currently incomplete: the headline comparison in Table 4 is confounded by additional training compute, and several benchmark claims rely on single-run numbers without error bars and on companion papers for details. The theoretical framing is broad, but the demonstrated closed-loop integration is limited to flow, as the paper itself states in Section 6.4.
major comments (4)
- [§4.1, Table 4] The central claim that flow integration improves base prediction is not yet controlled. The Key Training Details paragraph in §4.1 states that the flow-integrated model was produced by continuing training for an additional 0.5T tokens, resuming from the last Stable-phase checkpoint. The RGB-only row in Table 4 appears to be the pre-continuation checkpoint. No RGB-only model trained for a matched additional 0.5T tokens is reported. The improvement (DAVIS 223→198, YouTube 307→173) could therefore be due to extra training compute/tokens rather than to the flow token type. Please add a compute-matched RGB-only continuation baseline, or otherwise separate the effect of continued training from the effect of flow-token integration.
- [§4.1 ('Key Training Details')] The provenance of the flow labels used for integration is ambiguous. The text says 'flows extracted from our video dataset' but does not specify whether these flows come from the model's own KL-tracing procedure (Eq. 10), from a companion flow extractor, from an off-the-shelf supervised method, or from a combination. It also does not describe how the sparse displacement estimates are completed into dense flow fields or how occlusions are handled. This matters because the posterior-as-data claim depends on the labels being generated by the model's own causal inference, and because the integration result cannot be reproduced or interpreted without this information. Please detail the flow-label generation pipeline and any filtering or postprocessing.
- [§3.3, §3.4, Tables 1 and 3] The 'zero-shot' and 'state-of-the-art' claims are stronger than the evidence presented. Segmentation (Section 3.3) and depth (Section 3.4) pipelines rely on SEA-RAFT, a supervised optical flow model, to compute flow between the generated hypothetical and frame 0. Thus the extraction is not fully free of task-specific supervised components. In addition, Table 1 reports TAP-Vid First against two-frame baselines, not against state-of-the-art long-range trackers, so the abstract's 'state-of-the-art optical flow' claim is not supported by this paper alone. The depth evaluation in Table 3 reports only δ1, and segmentation is reported only on SpelkeBench. Please either temper the claims or provide complete benchmark comparisons with error bars.
- [§6.4, §6.3] The paper correctly discloses two important limitations, but they should be elevated in the framing. Section 6.4 states that the closed-loop integration is demonstrated only for flow, not for depth or segments. Section 6.3 acknowledges that the tracer counterfactual can be interpreted as 'schmutz on the camera lens', meaning the extracted flow may not be causal flow. Since the integration loop and all downstream structures depend on this generalization property, the main claims would benefit from a direct quantitative analysis of such failure modes, rather than only a qualitative caveat.
minor comments (5)
- [Abstract] Typo: 'any others set of variables' should be 'any other set of variables'. Also, the abstract claims 'state-of-the-art optical flow, self-supervised depth and object segmentation'; the body of this paper does not fully substantiate all three claims.
- [Tables 1–4] No table reports error bars, confidence intervals, or number of evaluation seeds. Given the relatively small differences in some comparisons (e.g., PSI vs. SEA-RAFT on Kubric in Table 1), it is important to show whether these differences are stable.
- [§2.2, Figure 2D] The scaling law plot in Figure 2D reports a slope of 0.045, but the axes are not labeled and the fit details are not given. Please add axis labels, units, and a brief description of the fitting procedure.
- [§3.3] The notation 'i→i+Δp' for the patch-copy counterfactual is not defined precisely; please specify whether Δp is an integer patch offset and how boundary cases are treated.
- [§4.5, Figure 14] The qualitative comparison in Figure 14 is illustrative, but the caption does not state whether the shown samples are representative or cherry-picked. Please add a statement about selection criteria.
Circularity Check
No significant circularity: structure extraction is validated against external benchmarks, and the integration gain, while confounded by unmatched compute, is not equivalent to the model's own inputs by construction.
full rationale
The paper's structure-extraction claims (flow, depth, segments) are not circular because the extracted quantities are evaluated against external ground-truth benchmarks (TAP-Vid in Table 1, NYUD/BONN and SpelkeEntitySeg in Table 3), not against the model's own counterfactual responses. Although §3.1 defines structures as "structured prompts comparing factual and hypothetical/counterfactual predictions from Ψ," the independent benchmarks break the definitional loop. The integration step (§4.1) is explicitly a "posterior-as-data" self-training loop, which is self-referential by design; however, the central quantitative claim (Table 4) is a reduction in prediction error on held-out ground-truth RGB frames, so the claimed improvement is not equivalent to the training target by construction. Same-group citations ([13], [22], [24], [17]) are used for background and companion detail, but the key numbers supporting the load-bearing claims appear in this paper's own tables, so the citations are not load-bearing. The most important caveat is an experimental-control confound, not a circularity: §4.1 reports continuing training for an additional 0.5T tokens with flow tokens but does not report a compute-matched RGB-only continuation, so the Table 4 gain could reflect extra compute rather than flow integration. That is a correctness/control gap, not a reduction of the claim to its inputs. The paper also honestly flags its own limitations in §6.4 (only local flow integration demonstrated) and §6.3 (a tracer could be read as "schmutz on the camera lens"), further indicating the assumptions are acknowledged. Overall, the derivation chain is not circular; score 1 reflects minor self-referential self-training and same-group citations that are not, in themselves, load-bearing circularity.
Axiom & Free-Parameter Ledger
free parameters (6)
- Perturbation amplitude delta for flow extraction =
not reported
- Revealed patch subset R for flow extraction =
not reported
- Camera translation baseline b for depth extraction =
not reported
- Motion threshold epsilon for P_motion =
not reported
- Patch displacement Delta p for segment prompts =
not reported
- Continued-training budget for integration =
0.5T tokens
axioms (5)
- domain assumption Psi trained on random-order LRAS sequences approximates the full joint distribution over patch variables, so any subset of pointer-content pairs can serve as conditioning.
- domain assumption A small appearance perturbation acts as a do-operation that traces the same physical point into the next frame (tracer/common-fate assumption).
- domain assumption Pixels that move together under hypothetical prompts belong to the same object (common fate), and near objects show larger parallax under camera translation.
- ad hoc to paper Self-generated pseudo-labels (posterior-as-data) provide a valid training signal that improves the marginal likelihood of real video.
- domain assumption The HLQ tokenizer's strict locality means the same vocabulary can be reused for RGB, flow, and depth tokens without cross-modality interference.
invented entities (3)
-
Pointer tokens (random-access addressing)
independent evidence
-
Probability-of-motion (P_motion) maps
no independent evidence
-
Intermediate structure tokens (flow/depth/segment token types)
independent evidence
read the original abstract
We present Probabilistic Structure Integration (PSI), a system for learning richly controllable and flexibly promptable world models from data. PSI consists of a three-step cycle. The first step, Probabilistic prediction, involves building a probabilistic graphical model Psi of the data, in the form of a random-access autoregressive sequence model. Psi supports a complete set of learned conditional distributions describing the dependence of any variables in the data on any other set of variables. In step 2, Structure extraction, we show how to extract underlying low-dimensional properties in the data, corresponding to a diverse set of meaningful "intermediate structures", in a zero-shot fashion via causal inference on Psi. Step 3, Integration, completes the cycle by converting these structures into new token types that are then continually mixed back into the training diet as conditioning signals and prediction targets. Each such cycle augments the capabilities of Psi, both allowing it to model the underlying data better, and creating new control handles -- akin to an LLM-like universal prompting language. We train an instance of Psi on 1.4 trillion tokens of internet video data; we use it to perform a variety of useful video prediction and understanding inferences; we extract state-of-the-art optical flow, self-supervised depth and object segmentation; and we use these structures to support a full cycle of predictive improvements.
Figures
Forward citations
Cited by 4 Pith papers
-
Masked Visual Actions for Unified World Modeling
A single video model finetuned on masked pixel trajectories acts as both forward and inverse robot world model, enabling policy evaluation, planning, and action extraction.
-
A Deep Learning Model of Mental Rotation Informed by Interactive VR Experiments
A deep neural model with equivariant, symbolic, and agentic components reproduces human accuracy and action counts on Shepard-Metzler mental rotation, but not full reaction-time behavior.
-
Zero-shot World Models Are Developmentally Efficient Learners
A zero-shot visual world model trained on one child's experience achieves broad competence on physical understanding benchmarks while matching developmental behavioral patterns.
-
Perceptual 3D Simulation With Physical World Modeling
P3Sim integrates a probabilistic physical world model with geometric conditioning and persistent memory to simulate 3D scenes under partial observations and incomplete transforms.
Reference graph
Works this paper leans on
-
[1]
Univ of California Press, 1999
Isaac Newton, I Bernard Cohen, and Anne Whitman.The Principia: mathematical principles of natural philosophy. Univ of California Press, 1999
1999
-
[2]
Dream to control: Learning behaviors by latent imagination
Danijar Hafner, Timothy Lillicrap, Jimmy Ba, and Mohammad Norouzi. Dream to control: Learning behaviors by latent imagination. InInternational Conference on Learning Representations, 2020
2020
-
[4]
Reichert, Neil Rabinowitz, Andr´ e Barreto, and Thomas Degris
David Silver, Hado van Hasselt, Matteo Hessel, Tom Schaul, Arthur Guez, Tim Harley, Gabriel Dulac- Arnold, David P. Reichert, Neil Rabinowitz, Andr´ e Barreto, and Thomas Degris. The predictron: End-to-end learning and planning. In34th International Conference on Machine Learning (ICML), pages 3191–3199, 2017
2017
-
[5]
Genie: Generative interactive environments
Jake Bruce, Michael D Dennis, Ashley Edwards, Jack Parker-Holder, Yuge Shi, Edward Hughes, Matthew Lai, Aditi Mavalankar, Richie Steigerwald, Chris Apps, et al. Genie: Generative interactive environments. InForty-first International Conference on Machine Learning, 2024
2024
-
[6]
Learning interactive real-world simulators.arXiv preprint arXiv:2310.06114, 1(2):6, 2023
Mengjiao Yang, Yilun Du, Kamyar Ghasemipour, Jonathan Tompson, Dale Schuurmans, and Pieter Abbeel. Learning interactive real-world simulators.arXiv preprint arXiv:2310.06114, 1(2):6, 2023
Pith/arXiv arXiv 2023
-
[7]
Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M¨ uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion models for high-resolution image synthesis.arXiv preprint arXiv:2307.01952, 2023
Pith/arXiv arXiv 2023
-
[8]
Andreas Blattmann, Tim Dockhorn, Sumith Kulal, Daniel Mendelevitch, Maciej Kilian, Dominik Lorenz, Yam Levi, Zion English, Vikram Voleti, Adam Letts, et al. Stable video diffusion: Scaling latent video diffusion models to large datasets.arXiv preprint arXiv:2311.15127, 2023
Pith/arXiv arXiv 2023
-
[9]
Cosmos tokenizer: A suite of image and video neural tokenizers.arXiv preprint arXiv:2411.12223, 2024
Cosmos-Tokenizer Team. Cosmos tokenizer: A suite of image and video neural tokenizers.arXiv preprint arXiv:2411.12223, 2024
Pith/arXiv arXiv 2024
-
[10]
Determining optical flow.Artificial Intelligence, 17(1-3):185–203, 1981
Berthold KP Horn and Brian G Schunck. Determining optical flow.Artificial Intelligence, 17(1-3):185–203, 1981
1981
-
[11]
Make3d: Learning 3d scene structure from a single still image.IEEE transactions on pattern analysis and machine intelligence, 31(5):824–840, 2008
Ashutosh Saxena, Min Sun, and Andrew Y Ng. Make3d: Learning 3d scene structure from a single still image.IEEE transactions on pattern analysis and machine intelligence, 31(5):824–840, 2008
2008
-
[12]
Normalized cuts and image segmentation.IEEE Transactions on pattern analysis and machine intelligence, 22(8):888–905, 2000
Jianbo Shi and Jitendra Malik. Normalized cuts and image segmentation.IEEE Transactions on pattern analysis and machine intelligence, 22(8):888–905, 2000
2000
-
[14]
Smith, Daniel Khashabi, and Hannaneh Hajishirzi
Yizhong Wang, Yeganeh Kordi, Swaroop Mishra, Alisa Liu, Noah A. Smith, Daniel Khashabi, and Hannaneh Hajishirzi. Self-instruct: Aligning language models with self-generated instructions.CoRR, abs/2212.10560, 2022
Pith/arXiv arXiv 2022
-
[15]
David Marr.Vision: A Computational Investigation into the Human Representation and Processing of Visual Information. W. H. Freeman, 1982
1982
-
[16]
MIT press, 2009
Daphne Koller and Nir Friedman.Probabilistic graphical models: principles and techniques. MIT press, 2009
2009
-
[17]
Wanhee Lee, Klemen Kotar, Rahul Mysore Venkatesh, Jared Watrous, Honglin Chen, Khai Loong Aw, and Daniel LK Yamins. 3d scene understanding through local random access sequence modeling.arXiv preprint arXiv:2504.03875, 2025
Pith/arXiv arXiv 2025
-
[18]
Taming transformers for high-resolution image synthesis
Patrick Esser, Robin Rombach, and Bj¨ orn Ommer. Taming transformers for high-resolution image synthesis. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12873– 12883, 2021
2021
-
[19]
Neural discrete representation learning
Aaron Van Den Oord, Oriol Vinyals, et al. Neural discrete representation learning. InAdvances in neural information processing systems, volume 30, 2017
2017
-
[20]
Wang, David Hall, Percy Liang, and Tengyu Ma
Kaiyue Wen, Zhiyuan Li, Jason S. Wang, David Hall, Percy Liang, and Tengyu Ma. Understanding warmup-stable-decay learning rates: A river valley loss landscape perspective.ArXiv, abs/2410.05192, 2024
Pith/arXiv arXiv 2024
-
[21]
Cambridge University Press, 2009
Judea Pearl.Causality: Models, Reasoning and Inference. Cambridge University Press, 2009
2009
-
[22]
Seungwoo Kim, Khai Loong Aw, Klemen Kotar, Cristobal Eyzaguirre, Wanhee Lee, Yunong Liu, Jared Watrous, Stefan Stojanov, Juan Carlos Niebles, Jiajun Wu, et al. Taming generative video models for zero-shot optical flow extraction.arXiv preprint arXiv:2507.09082, 2025
arXiv 2025
-
[23]
Stefan Stojanov, David Wendt, Seungwoo Kim, Rahul Venkatesh, Kevin Feigelis, Jiajun Wu, and Daniel LK Yamins. Self-supervised learning of motion concepts by optimizing counterfactuals.arXiv preprint arXiv:2503.19953, 2025
Pith/arXiv arXiv 2025
-
[24]
Discovering and using spelke segments, 2025
Rahul Venkatesh, Klemen Kotar, Lilian Naing Chen, Seungwoo Kim, Luca Thomas Wheeler, Jared Watrous, Ashley Xu, Gia Ancone, Wanhee Lee, Honglin Chen, Daniel Bear, Stefan Stojanov, and Daniel Yamins. Discovering and using spelke segments, 2025
2025
-
[25]
Raft: Recurrent all-pairs field transforms for optical flow
Zachary Teed and Jia Deng. Raft: Recurrent all-pairs field transforms for optical flow. InEuropean Conference on Computer Vision (ECCV), pages 402–419. Springer, 2020
2020
-
[26]
Sea-raft: Simple, efficient, accurate raft for optical flow
Yihan Wang, Lahav Lipson Shi, and Jia Deng. Sea-raft: Simple, efficient, accurate raft for optical flow. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024
2024
-
[27]
Do- duo: Learning dense visual correspondence from unsupervised semantic-aware flow
Zixuan Jiang, Yifan Gao, Junyu Shi, Yujie Wang, Yinlong Zheng, Hujun Bao, and Xiaowei Zhou. Do- duo: Learning dense visual correspondence from unsupervised semantic-aware flow. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023
2023
-
[28]
Smurf: Self-teaching multi-frame unsupervised raft with full-image warping
Austin Stone, Daniel Maurer, Alper Ayvaci, Anelia Angelova, and Rico Jonschkowski. Smurf: Self-teaching multi-frame unsupervised raft with full-image warping. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 3887–3896, 2021
2021
-
[29]
Unifying (machine) vision via counterfactual world modeling.arXiv preprint arXiv:2306.01828, 2023
Daniel M Bear, Kevin Fan, Damian Kuo, Damian Mrowca, Abhishek Gupta, Daniel LK Yamins, and Li Fei-Fei. Unifying (machine) vision via counterfactual world modeling.arXiv preprint arXiv:2306.01828, 2023
Pith/arXiv arXiv 2023
-
[30]
Coun- terfactual world modeling for physical dynamics.arXiv preprint arXiv:2306.01830, 2023
Rahul G Venkatesh, Honglin Duan, Kevin Fan, Daniel M Bear, Daniel LK Yamins, and Li Fei-Fei. Coun- terfactual world modeling for physical dynamics.arXiv preprint arXiv:2306.01830, 2023
Pith/arXiv arXiv 2023
-
[31]
Generative modelling in latent space, April 2025
Sander Dieleman. Generative modelling in latent space, April 2025. Blog post
2025
-
[32]
Yutong Bai, Xinyang Geng, Karttikeya Mangalam, Amir Bar, Alan Yuille, Trevor Darrell, Jitendra Malik, and Alexei A Efros. Sequential modeling enables scalable learning for large vision models.arXiv preprint arXiv:2312.00785, 2024
Pith/arXiv arXiv 2024
-
[33]
A benchmark dataset and evaluation methodology for video object segmentation
Federico Perazzi, Jordi Pont-Tuset, Benjamin McWilliams, Luc Van Gool, Markus Gross, and Alexander Sorkine-Hornung. A benchmark dataset and evaluation methodology for video object segmentation. In IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016. 39 Probabilistic Structure Integration Stanford NeuroAI Lab
2016
-
[34]
Anand Bhattad, Konpat Preechakul, and Alexei A. Efros. Visual jenga: Discovering object dependencies via counterfactual inpainting, 2025
2025
-
[35]
Deep learning.Nature, 521:436–444, 2015
Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning.Nature, 521:436–444, 2015
2015
-
[36]
Imagenet: A large-scale hierarchical image database
Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In2009 IEEE conference on computer vision and pattern recognition, pages 248–255. Ieee, 2009
2009
-
[37]
Momentum contrast for unsupervised visual representation learning
Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. InCVPR, 2020
2020
-
[38]
A simple framework for contrastive learning of visual representations
Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations. InInternational Conference on Machine Learning, pages 1597–1607, 2020
2020
-
[39]
Bert: Pre-training of deep bidirec- tional transformers for language understanding
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. Bert: Pre-training of deep bidirec- tional transformers for language understanding. InNAACL, 2019
2019
-
[40]
Masked autoencoders are scalable vision learners
Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Doll´ ar, and Ross Girshick. Masked autoencoders are scalable vision learners. InCVPR, 2022
2022
-
[41]
Videomae: Masked autoencoders are data-efficient learners for self-supervised video pre-training.Advances in neural information processing systems, 35:10078– 10093, 2022
Zhan Tong, Yibing Song, Jue Wang, and Limin Wang. Videomae: Masked autoencoders are data-efficient learners for self-supervised video pre-training.Advances in neural information processing systems, 35:10078– 10093, 2022
2022
-
[42]
beta-vae: Learning basic visual concepts with a constrained variational framework.ICLR, 2017
Irina Higgins, Loic Matthey, Arka Pal, et al. beta-vae: Learning basic visual concepts with a constrained variational framework.ICLR, 2017
2017
-
[43]
Hierarchical text-conditional image generation with CLIP latents.CoRR, abs/2204.06125, 2022
Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image generation with CLIP latents.CoRR, abs/2204.06125, 2022
Pith/arXiv arXiv 2022
-
[44]
Language models are few-shot learners.NeurIPS, 2020
Tom Brown, Benjamin Mann, Nick Ryder, et al. Language models are few-shot learners.NeurIPS, 2020
2020
-
[45]
Neural grammatical error correction with finite state transducers
Felix Stahlberg, Christopher Bryant, and Bill Byrne. Neural grammatical error correction with finite state transducers. InProceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics, pages 4033–4039, Minneapolis, MN, 2019
2019
-
[46]
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, andet al.Chain-of-thought prompting elicits reasoning in large language models.CoRR, abs/2201.11903, 2022
Pith/arXiv arXiv 2022
-
[47]
Generative language modeling for automated theorem proving.CoRR, abs/2009.03393, 2020
Stanislas Polu and Ilya Sutskever. Generative language modeling for automated theorem proving.CoRR, abs/2009.03393, 2020
Pith/arXiv arXiv 2009
-
[48]
Joon Sung Park, Joseph C. O’Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, and Michael S. Bernstein. Generative agents: Interactive simulacra of human behavior.CoRR, abs/2304.03442, 2023
Pith/arXiv arXiv 2023
-
[49]
Do as i can, not as i say: Grounding language in robotic affordances
Michael Ahn, Anthony Brohan, Noah Brown, Justin Fu, Bob McGrew, Sergey Levine, Karol Hausman, and Chelsea Finn. Do as i can, not as i say: Grounding language in robotic affordances. InRobotics: Science and Systems (RSS), 2022
2022
-
[50]
Anthony Brohan, Noah Brown, Brian Ichter, Karol Hausman, Alex Irpan, Yevgen Chebotar, Sergey Levine, Vincent Vanhoucke, and Quan Vuong. RT-2: Vision–language–action models transfer web knowledge to robotic control.CoRR, abs/2307.15818, 2023
Pith/arXiv arXiv 2023
-
[51]
Danny Driess, Fei Xia, Michael Janner, Sergey Levine, Karol Hausman, andet al.PaLM-E: An embodied multimodal language model.CoRR, abs/2303.03378, 2023
Pith/arXiv arXiv 2023
-
[52]
Lee, and Sergey Levine
Frederik Ebert, Chelsea Finn, Alex X. Lee, and Sergey Levine. Self-supervised visual planning with temporal skip connections. InConference on Robot Learning (CoRL), pages 37–46, 2018
2018
-
[53]
R3M: A universal visual representation for robot manipulation.CoRR, abs/2203.12601, 2022
Ashvin Nair, Vitchyr Pong, Micha¨ el Chang, and Sergey Levine. R3M: A universal visual representation for robot manipulation.CoRR, abs/2203.12601, 2022
Pith/arXiv arXiv 2022
-
[54]
Great apes anticipate that other individuals will act according to false beliefs.Science, 354(6308):110–114, 2016
Christopher Krupenye, Fumihiro Kano, Satoshi Hirata, Josep Call, and Michael Tomasello. Great apes anticipate that other individuals will act according to false beliefs.Science, 354(6308):110–114, 2016
2016
-
[55]
Spelke and Katherine D
Elizabeth S. Spelke and Katherine D. Kinzler. Core knowledge.Developmental Science, 10(1):89–96, 2007
2007
-
[56]
Auto-encoding variational bayes
Diederik Kingma and Max Welling. Auto-encoding variational bayes. InICLR, 2014
2014
-
[57]
Generative adversarial nets
Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, et al. Generative adversarial nets. InNeurIPS, 2014
2014
-
[58]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. InNeurIPS, 2020. 40 Probabilistic Structure Integration Stanford NeuroAI Lab
2020
-
[59]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj¨ orn Ommer. High-resolution image synthesis with latent diffusion models. InCVPR, 2022
2022
-
[60]
Generative pretraining from pixels
Mark Chen, Alec Radford, Rewon Child, et al. Generative pretraining from pixels. InICML, 2020
2020
-
[61]
Sigma-gpts: A new approach to autoregressive models.arXiv preprint arXiv:2404.09562, 2024
Arnaud Pannatier Ning, Soufiane Hayou, Aishwarya Ghosh, Stefanie Jegelka, Johannes Kirschner, and Nikolay Malkin. Sigma-gpts: A new approach to autoregressive models.arXiv preprint arXiv:2404.09562, 2024
Pith/arXiv arXiv 2024
-
[62]
Autoregressive image generation without vector quantization.arXiv preprint arXiv:2406.11838, 2024
Zichen Gao, Tianhong Wang, Lijun Fan, Zangwei Liu, Yujie Tang, Junmin Chen, Jun Zhu, and Bo Zhang. Autoregressive image generation without vector quantization.arXiv preprint arXiv:2406.11838, 2024
Pith/arXiv arXiv 2024
-
[63]
Xl-vae: Scaling up variational autoencoders for image generation with extra layers.arXiv preprint arXiv:2024.xxxxx, 2024
Xiaoran Han, Ye Zhang, Yizhe Chen, et al. Xl-vae: Scaling up variational autoencoders for image generation with extra layers.arXiv preprint arXiv:2024.xxxxx, 2024
2024
-
[64]
Richard S. Sutton. Integrated architectures for learning, planning, and reacting based on approximating dynamic programming. InProc. 7th Int. Conf. on Machine Learning, pages 216–224, 1990
1990
-
[65]
Pilco: A model-based and data-efficient approach to policy search
Marc Peter Deisenroth and Carl Edward Rasmussen. Pilco: A model-based and data-efficient approach to policy search. InProc. 28th Int. Conf. on Machine Learning (ICML), pages 465–472, 2011
2011
-
[66]
Garcia, David M
Carlos E. Garcia, David M. Prett, and Manfred Morari. Model predictive control: Theory and practice—a survey.Automatica, 25(3):335–348, 1989
1989
-
[67]
World models.arXiv:1803.10122, 2018
David Ha and J¨ urgen Schmidhuber. World models.arXiv:1803.10122, 2018
Pith/arXiv arXiv 2018
-
[68]
Learning latent dynamics for planning from pixels
Danijar Hafner, Timothy Lillicrap, Jimmy Ba, and Mohammad Norouzi. Learning latent dynamics for planning from pixels. InICML, 2019
2019
-
[69]
Deep hierarchical planning from pixels
Danijar Hafner, Kuang-Huei Lee, Ian Fischer, and Pieter Abbeel. Deep hierarchical planning from pixels. CoRR, abs/2206.04114, 2022
Pith/arXiv arXiv 2022
-
[70]
Lukasz Kaiser, Mohammad Babaeizadeh, Piotr Milos, Blazej Osinski, Roy H. Campbell, Konrad Czechowski, Dumitru Erhan, Chelsea Finn, Piotr Kozakowski, Sergey Levine, Ryan Sepassi, George Tucker, and Henryk Michalewski. Model-based reinforcement learning for atari.CoRR, abs/1903.00374, 2019
Pith/arXiv arXiv 1903
-
[71]
Lillicrap, and David Silver
Julian Schrittwieser, Ioannis Antonoglou, Thomas Hubert, Karen Simonyan, Laurent Sifre, Simon Schmitt, Arthur Guez, Edward Lockhart, Demis Hassabis, Thore Graepel, Timothy P. Lillicrap, and David Silver. Mastering atari, go, chess and shogi by planning with a learned model.Nature, 588(7839):604–609, 2020
2020
-
[72]
Daydreamer: World models for physical robot learning
Philipp Wu, Alejandro Escontrela, Danijar Hafner, Pieter Abbeel, and Ken Goldberg. Daydreamer: World models for physical robot learning. InProc. 6th Conf. on Robot Learning (CoRL), pages 2226–2240, 2023
2023
-
[73]
ENTL: Embodied navigation trajectory learner
Klemen Kotar, Aaron Walsman, and Roozbeh Mottaghi. ENTL: Embodied navigation trajectory learner. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 10863–10872, October 2023
2023
-
[74]
Brendan J Frey and Nebojsa Jojic. Learning graphical models of images, videos and their spatial transfor- mations.arXiv preprint arXiv:1301.3854, 2013
Pith/arXiv arXiv 2013
-
[75]
A graphical model for audiovisual object tracking.IEEE Transactions on Pattern Analysis and Machine Intelligence, 25(7):828–836, 2003
Matthew J Beal, Nebojsa Jojic, and Hagai Attias. A graphical model for audiovisual object tracking.IEEE Transactions on Pattern Analysis and Machine Intelligence, 25(7):828–836, 2003
2003
-
[76]
A temporal bayesian model for classi- fying, detecting and localizing activities in video sequences
Manavender R Malgireddy, Ifeoma Inwogu, and Venu Govindaraju. A temporal bayesian model for classi- fying, detecting and localizing activities in video sequences. In2012 IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops, pages 43–48. IEEE, 2012
2012
-
[77]
Probabilistic programming with programmable variational inference.Proceedings of the ACM on Programming Languages, 8(PLDI):2123–2147, 2024
McCoy R Becker, Alexander K Lew, Xiaoyan Wang, Matin Ghavami, Mathieu Huot, Martin C Rinard, and Vikash K Mansinghka. Probabilistic programming with programmable variational inference.Proceedings of the ACM on Programming Languages, 8(PLDI):2123–2147, 2024
2024
-
[78]
3dp3: 3d scene perception via probabilistic programming.Advances in Neural Information Processing Systems, 34:9600–9612, 2021
Nishad Gothoskar, Marco Cusumano-Towner, Ben Zinberg, Matin Ghavamizadeh, Falk Pollok, Austin Gar- rett, Josh Tenenbaum, Dan Gutfreund, and Vikash Mansinghka. 3dp3: 3d scene perception via probabilistic programming.Advances in Neural Information Processing Systems, 34:9600–9612, 2021
2021
-
[79]
Gen: a general- purpose probabilistic programming system with programmable inference
Marco F Cusumano-Towner, Feras A Saad, Alexander K Lew, and Vikash K Mansinghka. Gen: a general- purpose probabilistic programming system with programmable inference. InProceedings of the 40th acm sigplan conference on programming language design and implementation, pages 221–236, 2019. 41 Probabilistic Structure Integration Stanford NeuroAI Lab
2019
-
[80]
Lionel Wong, Gabriel Grand, Alexander K Lew, Noah D Goodman, Vikash K Mansinghka, Jacob Andreas, and Joshua B Tenenbaum. From word models to world models: Translating from natural language to the probabilistic language of thought.arXiv preprint arXiv:2306.12672, 2023
Pith/arXiv arXiv 2023
-
[81]
Lionel Wong, Katherine M Collins, Lance Ying, Cedegao E Zhang, Adrian Weller, Tobias Gersternberg, Timothy O’Donnell, Alexander K Lew, Jacob D Andreas, Joshua B Tenenbaum, et al. Modeling open-world cognition as on-demand synthesis of probabilistic models.arXiv preprint arXiv:2507.12547, 2025
Pith/arXiv arXiv 2025
-
[82]
Oxford University Press, 2007
Tim Maudlin.The metaphysics within physics. Oxford University Press, 2007
2007
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.