paper-with-me

홈 › Papers

Dynamic PlenOctree for Adaptive Sampling Refinement in Explicit NeRF

2023-07-28 · ICCV 2023 1 · Haotian Bai, Yiqi Lin, Yize Chen, Lin Wang

The explicit neural radiance field (NeRF) has gained considerable interest for its efficient training and fast inference capabilities, making it a promising direction such as virtual reality and gaming. In particular, PlenOctree (POT)[1], an explicit hierarchical multi-scale octree representation, has emerged as a structural and influential framework. However, POT's fixed structure for direct optimization is sub-optimal as the scene complexity evolves continuously with updates to cached color and density, necessitating refining the sampling distribution to capture signal complexity accordingly. To address this issue, we propose the dynamic PlenOctree DOT, which adaptively refines the sample distribution to adjust to changing scene complexity. Specifically, DOT proposes a concise yet novel hierarchical feature fusion strategy during the iterative rendering process. Firstly, it identifies the regions of interest through training signals to ensure adaptive and efficient refinement. Next, rather than directly filtering out valueless nodes, DOT introduces the sampling and pruning operations for octrees to aggregate features, enabling rapid parameter learning. Compared with POT, our DOT outperforms it by enhancing visual quality, reducing over $55.15$/$68.84\%$ parameters, and providing 1.7/1.9 times FPS for NeRF-synthetic and Tanks $\&$ Temples, respectively. Project homepage:https://vlislab22.github.io/DOT. [1] Yu, Alex, et al. "Plenoctrees for real-time rendering of neural radiance fields." Proceedings of the IEEE/CVF International Conference on Computer Vision. 2021.

📄 PDF Abstract BibTeX arXiv:2307.15333

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Methods 이 논문이 사용한 방법론

Hierarchical Feature Fusion Hierarchical Feature Fusion (HFF) is a feature fusion method employed in ESP and EESP image…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Fourier PlenOctrees for Dynamic Radiance Field Rendering in Real-time

2022-02-17 · CVPR 2022 1 · Liao Wang, Jiakai Zhang, Xinhang Liu, Fuqiang Zhao 외

Implicit neural representations such as Neural Radiance Field (NeRF) have focused mainly on modeling static objects captured under multi-view settings where real-time rendering can be achieved with smart data structures,…

NeRF

FPO++: Efficient Encoding and Rendering of Dynamic Neural Radiance Fields by Analyzing and Enhancing Fourier PlenOctrees

2023-10-31 · Saskia Rabich, Patrick Stotko, Reinhard Klein

Fourier PlenOctrees have shown to be an efficient representation for real-time rendering of dynamic Neural Radiance Fields (NeRF). Despite its many advantages, this method suffers from artifacts introduced by the involve…

NeRF

PlenOctrees for Real-time Rendering of Neural Radiance Fields

2021-03-25 · ICCV 2021 10 · Alex Yu, RuiLong Li, Matthew Tancik, Hao Li 외

We introduce a method to render Neural Radiance Fields (NeRFs) in real time using PlenOctrees, an octree-based 3D representation which supports view-dependent effects. Our method can render 800x800 images at more than 15…

NeRFNeural RenderingNovel View Synthesis

Efficient Training of Physics-Informed Neural Networks with Direct Grid Refinement Algorithm

2023-06-14 · Shikhar Nilabh, Fidel Grandia

This research presents the development of an innovative algorithm tailored for the adaptive sampling of residual points within the framework of Physics-Informed Neural Networks (PINNs). By addressing the limitations inhe…

Computational Efficiency

prNet: Data-Driven Phase Retrieval via Stochastic Refinement

2025-07-13 · Mehmet Onurcan Kaya, Figen S. Oktem arxiv

Phase retrieval is an ill-posed inverse problem in which classical and deep learning-based methods struggle to jointly achieve measurement fidelity and perceptual realism. We propose a novel framework for phase retrieval…