Papers › Bayesian SegNet: Model Uncertainty in Deep Convolutional Encoder-Decoder Architectures...

Bayesian SegNet: Model Uncertainty in Deep Convolutional Encoder-Decoder Architectures for Scene Understanding

9 Nov 2015arXiv:1511.02680archive 2025-07-28

Alex Kendall, Vijay Badrinarayanan, Roberto Cipolla

We present a deep learning framework for probabilistic pixel-wise semantic segmentation, which we term Bayesian SegNet. Semantic segmentation is an important tool for visual scene understanding and a meaningful measure of uncertainty is essential for decision making. Our contribution is a practical system which is able to predict pixel-wise class labels with a measure of model uncertainty. We achieve this by Monte Carlo sampling with dropout at test time to generate a posterior distribution of pixel class labels. In addition, we show that modelling uncertainty improves segmentation performance by 2-3% across a number of state of the art architectures such as SegNet, FCN and Dilation Network, with no additional parametrisation. We also observe a significant improvement in performance for smaller datasets where modelling uncertainty is more effective. We benchmark Bayesian SegNet on the indoor SUN Scene Understanding and outdoor CamVid driving scenes datasets.

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="1511.02680")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: community (archive-listed): 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

21 repositories listed; official and paper-mentioned ones first.

Fangrn/caffe-segnet mentioned on GitHubNOASSERTION report
Paultool/segnet mentioned on GitHubNOASSERTION report
SkyWa7ch3r/ImageSegmentation mentioned on GitHubtf report
SkyWa7ch3r/SceneSegmentation mentioned on GitHubtf report
TimoSaemann/caffe-segnet-cudnn5 mentioned on GitHubNOASSERTION report
TqDavid/td mentioned on GitHubNOASSERTION report
Zhanghongbin-github/SegNet-Tutorial mentioned on GitHubcaffe2 report
alexgkendall/SegNet-Tutorial mentioned on GitHubcaffe2 report
alexgkendall/caffe-segnet mentioned on GitHubNOASSERTION report
azy64/Deep-Learning mentioned on GitHubtf report
billlyzhaoyh/SegNetFromScratch mentioned on GitHubtf report
hmi88/what mentioned on GitHubpytorch report
hoidn/ptychopinn mentioned on GitHubtfGPL-3.0 report
hosshonarvar/Image-Segmentation mentioned on GitHubtfMIT report
mrmtn86/python1 mentioned on GitHubcaffe2 report
navganti/SIVO mentioned on GitHubGPL-3.0 report
navganti/SegNet mentioned on GitHubcaffe2 report
nshaud/DeepNetsForEO mentioned on GitHubpytorchNOASSERTION report
yubaoliu/caffe-segnet mentioned on GitHubNOASSERTION 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

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 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.

18unverified

Licence: 0 of the 18 samples are 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 hosshonarvar/Image-Segmentation. “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.

batch_norm hosshonarvar/Image-Segmentation/others_code/layers_object.py community (archive-listed) unverified MIT (permissive) · 5d5ab2d2e269268e · report
cal_loss hosshonarvar/Image-Segmentation/others_code/evaluation_object.py community (archive-listed) unverified MIT (permissive) · 00a137eeb688bbf2 · report
conv2d_layer hosshonarvar/Image-Segmentation/my_code/Src/operations.py community (archive-listed) unverified MIT (permissive) · 1100155deac6df9c · report
conv_layer hosshonarvar/Image-Segmentation/others_code/layers_object.py community (archive-listed) unverified MIT (permissive) · da64ac3ea0aa102b · report
create_dataset hosshonarvar/Image-Segmentation/my_code/Src/input.py community (archive-listed) unverified MIT (permissive) · 28e9700e3cfdeda0 · report
dataset_inputs hosshonarvar/Image-Segmentation/others_code/inputs_object.py community (archive-listed) unverified MIT (permissive) · b64e374d9b820bbd · report
dataset_reader hosshonarvar/Image-Segmentation/others_code/inputs_object.py community (archive-listed) unverified MIT (permissive) · 8d70ecc459a5e844 · report
decoder_parameters_layer hosshonarvar/Image-Segmentation/my_code/Src/parameters.py community (archive-listed) unverified MIT (permissive) · 08141afc1fd47d42 · report
get_filename_list hosshonarvar/Image-Segmentation/others_code/inputs_object.py community (archive-listed) unverified MIT (permissive) · bac4ea89c9097ba1 · report
get_parameters hosshonarvar/Image-Segmentation/my_code/Src/parameters.py community (archive-listed) unverified MIT (permissive) · 6b793951869a5684 · report
initialize_parameters_layer hosshonarvar/Image-Segmentation/my_code/Src/parameters.py community (archive-listed) unverified MIT (permissive) · 1176233b38437ed1 · report
max_pool hosshonarvar/Image-Segmentation/others_code/layers_object.py community (archive-listed) unverified MIT (permissive) · f72cdb6c9c2d1060 · report
maxpool2d_indices_layer hosshonarvar/Image-Segmentation/my_code/Src/operations.py community (archive-listed) unverified MIT (permissive) · 2ef0bbabe4e8a662 · report
normal_loss hosshonarvar/Image-Segmentation/others_code/evaluation_object.py community (archive-listed) unverified MIT (permissive) · 2185e76397ed29f7 · report
parse_dataset hosshonarvar/Image-Segmentation/my_code/Src/input.py community (archive-listed) unverified MIT (permissive) · 465a1df98fcaa53d · report
read_paths_file hosshonarvar/Image-Segmentation/my_code/Src/input.py community (archive-listed) unverified MIT (permissive) · d79699ab9dd285c3 · report
upsample2d_layer hosshonarvar/Image-Segmentation/my_code/Src/operations.py community (archive-listed) unverified MIT (permissive) · 0a684097c5925075 · report
weighted_loss hosshonarvar/Image-Segmentation/others_code/evaluation_object.py community (archive-listed) unverified MIT (permissive) · 2dee72e12c7f0a5d · report

Tasks

Decision MakingDecoderLow-Light Image EnhancementScene UnderstandingSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Batch NormalizationConvolutionDropoutKaiming InitializationMax PoolingReLUSegNetSoftmax

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