Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporal Accumulation Errors from Temporal Autoregressive Model #214

Open
MinghanLi opened this issue Dec 12, 2024 · 1 comment
Open

Temporal Accumulation Errors from Temporal Autoregressive Model #214

MinghanLi opened this issue Dec 12, 2024 · 1 comment

Comments

@MinghanLi
Copy link

The temporal autoregressive approach introduces temporal accumulation errors, leading to issues such as blurriness and darker tones in videos, especially for longer sequences. Additional artifacts may also appear over time. Below are two examples of 16-frame video generation at 384p resolution: the first video shows results from MMDIT, while the second video shows results from MiniFlux.

A_car_is_moving_on_the_road_of_the_forest._The_car_is_moving_to_the_camera.mp4
A_car_is_moving_on_the_road_of_the_forest._The_car_is_moving_to_the_camera.mp4

A possible solution to address this issue is to truncate the historical frame information, such as using only the previous 8 frames for autoregression. Have there been any plans or considerations for implementing this solution in future work?

@feifeiobama
Copy link
Collaborator

Yes, temporal error accumulation is an important problem we will look into in the future work. We recommend reading CausVid as a highly relevant work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants