E-Motion: Future Motion Simulation via Event Sequence Diffusion

Forecasting a typical object's future motion is a critical task for interpreting and interacting with dynamic environments in computer vision. Event-based sensors, which could capture changes in the scene with exceptional temporal granularity, may potentially offer a unique opportunity to predict future motion with a level of detail and precision previously unachievable. Inspired by that, we propose to integrate the strong learning capacity of the video diffusion model with the rich motion information of an event camera as a motion simulation framework. Specifically, we initially employ pre-trained stable video diffusion models to adapt the event sequence dataset. This process facilitates the transfer of extensive knowledge from RGB videos to an event-centric domain. Moreover, we introduce an alignment mechanism that utilizes reinforcement learning techniques to enhance the reverse generation trajectory of the diffusion model, ensuring improved performance and accuracy. Through extensive testing and validation, we demonstrate the effectiveness of our method in various complex scenarios, showcasing its potential to revolutionize motion flow prediction in computer vision applications such as autonomous vehicle guidance, robotic navigation, and interactive media. Our findings suggest a promising direction for future research in enhancing the interpretative power and predictive accuracy of computer vision systems.

Paper

References (63)

Scroll for more · 38 remaining

Similar papers

Peer review

Reviewer vmNW5/10 · confidence 4/52024-07-07

Summary

The paper proposes a novel approach to integrate event-sequences with a video diffusion model for event-based future motion prediction. The authors integrate the learning capacity of video diffusion models with the rich motion information of event cameras to create a motion simulation framework and propose to align the event-sequence diffusion model with the real-world motion via a reinforcement learning process. They demonstrate the effectiveness of their method in various scenarios and highlight its potential in several downstream applications.

Strengths

(1) The paper makes the first attempt to combines event-based sensors with video diffusion models, offering a unique solution for future motion prediction. (2) The paper provides a unique solution to align the pre-trained event-sequence diffusion model with the real-world motion via a reinforcement learning process. (3) The paper includes sufficient testing and validation, demonstrating the effectiveness an potential of the proposed method.

Weaknesses

(1) This paper lacks an deep analysis of the relationship between event cameras and future motion estimation tasks. If only the role of high temporal resolution is emphasized, high-speed cameras are also an alternative, of which the spatial content is richer. (2) The proposed solution leans towards image-based techniques and lacks to utilize the characteristics of events. (3) The rationale for incorporating reinforcement learning remains unclear to me. I hope the authors can provide a more convincing justification. (4) Some experiment settings lack explanations. For example, in Table 2, the specific processes corresponding to 'T' and 'S+T' are not clearly described. Although I can infer from the supplementary materials that they correspond to spatial and temporal attention layers, this is difficult for readers to understand in main text.

Questions

See Weaknesses.

Rating

5

Confidence

4

Soundness

3

Presentation

3

Contribution

3

Limitations

No

Authorsrebuttal2024-08-10

The authors are looking forward to your feedback. Let's discuss.

Dear **Reviewer vmNW** Thanks for your time and effort in reviewing our manuscript and the favorable recommendation. In our previous response, we addressed your remaining concerns directly and comprehensively. We are looking forward to your further feedback on our responses. Best regards, The authors

Area Chair tdhk2024-08-12

Dera reviewer, your questions seem to have been addressed by the authors. Can you please comment to confirm?

Authorsrebuttal2024-08-13

The authors are looking forward to your feedback.

Dear reviewer **vmNW**, Thanks for your time and effort in reviewing our paper. In our previous response, we provided detailed and comprehensive explanations to resolve your concerns. We are looking forward to and sincerely appreciating your further feedback. Best regards, The authors

Reviewer AE3a5/10 · confidence 2/52024-07-10

Summary

The paper explores video diffusion models on the modality of information captured by event cameras. Stable Video Diffusion model is fine-tuned on an event stream dataset. On top of traditional diffusion set up, additional training using FVD and SSIM losses as rewards in a PPO is done. A method to inject motion priors during inferences further proposed. The method is evaluated in terms of generation quality downstream segmentation and object tracking applications.

Strengths

1) The paper explores an interesting problem of predicting future motion based on temporally dense settings offered by event cameras. 2) The proposal builds on successes of SVD models and adapts to work in the event stream domain. Additional techniques such as PPO-based optimisation and guided sampling are also interesting. 3) The writing is sufficient, and the presentation of the results is good.

Weaknesses

1) While the main motivating point is to benefit from the specifics of event stream data, the processing of it is done by treating it mostly like RGB stream, including VAE and CLIP encoders (B.1 Fig. 5). Does this not abandon the benefits of the event stream data? 2) The majority of the metrics used are defined and proposed in the RGB space (FID, SSIM, LPIPS). However, they appear to be applied on top of the event stream data. It is not immediately clear whether this is correct or would signal the results in the same way. Moreover, the results appear to be presented alongside the evaluation done on RGB modality, although these are not directly comparable. 3) The main motivation is "future motion estimation"; however, the predictive accuracy is measured in a more perceptual, structural way (SSIM, LPIPS) and not on more "raw" metrics like PSNR or MSE.

Questions

The main point to address in the rebuttal is the discrepancy between the commonly RGB-based metrics like FID, SSIM, LPIPS, and whether it makes sense to apply them to event data.

Rating

5

Confidence

2

Soundness

1

Presentation

3

Contribution

3

Limitations

The limitations are discussed.

Authorsrebuttal2024-08-10

The authors are looking forward to your feedback. Let's discuss.

Dear **Reviewer AE3a** Thanks for your time and effort in reviewing our manuscript. In our previous response, we addressed your concerns directly and comprehensively. We very much look forward to your further feedback on our responses. Let us discuss. Best regards, The authors

Reviewer AE3a2024-08-11

I thank the authors for their response. I understand the author's reasoning for preferring to measure the performance in terms of perceptual metrics. However, as stated in the response "if we can find the manifold of data", my concern over the use of LPIPS and FVD, etc., is that it relies on a model that has not observed RGB-ified event sequence data in training and thus, has not really had a chance to measure or learn such manifold. However, the authors have provided MSE and PSNR, which are imperfect as they measure proximity to only a single example. At least they show that results are in the vicinity of a known point, which was not guaranteed with LPIPS and FVD. It is interesting that such metrics correlate and generalise despite the change in distribution. I would encourage including the two additional metrics if possible. I think my main concerns have been addressed. I have updated my recommendation accordingly.

Authorsrebuttal2024-08-12

The authors sincerely appreciate your feedback.

Reviewer Yrkm6/10 · confidence 4/52024-07-12

Summary

This work focuses on the task of future motion estimation, where the goal is to leverage event-based vision sensors (an alternate modality, compared to traditional vanilla RGB inputs) to predict motion flow in settings useful for robotics and autonomous vehicles. The authors propose a method that leverages stable video diffusion models (pretrained on RGB settings) and adapting them with an event sequence dataset for this specific task. They authors consider two large-scale datasets (VisEvent and EventVOT), showing improvements in FVD and mIoU compared with prior work, and extensions to settings like video object tracking. The paper also discusses ablations of the method, with varying prompts and fine-tuning techniques.

Strengths

`+` Motion estimation (both flow and video object tracking) are important sub-tasks for embodied vision applications (robotics, autonomous vehicles). `+` The proposed framework is a sensible extension on traditional RGB-only stable diffusion models, and represents a good early exploration of incorporating recent techniques to this relatively smaller focused area of research. `+` The results indicate promising improvements over ablation variations and key baselines for this task, and the authors examine several different downstream tasks (segmentation, tracking and flow estimation).

Weaknesses

`-` *Additional analysis w.r.t. baselines.* It is unclear why some of the metrics show regression in the ablation analysis and comparison tables. For example, in Table 1, TAU and SimVP outperform on FID and aIoU metrics, while the qualitative visuals seem to indicate a substantially different picture (are there examples for which these prior work show more compelling visual results, and if so, what areas of improvement could be identified by this?). Relatedly, another example is in Table 2/3, where it is unclear why some ablations (e.g., removing motion alignment with RL, one of the core technical listed contributions) show improvements over the full approach. If the authors could expand further on this analysis it would be helpful to understanding the overall value and impact of the work relative to the prior work in this space. `-` *Novelty beyond specific context of event sequence inputs.* This specific area for video event understanding is relatively niche, so while novelty is present, it is also limited to this specific context. In particular, the broader ideas around incorporating similar signals for video diffusion (inputs and outputs) have been explored previously, e.g. [A1, A2] ([A1] considers diffusion models for optical flow and monocular depth estimation [related tasks], and [A2] specifically looks at incorporating related depth estimation signals). Additional discussion with such methods (beyond the brief note in L545-547 in supplement section C) would be helpful to better contextualize the broader potential impact of the work beyond this specific domain. Referenced above: [A1] The Surprising Effectiveness of Diffusion Models for Optical Flow and Monocular Depth Estimation, NeurIPS 2023. ([40] in paper, referenced in supplement section C.) [A2] Control-A-Video: Controllable Text-to-Video Generation with Diffusion Models, 2023.

Questions

Overall, the preliminary rating of the work leans borderline+; the work offers an exploration of a modern set of diffusion tools and related techniques in a relatively underexplored area (which can have some useful applications downstream), but there remain some questions regarding the analysis and broader novelty. If the authors could address the questions and clarification areas listed in the weaknesses section above for the rebuttal, it would be helpful to inform the discussion phase and final rating.

Rating

6

Confidence

4

Soundness

3

Presentation

3

Contribution

3

Limitations

The authors provide a discussion of limitations, future work, and impacts in the paper and supplement. --- **Post-rebuttal update:** The rebuttal discussion and additional results help to strengthen the initial impression of the work. Given the reviewer consensus, I am maintaining my rating leaning towards acceptance. (And given that I also believe that the reviewers have adequately addressed concerns of a reviewer who has not updated their review, I am upgrading my rating a bit further since I believe the rating for this work falls between 5-6).

Authorsrebuttal2024-08-10

The authors are looking forward to your feedback. Let's discuss.

Dear **Reviewer Yrkm** Thanks for your time and effort in reviewing our manuscript and the favorable recommendation. In our previous response, we addressed your remaining concerns directly and comprehensively. We are looking forward to your further feedback on our responses. Best regards, The authors

Area Chair tdhk2024-08-12

Dera reviewer, your questions seem to have been addressed by the authors. Can you please comment to confirm?

Authorsrebuttal2024-08-13

The authors are looking forward to your feedback.

Dear reviewer **Yrkm**, Thanks for your time and effort in reviewing our paper. In our previous response, we provided detailed and comprehensive explanations to resolve your concerns. We are looking forward to and sincerely appreciating your further feedback. Best regards, The authors

Reviewer Yrkm2024-08-13

Thank you to the authors for your rebuttal - this note is to confirm that I have read it and looked over the additional qualitative figures + graphs you've attached in the pdf. I plan to update + finalize my review after the final reviewer discussion, but overall, the results and rebuttal do help to reinforce my rating leaning towards acceptance, and I do not have any further major questions for the authors at this time.

Authorsrebuttal2024-08-14

The authors sincerely appreciate your feedback.

Reviewer 8wZD4/10 · confidence 4/52024-07-14

Summary

The paper introduces a novel framework that leverages the high temporal resolution of event-based sensors to predict future motion trajectories with unprecedented detail and precision. The authors propose an integration of video diffusion models with event camera data, resulting in an Event-Sequence Diffusion Network. This network is designed to capture the nuances of dynamic scenes and generate video sequences that are both rich in detail and grounded in realistic motion dynamics.

Strengths

Integration of Event Sequences with Video Diffusion Models: The paper presents the first attempt to combine event sequences with a video diffusion model, creating an event-sequence diffusion model capable of estimating future object motion. Reinforcement Learning for Motion Alignment: The authors propose a method to align the pre-trained event-sequence diffusion model with real-world motion using reinforcement learning techniques, enhancing the fidelity and coherence of the generated motion sequences. Test-Time Prompt Augmentation: A method is introduced to augment the test-time prompt with high temporal resolution event sequences, which improves the generation performance of the diffusion model. Extensive Testing and Validation: The authors demonstrate the effectiveness of their approach across various complex scenarios, showcasing its potential for applications in autonomous vehicle guidance, robotic navigation, and interactive media. Promising Direction for Future Research: The findings suggest a new direction for enhancing the interpretative power and predictive accuracy of computer vision systems, particularly in the context of motion flow prediction. The paper's contributions are significant as they push the boundaries of motion estimation in computer vision by harnessing the unique capabilities of event-based sensors and integrating them with advanced diffusion models. The proposed framework opens up new possibilities for accurate prediction of dynamic environments, which is crucial for various real-world applications.

Weaknesses

Following is my concerns: While the paper demonstrates strong results in controlled scenarios, it may lack evidence of how well the model generalizes to a broader range of real-world conditions, such as various weather effects or low-light environments. The paper could benefit from a more detailed discussion on the computational efficiency of the proposed model. Including runtime analysis and resource requirements would provide a clearer picture of the model's practicality for real-time applications. Although the paper acknowledges the high temporal resolution of event data, it could delve deeper into the limitations of such data, such as the lack of texture information, and how this might impact the model's performance in complex visual scenes. While the paper includes some ablation studies, there could be a more thorough investigation into the contribution of each component of the model. This would provide clearer insights into which aspects are most critical to the model's performance. The paper could address how the model performs under noisy conditions or when outliers are present in the event data. This is particularly important given the sensitivity of diffusion models to input quality. There is an opportunity to discuss the explainability and interpretability of the model's predictions. Understanding the factors that contribute to the model's decisions could be valuable for applications in autonomous systems. Although the paper touches on potential societal impacts, a more detailed discussion on ethical considerations, such as privacy concerns or the potential for misuse, could be beneficial. While the paper mentions the availability of source code, providing more detailed instructions on how to reproduce the experiments, including the exact versions of software and hardware used, would enhance the reproducibility of the study. The paper focuses on short-term motion estimation. It could discuss the model's capability or limitations in predicting motion over longer time horizons, which is crucial for some applications.

Questions

Has the paper addressed how the model performs under various conditions such as different lighting, weather, or in the presence of occlusions? Does the paper provide evidence of the model's ability to generalize beyond the datasets it was trained on? Are there any specific domains or scenarios where the model might underperform? Are there discussions on the computational resources required to run the model, and is it scalable for use in resource-constrained environments? Does the paper discuss any potential misuse of the technology, such as in surveillance or other applications that might infringe on individual rights? Are there discussions on how the technology could affect different demographic groups differently, potentially exacerbating existing biases? Are there any regulatory or compliance issues related to the deployment of such technology, especially in sectors like automotive or robotics?

Rating

4

Confidence

4

Soundness

2

Presentation

2

Contribution

2

Limitations

See above

Authorsrebuttal2024-08-10

The authors are looking forward to your feedback. Let's discuss.

Dear **Reviewer 8wZD** Thanks for your time and effort in reviewing our manuscript. In our previous response, we addressed your concerns directly and comprehensively. We very much look forward to your further feedback on our responses. Let us discuss. Best regards, The authors

Reviewer 8wZD2024-08-11

Response

While the authors have provided insightful rebuttals to my initial comments, I would like to raise a few additional concerns that were not addressed: 1. Long-Term Forecasting Duration. Have you forgotten the rebutal of the concerns about the long-term forecasting duration mentioned in the review comments? This is particularly important for some applications where anticipating motion far into the future is crucial. Could the authors provide more information on how the model performs under longer forecasting durations and whether the model's time complexity increases significantly with longer prediction times? 2. Given the unique characteristics of event cameras, I would like to know if the diffusion model has been specifically tailored to leverage these features. Specifically, have there been any improvements or modifications to the diffusion model that are designed to exploit the high temporal resolution and sparse event data produced by event cameras? Are there more efficient diffusion strategies available can use? 3. The authors mention that their method significantly outperforms traditional methods in understanding and learning motion. However, the computational resources required for their model are considerably higher than those of state-of-the-art methods. Considering that the current experimental setup only predicts up to t=20, is the substantial increase in computational time justified for this task? Moreover, if the prediction horizon is extended, would the algorithm's time complexity increase significantly? Please provide a theoretical analysis to support your claims.

Authorsrebuttal2024-08-12

Reply to Additional Comments (Part I)

## Q1: Long-Term Forecasting Duration. To address your concerns regarding long sequence forecasting, we conducted additional experiments to assess the performance of our method in generating extended sequences. Specifically, for long-term forecasting, we evaluated the method in an auto-regressive manner, where previously generated frames are used to predict new frames. The results of these evaluations are presented in the table below. It is evident that the time complexity generally scales **linearly** with the number of predicted frames. Moreover, it experiences only slight performance drops with respect to long sequences. Thus, the proposed method is **capable of long-term forecasting**. **Table S1. The performance of the proposed method across different prediction time durations.** | Estimation Frames| Test Time (s)| *FVD* ↓ | *FID* ↓ | *SSIM* ↑ | *LPIPS* ↓ | |----|----|----|----|----|----| |25|25.5|1055.25|243.45|0.7998| 0.3123| | 50|51.3|1114.28|250.39|0.7932| 0.3824 | | 75| 78.1|1148.36|257.11|0.7834| 0.4196 | | 100| 104.1|1295.67|281.39|0.7807| 0.4451 | ## Q2: Event-specific Tailored Design **Event Specified Designs.** To harness the unique features of event cameras, we investigated a high-temporal resolution event prompt strategy that involves utilizing multiple event voxels with shorter time intervals to guide event generation. Additionally, we conducted ablation studies, the results of which are detailed in Tables 2 and 3 of our manuscript. For your convenience, we have included some experimental results below. **Table S3. The ablation studies of the proposed method trained W/WO high-resolution prompts, where "U(1,3)" indicates utilizing high-resolution prompt.** |\#Prompt | Fine-tuning| | *FVD* ↓ | *FID* ↓| *SSIM* ↑ | *LPIPS* ↓ | *mIoU* ↑ | *aIoU* ↑ | ---- |----| ---- | ---- |----|----|----|----|----| |1| S+T | 1406.24 | 233.58 | **0.78374 | 0.3219 | **0.268** | 0.524 | |U(1,3)| S+T| **1378.92** | **230.18** |**0.78496**|**0.3076**| 0.252 | **0.525** | **Table S4. The ablation studies of the proposed method inferenced W/WO high-resolution (HR) prompts.** || Method | **HR Prompt** | **MA** |*FVD* ↓| *SSIM* ↑ | *LPIPS* ↓ | *mIoU* ↑ | *aIoU* ↑ | |---|----|----|----|----|----|----|----|----| || C| × | ✓ | 1119.71 | 0.79597 | 0.3246 | 0.277 | 0.516 | || D | ✓ | ✓ | **1055.25** | **0.79981** | **0.3123** | **0.302** | **0.522** | From the tables, we can see that our event prompt strategy can increase performance to a large extent. **Diffusion Acceleration.** There are several methods available to enhance the efficiency of the diffusion model, such as the DDIM-based sampling strategy [1], various ODE or SDE solvers [2,3], and distillation-based techniques [4,5]. This paper primarily concentrates on validating the effectiveness and feasibility of event sequence diffusion. In our future work, we aim to enhance the efficiency of the method based on your constructive feedback. Thanks for your valuable advice.

Authorsrebuttal2024-08-12

Reply to Additional Comments (Part II)

## Q3: Algorithm's Time Complexity. The proposed method can extend prediction length in an autoregressive manner, as evidenced by the response to the first question. The proposed method indeed has a large model size because it can leverage the rich, pre-trained knowledge of the diffusion model. While the compared methods have smaller sizes, their performance and generalization capabilities are limited, as demonstrated in our experimental validation. Furthermore, computational costs can be reduced through distillation or other integral acceleration techniques. Additionally, there are specific scenarios in which running the model offline with fewer real-time requirements is allowed, such as mechanical or physical motion simulation and offline reinforcement learning with video diffusion simulation. These scenarios further underline the potential applications of the proposed algorithm. For the long sequence diffusion, we can extend the length in an auto-regressive manner. Thus, consumption of is just **linearly increased with generation length** as shown in the **Table S1 of Q1**. **Theoretical Analysis of Diffusion Acceleration.** There are techniques, as previously discussed, that can reduce computational costs: (1) **ODE/SDE solvers**[2,3] aim to find analytical solutions for the reverse integral process and approximate integral results using high-order methods like Runge-Kutta methods. (2) **Distillation Methods**[4,5] Diffusion distillation methods straighten diffusion integral trajectories, simplifying the integral process even with single steps. Additionally, computational resources can be conserved using techniques such as KV-Cache for transformer layers [6] and flash attention [7]. Thus, we believe that the efficiency of the proposed method can be further enhanced. **We sincerely appreciate your comments and are looking forward to further feedback. We understand that you may be reviewing multiple papers and have a busy schedule. Thanks very much for your time and efforts.** [1] Song, Jiaming, Chenlin Meng, and Stefano Ermon. "Denoising diffusion implicit models." [2] Dockhorn, Tim, Arash Vahdat, and Karsten Kreis. "Genie: Higher-order denoising diffusion solvers." [3] Lu, Cheng, et al. "Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps." [4] Song, Yang, et al. "Consistency models." [5] Liu, Xingchao, Chengyue Gong, and Qiang Liu. "Flow straight and fast: Learning to generate and transfer data with rectified flow." [6] Dai, Zihang, et al. "Transformer-xl: Attentive language models beyond a fixed-length context." [7] Dao, T., et al. "Fast and memory-efficient exact attention with io-awareness, 2022."

Authorsrebuttal2024-08-13

The authors are looking forward to your feedback.

Dear reviewer **8wZD**, Thanks for your time and effort in reviewing our paper. In our previous response, we provided detailed and comprehensive explanations to resolve your remaining concerns. We are looking forward to and sincerely appreciating your further feedback. Best regards, The authors

Authorsrebuttal2024-08-14

Dear reviewer **8wZD**, Thanks for your time and effort in reviewing our paper. We have provided detailed and comprehensive explanations to your further comments. We are looking forward to and sincerely appreciating your further feedback, considering that the discussion deadline is coming soon. Let us discuss to clean up all issues. Best Regards, The authors

Program Chairsdecision2024-09-25

Decision

Accept (poster)

© 2026 NYSGPT2525 LLC