CVMar 14, 2023

Frequency-Modulated Point Cloud Rendering with Easy Editing

arXiv:2303.07596v218 citationsh-index: 60
AI Analysis

This work addresses the problem of efficient and editable point cloud rendering for applications in computer vision and graphics, offering incremental improvements over existing methods.

The paper tackles novel view synthesis from point clouds by developing a rendering pipeline that achieves high-fidelity local detail reconstruction, real-time rendering, and user-friendly editing, demonstrating superior performance on datasets like NeRF-Synthetic and ScanNet with metrics such as PSNR, SSIM, and LPIPS.

We develop an effective point cloud rendering pipeline for novel view synthesis, which enables high fidelity local detail reconstruction, real-time rendering and user-friendly editing. In the heart of our pipeline is an adaptive frequency modulation module called Adaptive Frequency Net (AFNet), which utilizes a hypernetwork to learn the local texture frequency encoding that is consecutively injected into adaptive frequency activation layers to modulate the implicit radiance signal. This mechanism improves the frequency expressive ability of the network with richer frequency basis support, only at a small computational budget. To further boost performance, a preprocessing module is also proposed for point cloud geometry optimization via point opacity estimation. In contrast to implicit rendering, our pipeline supports high-fidelity interactive editing based on point cloud manipulation. Extensive experimental results on NeRF-Synthetic, ScanNet, DTU and Tanks and Temples datasets demonstrate the superior performances achieved by our method in terms of PSNR, SSIM and LPIPS, in comparison to the state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes