paper-with-me

Papers

Coordinate Quantized Neural Implicit Representations for Multi-view Reconstruction

2023-08-21 · ICCV 2023 1 · Sijia Jiang, Jing Hua, Zhizhong Han

In recent years, huge progress has been made on learning neural implicit representations from multi-view images for 3D reconstruction. As an additional input complementing coordinates, using sinusoidal functions as positional encodings plays a key role in revealing high frequency details with coordinate-based neural networks. However, high frequency positional encodings make the optimization unstable, which results in noisy reconstructions and artifacts in empty space. To resolve this issue in a general sense, we introduce to learn neural implicit representations with quantized coordinates, which reduces the uncertainty and ambiguity in the field during optimization. Instead of continuous coordinates, we discretize continuous coordinates into discrete coordinates using nearest interpolation among quantized coordinates which are obtained by discretizing the field in an extremely high resolution. We use discrete coordinates and their positional encodings to learn implicit functions through volume rendering. This significantly reduces the variations in the sample space, and triggers more multi-view consistency constraints on intersections of rays from different views, which enables to infer implicit function in a more effective way. Our quantized coordinates do not bring any computational burden, and can seamlessly work upon the latest methods. Our evaluations under the widely used benchmarks show our superiority over the state-of-the-art. Our code is available at https://github.com/MachinePerceptionLab/CQ-NIR.

📄 PDF Abstract BibTeX arXiv:2308.11025

Code (1)

machineperceptionlab/cq-nir 공식 구현 pytorch

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

Coordinates Are NOT Lonely -- Codebook Prior Helps Implicit Neural 3D Representations

2022-10-20 · Fukun Yin, Wen Liu, Zilong Huang, Pei Cheng 외

Implicit neural 3D representation has achieved impressive results in surface or scene reconstruction and novel view synthesis, which typically uses the coordinate-based multi-layer perceptrons (MLPs) to learn a continuou…

NeRFNovel View Synthesis

Implicit-explicit Integrated Representations for Multi-view Video Compression

2023-11-29 · Chen Zhu, Guo Lu, Bing He, Rong Xie 외

With the increasing consumption of 3D displays and virtual reality, multi-view video has become a promising format. However, its high resolution and multi-camera shooting result in a substantial increase in data volume, …

Video Compression

H3D-Net: Few-Shot High-Fidelity 3D Head Reconstruction

2021-07-26 · ICCV 2021 10 · Eduard Ramon, Gil Triginer, Janna Escur, Albert Pumarola 외

Recent learning approaches that implicitly represent surface geometry using coordinate-based neural representations have shown impressive results in the problem of multi-view 3D reconstruction. The effectiveness of these…

3D ReconstructionMulti-View 3D ReconstructionVocal Bursts Intensity Prediction

CoordX: Accelerating Implicit Neural Representation with a Split MLP Architecture

2022-01-28 · ICLR 2022 4 · Ruofan Liang, Hongyi Sun, Nandita Vijaykumar

Implicit neural representations with multi-layer perceptrons (MLPs) have recently gained prominence for a wide variety of tasks such as novel view synthesis and 3D object representation and rendering. However, a signific…

3D Shape RepresentationNovel View Synthesis

Pixels, voxels, and views: A study of shape representations for single view 3D object shape prediction

2018-04-17 · CVPR 2018 6 · Daeyun Shin, Charless C. Fowlkes, Derek Hoiem

The goal of this paper is to compare surface-based and volumetric 3D object shape representations, as well as viewer-centered and object-centered reference frames for single-view 3D shape prediction. We propose a new alg…

Object