paper-with-me

Papers

PS-NeRV: Patch-wise Stylized Neural Representations for Videos

2022-08-07 · Yunpeng Bai, Chao Dong, Cairong Wang

We study how to represent a video with implicit neural representations (INRs). Classical INRs methods generally utilize MLPs to map input coordinates to output pixels. While some recent works have tried to directly reconstruct the whole image with CNNs. However, we argue that both the above pixel-wise and image-wise strategies are not favorable to video data. Instead, we propose a patch-wise solution, PS-NeRV, which represents videos as a function of patches and the corresponding patch coordinate. It naturally inherits the advantages of image-wise methods, and achieves excellent reconstruction performance with fast decoding speed. The whole method includes conventional modules, like positional embedding, MLPs and CNNs, while also introduces AdaIN to enhance intermediate features. These simple yet essential changes could help the network easily fit high-frequency details. Extensive experiments have demonstrated its effectiveness in several video-related tasks, such as video compression and video inpainting.

📄 PDF Abstract BibTeX arXiv:2208.03742

Code (0)

등록된 구현이 없습니다.

Tasks

Video CompressionVideo InpaintingVideo Reconstruction

Similar Papers 제목 키워드 기반

PNeRV: A Polynomial Neural Representation for Videos

2024-06-27 · Sonam Gupta, Snehal Singh Tomar, Grigorios G Chrysos, Sukhendu Das 외

Extracting Implicit Neural Representations (INRs) on video data poses unique challenges due to the additional temporal dimension. In the context of videos, INRs have predominantly relied on a frame-only parameterization,…

Polynomial Neural Networks

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

FFNeRV: Flow-Guided Frame-Wise Neural Representations for Videos

2022-12-23 · Joo Chan Lee, Daniel Rho, Jong Hwan Ko, Eunbyung Park

Neural fields, also known as coordinate-based or implicit neural representations, have shown a remarkable capability of representing, generating, and manipulating various forms of signals. For video representations, howe…

Model CompressionQuantizationVideo CompressionVideo Reconstruction

HiNeRV: Video Compression with Hierarchical Encoding-based Neural Representation

2023-06-16 · NeurIPS 2023 11 · Ho Man Kwan, Ge Gao, Fan Zhang, Andrew Gower 외

Learning-based video compression is currently a popular research topic, offering the potential to compete with conventional standard video codecs. In this context, Implicit Neural Representations (INRs) have previously b…

Model CompressionQuantizationVideo Compression

E-NeRV: Expedite Neural Video Representation with Disentangled Spatial-Temporal Context

2022-07-17 · Zizhang Li, Mengmeng Wang, Huaijin Pi, Kechun Xu 외

Recently, the image-wise implicit neural representation of videos, NeRV, has gained popularity for its promising results and swift speed compared to regular pixel-wise implicit representations. However, the redundant par…

Video Reconstruction