🤖 AI Summary
To address future frame prediction in continuous video streams, this paper proposes a sequence-adaptive inference method that operates without fine-tuning model parameters. Specifically, given a fixed pre-trained diffusion model, the approach dynamically optimizes the noise latent variables during the diffusion sampling process to achieve real-time adaptation to incoming video sequences. This avoids the computational overhead and catastrophic forgetting associated with conventional parameter fine-tuning, thereby significantly improving long-horizon prediction stability and fidelity. To rigorously evaluate continual learning capability, we introduce a dedicated video-stream-oriented continual evaluation protocol. Extensive experiments on four benchmarks—Ego4D, OpenDV-YouTube, UCF-101, and SkyTimelapse—demonstrate consistent and substantial improvements in FVD, SSIM, and PSNR, validating the method’s effectiveness, efficiency, and cross-domain generalization capacity.
📝 Abstract
In this work, we investigate diffusion-based video prediction models, which forecast future video frames, for continuous video streams. In this context, the models observe continuously new training samples, and we aim to leverage this to improve their predictions. We thus propose an approach that continuously adapts a pre-trained diffusion model to a video stream. Since fine-tuning the parameters of a large diffusion model is too expensive, we refine the diffusion noise during inference while keeping the model parameters frozen, allowing the model to adaptively determine suitable sampling noise. We term the approach Sequence Adaptive Video Prediction with Diffusion Noise Optimization (SAVi-DNO). To validate our approach, we introduce a new evaluation setting on the Ego4D dataset, focusing on simultaneous adaptation and evaluation on long continuous videos. Empirical results demonstrate improved performance based on FVD, SSIM, and PSNR metrics on long videos of Ego4D and OpenDV-YouTube, as well as videos of UCF-101 and SkyTimelapse, showcasing SAVi-DNO's effectiveness.