Skip to main content

Showing 1–12 of 12 results for author: Kerbl, B

Searching in archive cs. Search in all archives.
.
  1. Reducing the Memory Footprint of 3D Gaussian Splatting

    Authors: Panagiotis Papantonakis, Georgios Kopanas, Bernhard Kerbl, Alexandre Lanvin, George Drettakis

    Abstract: 3D Gaussian splatting provides excellent visual quality for novel view synthesis, with fast training and real-time rendering; unfortunately, the memory requirements of this method for storing and transmission are unreasonably high. We first analyze the reasons for this, identifying three main areas where storage can be reduced: the number of 3D Gaussian primitives used to represent a scene, the nu… ▽ More

    Submitted 24 June, 2024; originally announced June 2024.

    Comments: Project website: https://repo-sam.inria.fr/fungraph/reduced_3dgs/

    Journal ref: Proceedings of the ACM on Computer Graphics and Interactive Techniques, Volume 7, Issue 1 Article No.: 16, Pages 1 - 17, 2024

  2. arXiv:2406.15643  [pdf, other

    cs.CV cs.GR

    Taming 3DGS: High-Quality Radiance Fields with Limited Resources

    Authors: Saswat Subhajyoti Mallick, Rahul Goel, Bernhard Kerbl, Francisco Vicente Carrasco, Markus Steinberger, Fernando De La Torre

    Abstract: 3D Gaussian Splatting (3DGS) has transformed novel-view synthesis with its fast, interpretable, and high-fidelity rendering. However, its resource requirements limit its usability. Especially on constrained devices, training performance degrades quickly and often cannot complete due to excessive memory consumption of the model. The method converges with an indefinite number of Gaussians -- many of… ▽ More

    Submitted 21 June, 2024; originally announced June 2024.

  3. arXiv:2406.12080  [pdf, other

    cs.CV cs.GR

    A Hierarchical 3D Gaussian Representation for Real-Time Rendering of Very Large Datasets

    Authors: Bernhard Kerbl, Andréas Meuleman, Georgios Kopanas, Michael Wimmer, Alexandre Lanvin, George Drettakis

    Abstract: Novel view synthesis has seen major advances in recent years, with 3D Gaussian splatting offering an excellent level of visual quality, fast training and real-time rendering. However, the resources needed for training and rendering inevitably limit the size of the captured scenes that can be represented with good visual quality. We introduce a hierarchy of 3D Gaussians that preserves visual qualit… ▽ More

    Submitted 17 June, 2024; originally announced June 2024.

    Comments: Project Page: https://repo-sam.inria.fr/fungraph/hierarchical-3d-gaussians/

    Journal ref: ACM Transactions on Graphics, 43(4), July 2024

  4. arXiv:2406.07329  [pdf, other

    cs.CV eess.IV

    Cinematic Gaussians: Real-Time HDR Radiance Fields with Depth of Field

    Authors: Chao Wang, Krzysztof Wolski, Bernhard Kerbl, Ana Serrano, Mojtaba Bemana, Hans-Peter Seidel, Karol Myszkowski, Thomas Leimkühler

    Abstract: Radiance field methods represent the state of the art in reconstructing complex scenes from multi-view photos. However, these reconstructions often suffer from one or both of the following limitations: First, they typically represent scenes in low dynamic range (LDR), which restricts their use to evenly lit environments and hinders immersive viewing experiences. Secondly, their reliance on a pinho… ▽ More

    Submitted 21 June, 2024; v1 submitted 11 June, 2024; originally announced June 2024.

  5. arXiv:2402.00525  [pdf, other

    cs.GR cs.CV

    StopThePop: Sorted Gaussian Splatting for View-Consistent Real-time Rendering

    Authors: Lukas Radl, Michael Steiner, Mathias Parger, Alexander Weinrauch, Bernhard Kerbl, Markus Steinberger

    Abstract: Gaussian Splatting has emerged as a prominent model for constructing 3D representations from images across diverse domains. However, the efficiency of the 3D Gaussian Splatting rendering pipeline relies on several simplifications. Notably, reducing Gaussian to 2D splats with a single view-space depth introduces pop** and blending artifacts during view rotation. Addressing this issue requires acc… ▽ More

    Submitted 24 May, 2024; v1 submitted 1 February, 2024; originally announced February 2024.

    Comments: SIGGRAPH 2024 (Journal Track); Project Page: https://r4dl.github.io/StopThePop/

  6. arXiv:2310.09125  [pdf, other

    cs.GR cs.CV cs.LG

    Training and Predicting Visual Error for Real-Time Applications

    Authors: João Libório Cardoso, Bernhard Kerbl, Lei Yang, Yury Uralsky, Michael Wimmer

    Abstract: Visual error metrics play a fundamental role in the quantification of perceived image similarity. Most recently, use cases for them in real-time applications have emerged, such as content-adaptive shading and shading reuse to increase performance and improve efficiency. A wide range of different metrics has been established, with the most sophisticated being capable of capturing the perceptual cha… ▽ More

    Submitted 13 October, 2023; originally announced October 2023.

    Comments: Published at Proceedings of the ACM in Computer Graphics and Interactive Techniques. 14 Pages, 16 Figures, 3 Tables. For paper website and higher quality figures, see https://jaliborc.github.io/rt-percept/

    ACM Class: I.3.3; I.2.10; I.2.6

    Journal ref: Proceedings of the ACM on Computer Graphics and Interactive Techniques, Volume 5 (2022), Issue 1, Article 11, Pages 1 to 17

  7. arXiv:2308.04079  [pdf, other

    cs.GR cs.CV

    3D Gaussian Splatting for Real-Time Radiance Field Rendering

    Authors: Bernhard Kerbl, Georgios Kopanas, Thomas Leimkühler, George Drettakis

    Abstract: Radiance Field methods have recently revolutionized novel-view synthesis of scenes captured with multiple photos or videos. However, achieving high visual quality still requires neural networks that are costly to train and render, while recent faster methods inevitably trade off speed for quality. For unbounded and complete scenes (rather than isolated objects) and 1080p resolution rendering, no c… ▽ More

    Submitted 8 August, 2023; originally announced August 2023.

    Comments: https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/

    Journal ref: ACM Transactions on Graphics, volume 42(4), July 2023

  8. arXiv:2302.14801  [pdf, other

    cs.GR

    GPU-Accelerated LOD Generation for Point Clouds

    Authors: Markus Schütz, Bernhard Kerbl, Philip Klaus, Michael Wimmer

    Abstract: About: We introduce a GPU-accelerated LOD construction process that creates a hybrid voxel-point-based variation of the widely used layered point cloud (LPC) structure for LOD rendering and streaming. The massive performance improvements provided by the GPU allow us to improve the quality of lower LODs via color filtering while still increasing construction speed compared to the non-filtered, CPU-… ▽ More

    Submitted 28 February, 2023; originally announced February 2023.

  9. arXiv:2204.01287  [pdf, other

    cs.GR

    Software Rasterization of 2 Billion Points in Real Time

    Authors: Markus Schütz, Bernhard Kerbl, Michael Wimmer

    Abstract: We propose a software rasterization pipeline for point clouds that is capable of brute-force rendering up to two billion points in real time (60fps). Improvements over the state of the art are achieved by batching points in a way that a number of batch-level optimizations can be computed before rasterizing the points within the same rendering pass. These optimizations include frustum culling, leve… ▽ More

    Submitted 4 April, 2022; originally announced April 2022.

  10. arXiv:2202.09153  [pdf, other

    cs.LG

    Gaussian Mixture Convolution Networks

    Authors: Adam Celarek, Pedro Hermosilla, Bernhard Kerbl, Timo Ropinski, Michael Wimmer

    Abstract: This paper proposes a novel method for deep learning based on the analytical convolution of multidimensional Gaussian mixtures. In contrast to tensors, these do not suffer from the curse of dimensionality and allow for a compact representation, as data is only stored where details exist. Convolution kernels and data are Gaussian mixtures with unconstrained weights, positions, and covariance matric… ▽ More

    Submitted 18 February, 2022; originally announced February 2022.

    Comments: To be published in ICLR 2022

  11. arXiv:2104.07526  [pdf, other

    cs.GR

    Rendering Point Clouds with Compute Shaders and Vertex Order Optimization

    Authors: Markus Schütz, Bernhard Kerbl, Michael Wimmer

    Abstract: While commodity GPUs provide a continuously growing range of features and sophisticated methods for accelerating compute jobs, many state-of-the-art solutions for point cloud rendering still rely on the provided point primitives (GL_POINTS, POINTLIST, ...) of graphics APIs for image synthesis. In this paper, we present several compute-based point cloud rendering approaches that outperform the hard… ▽ More

    Submitted 15 April, 2021; originally announced April 2021.

    Comments: 13 pages content, 5 pages appendix

  12. arXiv:1805.08893  [pdf, other

    cs.GR cs.DC

    On-the-fly Vertex Reuse for Massively-Parallel Software Geometry Processing

    Authors: Michael Kenzel, Bernhard Kerbl, Wolfgang Tatzgern, Elena Ivanchenko, Dieter Schmalstieg, Markus Steinberger

    Abstract: Compute-mode rendering is becoming more and more attractive for non-standard rendering applications, due to the high flexibility of compute-mode execution. These newly designed pipelines often include streaming vertex and geometry processing stages. In typical triangle meshes, the same transformed vertex is on average required six times during rendering. To avoid redundant computation, a post-tran… ▽ More

    Submitted 22 May, 2018; originally announced May 2018.