paper-with-me

홈 › Papers

INR-V: A Continuous Representation Space for Video-based Generative Tasks

2022-10-29 · Bipasha Sen, Aditya Agarwal, Vinay P Namboodiri, C. V. Jawahar

Generating videos is a complex task that is accomplished by generating a set of temporally coherent images frame-by-frame. This limits the expressivity of videos to only image-based operations on the individual video frames needing network designs to obtain temporally coherent trajectories in the underlying image space. We propose INR-V, a video representation network that learns a continuous space for video-based generative tasks. INR-V parameterizes videos using implicit neural representations (INRs), a multi-layered perceptron that predicts an RGB value for each input pixel location of the video. The INR is predicted using a meta-network which is a hypernetwork trained on neural representations of multiple video instances. Later, the meta-network can be sampled to generate diverse novel videos enabling many downstream video-based generative tasks. Interestingly, we find that conditional regularization and progressive weight initialization play a crucial role in obtaining INR-V. The representation space learned by INR-V is more expressive than an image space showcasing many interesting properties not possible with the existing works. For instance, INR-V can smoothly interpolate intermediate videos between known video instances (such as intermediate identities, expressions, and poses in face videos). It can also in-paint missing portions in videos to recover temporally coherent full videos. In this work, we evaluate the space learned by INR-V on diverse generative tasks such as video interpolation, novel video generation, video inversion, and video inpainting against the existing baselines. INR-V significantly outperforms the baselines on several of these demonstrated tasks, clearly showcasing the potential of the proposed representation space.

📄 PDF Abstract BibTeX arXiv:2210.16579

Code (3)

bipashasen/INRV 공식 구현 pytorch
MindSpore-scientific-2/code-5/tree/main/INR-Implicit-Neural-Representations-with-Periodic-Activation-Functions mindspore
MindSpore-scientific/code-11/tree/main/INR-Implicit-Neural-Representations-with-Periodic-Activation-Functions mindspore

Tasks

Video GenerationVideo Inpainting

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Generative Pre-trained Autoregressive Diffusion Transformer

2025-05-12 · Yuan Zhang, Jiacheng Jiang, Guoqing Ma, Zhiying Lu 외

In this work, we present GPDiT, a Generative Pre-trained Autoregressive Diffusion Transformer that unifies the strengths of diffusion and autoregressive modeling for long-range video synthesis, within a continuous latent…

Few-Shot LearningVideo Generation

V-RAE: Rethinking Video Latent Spaces for Generation

2026-08-13 · Minghui Guo, Shengqiong Wu, Hao Fei arxiv

Latent video generation relies on autoencoders to define a compact space in which generative models operate. Although video autoencoder architectures have evolved substantially, their latent spaces are still optimized pr…

Video ReconstructionVideo GenerationVideo Prediction

Disentangling Space and Time in Video with Hierarchical Variational Auto-encoders

2016-12-14 · Will Grathwohl, Aaron Wilson

There are many forms of feature information present in video data. Principle among them are object identity information which is largely static across multiple video frames, and object pose and style information which co…

ObjectTransfer LearningVariational Inference

Generative Adversarial Networks for Multimodal Representation Learning in Video Hyperlinking

2017-05-15 · Vedran Vukotic, Christian Raymond, Guillaume Gravier

Continuous multimodal representations suitable for multimodal information retrieval are usually obtained with methods that heavily rely on multimodal autoencoders. In video hyperlinking, a task that aims at retrieving vi…

Information RetrievalRepresentation LearningRetrieval

VideoRAE: Taming Video Foundation Models for Generative Modeling via Representation Autoencoders

2026-07-15 · Zhihao Xie, Junfeng Wu, Xinting Hu, Junchao Huang 외 hf

Video generative models commonly rely on latent spaces learned by 3D Variational Autoencoders (3D-VAEs). However, conventional 3D-VAEs are mainly optimized for pixel-level reconstruction, which can limit the semantic and…