Pith. sign in

REVIEW 3 major objections 7 minor 114 references

EgoPlay: Event-Triggered Video Editing for Egocentric Streams

T0 review · 3 major / 7 minor · reviewed 2026-07-31 · grok-4.5

Pith's one-line read A single video editor can detect a first-person trigger, leave earlier frames alone, and apply the edit only afterward—without a separate detector.

desk verdict Real task + data + protocol for event-triggered egocentric editing; headline Ego4D ranking is useful but partly judge-coupled and weaker on negatives. read the letter →

arxiv 2607.24560 v1 pith:DIKIBC43 submitted 2026-07-27 cs.CV cs.AI

classification cs.CVcs.AI
keywords videoeditingegocentricevent-triggereddiffusionmodelsstreamingaugmentedrealityvideo-to-video
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper argues that wearable, always-on video effects should fire from what the wearer actually does, not from a pre-scripted timeline or a hand-drawn mask. It introduces EgoPlay, which takes a monocular egocentric clip and a rule of the form “when X happens, do Y,” decides whether and when X occurs, copies the pre-event stream unchanged, and synthesizes the edited continuation only after the trigger. The same model is trained to ignore fabricated triggers and to pick the right edit among several event–edit pairs. Supporting this is a large event-conditioned training set built mainly from first-person footage, a bidirectional diffusion editor that learns the joint behavior end-to-end, and a causal chunk-by-chunk variant for streaming. On a new event-aware benchmark that scores pre-event preservation, post-event edit quality, and false-trigger restraint separately, the unified model beats both a strong instruction editor that always edits and a detector-then-edit cascade, while using far less memory than the cascade.

What carries the argument

Event-triggered V2V supervision: positive targets keep the pre-event source, blend a short VAE latent transition at the boundary, then show an edited post-event suffix; negative targets are identical to the source; multi-event prompts mix true and fabricated triggers. A diffusion transformer is fine-tuned on this signal so localization and editing emerge together; a block-causal student with diffusion forcing then enables chunk-by-chunk streaming.

What would settle it

Re-score the same Ego4D four-mode suite with human raters (or a judge proven not to reward false edits on multiple-negative clips) and check whether the unified model still leads the detector–editor cascade and the always-edit baseline on averaged editing quality, visual quality, and background consistency without ground-truth boundaries.

Watch

Extended reading notes

Core claim

Event-triggered egocentric video editing can be learned jointly inside one video-to-video diffusion model: given only pixels and a natural-language “when X, do Y” rule, the model infers the trigger boundary, preserves pre-trigger frames, applies the edit only afterward, and rejects absent or distractor triggers—outperforming both always-on instruction editors and explicit detector–editor pipelines on averaged event-aware metrics without receiving ground-truth timestamps at inference.

Load-bearing premise

The main ranking rests on an automatic video-language judge of temporally split clips being a faithful score of edit timing and false-trigger rejection, even though that judge can still give perfect scores when an edit wrongly appears on a no-trigger clip.

Editorial extensions

If this is right

  • Always-on AR rules such as “when I upturn my palm, add a fireball” can run from a single RGB stream without masks, timestamps, or per-clip scripts.
  • Joint training can replace a resident detector plus editor stack and cut GPU memory by more than half at similar latency.
  • A causal chunked student nearly matches the bidirectional teacher, so offline event-triggered quality can transfer to streamable inference.
  • Negative and multi-event prompt supervision becomes a standard way to teach when not to edit, not only how to edit.
  • Event-aware scoring that splits pre-event, event, and post-event segments becomes the right protocol for this task class.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If joint localization-and-edit training generalizes, the same recipe could condition wearable effects on multi-step routines (open fridge, then grab milk) rather than single completion points.
  • The remaining gap on hard negatives suggests hybrid systems that keep a cheap rejector only for high-stakes no-edit cases while generating with the unified model on positives.
  • Eviction-aware causal training called out for long streams is the natural bridge from five-second clips to all-day first-person capture.
  • Smooth learned transitions at the trigger may matter as much for user comfort in AR as raw edit fidelity.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 7 minor

Summary. The paper introduces event-triggered video-to-video editing for egocentric streams: given a prompt of the form "when X happens, do Y," the model must infer whether/when X occurs from pixels, preserve pre-event frames, and apply edit Y only afterward. The authors build a 106K-pair dataset from Ego4D plus an auxiliary common-video subset using a multi-pass VLM pipeline (positive, fabricated-negative, and multi-event prompts; targets synthesized by running pretrained EgoEdit on post-event segments with VAE-interpolated transition frames), fine-tune a bidirectional diffusion transformer with rectified-flow matching, and derive a causal blockwise variant via diffusion forcing. They propose an event-aware evaluation protocol that decomposes clips at ground-truth boundaries and scores pre/post-event behavior with a blinded Qwen3-VL-30B judge. On the Ego4D benchmark, EgoPlay reports the best four-mode average among non-oracle methods (8.01 vs. 6.99 for a VLM-guided cascade and 6.84 for EgoEdit), corroborated by a 10-participant human preference study on positive samples, an edit-start localization ablation, and an efficiency comparison showing roughly half the cascade's GPU memory.

Significance. If the results hold, this is a useful contribution: it defines a genuinely new task (trigger-conditioned temporal restraint in generative editing), ships a 106K-pair dataset with positive/fabricated-negative/multi-event modes, provides an event-aware evaluation protocol, and demonstrates a causal streamable variant that stays close to the bidirectional teacher in scored quality. The promised public release of the benchmark, prompts, and scoring protocol, plus the honest documentation of evaluator failures (Appendix A.1/Fig. 7) and of the auxiliary-split ranking inversion, are real strengths that make the work falsifiable and re-scorable as better judges appear. The significance is somewhat bounded by reliance on the proprietary EgoEdit backbone (no weight release) and by the evaluation-instrument concerns above.

major comments (3)
  1. [§4.1, §F.2, §C.3, Table 1] §C.3 vs. §4.1/§F.2 (Table 1): the generated training pairs were filtered by Qwen3-VL-235B on 'editing quality, visual quality, and background consistency' — the same three criteria, from the same model family, as the Qwen3-VL-30B-A3B evaluator that produces the entire Table 1 ranking. EgoPlay was therefore trained on data selected to maximize the exact judge metrics on which it is later ranked, while neither baseline was. This is not definitional circularity, but it is a correctness risk for the central claim: part of the +17.7%/16.9%/16.4% margins could be judge-family alignment rather than method superiority. The human study (Table 3) mitigates this only for positive modes. A concrete fix: re-score the Table 1 outputs with a judge from a different model family (e.g., a Gemini- or GPT-class video model), or human-score a stratified subsample covering all four modes, and report whether t
  2. [Appendix A.1, Fig. 7, Table 1 (negative rows)] The paper's own Appendix A.1/Fig. 7 documents the evaluator awarding 9/9 when both EgoPlay variants hallucinate the conditioned edit on a multiple-negative sample. This matters quantitatively, not just qualitatively: negative modes constitute half of the four-mode average, and the VLM-guided cascade's 8.99 negative scores are judge-proof by construction (it copies the source, which any judge scores perfectly), whereas EgoPlay's 8.33/8.14 negative scores are exposed to exactly this false-positive failure. The documented failure mode therefore asymmetrically inflates EgoPlay's averaged score. The authors should quantify the judge's false-positive rate on negative samples (e.g., a human audit of all 300 negative-mode outputs, or at least a subsample) and report corrected negative-mode and averaged scores, or bounds on the correction. This is load-bearing for the 'best averaged performance'
  3. [§B.1, Table 6 vs. §4.2] Table 6 shows the four-mode averaged ranking inverting on the auxiliary common-video split: VLM-guided 7.14 vs. EgoPlay 6.76 (and EgoPlay-Causal 6.29). The inversion is driven by negative modes, where copy-the-source behavior dominates under equal mode weighting. The headline 'best averaged event-triggered performance' is thus benchmark- and weighting-dependent, and the main text (§4.2, abstract, conclusion) does not disclose this — the auxiliary split is deferred to the supplement with the statement that results 'do not change the main conclusion.' Given that the equal weighting of positive and negative modes is a design choice of the authors' own protocol, the main text should (a) acknowledge the auxiliary-split inversion explicitly, and (b) justify the mode weighting or report sensitivity (e.g., positive-only average, where EgoPlay's lead is robust across both splits).
minor comments (7)
  1. [§4.5, Table 5] Table 5: the efficiency comparison is measured on a single positive sample ('averaged over multiple inference runs' of one clip). Latency and memory across a benchmark sample would be more convincing. Also clarify whether the cascade's 102.98 GB is intrinsic or an artifact of keeping the 8B VLM resident without offloading — the 'less than half' memory claim depends on this implementation choice.
  2. [§4.3, Table 3] The human study covers only 30 positive samples drawn from just 5 source videos, with 10 participants. It corroborates the positive-mode ranking but says nothing about negative modes, which is precisely where the VLM judge is least trustworthy. At minimum this scope limitation should be stated alongside Table 3.
  3. [§1, §4.5, Table 4] Table 4: EgoPlay-Causal's Acc@0.1 is 10.0 vs. 45.5 for the bidirectional model. The introduction's claim that the causal variant 'nearly matches' the bidirectional one should be explicitly qualified as referring to editing-quality scores, not edit-start timing, since the timing gap is large.
  4. [§3.1, Eq. (2)] Eq. (2) and §3.1: the transition length M is used in Eq. (2) but only given a value (8 frames, via Qwen-Image-2512 VAE spherical interpolation) in §C.3. Please state M=8 at first use in §3.1.
  5. [§4.4, Table 2] Table 2: EgoPlay slightly underperforms the EgoEdit backbone on standard event-free editing (7.60 vs. 7.76 VLM on EgoEditBench; TC 94.92 vs. 96.70). A sentence acknowledging this small regression from event-triggered fine-tuning would improve completeness.
  6. [Figures 4, 5, 8] Fig. 4, 5, 8: the prompt text in the qualitative figures is very small and partially garbled in places (e.g., 'sink s metal grate', '3D printer s white casing' — dropped apostrophes). Please increase font size and fix the text rendering.
  7. [§D.3, §F.2] §D.3: VLM totals are reported from a single run with ~±0.2 variation; given that several Table 1 margins (e.g., negative modes) are within a few tenths, single-run scoring noise should be quantified for the main table as well, e.g., by repeating the judge with different seeds/sampling and reporting variance.

Circularity Check

0 steps flagged · score 1.0 of 10

No derivation-chain circularity: EgoPlay is an empirical fine-tune with held-out benchmarks; synthetic EgoEdit targets and same-family VLM judging are methodological coupling, not self-definitional reduction.

full rationale

This is an empirical systems paper, not a first-principles derivation. The central claim is that a single end-to-end model fine-tuned on event-triggered pairs outperforms (i) the instruction editor EgoEdit and (ii) a VLM detector–editor cascade on a held-out Ego4D event-mode split, with supporting human preference and external-editor spot checks. Positive targets T+ are synthesized by running pretrained EgoEdit on post-event segments plus VAE blends (Sec. 3.1, Eqs. 1–2); EgoPlay is initialized from EgoEdit and trained to map event-conditioned prompts to those targets, including negatives T−=S and multi-event compositions. That is standard synthetic-supervision / teacher initialization, not a claim that a fitted parameter predicts a quantity forced by the fit. At inference the model receives no event timestamp and must localize triggers from pixels; Table 1, the human study (Table 3), edit-start Acc@r (Table 4), and Ditto/VIVA/Runway checks are external comparisons, not rearrangements of the training objective. Same-family VLM filtering of training pairs (App. C.3) and VLM evaluation (App. A.1) raise judge-alignment and validity concerns, but they do not make the reported ranking equal to its inputs by construction—the paper even documents judge failures that hurt its own negative-mode story. No uniqueness theorem, ansatz-via-self-citation, or renamed known law carries the result. Score 1 only for mild self-lineage (EgoEdit backbone and authors) that is not load-bearing for a forced identity.

Assumptions & free parameters 5 free parameters · 5 assumptions · 3 invented entities

The central ranking rests on synthetic event-triggered supervision, frozen teacher editing quality, VLM curation/evaluation, and standard diffusion training choices—not on a closed-form theory. Free parameters are training/inference hyperparameters and data-construction constants; axioms are domain assumptions about Ego4D triggers and judge validity; invented entities are task/dataset constructs rather than physical objects.

free parameters (5)
  • Transition length M (eight VAE spherical-interpolation frames) = M=8 frames
    Chosen in data synthesis to avoid hard cuts; shapes the learned soft edit onset the model is rewarded for reproducing.
  • Quality-filter thresholds (aesthetic, DOVER, blur, VMAF motion, brightness, saturation, jitter, LPIPS) = e.g. aesthetic>3.5, DOVER>0.3, blur mean<6.4, motion<20, brightness[60,130], etc.
    Hand-set gates that determine which Ego4D clips enter the 106K set and thus the learned trigger distribution.
  • Bidirectional/causal fine-tune schedules and LRs = 30k steps; 40-step inference
    30k steps, LR 3e-5 (bi) / 1e-5 (causal), EMA 0.9999, 40 denoising steps—standard but claim-dependent training knobs.
  • Causal block size / block count = N=7 blocks × 3 latent frames
    21 latent frames split into 7 blocks of 3; defines streaming granularity and attention mask.
  • Region weights in VLM evaluator aggregation = 0.5 / 0.5 / 1.0 on pre / event / post
    Positive samples weight pre-event and event preservation at half and post-event at full; changes the headline total.
assumptions (5)
  • domain assumption Rectified-flow / diffusion transformer video editing is an adequate substrate for joint implicit event localization and pixel editing without an explicit timestamp input.
    Sec. 3.2 trains only on constructed targets T+/T−; localization is assumed to emerge from the editing objective.
  • domain assumption Ego4D narrations filtered to discrete, visually completable first-person actions are valid proxies for wearable trigger events.
    Sec. 3.1 and Appendix C.1 define the retained event class that the benchmark measures.
  • domain assumption Fabricated non-occurring events paired with edits are sufficient supervision for false-trigger restraint.
    Negative and multi-event construction in Sec. 3.1; Table 1 negative modes test this.
  • ad hoc to paper A larger held-out VLM judge, blinded to trigger text and scored on GT temporal segments, ranks methods in line with human event-triggered preference.
    Sec. 4.1 protocol; partially supported by the human study but contradicted in documented failure cases (Fig. 7).
  • standard math Standard flow-matching / diffusion-forcing mathematics (Lipman et al.; Chen et al.) applies unchanged under channel-wise source conditioning and block-causal masks.
    Eqs. (3)–(4); borrowed training objectives.
invented entities (3)
  • Event-triggered V2V task (prompt form if X then Y with pre-event identity constraint) independent evidence
    purpose: Defines the capability the model and benchmark optimize for.
    Framed as absent from prior editors; operationalized via dataset and metrics rather than a new physical object.
  • 106K event-triggered clip–prompt dataset (positive, fabricated-negative, multi-event)
    purpose: Supplies joint supervision for detection, restraint, and editing.
    Constructed artifact; value depends on filter/VLM synthesis choices; benchmark subset to be released.
  • Event-aware evaluation protocol (pre / event / post decomposition + negative robustness) independent evidence
    purpose: Separates timing errors from edit quality and false triggers.
    New measurement design; still relies on VLM scalars 0–3 per axis.

how reviews work

0 comments
Cite this review

Pith. "Pith review of EgoPlay: Event-Triggered Video Editing for Egocentric Streams." pith.science (2026). https://pith.science/paper/DIKIBC43

@misc{pith2026260724560,
  author       = {Pith},
  title        = {Pith review of: EgoPlay: Event-Triggered Video Editing for Egocentric Streams},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DIKIBC43}},
  note         = {Machine review of arXiv:2607.24560}
}
read the original abstract

We introduce EgoPlay, an event-triggered video-to-video editor for egocentric streams, obtained by fine-tuning a pretrained V2V diffusion transformer on event-conditioned data built primarily from Ego4D. Given a monocular video and an event-triggered prompt of the form "when X happens, do Y," EgoPlay infers whether and when event X occurs, preserves pre-event frames, and applies edit Y only to the post-event continuation. Rather than cascading a separate event detector with an editor, EgoPlay learns event recognition, temporal restraint, and pixel-level editing jointly in a single end-to-end model, while also handling negative and multi-event prompts. To support this, we construct a large-scale dataset of 106K event-triggered clip-prompt pairs spanning positive triggers, fabricated-trigger negatives, and multi-event prompts. We then train a bidirectional video diffusion editor with event-triggered supervision and derive a causal variant for chunk-by-chunk streamable inference. We further introduce an event-aware evaluation protocol that separately measures post-trigger editing quality, pre-trigger preservation, and false-trigger robustness. On the Ego4D benchmark, EgoPlay substantially outperforms EgoEdit, the state-of-the-art instruction-based egocentric video editing baseline, with relative gains of 17.7%, 16.9%, and 16.4% in editing quality, visual quality, and background consistency. It also surpasses a VLM-guided detector-editor baseline by 15.7%, 14.5%, and 13.5% on the same metrics, while using less than half the GPU memory.

Figures

Figures reproduced from arXiv: 2607.24560 by the authors.

Figure 1
Figure 1. EgoPlay Event-Triggered video editing. Bidirectional Source Latent Given a source video and a natural￾language instruction, a conventional video editor can ground where to edit, but always applies the edit throughout the clip. In contrast, EgoPlay grounds when to edit from an event-triggered prompt: it preserves frames before the specified event and applies the edit only after the event occurs. of several specified … view at source ↗
Figure 2
Figure 2. Data pipeline. Given raw videos and human-annotated event spans, we (1) filter low-quality clips and curate events with clear completion points, (2) generate event-triggered prompts via a multi-pass VLM that produces positive, negative, and event-free instructions, and (3) synthesize edited targets by applying an event-free edit to the post-event segment and blending with VAE transition frames to achieve a smooth ed… view at source ↗
Figure 3
Figure 3. EgoPlay method. EgoPlay takes a source video and an event￾triggered instruction, jointly infers when the trigger event occurs and what edits to apply with the event. The bidirectional model learns this behavior end-to-end from event-triggered V2V supervision, while the causal variant restricts temporal attention for streamable inference. Architecture. We adapt a pretrained text-to-video diffusion trans￾former (DiT) … view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Qualitative comparison on Ego4D event-triggered video editing. We compare EgoPlay and EgoPlay-Causal against VLM-guided editing and EgoEdit in the single-positive setting. For each example, three frames are shown: before, during (highlighted), and after the edit. Each …
Figure 5
Figure 5. Figure 5: Qualitative comparison across diverse evaluation modes. We evaluate four methods—VLM-guided, EgoEdit, EgoPlay, and EgoPlay-Causal—on four increasingly challenging conditioning scenarios. (V2V Edit) Standard video editing with no temporal trigger. (Single Negative) The …
Figure 6
Figure 6. Figure 6: EgoPlay-Causal-Realtime. We further train a 4-step streaming model with self-forcing for real-time deployment. The model can produce successful event-triggered edits at 16 FPS (top row), but it is less robust than our 40-step causal model and can sometimes begin editin…
Figure 7
Figure 7. Figure 7: Limitation of VLM-based evaluation. A multiple-negative Ego4D sample. The conditioned edit (“transform the paint brush into a cluster of thin, glowing amber vines”) is gated on a fabricated trigger (“once I pick up the photo of the child and place it on the notebook”) …
Figure 8
Figure 8. Figure 8: Qualitative comparison on the auxiliary common-video split (top) and Ego4D (bottom). We compare EgoPlay and EgoPlay-Causal against VLM-guided editing and EgoEdit in the single-positive setting. For each example, three frames are shown: before, during (highlighted), and…
Figure 9
Figure 9. Figure 9: User-study interface. Representative frames from the second single-positive benchmark example populate the interface. The study displayed synchronized reference and output videos rather than still images. Method identities were hidden, and the four outputs were randoml…
Figure 10
Figure 10. Figure 10: Edit-timing annotation interface and learned edit transition. Annotators mark the first edited frame in each predicted video, with the ground￾truth trigger-end as reference. EgoPlay learns a smooth edit transition after the trigger rather than a hard cut, consistent w…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

114 extracted references · 11 linked inside Pith

  1. [1]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =

    One-step Diffusion with Distribution Matching Distillation , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =

  2. [2]

    Advances in Neural Information Processing Systems , pages =

    Improved Distribution Matching Distillation for Fast Image Synthesis , author =. Advances in Neural Information Processing Systems , pages =

  3. [3]

    International Conference on Learning Representations , pages =

    Pyramidal Flow Matching for Efficient Video Generative Modeling , author =. International Conference on Learning Representations , pages =

  4. [4]

    Advances in Neural Information Processing Systems , pages =

    Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion , author =. Advances in Neural Information Processing Systems , pages =

  5. [5]

    Advances in Neural Information Processing Systems , pages =

    Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion , author =. Advances in Neural Information Processing Systems , pages =

  6. [6]

    Forty-third International Conference on Machine Learning , year =

    Causal Forcing: Autoregressive Diffusion Distillation Done Right for High-Quality Real-Time Interactive Video Generation , author =. Forty-third International Conference on Machine Learning , year =

  7. [7]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =

    From Slow Bidirectional to Fast Autoregressive Video Diffusion Models , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages =

  8. [8]

    and Zhang, Hao and Stoica, Ion , title =

    Kwon, Woosuk and Li, Zhuohan and Zhuang, Siyuan and Sheng, Ying and Zheng, Lianmin and Yu, Cody Hao and Gonzalez, Joseph E. and Zhang, Hao and Stoica, Ion , title =. Proceedings of the 29th Symposium on Operating Systems Principles , year =

Show all 114 references
  1. [9]

    arXiv preprint arXiv:2511.21631 , year=

    Qwen3-vl technical report , author=. arXiv preprint arXiv:2511.21631 , year=

  2. [10]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Ego4d: Around the world in 3,000 hours of egocentric video , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  3. [11]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Generic event boundary detection: A benchmark for event segmentation , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  4. [12]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=

    Temporal action localization in the deep learning era: A survey , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2023 , publisher=

  5. [13]

    EasyV2V: A High-quality Instruction-based Video Editing Framework , author=

  6. [14]

    IEEE Transactions on Visualization and Computer Graphics , volume=

    Towards Pervasive Augmented Reality: Context-Awareness in Augmented Reality , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2017 , publisher=

  7. [15]

    Advances in Neural Information Processing Systems , volume=

    Self forcing: Bridging the train-test gap in autoregressive video diffusion , author=. Advances in Neural Information Processing Systems , volume=

  8. [16]

    Yaron Lipman and Ricky T. Q. Chen and Heli Ben. Flow Matching for Generative Modeling , booktitle =

  9. [17]

    William Peebles and Saining Xie , title =

  10. [18]

    Zhenghao Zhang and Zuozhuo Dai and Long Qin and Weizhi Wang , year =

  11. [19]

    Shoubin Yu and Difan Liu and Ziqiao Ma and Yicong Hong and Yang Zhou and Hao Tan and Joyce Chai and Mohit Bansal , year =

  12. [20]

    Qin, Bosheng and Li, Juncheng and Tang, Siliang and Chua, Tat-Seng and Zhuang, Yueting , booktitle =

  13. [21]

    Ku, Max and Wei, Cong and Ren, Weiming and Yang, Harry and Chen, Wenhu , journal =

  14. [22]

    arXiv , year =

    Zero-Shot Video Editing Using Off-The-Shelf Image Diffusion Models , author =. arXiv , year =

  15. [23]

    Singer, Uriel and Zohar, Amit and Kirstain, Yuval and Sheynin, Shelly and Polyak, Adam and Parikh, Devi and Taigman, Yaniv , journal =

  16. [24]

    Chi Zhang and Chengjian Feng and Feng Yan and Qiming Zhang and Mingjin Zhang and Yujie Zhong and Jing Zhang and Lin Ma , year =

  17. [25]

    Wu, Yuhui and Chen, Liyi and Li, Ruibin and Wang, Shihao and Xie, Chenxi and Zhang, Lei , journal =

  18. [26]

    Zixuan Ye and Xuanhua He and Quande Liu and Qiulin Wang and Xintao Wang and Pengfei Wan and Di Zhang and Kun Gai and Qifeng Chen and Wenhan Luo , year =

  19. [27]

    2025 , archiveprefix =

    Movie Gen: A Cast of Media Foundation Models , author =. 2025 , archiveprefix =

  20. [28]

    Black Forest Labs and Stephen Batifol and Andreas Blattmann and Frederic Boesel and Saksham Consul and Cyril Diagne and Tim Dockhorn and Jack English and Zion English and Patrick Esser and Sumith Kulal and Kyle Lacey and Yam Levi and Cheng Li and Dominik Lorenz and Jonas Mülle...

  21. [29]

    OpenAI Team , year =

  22. [30]

    2024 , journal =

    Consistent Video-to-Video Transfer Using Synthetic Dataset , author =. 2024 , journal =

  23. [31]

    Jiahao Hu and Tianxiong Zhong and Xuebo Wang and Boyuan Jiang and Xingye Tian and Fei Yang and Pengfei Wan and Di Zhang , year =

  24. [32]

    Jaehong Yoon and Shoubin Yu and Mohit Bansal , year =

  25. [33]

    Yuwei Fang and Willi Menapace and Aliaksandr Siarohin and Tsai-Shien Chen and Kuan-Chien Wang and Ivan Skorokhodov and Graham Neubig and Sergey Tulyakov , year =

  26. [34]

    Gang Cheng and Xin Gao and Li Hu and Siqi Hu and Mingyang Huang and Chaonan Ji and Ju Li and Dechao Meng and Jinwei Qi and Penchong Qiao and Zhen Shen and Yafei Song and Ke Sun and Linrui Tian and Feng Wang and Guangyuan Wang and Qi Wang and Zhongjian Wang and Jiayu Xiao and S...

  27. [35]

    Jinshu Chen and Xinghui Li and Xu Bai and Tianxiang Ma and Pengze Zhang and Zhuowei Chen and Gen Li and Lijie Liu and Songtao Zhao and Bingchuan Li and Qian He , year =

  28. [36]

    Xuan Ju and Tianyu Wang and Yuqian Zhou and He Zhang and Qing Liu and Nanxuan Zhao and Zhifei Zhang and Yijun Li and Yuanhao Cai and Shaoteng Liu and Daniil Pakhomov and Zhe Lin and Soo Ye Kim and Qiang Xu , year =

  29. [37]

    Chong Mou and Qichao Sun and Yanze Wu and Pengze Zhang and Xinghui Li and Fulong Ye and Songtao Zhao and Qian He , year =

  30. [38]

    CVPR , year =

    Generative Video Propagation , author =. CVPR , year =

  31. [39]

    Ahmet Berke Gokmen and Yigit Ekin and Bahri Batuhan Bilecen and Aysegul Dundar , year =

  32. [40]

    Lucy Edit: Open-Weight Text-Guided Video Editing , author =

  33. [41]

    Chenyang Qi and Xiaodong Cun and Yong Zhang and Chenyang Lei and Xintao Wang and Ying Shan and Qifeng Chen , year =

  34. [42]

    CVPR , year =

    Liu, Shaoteng and Zhang, Yuechen and Li, Wenbo and Lin, Zhe and Jia, Jiaya , title =. CVPR , year =

  35. [43]

    Bojia Zi and Penghui Ruan and Marco Chen and Xianbiao Qi and Shaozhe Hao and Shihao Zhao and Youze Huang and Bin Liang and Rong Xiao and Kam-Fai Wong , booktitle =

  36. [44]

    Ju, Xuan and Zeng, Ailing and Bian, Yuxuan and Liu, Shaoteng and Xu, Qiang , journal =

  37. [45]

    Xuan Ju and Weicai Ye and Quande Liu and Qiulin Wang and Xintao Wang and Pengfei Wan and Di Zhang and Kun Gai and Qiang Xu , year =

  38. [46]

    Cai, Qi and Chen, Jingwen and Chen, Yang and Li, Yehao and Long, Fuchen and Pan, Yingwei and Qiu, Zhaofan and Zhang, Yiheng and Gao, Fengbin and Xu, Peihan and others , journal =

  39. [47]

    Chunting Zhou and Lili Yu and Arun Babu and Kushal Tirumala and Michihiro Yasunaga and Leonid Shamis and Jacob Kahn and Xuezhe Ma and Luke Zettlemoyer and Omer Levy , year =

  40. [48]

    2024 , url =

    Video generation models as world simulators , author =. 2024 , url =

  41. [49]

    Kong, Weijie and Tian, Qi and Zhang, Zijian and Min, Rox and Dai, Zuozhuo and Zhou, Jin and Xiong, Jiangfeng and Li, Xin and Wu, Bo and Zhang, Jianwei and others , journal =

  42. [50]

    GitHub repository , howpublished =

    Mochi 1 , author =. GitHub repository , howpublished =. 2024 , publisher =

  43. [51]

    Yang, Zhuoyi and Teng, Jiayan and Zheng, Wendi and Ding, Ming and Huang, Shiyu and Xu, Jiazheng and Yang, Yuanming and Hong, Wenyi and Zhang, Xiaohan and Feng, Guanyu and others , journal =

  44. [52]

    Team Wan and Ang Wang and Baole Ai and Bin Wen and Chaojie Mao and Chen-Wei Xie and Di Chen and Feiwu Yu and Haiming Zhao and Jianxiao Yang and Jianyuan Zeng and Jiayu Wang and Jingfeng Zhang and Jingren Zhou and Jinkai Wang and Jixuan Chen and Kai Zhu and Kang Zhao and Keyu Y...

  45. [53]

    Yu Gao and Lixue Gong and Qiushan Guo and Xiaoxia Hou and Zhichao Lai and Fanshi Li and Liang Li and Xiaochen Lian and Chao Liao and Liyang Liu and Wei Liu and Yichun Shi and Shiqi Sun and Yu Tian and Zhi Tian and Peng Wang and Rui Wang and Xuanda Wang and Xun Wang and Ye Wang...

  46. [54]

    Team Seedream and : and Yunpeng Chen and Yu Gao and Lixue Gong and Meng Guo and Qiushan Guo and Zhiyao Guo and Xiaoxia Hou and Weilin Huang and Yixuan Huang and Xiaowen Jian and Huafeng Kuang and Zhichao Lai and Fanshi Li and Liang Li and Xiaochen Lian and Chao Liao and Liyang...

  47. [55]

    CVPR , year =

    Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn , title =. CVPR , year =

  48. [56]

    2024 , howpublished =

    Black Forest Labs , title =. 2024 , howpublished =

  49. [57]

    Imagen-Team-Google , year =

  50. [58]

    ICCV , year =

    Adding Conditional Control to Text-to-Image Diffusion Models , author =. ICCV , year =

  51. [59]

    Jiang, Zeyinzi and Han, Zhen and Mao, Chaojie and Zhang, Jingfeng and Pan, Yulin and Liu, Yu , booktitle =

  52. [60]

    Kulikov, Vladimir and Kleiner, Matan and Huberman-Spiegelglas, Inbar and Michaeli, Tomer , journal =

  53. [61]

    TMLR , year =

    Paul Couairon and Cl. TMLR , year =

  54. [62]

    Brooks, Tim and Holynski, Aleksander and Efros, Alexei A , journal =

  55. [63]

    arXiv , year =

    Prompt-to-prompt image editing with cross attention control , author =. arXiv , year =

  56. [64]

    ICCV , year =

    Cao, Mingdeng and Wang, Xintao and Qi, Zhongang and Shan, Ying and Qie, Xiaohu and Zheng, Yinqiang , title =. ICCV , year =

  57. [65]

    Kai Zhang and Lingbo Mo and Wenhu Chen and Huan Sun and Yu Su , booktitle =

  58. [66]

    Haozhe Zhao and Xiaojian Ma and Liang Chen and Shuzheng Si and Rujie Wu and Kaikai An and Peiyu Yu and Minjia Zhang and Qing Li and Baobao Chang , booktitle =

  59. [67]

    Hui, Mude and Yang, Siwei and Zhao, Bingchen and Shi, Yichun and Wang, Heng and Wang, Peng and Zhou, Yuyin and Xie, Cihang , journal =

  60. [68]

    CVPR , year =

    Emu Edit: Precise Image Editing via Recognition and Generation Tasks , author =. CVPR , year =

  61. [69]

    Wei, Cong and Xiong, Zheyang and Ren, Weiming and Du, Xinrun and Zhang, Ge and Chen, Wenhu , booktitle =

  62. [70]

    Qifan Yu and Wei Chow and Zhongqi Yue and Kaihang Pan and Yang Wu and Xiaoyang Wan and Juncheng Li and Siliang Tang and Hanwang Zhang and Yueting Zhuang , booktitle =

  63. [71]

    Shitao Xiao and Yueze Wang and Junjie Zhou and Huaying Yuan and Xingrun Xing and Ruiran Yan and Chaofan Li and Shuting Wang and Tiejun Huang and Zheng Liu , booktitle =

  64. [72]

    Zechuan Zhang and Ji Xie and Yu Lu and Zongxin Yang and Yi Yang , journal =

  65. [73]

    Bin Xia and Bohao Peng and Yuechen Zhang and Junjia Huang and Jiyang Liu and Jingyao Li and Haoru Tan and Sitong Wu and Chengyao Wang and Yitong Wang and Xinglong Wu and Bei Yu and Jiaya Jia , journal =

  66. [74]

    2508.02324 , archiveprefix =

    Wu, Chenfei and Li, Jiahao and Zhou, Jingren and Lin, Junyang and Gao, Kaiyuan and Yan, Kun and Yin, Sheng-ming and Bai, Shuai and Xu, Xiao and Chen, Yilei and Chen, Yuxiang and Tang, Zecheng and Zhang, Zekai and Wang, Zhengyi and Yang, An and Yu, Bowen and Cheng, Chen and Liu...

  67. [75]

    Ge, Yuying and Zhao, Sijie and Li, Chen and Ge, Yixiao and Shan, Ying , journal =

  68. [76]

    Yang, Ling and Zeng, Bohan and Liu, Jiaming and Li, Hong and Xu, Minghao and Zhang, Wentao and Yan, Shuicheng , journal =

  69. [77]

    Emerging Properties in Unified Multimodal Pretraining: The

    Chaorui Deng and Deyao Zhu and Kunchang Li and Chenhui Gou and Feng Li , journal =. Emerging Properties in Unified Multimodal Pretraining: The

  70. [78]

    arXiv , year =

    Reconstruction Alignment Improves Unified Multimodal Models , author =. arXiv , year =

  71. [79]

    TOG , year =

    Magic fixup: Streamlining photo editing by watching dynamic videos , author =. TOG , year =

  72. [80]

    arXiv , year =

    Recognize Anything: A Strong Image Tagging Model , author =. arXiv , year =

  73. [81]

    arXiv , year =

    Ravi, Nikhila and Gabeur, Valentin and Hu, Yuan-Ting and Hu, Ronghang and Ryali, Chaitanya and Ma, Tengyu and Khedr, Haitham and R. arXiv , year =

  74. [82]

    Zi, Bojia and Peng, Weixuan and Qi, Xianbiao and Wang, Jianan and Zhao, Shihao and Xiao, Rong and Wong, Kam-Fai , journal =

  75. [83]

    Shuai Bai and Keqin Chen and Xuejing Liu and Jialin Wang and Wenbin Ge and Sibo Song and Kai Dang and Peng Wang and Shijie Wang and Jun Tang and Humen Zhong and Yuanzhi Zhu and Mingkun Yang and Zhaohai Li and Jianqiang Wan and Pengfei Wang and Wei Ding and Zheren Fu and Yiheng...

  76. [84]

    Yang, An and Li, Anfeng and Yang, Baosong and Zhang, Beichen and Hui, Binyuan and Zheng, Bo and Yu, Bowen and Gao, Chang and Huang, Chengen and Lv, Chenxu and others , journal =

  77. [85]

    Yuhan Wang and Siwei Yang and Bingchen Zhao and Letian Zhang and Qing Liu and Yuyin Zhou and Cihang Xie , year =

  78. [86]

    Edward J Hu and Yelong Shen and Phillip Wallis and Zeyuan Allen-Zhu and Yuanzhi Li and Shean Wang and Lu Wang and Weizhu Chen , booktitle =. Lo. 2022 , url =

  79. [87]

    arXiv , year=

    Scaling Instruction-Based Video Editing with a High-Quality Synthetic Dataset , author=. arXiv , year=

  80. [88]

    Cong, Xiaoyan and others , booktitle=

  81. [89]

    and Yuan, Zehuan and Wu, Xinglong , title =

    Qu, Liao and Zhang, Huichao and Liu, Yiheng and Wang, Xu and Jiang, Yi and Gao, Yiming and Ye, Hu and Du, Daniel K. and Yuan, Zehuan and Wu, Xinglong , title =. CVPR , year =

  82. [90]

    CVPR , year =

    Yatim, Danah and Fridman, Rafail and Bar-Tal, Omer and Kasten, Yoni and Dekel, Tali , title =. CVPR , year =

  83. [91]

    arXiv preprint arXiv:1711.05101 , year=

    Decoupled weight decay regularization , author=. arXiv preprint arXiv:1711.05101 , year=

  84. [92]

    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=

  85. [93]

    International conference on machine learning , pages=

    Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=

  86. [94]

    arXiv preprint arXiv:2307.06942 , year=

    Internvid: A large-scale video-text dataset for multimodal understanding and generation , author=. arXiv preprint arXiv:2307.06942 , year=

  87. [95]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Emerging properties in self-supervised vision transformers , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  88. [96]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Mind the time: Temporally-controlled multi-event video generation , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  89. [97]

    arXiv preprint arXiv:2207.12598 , year=

    Classifier-free diffusion guidance , author=. arXiv preprint arXiv:2207.12598 , year=

  90. [98]

    arXiv preprint arXiv:2505.20275 , year=

    Imgedit: A unified image editing dataset and benchmark , author=. arXiv preprint arXiv:2505.20275 , year=

  91. [99]

    arXiv preprint arXiv:2503.19786 , year=

    Gemma 3 technical report , author=. arXiv preprint arXiv:2503.19786 , year=

  92. [100]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Vbench: Comprehensive benchmark suite for video generative models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  93. [101]

    arXiv preprint arXiv:2510.14648 , year=

    In-context learning with unpaired clips for instruction-based video editing , author=. arXiv preprint arXiv:2510.14648 , year=

  94. [102]

    2506.09995 , archiveprefix =

    Tu, Yuanpeng and Luo, Hao and Chen, Xi and Bai, Xiang and Wang, Fan and Zhao, Hengshuang , year =. 2506.09995 , archiveprefix =

  95. [103]

    2026 , eprint =

    Walk through Paintings: Egocentric World Models from Internet Priors , author =. 2026 , eprint =

  96. [104]

    2603.27449 , archiveprefix =

    Gao, Quankai and Yang, Jiawei and Xu, Qiangeng and Chen, Le and Wang, Yue , year =. 2603.27449 , archiveprefix =

  97. [105]

    2026 , eprint =

    Generated Reality: Human-centric World Simulation using Interactive Video Generation with Hand and Camera Control , author =. 2026 , eprint =

  98. [106]

    2512.22808 , archiveprefix =

    Zhang, Libo and Li, Zekun and Li, Tianyu and Cao, Zeyu and Xu, Rui and Long, Xiaoxiao and Wang, Wenjia and Wang, Jingbo and Liu, Yuan and Wang, Wenping and Zhou, Daquan and Komura, Taku and Dou, Zhiyang , year =. 2512.22808 , archiveprefix =

  99. [107]

    2604.05621 , archiveprefix =

    Delitzas, Alexandros and Zhang, Chenyangguang and Gavryushin, Alexey and Di Mario, Tommaso and Sun, Boyang and Dabral, Rishabh and Guibas, Leonidas and Theobalt, Christian and Pollefeys, Marc and Engelmann, Francis and Barath, Daniel , year =. 2604.05621 , archiveprefix =

  100. [108]

    2510.09608 , archiveprefix =

    Xu, Ruyi and Xiao, Guangxuan and Chen, Yukang and He, Liuning and Peng, Kelly and Lu, Yao and Han, Song , year =. 2510.09608 , archiveprefix =

  101. [109]

    2026 , eprint =

    Streaming Video Instruction Tuning , author =. 2026 , eprint =

  102. [110]

    2503.06220 , archiveprefix =

    Ding, Xin and Wu, Hao and Yang, Yifan and Jiang, Shiqi and Bai, Donglin and Chen, Zhibo and Cao, Ting , year =. 2503.06220 , archiveprefix =

  103. [111]

    2601.14724 , archiveprefix =

    Zhang, Haowei and Yang, Shudong and Fu, Jinlan and Ng, See-Kiong and Qiu, Xipeng , year =. 2601.14724 , archiveprefix =

  104. [112]

    2025 , eprint =

    Streaming Video Understanding and Multi-round Interaction with Memory-enhanced Knowledge , author =. 2025 , eprint =

  105. [113]

    2509.24871 , archiveprefix =

    Zeng, Xiangyu and Qiu, Kefan and Zhang, Qingyu and Li, Xinhao and Wang, Jing and Li, Jiaxin and Yan, Ziang and Tian, Kun and Tian, Meng and Zhao, Xinhai and Wang, Yi and Wang, Limin , year =. 2509.24871 , archiveprefix =

  106. [114]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =

    EgoEdit: Dataset, Real-Time Streaming Model, and Benchmark for Egocentric Video Editing , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =. 2512.06065 , archiveprefix =

Pith tools

Reviewed July 31, 2026 · model on record in the stance chip above.