paper-with-me

홈 › Papers

Mixed Neural Voxels for Fast Multi-view Video Synthesis

2022-12-01 · ICCV 2023 1 · Feng Wang, Sinan Tan, Xinghang Li, Zeyue Tian, Yafei Song, Huaping Liu

Synthesizing high-fidelity videos from real-world multi-view input is challenging because of the complexities of real-world environments and highly dynamic motions. Previous works based on neural radiance fields have demonstrated high-quality reconstructions of dynamic scenes. However, training such models on real-world scenes is time-consuming, usually taking days or weeks. In this paper, we present a novel method named MixVoxels to better represent the dynamic scenes with fast training speed and competitive rendering qualities. The proposed MixVoxels represents the 4D dynamic scenes as a mixture of static and dynamic voxels and processes them with different networks. In this way, the computation of the required modalities for static voxels can be processed by a lightweight model, which essentially reduces the amount of computation, especially for many daily dynamic scenes dominated by the static background. To separate the two kinds of voxels, we propose a novel variation field to estimate the temporal variance of each voxel. For the dynamic voxels, we design an inner-product time query method to efficiently query multiple time steps, which is essential to recover the high-dynamic motions. As a result, with 15 minutes of training for dynamic scenes with inputs of 300-frame videos, MixVoxels achieves better PSNR than previous methods. Codes and trained models are available at https://github.com/fengres/mixvoxels

📄 PDF Abstract BibTeX arXiv:2212.00190

Code (1)

fengres/mixvoxels 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Generalizable Neural Voxels for Fast Human Radiance Fields

2023-03-27 · Taoran Yi, Jiemin Fang, Xinggang Wang, Wenyu Liu

Rendering moving human bodies at free viewpoints only from a monocular video is quite a challenging problem. The information is too sparse to model complicated human body structures and motions from both view and pose di…

NeRFNovel View Synthesis

AvatarMAV: Fast 3D Head Avatar Reconstruction Using Motion-Aware Neural Voxels

2022-11-23 · Yuelang Xu, Lizhen Wang, Xiaochen Zhao, Hongwen Zhang 외

With NeRF widely used for facial reenactment, recent methods can recover photo-realistic 3D head avatar from just a monocular video. Unfortunately, the training process of the NeRF-based methods is quite time-consuming, …

NeRF

Fast Computation of Content-Sensitive Superpixels and Supervoxels Using Q-Distances

2019-10-01 · ICCV 2019 10 · Zipeng Ye, Ran Yi, Minjing Yu, Yong-Jin Liu 외

State-of-the-art researches model the data of images and videos as low-dimensional manifolds and generate superpixels/supervoxels in a content-sensitive way, which is achieved by computing geodesic centroidal Voronoi tes…

Superpixels

Vox-Surf: Voxel-based Implicit Surface Representation

2022-08-21 · Hai Li, Xingrui Yang, Hongjia Zhai, Yuqian Liu 외

Virtual content creation and interaction play an important role in modern 3D applications such as AR and VR. Recovering detailed 3D models from real scenes can significantly expand the scope of its applications and has b…

valid

VGOS: Voxel Grid Optimization for View Synthesis from Sparse Inputs

2023-04-26 · Jiakai Sun, Zhanjie Zhang, Jiafu Chen, Guangyuan Li 외

Neural Radiance Fields (NeRF) has shown great success in novel view synthesis due to its state-of-the-art quality and flexibility. However, NeRF requires dense input views (tens to hundreds) and a long training time (hou…

NeRFNovel View Synthesis