| CARVIEW |
NeRV-Diffusion: Diffuse Implicit Neural Representation for Video Synthesis
Abstract
We present NeRV-Diffusion, an implicit latent video diffusion model that synthesizes videos via generating neural network weights. The generated weights can be rearranged as the parameters of a convolutional neural network, which forms an implicit neural representation (INR), and decodes into videos with frame indices as the input. Our framework consists of two stages: 1) A hypernetworkbased tokenizer that encodes raw videos from pixel space to neural parameter space, where the bottleneck latent serves as INR weights to decode. 2) An implicit diffusion transformer that denoises on the latent INR weights. In contrast to traditional video tokenizers that encode videos into frame-wise feature maps, NeRV-Diffusion compresses and generates a video holistically as a unified neural network. This enables efficient and high-quality video synthesis via obviating temporal cross-frame attentions in the denoiser and decoding video latent with dedicated decoders. To achieve Gaussian-distributed INR weights with high expressiveness, we reuse the bottleneck latent across all NeRV layers, as well as reform its weight assignment, upsampling connection and input coordinates. We also introduce SNR-adaptive loss weighting and scheduled sampling for effective training of the implicit diffusion model. NeRV-Diffusion reaches superior video generation quality over previous INR-based models and comparable performance to most recent state-of-the-art non-implicit models on real-world video benchmarks including UCF-101 and Kinetics-600. It also brings a smooth INR weight space that facilitates seamless interpolations between frames or videos.
🔥 Highlights
🎯 NeRV-Diffusion employs an instance-specific decoder, enabling efficient video synthesis with high fidelity.
💡 NeRV-Diffusion introduces a holistic continuous video representation, bypassing temporal attentions while preserving temporal interpolation.
🚀 NeRV-Diffusion achieves stable scaling with sublinear complexity overhead regarding video resolution and length.
Method Overview
Left: Patchified videos and initialized weight queries are concatenated and input into NeRV encoder, outputting latent weight tokens; Middle top: Weight tokens are reused and converted by multi-head affines to instantiate each generative NeRV layer; Middle bottom: Generative NeRV decodes spatiotemporal positional embeddings into RGB videos, using the instance-specific modulation weights (gold) and global shared weights (gray). Block details and side connections are omitted; Right: Weight tokens are added noise and an implicit diffusion transformer is trained to denoise in this implicit weight space.
Visualization
UCF-101 Class-conditioned Generation
Quantitative Comparisons
Performance Comparison
Efficiency Comparison
BibTeX
@article{ren2025nerv,
title={NeRV-Diffusion: Diffuse Implicit Neural Representations for Video Synthesis},
author={Ren, Yixuan and Wang, Hanyu and Chen, Hao and He, Bo and Shrivastava, Abhinav},
journal={arXiv preprint arXiv:2509.24353},
year={2025}
}