From e729780763a221fd6c2bfabc450580ba70a4f107 Mon Sep 17 00:00:00 2001 From: xbillowy Date: Fri, 20 Dec 2024 10:58:09 +0800 Subject: [PATCH] revert title --- envgs/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/envgs/index.html b/envgs/index.html index ec47179..280fa44 100644 --- a/envgs/index.html +++ b/envgs/index.html @@ -140,7 +140,7 @@

-

Abstract

+

Abstract

Reconstructing complex reflections in real-world scenes from 2D images is essential for achieving photorealistic novel view synthesis. Existing methods that utilize environment maps to model reflections from distant lighting often struggle with high-frequency reflection details and fail to account for near-field reflections. In this work, we introduce EnvGS, a novel approach that employs a set of Gaussian primitives as an explicit 3D representation for capturing reflections of environments. These environment Gaussian primitives are incorporated with base Gaussian primitives to model the appearance of the whole scene. To efficiently render these environment Gaussian primitives, we developed a ray-tracing-based renderer that leverages the GPU's RT core for fast rendering. This allows us to jointly optimize our model for high-quality reconstruction while maintaining real-time rendering speeds. Results from multiple real-world and synthetic datasets demonstrate that our method produces significantly more detailed reflections, achieving the best rendering quality in real-time novel view synthesis. @@ -153,7 +153,7 @@

Abstract

-

Method

+

Method

@@ -166,7 +166,7 @@

Method

-

Results and Comparisons

+

Results and Comparisons

Here we demostrate side-by-side videos comparing our method to top-performing baselines across different captured scenes.

Select a scene and a baseline method below: @@ -510,7 +510,7 @@

Results and Comparisons

-

Ablation Studies

+

Ablation Studies

Here we demostrate side-by-side videos comparing our full method to versions of our method where key components have been ablated on the scene gardenspheres. See more details in the paper.

Select an ablation below: @@ -626,7 +626,7 @@

Ablation Studies

-

Related Works

+

Related Works

  • 3D Gaussian Splatting for Real-Time Radiance Field Rendering
  • 2D Gaussian Splatting for Geometrically Accurate Radiance Fields
  • @@ -641,7 +641,7 @@

    Related Works

    -

    Citation

    +

    Citation

    
     @misc{xie2024envgsmodelingviewdependentappearance,
         title={EnvGS: Modeling View-Dependent Appearance with Environment Gaussian},