Skip to content

Commit a419323

Browse files
committed
updated website
1 parent 769be7c commit a419323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>C-NGP: Exploring Multi-Scene Modelling Via Continual Neural Graphics Primitives</title>
6+
<title>Incremental Multi-Scene Modelling via Continual Neural Graphics Primitives</title>
77
<link rel="stylesheet" href="styles.css"> <!-- Create this stylesheet for styling -->
88
</head>
99
<body>
1010
<header>
11-
<h1>C-NGP: Exploring Multi-Scene Modelling Via Continual Neural Graphics Primitives</h1>
11+
<h1>Incremental Multi-Scene Modelling via Continual Neural Graphics Primitives</h1>
1212
</header>
1313

1414
<div style="text-align:center;">
@@ -38,7 +38,7 @@ <h1>C-NGP: Exploring Multi-Scene Modelling Via Continual Neural Graphics Primiti
3838

3939
<section id="overview">
4040
<h2>Abstract</h2>
41-
<p align="justify">Neural radiance fields (NeRF) have revolutionized photorealistic rendering of novel views for single 3D scenes. Despite their growing popularity and efficiency as 3D resources, NeRFs face scalability challenges due to the need for separate models per scene and a linear increase in training time with each new scene. The potential for incrementally encoding multiple 3D scenes into a single NeRF model remains largely unexplored. We address this gap by introducing C-NGP (Continual-Neural Graphics Primitive), a novel continual learning framework that integrates multiple scenes incrementally into a single neural radiance field. Using a generative replay approach, C-NGP adapts to new scenes without requiring access to old data. We demonstrate the proposed framework's effectiveness in accommodating multiple scenes through comprehensive evaluations of synthetic and real datasets, producing high-quality novel-view renderings without additional parameters. Furthermore, we show the application of C-NGP in style editing, where the proposed framework stores multiple edit styles in the same network. Our supplementary materials provide implementation details and dynamic visualizations of the results.</p>
41+
<p align="justify">Neural radiance fields (NeRF) have revolutionized photorealistic rendering of novel views for single 3D scenes. Despite their growing popularity and efficiency as 3D resources, NeRFs face scalability challenges due to the need for separate models per scene and the cumulative increase in training time for multiple scenes. The potential for incrementally encoding multiple 3D scenes into a single NeRF model remains largely unexplored. We address this gap by introducing Continual-Neural Graphics Primitives (C-NGP), a novel continual learning framework that integrates multiple scenes incrementally into a single neural radiance field. Using a generative replay approach, C-NGP adapts to new scenes without requiring access to old data. We demonstrate the proposed framework's effectiveness in accommodating multiple scenes through comprehensive evaluations of synthetic and real datasets, producing high-quality novel-view renderings without additional parameters. Furthermore, we show the application of C-NGP in style editing \textit{i.e.} multiple edit styles in the same network. Our supplementary material provides implementation details and dynamic visualizations of the results.</p>
4242
</section>
4343

4444
<section id="framework">

0 commit comments

Comments
 (0)