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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [§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
- [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'
- [§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)
- [§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.
- [§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.
- [§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.
- [§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.
- [§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.
- [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.
- [§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
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
free parameters (5)
- Transition length M (eight VAE spherical-interpolation frames) =
M=8 frames
- 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.
- Bidirectional/causal fine-tune schedules and LRs =
30k steps; 40-step inference
- Causal block size / block count =
N=7 blocks × 3 latent frames
- Region weights in VLM evaluator aggregation =
0.5 / 0.5 / 1.0 on pre / event / post
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.
- domain assumption Ego4D narrations filtered to discrete, visually completable first-person actions are valid proxies for wearable trigger events.
- domain assumption Fabricated non-occurring events paired with edits are sufficient supervision for false-trigger restraint.
- 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.
- 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.
invented entities (3)
-
Event-triggered V2V task (prompt form if X then Y with pre-event identity constraint)
independent evidence
-
106K event-triggered clip–prompt dataset (positive, fabricated-negative, multi-event)
-
Event-aware evaluation protocol (pre / event / post decomposition + negative robustness)
independent evidence
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 from the paper (7 more)
Reference graph
Works this paper leans on
-
[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]
Advances in Neural Information Processing Systems , pages =
Improved Distribution Matching Distillation for Fast Image Synthesis , author =. Advances in Neural Information Processing Systems , pages =
-
[3]
International Conference on Learning Representations , pages =
Pyramidal Flow Matching for Efficient Video Generative Modeling , author =. International Conference on Learning Representations , pages =
-
[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]
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]
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]
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]
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
-
[9]
arXiv preprint arXiv:2511.21631 , year=
Qwen3-vl technical report , author=. arXiv preprint arXiv:2511.21631 , year=
-
[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=
-
[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=
-
[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=
2023
-
[13]
EasyV2V: A High-quality Instruction-based Video Editing Framework , author=
-
[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=
2017
-
[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=
-
[16]
Yaron Lipman and Ricky T. Q. Chen and Heli Ben. Flow Matching for Generative Modeling , booktitle =
-
[17]
William Peebles and Saining Xie , title =
-
[18]
Zhenghao Zhang and Zuozhuo Dai and Long Qin and Weizhi Wang , year =
-
[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 =
-
[20]
Qin, Bosheng and Li, Juncheng and Tang, Siliang and Chua, Tat-Seng and Zhuang, Yueting , booktitle =
-
[21]
Ku, Max and Wei, Cong and Ren, Weiming and Yang, Harry and Chen, Wenhu , journal =
-
[22]
arXiv , year =
Zero-Shot Video Editing Using Off-The-Shelf Image Diffusion Models , author =. arXiv , year =
-
[23]
Singer, Uriel and Zohar, Amit and Kirstain, Yuval and Sheynin, Shelly and Polyak, Adam and Parikh, Devi and Taigman, Yaniv , journal =
-
[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 =
-
[25]
Wu, Yuhui and Chen, Liyi and Li, Ruibin and Wang, Shihao and Xie, Chenxi and Zhang, Lei , journal =
-
[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 =
-
[27]
2025 , archiveprefix =
Movie Gen: A Cast of Media Foundation Models , author =. 2025 , archiveprefix =
2025
-
[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...
-
[29]
OpenAI Team , year =
-
[30]
2024 , journal =
Consistent Video-to-Video Transfer Using Synthetic Dataset , author =. 2024 , journal =
2024
-
[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 =
-
[32]
Jaehong Yoon and Shoubin Yu and Mohit Bansal , year =
-
[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 =
-
[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...
-
[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 =
-
[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 =
-
[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 =
-
[38]
CVPR , year =
Generative Video Propagation , author =. CVPR , year =
-
[39]
Ahmet Berke Gokmen and Yigit Ekin and Bahri Batuhan Bilecen and Aysegul Dundar , year =
-
[40]
Lucy Edit: Open-Weight Text-Guided Video Editing , author =
-
[41]
Chenyang Qi and Xiaodong Cun and Yong Zhang and Chenyang Lei and Xintao Wang and Ying Shan and Qifeng Chen , year =
-
[42]
CVPR , year =
Liu, Shaoteng and Zhang, Yuechen and Li, Wenbo and Lin, Zhe and Jia, Jiaya , title =. CVPR , year =
-
[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 =
-
[44]
Ju, Xuan and Zeng, Ailing and Bian, Yuxuan and Liu, Shaoteng and Xu, Qiang , journal =
-
[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 =
-
[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 =
-
[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 =
-
[48]
2024 , url =
Video generation models as world simulators , author =. 2024 , url =
2024
-
[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 =
-
[50]
GitHub repository , howpublished =
Mochi 1 , author =. GitHub repository , howpublished =. 2024 , publisher =
2024
-
[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 =
-
[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...
-
[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...
-
[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...
-
[55]
CVPR , year =
Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn , title =. CVPR , year =
-
[56]
2024 , howpublished =
Black Forest Labs , title =. 2024 , howpublished =
2024
-
[57]
Imagen-Team-Google , year =
-
[58]
ICCV , year =
Adding Conditional Control to Text-to-Image Diffusion Models , author =. ICCV , year =
-
[59]
Jiang, Zeyinzi and Han, Zhen and Mao, Chaojie and Zhang, Jingfeng and Pan, Yulin and Liu, Yu , booktitle =
-
[60]
Kulikov, Vladimir and Kleiner, Matan and Huberman-Spiegelglas, Inbar and Michaeli, Tomer , journal =
-
[61]
TMLR , year =
Paul Couairon and Cl. TMLR , year =
-
[62]
Brooks, Tim and Holynski, Aleksander and Efros, Alexei A , journal =
-
[63]
arXiv , year =
Prompt-to-prompt image editing with cross attention control , author =. arXiv , year =
-
[64]
ICCV , year =
Cao, Mingdeng and Wang, Xintao and Qi, Zhongang and Shan, Ying and Qie, Xiaohu and Zheng, Yinqiang , title =. ICCV , year =
-
[65]
Kai Zhang and Lingbo Mo and Wenhu Chen and Huan Sun and Yu Su , booktitle =
-
[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 =
-
[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 =
-
[68]
CVPR , year =
Emu Edit: Precise Image Editing via Recognition and Generation Tasks , author =. CVPR , year =
-
[69]
Wei, Cong and Xiong, Zheyang and Ren, Weiming and Du, Xinrun and Zhang, Ge and Chen, Wenhu , booktitle =
-
[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 =
-
[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 =
-
[72]
Zechuan Zhang and Ji Xie and Yu Lu and Zongxin Yang and Yi Yang , journal =
-
[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 =
-
[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...
-
[75]
Ge, Yuying and Zhao, Sijie and Li, Chen and Ge, Yixiao and Shan, Ying , journal =
-
[76]
Yang, Ling and Zeng, Bohan and Liu, Jiaming and Li, Hong and Xu, Minghao and Zhang, Wentao and Yan, Shuicheng , journal =
-
[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
-
[78]
arXiv , year =
Reconstruction Alignment Improves Unified Multimodal Models , author =. arXiv , year =
-
[79]
TOG , year =
Magic fixup: Streamlining photo editing by watching dynamic videos , author =. TOG , year =
-
[80]
arXiv , year =
Recognize Anything: A Strong Image Tagging Model , author =. arXiv , year =
-
[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 =
-
[82]
Zi, Bojia and Peng, Weixuan and Qi, Xianbiao and Wang, Jianan and Zhao, Shihao and Xiao, Rong and Wong, Kam-Fai , journal =
-
[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...
-
[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 =
-
[85]
Yuhan Wang and Siwei Yang and Bingchen Zhao and Letian Zhang and Qing Liu and Yuyin Zhou and Cihang Xie , year =
-
[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 =
2022
-
[87]
arXiv , year=
Scaling Instruction-Based Video Editing with a High-Quality Synthetic Dataset , author=. arXiv , year=
-
[88]
Cong, Xiaoyan and others , booktitle=
-
[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 =
-
[90]
CVPR , year =
Yatim, Danah and Fridman, Rafail and Bar-Tal, Omer and Kasten, Yoni and Dekel, Tali , title =. CVPR , year =
-
[91]
arXiv preprint arXiv:1711.05101 , year=
Decoupled weight decay regularization , author=. arXiv preprint arXiv:1711.05101 , year=
-
[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=
-
[93]
International conference on machine learning , pages=
Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=
2021
-
[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=
-
[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=
-
[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=
-
[97]
arXiv preprint arXiv:2207.12598 , year=
Classifier-free diffusion guidance , author=. arXiv preprint arXiv:2207.12598 , year=
-
[98]
arXiv preprint arXiv:2505.20275 , year=
Imgedit: A unified image editing dataset and benchmark , author=. arXiv preprint arXiv:2505.20275 , year=
-
[99]
arXiv preprint arXiv:2503.19786 , year=
Gemma 3 technical report , author=. arXiv preprint arXiv:2503.19786 , year=
-
[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=
-
[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=
-
[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 =
-
[103]
2026 , eprint =
Walk through Paintings: Egocentric World Models from Internet Priors , author =. 2026 , eprint =
2026
-
[104]
2603.27449 , archiveprefix =
Gao, Quankai and Yang, Jiawei and Xu, Qiangeng and Chen, Le and Wang, Yue , year =. 2603.27449 , archiveprefix =
-
[105]
2026 , eprint =
Generated Reality: Human-centric World Simulation using Interactive Video Generation with Hand and Camera Control , author =. 2026 , eprint =
2026
-
[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 =
-
[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 =
-
[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 =
-
[109]
2026 , eprint =
Streaming Video Instruction Tuning , author =. 2026 , eprint =
2026
-
[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 =
-
[111]
2601.14724 , archiveprefix =
Zhang, Haowei and Yang, Shudong and Fu, Jinlan and Ng, See-Kiong and Qiu, Xipeng , year =. 2601.14724 , archiveprefix =
-
[112]
2025 , eprint =
Streaming Video Understanding and Multi-round Interaction with Memory-enhanced Knowledge , author =. 2025 , eprint =
2025
-
[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 =
-
[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 =
Reviewed July 31, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.