REVIEW 3 major objections 7 minor 104 references
Reviewed by Pith at T0; open to challenge.
T0 means a machine referee read the full paper against a public rubric. The mark states how deep the mechanical check went, never who wrote it. the ladder, T0–T4 →
T0 review · glm-5.2
Diffusion model beats specialized methods at three event-camera tasks
2026-07-10 01:27 UTC pith:IAWVFIWH
load-bearing objection Solid practical paper. The zero-shot interpolation result is the real finding; the long-horizon stability mechanisms are modest in quantitative impact but visually meaningful. the 3 major comments →
LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The key finding is that the primary obstacle to long-horizon event-based video generation is not the quality of individual frames but the accumulation of errors across autoregressive chunks, and that this accumulation can be controlled through two complementary mechanisms. First, the train-inference gap — where models condition on ground-truth context during training but on their own predictions during inference — can be closed by iteratively fine-tuning on the model's own outputs (Autoregressive Unrolling). Second, the decision of when to refresh context during generation can be made dynamically by measuring how much attention current tokens pay to context tokens, using a fixed threshold as
What carries the argument
Autoregressive Unrolling, Adaptive Context Switching, Reencoding Alignment, Cross Residual Correction
Load-bearing premise
The method's long-horizon stability rests on the assumption that the average attention weight between current and context tokens reliably indicates whether the model is drifting. The threshold for triggering a context refresh is set to 0.05 without sensitivity analysis, so if attention patterns do not actually correlate with drift risk, the mechanism either fires too often or too rarely.
What would settle it
Replace the attention-weight-based Adaptive Context Switching with a random or fixed-schedule context refresh of equal frequency; if long-horizon stability is comparable, the attention proxy is not doing the work the paper attributes to it.
If this is right
- If attention-based context switching reliably detects drift, the same mechanism could stabilize other autoregressive generation pipelines (text-to-video, audio, 3D) where long-horizon error accumulation is a problem.
- The zero-shot interpolation result — where a model trained only for reconstruction and prediction transfers to interpolation without fine-tuning — suggests these tasks share a common latent structure that diffusion priors can exploit without explicit task boundaries.
- The finding that latent-space flipping diverges from pixel-space flipping under 3D VAE compression affects any bidirectional video generation method that operates in latent space.
- Training on fewer than 8,000 frames and generalizing across multiple real-world benchmarks suggests that pre-trained video diffusion priors are highly sample-efficient for sensor-specific conditioning tasks.
Where Pith is reading between the lines
- The success of attention-weight-based drift detection suggests that attention patterns in diffusion transformers may encode implicit quality signals beyond what is visible in the output, which could be exploited for inference-time quality control in other generation tasks.
- If Autoregressive Unrolling is the primary mechanism closing the train-inference gap, then scheduled sampling strategies from the RNN literature may be broadly applicable to diffusion-based autoregressive generation, not just event-camera tasks.
- The fact that a single architecture handles reconstruction, prediction, and interpolation by varying only input conditions suggests these may all be instances of conditional video generation with different boundary conditions rather than fundamentally distinct problems.
- The sensitivity to event sparsity and hot-pixel noise (noted in the limitations) implies that event-based generation pipelines may benefit from dedicated event denoising or density normalization as a separate preprocessing stage.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes LongE2V, a unified framework that fine-tunes a pre-trained video diffusion model (CogVideoX I2V) to jointly address event-based video reconstruction, prediction, and frame interpolation. The key technical contributions are: (1) Autoregressive Unrolling and Adaptive Context Switching to mitigate temporal drift in long sequences; (2) Reencoding Alignment with Cross Residual Correction to ensure bidirectional consistency during frame interpolation; and (3) Event Voxel Density Augmentation for cross-sensor robustness. The method is evaluated on ECD, MVSEC, HQF, and BS-ERGB benchmarks, outperforming specialized baselines on all three tasks, including zero-shot interpolation where the model was not explicitly trained. The approach is well-motivated, and the unification of three tasks under a single architecture is a practical strength.
Significance. The paper makes a solid contribution to event-based vision by demonstrating that a single fine-tuned video diffusion model can handle reconstruction, prediction, and zero-shot interpolation, outperforming specialized architectures. The quantitative results across four real-world benchmarks (Tables 1, 2) are comprehensive, and the zero-shot interpolation capability is a notable practical strength. The ablation studies (Tables 3, 4) attempt to isolate component contributions. The inclusion of VBench subject consistency (Table 6) and inference speed comparisons (Table 7) adds value. The approach of leveraging pre-trained video diffusion priors for event-based tasks is timely and the results are generally convincing.
major comments (3)
- Section 3.3, Eq. (2): The Adaptive Context Switching mechanism uses the average attention weight μ_attn between current and context tokens as a proxy for context relevance. The threshold τ=0.05 is stated without justification or sensitivity analysis. Given that Table 3 shows the Adaptive Context Switch contributes only +0.03 PSNR (16.42→16.45) and +0.007 SSIM, it is unclear whether this mechanism provides a statistically meaningful improvement or whether the threshold was selected post hoc. A sensitivity analysis over a range of τ values, or at minimum a justification for τ=0.05, would strengthen the claim that this mechanism is load-bearing for long-horizon stability.
- Table 3 and the associated ablation: The pretrained prior contributes +3.55 PSNR and context contributes +1.82 PSNR, while the two proposed long-horizon mechanisms (AR Unrolling + Adaptive Context Switch) together contribute less than 1 PSNR point. The paper's central framing emphasizes long-horizon stability as the key contribution, but the quantitative ablation suggests the pretrained backbone and context conditioning are the primary drivers of performance. The authors should more carefully contextualize the relative contributions — perhaps through a long-horizon-specific metric (e.g., drift as a function of chunk index) rather than aggregate PSNR, which may not capture the drift artifacts that the qualitative results (Fig. 8) show.
- Section 3.2 (Autoregressive Unrolling) and Appendix D: The model is trained with 3 unrolling iterations (3,000 steps each), but inference on MVSEC requires ~56 autoregressive chunks (2,740 frames / 49 frames per chunk). This is a substantial extrapolation gap between the training distribution (3 steps of self-generated context) and inference (50+ steps). While the VBench subject consistency results (Table 6) show improvements over baselines, these baselines are entirely different architectures, not ablated versions of the proposed method. The paper would benefit from an ablation that varies the number of unrolling iterations at training time and evaluates long-horizon drift at inference, to demonstrate that the unrolling mechanism (rather than the pretrained backbone) is responsible for the observed stability.
minor comments (7)
- Table 1 caption: 'Red: best; blue: second' — the blue second-best values are not visually distinguishable in the rendered table. Consider using bold/underline conventions.
- Section 4.2, first paragraph: 'the 2th row' and 'the 3th row' should be 'the 2nd row' and 'the 3rd row'.
- Section 3.1: The denoising objective is written with non-standard notation (the expectation brackets). A brief clarification of the notation would improve readability.
- Figure 5: The diagram is dense and the flow of information through the decode-flip-encode loop could be clarified with more explicit labels or a step-by-step caption for the latent variables.
- Appendix E, Table 7: The inference speed comparison is useful but the computational cost of the Adaptive Context Switch retry mechanism is not included. The authors should contextualize this.
- Section 3.3, Reencoding Alignment: The claim that latent-space and pixel-space flipping are non-commutative due to 3D VAE temporal compression is intuitive but could be made more concrete with a brief illustrative example or measurement of the misalignment magnitude.
- References: Several arXiv preprints are cited (e.g., [Blattmann et al. 2023a], [Chen et al. 2025c], [Guo et al. 2025]). Where published versions exist, they should be updated.
Circularity Check
No circularity found: the paper's contributions are training strategies and architectural modifications evaluated against external benchmarks, not derivations that reduce to their own inputs.
full rationale
The paper's derivation chain is straightforward and non-circular. (1) Autoregressive Unrolling (Sec. 3.2) is a scheduled-sampling-style training strategy where the model fine-tunes on its own predictions — this is a standard technique to bridge the train-test gap, not a circular derivation. (2) Adaptive Context Switching (Sec. 3.3) uses attention weights as a heuristic proxy for context relevance with an empirically set threshold τ=0.05; while the threshold is unjustified, this is a correctness/robustness concern, not circularity. (3) Reencoding Alignment (Eq. 3-4) is justified by the mathematical observation that latent-space and pixel-space flipping are non-commutative under 3D VAE compression — an independent argument, not a self-referential one. (4) Cross Residual Correction (Eq. 5-6) injects computed residuals across branches; the residual is defined as the difference between original and re-encoded latents, which is a genuine information-restoration mechanism, not a tautology. (5) The inspiration from LookingGlass [Chang et al. 2025] is a citation to external work by different authors, not a self-citation. All claims are validated against external benchmarks (ECD, MVSEC, HQF, BS-ERGB) with standard metrics (PSNR, SSIM, LPIPS, VBench). The skeptic's concerns about modest ablation gains and the train-to-inference extrapolation gap are legitimate correctness risks but do not constitute circularity.
Axiom & Free-Parameter Ledger
free parameters (7)
- τ (Adaptive Context Switch threshold) =
0.05
- B (event voxel temporal bins) =
3
- LoRA rank r =
64
- Context length =
20 frames
- Unrolling iterations T =
3
- Z_x0 dropout rate =
0.05
- Text prompt probability =
0.20
axioms (4)
- domain assumption Pre-trained video diffusion models encode useful visual priors transferable to event-based generation.
- ad hoc to paper Average attention weight between current and context tokens correlates with context relevance and temporal stability.
- domain assumption Event voxel grids with B=3 bins provide sufficient temporal resolution for video generation.
- domain assumption Global brightness alignment is a fair evaluation protocol for event-based reconstruction.
invented entities (3)
-
Adaptive Context Switch
independent evidence
-
Reencoding Alignment
independent evidence
-
Cross Residual Correction
independent evidence
read the original abstract
Recovering high-quality video from sparse event streams is a challenging task. Regression methods often blur textures, while existing generative models struggle with long-term stability. We propose LongE2V, a novel approach that leverages pre-trained video diffusion priors to jointly handle event-based video reconstruction, prediction, and frame interpolation. By fine-tuning a foundational video model, our approach achieves high data efficiency and superior perceptual quality. We introduce Autoregressive Unrolling and Adaptive Context Switching to mitigate temporal drift in extremely long sequences. We also propose Reencoding Alignment with Cross Residual Correction to ensure precise bidirectional consistency during frame interpolation. Furthermore, Event Voxel Density Augmentation ensures robustness across varying sensor resolutions. Extensive experiments on real-world benchmarks demonstrate that LongE2V outperforms state-of-the-art methods across all three tasks, exhibiting exceptional temporal coherence and zero-shot generalization. Project page: https://cdfan0627.github.io/LongE2V-page/
Figures
Reference graph
Works this paper leans on
-
[1]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Repurposing pre-trained video diffusion models for event-based video interpolation , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[2]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Event-based video frame interpolation with cross-modal asymmetric bidirectional motion fields , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[3]
European Conference on Computer Vision , pages=
Reducing the sim-to-real gap for event cameras , author=. European Conference on Computer Vision , pages=. 2020 , organization=
work page 2020
-
[4]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Simultaneous optical flow and intensity estimation from an event camera , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[5]
International Journal of Computer Vision , volume=
Real-time intensity-image reconstruction for event cameras using manifold regularisation , author=. International Journal of Computer Vision , volume=. 2018 , publisher=
work page 2018
-
[6]
Asian Conference on Computer Vision , pages=
Continuous-time intensity estimation using event cameras , author=. Asian Conference on Computer Vision , pages=. 2018 , organization=
work page 2018
-
[7]
IEEE transactions on pattern analysis and machine intelligence , volume=
High speed and high dynamic range video with an event camera , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2019 , publisher=
work page 2019
-
[8]
Conference on robot learning , pages=
Esim: an open event camera simulator , author=. Conference on robot learning , pages=. 2018 , organization=
work page 2018
-
[9]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Evreal: Towards a comprehensive benchmark and analysis suite for event-based video reconstruction , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[10]
The International journal of robotics research , volume=
The event-camera dataset and simulator: Event-based data for pose estimation, visual odometry, and SLAM , author=. The International journal of robotics research , volume=. 2017 , publisher=
work page 2017
-
[11]
IEEE Robotics and Automation Letters , volume=
The multivehicle stereo event camera dataset: An event camera dataset for 3D perception , author=. IEEE Robotics and Automation Letters , volume=. 2018 , publisher=
work page 2018
-
[12]
Proceedings of the European Conference on Computer Vision (ECCV) Workshops , pages=
Unsupervised event-based optical flow using motion compensation , author=. Proceedings of the European Conference on Computer Vision (ECCV) Workshops , pages=
-
[13]
Stable Video Diffusion: Scaling Latent Video Diffusion Models to Large Datasets
Stable video diffusion: Scaling latent video diffusion models to large datasets , author=. arXiv preprint arXiv:2311.15127 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[14]
Yuhan Liu and LingHui Fu and Zhen Yang and Hao Chen and Youfu Li and Yongjian Deng , booktitle=. 2025 , url=
work page 2025
-
[15]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
LookingGlass: Generative Anamorphoses via Laplacian Pyramid Warping , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[16]
Wan: Open and Advanced Large-Scale Video Generative Models
Wan: Open and advanced large-scale video generative models , author=. arXiv preprint arXiv:2503.20314 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[17]
European Conference on Computer Vision , pages=
Explorative inbetweening of time and space , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[18]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Time lens: Event-based video frame interpolation , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[19]
Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
Fast image reconstruction with an event camera , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
-
[20]
IEEE Transactions on Image Processing , volume=
Spade-e2vid: Spatially-adaptive denormalization for event-based video reconstruction , author=. IEEE Transactions on Image Processing , volume=. 2021 , publisher=
work page 2021
-
[21]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Event-based video reconstruction using transformer , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[22]
IEEE Transactions on Image Processing , volume=
Hypere2vid: Improving event-based video reconstruction via hypernetworks , author=. IEEE Transactions on Image Processing , volume=. 2024 , publisher=
work page 2024
-
[23]
Advances in Neural Information Processing Systems , volume=
Lase-e2v: Towards language-guided semantic-aware event-to-video reconstruction , author=. Advances in Neural Information Processing Systems , volume=
-
[24]
E2VIDiff: Perceptual Events-to-Video Reconstruction using Diffusion Priors
E2VIDiff: Perceptual Events-to-Video Reconstruction using Diffusion Priors , author=. arXiv preprint arXiv:2407.08231 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[25]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Time lens++: Event-based frame interpolation with parametric non-linear flow and multi-scale fusion , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[26]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
A unified framework for event-based frame interpolation with ad-hoc deblurring in the wild , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[27]
European Conference on Computer Vision , pages=
Timelens-xl: Real-time event-based video frame interpolation with large motion , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[28]
Advances in neural information processing systems , volume=
Denoising diffusion probabilistic models , author=. Advances in neural information processing systems , volume=
-
[29]
Score-Based Generative Modeling through Stochastic Differential Equations
Score-based generative modeling through stochastic differential equations , author=. arXiv preprint arXiv:2011.13456 , year=
work page internal anchor Pith review Pith/arXiv arXiv 2011
-
[30]
Advances in neural information processing systems , volume=
Video diffusion models , author=. Advances in neural information processing systems , volume=
-
[31]
Imagen Video: High Definition Video Generation with Diffusion Models
Imagen video: High definition video generation with diffusion models , author=. arXiv preprint arXiv:2210.02303 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[32]
Make-A-Video: Text-to-Video Generation without Text-Video Data
Make-a-video: Text-to-video generation without text-video data , author=. arXiv preprint arXiv:2209.14792 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[33]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Align your latents: High-resolution video synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[34]
CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer
Cogvideox: Text-to-video diffusion models with an expert transformer , author=. arXiv preprint arXiv:2408.06072 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[35]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Adding conditional control to text-to-image diffusion models , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[36]
Proceedings of the AAAI conference on artificial intelligence , volume=
T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[37]
Control-a-video: Controllable text-to-video generation with diffusion models , author=. arXiv e-prints , pages=
-
[38]
Advances in Neural Information Processing Systems , volume=
Videocomposer: Compositional video synthesis with motion controllability , author=. Advances in Neural Information Processing Systems , volume=
-
[39]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Structure and content-guided video synthesis with diffusion models , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[40]
EasyControl: Transfer ControlNet to Video Diffusion for Controllable Generation and Interpolation
Easycontrol: Transfer controlnet to video diffusion for controllable generation and interpolation , author=. arXiv preprint arXiv:2408.13005 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[41]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Streamingt2v: Consistent, dynamic, and extendable long video generation from text , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[42]
Nuwa-xl: Diffusion over diffusion for extremely long video generation , author=. Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[43]
FreeNoise: Tuning-Free Longer Video Diffusion via Noise Rescheduling
Freenoise: Tuning-free longer video diffusion via noise rescheduling , author=. arXiv preprint arXiv:2310.15169 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[44]
Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion
Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion , author=. arXiv preprint arXiv:2506.08009 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[45]
End-to-End Training for Autoregressive Video Diffusion via Self-Resampling
End-to-End Training for Autoregressive Video Diffusion via Self-Resampling , author=. arXiv preprint arXiv:2512.15702 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[46]
arXiv preprint arXiv:2504.12626 , year=
Packing input frame context in next-frame prediction models for video generation , author=. arXiv preprint arXiv:2504.12626 , year=
-
[47]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Events-to-video: Bringing modern computer vision to event cameras , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[48]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Event-based frame interpolation with ad-hoc deblurring , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[49]
IEEE transactions on pattern analysis and machine intelligence , volume=
Event-based vision: A survey , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2020 , publisher=
work page 2020
-
[50]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Back to event basics: Self-supervised learning of image reconstruction for event cameras via photometric constancy , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[51]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Formulating event-based image reconstruction as a linear inverse problem with deep regularization using optical flow , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2022 , publisher=
work page 2022
-
[52]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Sparse-e2vid: A sparse convolutional model for event-based video reconstruction trained with real event noise , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[53]
European Conference on Computer Vision , pages=
Revisit event generation model: Self-supervised learning of event-to-video reconstruction with implicit neural representations , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[54]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Event-based video reconstruction via potential-assisted spiking neural network , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[55]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Retina-like visual image reconstruction via spiking neural model , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[56]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Event-based high dynamic range image and very high frame rate video generation using conditional generative adversarial networks , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[57]
European Conference on Computer Vision , pages=
Temporal Residual Guided Diffusion Framework for Event-Driven Video Reconstruction , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[58]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Efi-net: Video frame interpolation from fusion of events and frames , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[59]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
TTA-EVF: test-time adaptation for event-based video frame interpolation via reliable pixel and sample estimation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[60]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Timereplayer: Unlocking the potential of event cameras for video interpolation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[61]
European Conference on Computer Vision , pages=
Video interpolation by event-driven anisotropic adjustment of optical flow , author=. European Conference on Computer Vision , pages=. 2022 , organization=
work page 2022
-
[62]
IDO-VFI: Identifying Dynamics via Optical Flow Guidance for Video Frame Interpolation with Events
IDO-VFI: Identifying Dynamics via Optical Flow Guidance for Video Frame Interpolation with Events , author=. arXiv preprint arXiv:2305.10198 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[63]
Event-based Video Frame Interpolation with Edge Guided Motion Refinement
Event-based video frame interpolation with edge guided motion refinement , author=. arXiv preprint arXiv:2404.18156 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[64]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Unifying motion deblurring and frame interpolation with events , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[65]
EVDI++: Event-based Video Deblurring and Interpolation via Self-Supervised Learning
EVDI++: Event-based Video Deblurring and Interpolation via Self-Supervised Learning , author=. arXiv preprint arXiv:2509.08260 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[66]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Video frame interpolation via direct synthesis with the event-based reference , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[67]
SIGGRAPH Asia 2024 Conference Papers , pages=
Lumiere: A space-time diffusion model for video generation , author=. SIGGRAPH Asia 2024 Conference Papers , pages=
work page 2024
-
[68]
Latte: Latent Diffusion Transformer for Video Generation
Latte: Latent diffusion transformer for video generation , author=. arXiv preprint arXiv:2401.03048 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[69]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Gentron: Diffusion transformers for image and video generation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[70]
Video generation models as world simulators , author=. OpenAI Blog , volume=
-
[71]
Open-Sora: Democratizing Efficient Video Production for All
Open-sora: Democratizing efficient video production for all , author=. arXiv preprint arXiv:2412.20404 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[72]
HunyuanVideo: A Systematic Framework For Large Video Generative Models
Hunyuanvideo: A systematic framework for large video generative models , author=. arXiv preprint arXiv:2412.03603 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[73]
GitHub repository , howpublished=
Mochi 1 , author=. GitHub repository , howpublished=. 2024 , publisher =
work page 2024
-
[74]
Forty-first international conference on machine learning , year=
Scaling rectified flow transformers for high-resolution image synthesis , author=. Forty-first international conference on machine learning , year=
-
[75]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Goku: Flow based video generative foundation models , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[76]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
From slow bidirectional to fast autoregressive video diffusion models , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[77]
AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning
Animatediff: Animate your personalized text-to-image diffusion models without specific tuning , author=. arXiv preprint arXiv:2307.04725 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[78]
ACM SIGGRAPH 2024 Conference Papers , pages=
Motionctrl: A unified and flexible motion controller for video generation , author=. ACM SIGGRAPH 2024 Conference Papers , pages=
work page 2024
-
[79]
European Conference on Computer Vision , pages=
Draganything: Motion control for anything using entity representation , author=. European Conference on Computer Vision , pages=. 2024 , organization=
work page 2024
-
[80]
SIGGRAPH Asia 2024 Conference Papers , pages=
Trailblazer: Trajectory control for diffusion-based video generation , author=. SIGGRAPH Asia 2024 Conference Papers , pages=
work page 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.