Skip to content

Commit cf32b3f

Browse files
committed
update readme
1 parent 2551807 commit cf32b3f

8 files changed

+15
-9
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# <i>S</i><sup>3</sup>Gaussian: Self-Supervised Street Gaussians for Autonomous Driving
2-
### [Paper]() | [Project Page](https://wzzheng.net/S3Gaussian)
2+
### [Paper](https://arxiv.org/abs/2405.20323) | [Project Page](https://wzzheng.net/S3Gaussian)
33

44
> <i>S</i><sup>3</sup>Gaussian: Self-Supervised Street Gaussians for Autonomous Driving
55
@@ -9,13 +9,11 @@
99

1010
<i>S</i><sup>3</sup>Gaussian employs 3D Gaussians to model dynamic scenes for autonomous driving ***without*** other supervisions (e.g., 3D bounding boxes).
1111

12-
<p align="center">
13-
<img src="./assets/compare.jpg" width=800>
14-
</p>
12+
![vis](./assets/vis2.png)
1513

1614
## News
17-
- **[2023/5/30]** Training & Evaluation code release!.
18-
- **[2024/5/30]** Paper released on [arXiv](https://arxiv.org/abs/2311.12754).
15+
- **[2023/5/31]** Training & evaluation code release!
16+
- **[2024/5/31]** Paper released on [arXiv](https://arxiv.org/abs/2405.20323).
1917

2018
## Demo
2119

@@ -24,7 +22,11 @@
2422
## Overview
2523
![overview](./assets/pipeline.png)
2624

27-
To tackle the challenges in self-supervised street scene decomposition, we propose a multi-resolution hexplane-based encoder to encode 4D grid into feature planes and a multi-head Gaussian decoder to decode them into deformed 4D Gaussians. We optimize the over model without extra annotations in a self-supervised manner and achieve superior scene decomposition ability and rendering quality.
25+
To tackle the challenges in self-supervised street scene decomposition, we propose a multi-resolution hexplane-based encoder to encode 4D grid into feature planes and a multi-head Gaussian decoder to decode them into deformed 4D Gaussians. We optimize the overall model without extra annotations in a self-supervised manner and achieve superior scene decomposition ability and rendering quality.
26+
27+
## Results
28+
29+
![overview](./assets/results.png)
2830

2931
## Getting Started
3032

@@ -90,6 +92,10 @@ Thanks to these excellent open-sourced repos!
9092

9193
If you find this project helpful, please consider citing the following paper:
9294
```
93-
@article{
94-
}
95+
@article{huang2024s3gaussian,
96+
title={S3Gaussian: Self-Supervised Street Gaussians for Autonomous Driving},
97+
author={Huang, Nan and Wei, Xiaobao and Zheng, Wenzhao and An, Pengju and Lu, Ming and Zhan, Wei and Tomizuka, Masayoshi and Keutzer, Kurt and Zhang, Shanghang},
98+
journal={arXiv preprint arXiv:2405.20323},
99+
year={2024}
100+
}
95101
```

assets/.DS_Store

6 KB
Binary file not shown.

assets/compare.jpg

-1.45 MB
Binary file not shown.

assets/results.png

500 KB
Loading

assets/vis1.png

6.98 MB
Loading

assets/vis2.png

4.2 MB
Loading

assets/visual.gif

19.6 MB
Loading

0 commit comments

Comments
 (0)