paper-with-me

홈 › Papers

Hardware Acceleration of Neural Graphics

2023-03-10 · Muhammad Husnain Mubarik, Ramakrishna Kanungo, Tobias Zirr, Rakesh Kumar

Rendering and inverse-rendering algorithms that drive conventional computer graphics have recently been superseded by neural representations (NR). NRs have recently been used to learn the geometric and the material properties of the scenes and use the information to synthesize photorealistic imagery, thereby promising a replacement for traditional rendering algorithms with scalable quality and predictable performance. In this work we ask the question: Does neural graphics (NG) need hardware support? We studied representative NG applications showing that, if we want to render 4k res. at 60FPS there is a gap of 1.5X-55X in the desired performance on current GPUs. For AR/VR applications, there is an even larger gap of 2-4 OOM between the desired performance and the required system power. We identify that the input encoding and the MLP kernels are the performance bottlenecks, consuming 72%,60% and 59% of application time for multi res. hashgrid, multi res. densegrid and low res. densegrid encodings, respectively. We propose a NG processing cluster, a scalable and flexible hardware architecture that directly accelerates the input encoding and MLP kernels through dedicated engines and supports a wide range of NG applications. We also accelerate the rest of the kernels by fusing them together in Vulkan, which leads to 9.94X kernel-level performance improvement compared to un-fused implementation of the pre-processing and the post-processing kernels. Our results show that, NGPC gives up to 58X end-to-end application-level performance improvement, for multi res. hashgrid encoding on average across the four NG applications, the performance benefits are 12X,20X,33X and 39X for the scaling factor of 8,16,32 and 64, respectively. Our results show that with multi res. hashgrid encoding, NGPC enables the rendering of 4k res. at 30FPS for NeRF and 8k res. at 120FPS for all our other NG applications.

📄 PDF Abstract BibTeX arXiv:2303.05735

Code (0)

등록된 구현이 없습니다.

Tasks

4k8kInverse RenderingNeRF

Similar Papers 제목 키워드 기반

Neural Rendering and Its Hardware Acceleration: A Review

2024-01-06 · Xinkai Yan, Jieting Xu, Yuchi Huo, Hujun Bao

Neural rendering is a new image and video generation method based on deep learning. It combines the deep learning model with the physical knowledge of computer graphics, to obtain a controllable and realistic scene model…

3D ReconstructionDeep LearningInverse RenderingNeural Rendering+1

Towards hardware acceleration for parton densities estimation

2019-09-23 · Stefano Carrazza, Juan Cruz-Martinez, Jesús Urtasun-Elizari, Emilio Villa

In this proceedings we describe the computational challenges associated to the determination of parton distribution functions (PDFs). We compare the performance of the convolution of the parton distributions with matrix …

Dressi: A Hardware-Agnostic Differentiable Renderer with Reactive Shader Packing and Soft Rasterization

2022-04-04 · Yusuke Takimoto, Hiroyuki Sato, Hikari Takehara, Keishiro Uragaki 외

Differentiable rendering (DR) enables various computer graphics and computer vision applications through gradient-based optimization with derivatives of the rendering equation. Most rasterization-based approaches are bui…

Inverse Rendering

Vision Transformers on the Edge: A Comprehensive Survey of Model Compression and Acceleration Strategies

2025-02-26 · Shaibal Saha, Lanyu Xu

In recent years, vision transformers (ViTs) have emerged as powerful and promising techniques for computer vision tasks such as image classification, object detection, and segmentation. Unlike convolutional neural networ…

image-classificationImage ClassificationModel Compressionobject-detection+1

VR-Pipe: Streamlining Hardware Graphics Pipeline for Volume Rendering

2025-02-24 · Junseo Lee, Jaisung Kim, Junyong Park, Jaewoong Sim

Graphics rendering that builds on machine learning and radiance fields is gaining significant attention due to its outstanding quality and speed in generating photorealistic images from novel viewpoints. However, prior w…