paper-with-me

Papers

VQ-NeRV: A Vector Quantized Neural Representation for Videos

2024-03-19 · Yunjie Xu, Xiang Feng, Feiwei Qin, Ruiquan Ge, Yong Peng, Changmiao Wang

Implicit neural representations (INR) excel in encoding videos within neural networks, showcasing promise in computer vision tasks like video compression and denoising. INR-based approaches reconstruct video frames from content-agnostic embeddings, which hampers their efficacy in video frame regression and restricts their generalization ability for video interpolation. To address these deficiencies, Hybrid Neural Representation for Videos (HNeRV) was introduced with content-adaptive embeddings. Nevertheless, HNeRV's compression ratios remain relatively low, attributable to an oversight in leveraging the network's shallow features and inter-frame residual information. In this work, we introduce an advanced U-shaped architecture, Vector Quantized-NeRV (VQ-NeRV), which integrates a novel component--the VQ-NeRV Block. This block incorporates a codebook mechanism to discretize the network's shallow residual features and inter-frame residual information effectively. This approach proves particularly advantageous in video compression, as it results in smaller size compared to quantized features. Furthermore, we introduce an original codebook optimization technique, termed shallow codebook optimization, designed to refine the utility and efficiency of the codebook. The experimental evaluations indicate that VQ-NeRV outperforms HNeRV on video regression tasks, delivering superior reconstruction quality (with an increase of 1-2 dB in Peak Signal-to-Noise Ratio (PSNR)), better bit per pixel (bpp) efficiency, and improved video inpainting outcomes.

📄 PDF Abstract BibTeX arXiv:2403.12401

Code (1)

magicffourier/vq-nerv 공식 구현 pytorch

Tasks

DenoisingregressionVideo CompressionVideo Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

MetaNeRV: Meta Neural Representations for Videos with Spatial-Temporal Guidance

2025-01-05 · Jialong Guo, Ke Liu, Jiangchao Yao, Zhihua Wang 외

Neural Representations for Videos (NeRV) has emerged as a promising implicit neural representation (INR) approach for video analysis, which represents videos as neural networks with frame indexes as inputs. However, NeRV…

Meta-LearningVideo Compression

NeRV: Neural Representations for Videos

2021-10-26 · NeurIPS 2021 12 · Hao Chen, Bo He, Hanyu Wang, Yixuan Ren 외

We propose a novel neural representation for videos (NeRV) which encodes videos in neural networks. Unlike conventional representations that treat videos as frame sequences, we represent videos as neural networks taking …

DenoisingNeural Network CompressionVideo CompressionVideo Denoising+1

MNeRV: A Multilayer Neural Representation for Videos

2024-07-10 · Qingling Chang, Haohui Yu, Shuxuan Fu, Zhiqiang Zeng 외

As a novel video representation method, Neural Representations for Videos (NeRV) has shown great potential in the fields of video compression, video restoration, and video interpolation. In the process of representing vi…

DecoderregressionVideo CompressionVideo Restoration

NeRV360: Neural Representation for 360-Degree Videos with a Viewport Decoder

2025-12-24 · Daichi Arai, Kyohei Unno, Yasuko Sugito, Yuichi Kusakabe arxiv

Implicit neural representations for videos (NeRV) have shown strong potential for video compression. However, applying NeRV to high-resolution 360-degree videos causes high memory usage and slow decoding, making real-tim…

Towards Scalable Neural Representation for Diverse Videos

2023-03-24 · CVPR 2023 1 · Bo He, Xitong Yang, Hanyu Wang, Zuxuan Wu 외

Implicit neural representations (INR) have gained increasing attention in representing 3D scenes and images, and have been recently applied to encode videos (e.g., NeRV, E-NeRV). While achieving promising results, existi…

Action RecognitionVideo Compression