Skip to content

Commit 12b3ce0

Browse files
authored
Update README.md
1 parent 438d809 commit 12b3ce0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# SENet: Toward Simple and Efficient LiDAR Semantic Segmentation for Autonomous Driving
2-
**2022-03-07 [:sunglasses:]** SENet was very lucky to be provisionally accepted by ICME 2022.
3-
4-
**2021-12-29 [:sweat_smile:]** Release models and training logs, which also contains ablation studies. (Please note that due to multiple updates of the code, some models and configs have inconsistencies that lead to errors, please make corresponding changes according to the specific situation.)
1+
# CENet: Toward Concise and Efficient LiDAR Semantic Segmentation for Autonomous Driving
52
## Abstract:
63
Accurate and fast scene understanding is one of the challenging task for autonomous driving, which requires to take full advantage of LiDAR point clouds for semantic segmentation. In this paper, we present a simple and efficient image-based semantic segmentation network, named SENet. In order to improve the descriptive power of learned features and reduce the computational as well as time complexity, our SENet integrates the convolution with larger kernel size instead of MLP, carefully-selected activation functions, and multiple auxiliary segmentation heads with corresponding loss functions into architecture. Quantitative and qualitative experiments conducted on publicly available benchmarks, SemanticKITTI and SemanticPOSS, demonstrate that our pipeline achieves much better mIoU and inference performance compared with state-of-the-art models.
74

85
<p align="center">
96
<img src="./rank.jpg" width="40%">
107
</p>
118

9+
**2022-03-28[:sunglasses:]** Suggested by reviewer, renamed to CENet.
10+
11+
**2022-03-07[:yum:]** SENet was very lucky to be ~~provisionally~~ accepted by ICME 2022.
12+
13+
**2021-12-29 [:sunglasses:]** Release models and training logs, which also contains ablation studies. (Please note that due to multiple updates of the code, some models and configs have inconsistencies that lead to errors, please make corresponding changes according to the specific situation.)
14+
1215
## Prepare:
1316
Download SemanticKITTI from [official web](http://www.semantic-kitti.org/dataset.html). Download SemanticPOSS from [official web](http://www.poss.pku.edu.cn./download.html).
1417

0 commit comments

Comments
 (0)