Papers › SalsaNext: Fast, Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for...

SalsaNext: Fast, Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving

7 Mar 2020arXiv:2003.03653archive 2025-07-28

Tiago Cortinhal, George Tzelepis, Eren Erdal Aksoy

In this paper, we introduce SalsaNext for the uncertainty-aware semantic segmentation of a full 3D LiDAR point cloud in real-time. SalsaNext is the next version of SalsaNet [1] which has an encoder-decoder architecture where the encoder unit has a set of ResNet blocks and the decoder part combines upsampled features from the residual blocks. In contrast to SalsaNet, we introduce a new context module, replace the ResNet encoder blocks with a new residual dilated convolution stack with gradually increasing receptive fields and add the pixel-shuffle layer in the decoder. Additionally, we switch from stride convolution to average pooling and also apply central dropout treatment. To directly optimize the Jaccard index, we further combine the weighted cross-entropy loss with Lovasz-Softmax loss [2]. We finally inject a Bayesian treatment to compute the epistemic and aleatoric uncertainties for each point in the cloud. We provide a thorough quantitative evaluation on the Semantic-KITTI dataset [3], which demonstrates that the proposed SalsaNext outperforms other state-of-the-art semantic segmentation networks and ranks first on the Semantic-KITTI leaderboard. We also release our source code https://github.com/TiagoCortinhal/SalsaNext.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2003.03653")

Code

Syntology Ran 4 of 11 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 6 samples from 1 repository, 0 ran; community (archive-listed): 4 samples from 1 repository, 3 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TiagoCortinhal/SalsaNext officialmentioned in papermentioned on GitHubpytorchMIT report
Halmstad-University/SalsaNext mentioned on GitHubpytorchMIT report
Halmstad-University/TITAN-NET mentioned on GitHubpytorch report
matlab-deep-learning/pretrained-salsanext mentioned on GitHubNOASSERTION report
tiagocortinhal/titan-next mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 4 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
7unverified

Licence: 1 of the 11 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_model TiagoCortinhal/SalsaNext/train/common/sync_batchnorm/batchnorm.py official repository unverified MIT (permissive) · 2f71fbe65121af01 · report
is_img TiagoCortinhal/SalsaNext/train/common/visualization.py official repository unverified MIT (permissive) · 9fc94ed8d1b7ec7d · report
is_label TiagoCortinhal/SalsaNext/train/common/visualization.py official repository unverified MIT (permissive) · a32d2f75b0f04039 · report
is_lidar TiagoCortinhal/SalsaNext/train/common/visualization.py official repository unverified MIT (permissive) · 595f29f7149e96c7 · report
patch_replication_callback TiagoCortinhal/SalsaNext/train/common/sync_batchnorm/replicate.py official repository unverified MIT (permissive) · 27e207fe8a74c3e7 · report
summary TiagoCortinhal/SalsaNext/train/common/summary.py official repository unverified MIT (permissive) · ec40714da483b8c4 · report
Upsampling tiagocortinhal/titan-next/train/tasks/segmented/modules/SalsaNext.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 5397b56c1ac3f145 · report
conv tiagocortinhal/titan-next/train/tasks/segmented/modules/SalsaNext.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ce4816627a53c528 · report
imgrad tiagocortinhal/titan-next/train/tasks/segmented/trainer.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 755e6a721aea6669 · report
imgrad_yx tiagocortinhal/titan-next/train/tasks/segmented/trainer.py community (archive-listed) unverified MIT (permissive) · c2c5311aca7b89a7 · report
gram_matrix identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 1090950b58e9358b · report

Tasks

3D Semantic SegmentationAutonomous DrivingDecoderRobust 3D Semantic SegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Semantic Segmentation SemanticKITTI SalsaNext test mIoU 59.5% #22 of 45 Archive leaderboard report
Robust 3D Semantic Segmentation SemanticKITTI-C SalsaNext (64x2048) mean Corruption Error (mCE) 116.14% #17 of 22 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionDilated ConvolutionDropoutGlobal Average PoolingKaiming InitializationLovasz-SoftmaxMax PoolingReLUResidual BlockResidual Connection

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections