paper-with-me

홈 › Papers

NGP-RT: Fusing Multi-Level Hash Features with Lightweight Attention for Real-Time Novel View Synthesis

2024-07-15 · Yubin Hu, Xiaoyang Guo, Yang Xiao, Jingwei Huang, Yong-Jin Liu

This paper presents NGP-RT, a novel approach for enhancing the rendering speed of Instant-NGP to achieve real-time novel view synthesis. As a classic NeRF-based method, Instant-NGP stores implicit features in multi-level grids or hash tables and applies a shallow MLP to convert the implicit features into explicit colors and densities. Although it achieves fast training speed, there is still a lot of room for improvement in its rendering speed due to the per-point MLP executions for implicit multi-level feature aggregation, especially for real-time applications. To address this challenge, our proposed NGP-RT explicitly stores colors and densities as hash features, and leverages a lightweight attention mechanism to disambiguate the hash collisions instead of using computationally intensive MLP. At the rendering stage, NGP-RT incorporates a pre-computed occupancy distance grid into the ray marching strategy to inform the distance to the nearest occupied voxel, thereby reducing the number of marching points and global memory access. Experimental results show that on the challenging Mip-NeRF360 dataset, NGP-RT achieves better rendering quality than previous NeRF-based methods, achieving 108 fps at 1080p resolution on a single Nvidia RTX 3090 GPU. Our approach is promising for NeRF-based real-time applications that require efficient and high-quality rendering.

📄 PDF Abstract BibTeX arXiv:2407.10482

Code (0)

등록된 구현이 없습니다.

Tasks

GPUNeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Deep Robust Multilevel Semantic Cross-Modal Hashing

2020-02-07 · Ge Song, Jun Zhao, Xiaoyang Tan

Hashing based cross-modal retrieval has recently made significant progress. But straightforward embedding data from different modalities into a joint Hamming space will inevitably produce false codes due to the intrinsic…

Cross-Modal RetrievalRetrievalTriplet

Central Similarity Multi-View Hashing for Multimedia Retrieval

2023-08-26 · Jian Zhu, Wen Cheng, Yu Cui, Chang Tang 외

Hash representation learning of multi-view heterogeneous data is the key to improving the accuracy of multimedia retrieval. However, existing methods utilize local similarity and fall short of deeply fusing the multi-vie…

Representation LearningRetrieval

Lightweight Contrastive Distilled Hashing for Online Cross-modal Retrieval

2025-02-27 · Jiaxing Li, Lin Jiang, Zeqi Ma, Kaihang Jiang 외

Deep online cross-modal hashing has gained much attention from researchers recently, as its promising applications with low storage requirement, fast retrieval efficiency and cross modality adaptive, etc. However, there …

Cross-Modal RetrievalKnowledge DistillationRetrieval

Temporal-Aware Spiking Transformer Hashing Based on 3D-DWT

2025-01-12 · Zihao Mei, Jianhao Li, Bolin Zhang, Chong Wang 외

With the rapid growth of dynamic vision sensor (DVS) data, constructing a low-energy, efficient data retrieval system has become an urgent task. Hash learning is one of the most important retrieval technologies which can…

Retrieval

Query-Adaptive Hash Code Ranking for Large-Scale Multi-View Visual Search

2019-04-18 · Xianglong Liu, Lei Huang, Cheng Deng, Bo Lang 외

Hash based nearest neighbor search has become attractive in many applications. However, the quantization in hashing usually degenerates the discriminative power when using Hamming distance ranking. Besides, for large-sca…

Image RetrievalQuantizationTable Search