paper-with-me

홈 › Papers

An Improved Ray Tracing Acceleration Algorithm Based on Bounding Volume Hierarchies

2022-08-22 · Chen Wang, Yinghua Wang, Yuxiao Li, Jialing Huang, Jie Huang, Cheng-Xiang Wang

Ray tracing is an efficient channel modeling method. However, the traditional ray tracing method has high computation complexity. To solve this problem, an improved bounding volume hierarchies (BVH) algorithm is proposed in this paper. Based on surface area heuristic (SAH) and spatial distance, the proposed algorithm can effectively reduce the number of unnecessary intersection tests between ray and triangular facets. In addition, the algorithm fully considers the influence of ray action range, which can not only make up for the defects of spatial division based on uniform grid method and k-dimensional (KD) tree, but also solve the problem of unsatisfactory spatial division based on traditional BVH algorithm. The simulation results show that compared with the traditional BVH algorithm, the proposed algorithm can improve the computation efficiency by 20% to 35% while ensuring the computation accuracy.

📄 PDF Abstract BibTeX arXiv:2208.10008

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Relightable 3D Gaussians: Realistic Point Cloud Relighting with BRDF Decomposition and Ray Tracing

2023-11-27 · Jian Gao, Chun Gu, Youtian Lin, Zhihao LI 외

In this paper, we present a novel differentiable point-based rendering framework to achieve photo-realistic relighting. To make the reconstructed scene relightable, we enhance vanilla 3D Gaussians by associating extra pr…

BRDF estimationLighting EstimationNovel View Synthesis

3D Gaussian Ray Tracing: Fast Tracing of Particle Scenes

2024-07-09 · Nicolas Moenne-Loccoz, Ashkan Mirzaei, Or Perel, Riccardo de Lutio 외

Particle-based representations of radiance fields such as 3D Gaussian Splatting have found great success for reconstructing and re-rendering of complex scenes. Most existing methods render particles via rasterization, pr…

GPU

NViSII: A Scriptable Tool for Photorealistic Image Generation

2021-05-28 · Nathan Morrical, Jonathan Tremblay, Yunzhi Lin, Stephen Tyree 외

We present a Python-based renderer built on NVIDIA's OptiX ray tracing engine and the OptiX AI denoiser, designed to generate high-quality synthetic images for research in computer vision and deep learning. Our tool enab…

Image GenerationOptical Flow EstimationSynthetic Data Generation

Medical image segmentation with imperfect 3D bounding boxes

2021-08-06 · Ekaterina Redekop, Alexey Chernyavskiy

The development of high quality medical image segmentation algorithms depends on the availability of large datasets with pixel-level labels. The challenges of collecting such datasets, especially in case of 3D volumes, m…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

GRTX: Efficient Ray Tracing for 3D Gaussian-Based Rendering

2026-01-28 · Junseo Lee, Sangyun Jeon, Jungi Lee, Junyong Park 외 arxiv

3D Gaussian Splatting has gained widespread adoption across diverse applications due to its exceptional rendering performance and visual quality. While most existing methods rely on rasterization to render Gaussians, rec…