Papers › SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

2 Nov 2015arXiv:1511.00561archive 2025-07-28

Vijay Badrinarayanan, Alex Kendall, Roberto Cipolla

We present a novel and practical deep fully convolutional neural network architecture for semantic pixel-wise segmentation termed SegNet. This core trainable segmentation engine consists of an encoder network, a corresponding decoder network followed by a pixel-wise classification layer. The architecture of the encoder network is topologically identical to the 13 convolutional layers in the VGG16 network. The role of the decoder network is to map the low resolution encoder feature maps to full input resolution feature maps for pixel-wise classification. The novelty of SegNet lies is in the manner in which the decoder upsamples its lower resolution input feature map(s). Specifically, the decoder uses pooling indices computed in the max-pooling step of the corresponding encoder to perform non-linear upsampling. This eliminates the need for learning to upsample. The upsampled maps are sparse and are then convolved with trainable filters to produce dense feature maps. We compare our proposed architecture with the widely adopted FCN and also with the well known DeepLab-LargeFOV, DeconvNet architectures. This comparison reveals the memory versus accuracy trade-off involved in achieving good segmentation performance. SegNet was primarily motivated by scene understanding applications. Hence, it is designed to be efficient both in terms of memory and computational time during inference. It is also significantly smaller in the number of trainable parameters than other competing architectures. We also performed a controlled benchmark of SegNet and other architectures on both road scenes and SUN RGB-D indoor scene segmentation tasks. We show that SegNet provides good performance with competitive inference time and more efficient inference memory-wise as compared to other architectures. We also provide a Caffe implementation of SegNet and a web demo at http://mi.eng.cam.ac.uk/projects/segnet/.

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.00561")

Code

Syntology Ran 9 of 44 code samples harvested from 12 repositories linked to this paper; 35 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 4 ran · fixture could not drive it.

By repository: community (archive-listed): 43 samples from 12 repositories, 9 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.

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

0bserver07/Keras-SegNet-Basic mentioned on GitHubMIT report
ArkaJU/SegNet---Chromosome mentioned on GitHubtfMIT report
CellSMB/EM-net mentioned on GitHubMIT report
Fangrn/caffe-segnet mentioned on GitHubNOASSERTION report
HAN-ARK/GVSS-S.A.Drone mentioned on GitHub report
Harsharma2308/PoseRefinement mentioned on GitHubpytorch report
JosephPB/XNet mentioned on GitHub report
NeuronDroid/GVSS-S.A.Drone mentioned on GitHub report
PRBonn/bonnet mentioned on GitHubtfGPL-3.0 report
Paultool/segnet mentioned on GitHubNOASSERTION report
TheUser0815/segnet-pytorch mentioned on GitHubpytorch report
TimoSaemann/caffe-segnet-cudnn5 mentioned on GitHubNOASSERTION report
TqDavid/td mentioned on GitHubNOASSERTION report
Zhanghongbin-github/SegNet-Tutorial mentioned on GitHubcaffe2 report
ajjdan/KaI mentioned on GitHubtf report
akhadangi/EM-net mentioned on GitHubMIT report
alejandrodebus/SegNet mentioned on GitHubpytorch report
alexandrelewin/FollowMe mentioned on GitHubtf report
alexgkendall/SegNet-Tutorial mentioned on GitHubcaffe2 report
alexgkendall/caffe-segnet mentioned on GitHubNOASSERTION report
arsalhuda24/SS_lstm mentioned on GitHubtf report
azy64/Deep-Learning mentioned on GitHubtf report
billlyzhaoyh/SegNetFromScratch mentioned on GitHubtf report
danielenricocahall/Keras-SegNet mentioned on GitHubtf report
hosshonarvar/Image-Segmentation mentioned on GitHubtfMIT report
hydrogo/rainnet mentioned on GitHub report
jqueguiner/camembert-as-a-service mentioned on GitHubpytorchMIT report
jqueguiner/image-segmentation mentioned on GitHubGPL-3.0 report
mrmtn86/python1 mentioned on GitHubcaffe2 report
navganti/SIVO mentioned on GitHubGPL-3.0 report
navganti/SegNet mentioned on GitHubcaffe2 report
neuropoly/multiclass-segmentation mentioned on GitHubpytorch report
nisharaichur/segNet_tensorflow mentioned on GitHubtfMIT report
osmr/imgclsmob mentioned on GitHubmxnetMIT report
pa56/SegNet_on_Cityscapes mentioned on GitHub report
pa56/SegNetonCityscapes mentioned on GitHub report
preddy5/segnet mentioned on GitHub report
rotemgoren/segNet mentioned on GitHubpytorch report
s9mondal9upriti/Segnet mentioned on GitHubpytorch report
shanglianlm0525/CvPytorch mentioned on GitHubpytorch report
tkuanlun350/Tensorflow-SegNet mentioned on GitHubtfMIT report
trypag/pytorch-unet-segnet mentioned on GitHubpytorch report
vinceecws/SegNet_PyTorch mentioned on GitHubpytorch report
vqdang/hover_net mentioned on GitHubtf report
vqdang/xy_net mentioned on GitHubtfMIT report
y-ouali/pytorch_segmentation mentioned on GitHubpytorch report
yinanzhu12/SegNet-keras mentioned on GitHub report
yubaoliu/caffe-segnet mentioned on GitHubNOASSERTION report
yubaoliu/rds-slam mentioned on GitHub 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

44 samples harvested; 9 ran; 1 honoured the contract we drafted; 35 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.

1ran · honoured contract
4ran · our draft was wrong
4ran · fixture could not drive it
35unverified

Licence: 10 of the 44 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 12 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.

L1_projection zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/autoattack/autopgd_base.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 7325c49fd8c6a7d2 · report
SegnetEncoderDecoderBlockPairBuilder TheUser0815/segnet-pytorch/modelbuilder.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 4ec8631991fae595 · report
binarylab preddy5/segnet/segnet.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · eace8acc6bfee2e6 · report
convert_label_to_grayscale rotemgoren/segNet/segNet.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 80de7e105070c5b7 · report
cross_entropy2d okn-yu/SegNet-A-Deep-Convolutional-Encoder-Decoder-Architecture-for-Image-Segmentation/src/model/train_segnet.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 9d053840bc397be9 · report
fast_hist tkuanlun350/Tensorflow-SegNet/Utils.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · d86fb168246b16a4 · report
get_default_model TheUser0815/segnet-pytorch/modelbuilder.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 7581c2186e8870c9 · report
label_to_color rotemgoren/segNet/segNet.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · eecd13ae0661bcaf · report
make_layers zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/models/FCN.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 35e373ea432491af · report
CamVid_reader tkuanlun350/Tensorflow-SegNet/Inputs.py community (archive-listed) unverified MIT (permissive) · 807f23923a6eb4e1 · report
CamVid_reader_seq tkuanlun350/Tensorflow-SegNet/Inputs.py community (archive-listed) unverified MIT (permissive) · 6a7975f53763eeef · report
SVD zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/control_module_linear.py community (archive-listed) unverified MIT (permissive) · a1d04ea51bb872f2 · report
VGGSegnet rotemgoren/segNet/Model.py community (archive-listed) unverified no licence file found · pointer only · 03463ecdf9e70d76 · report
WideResNet28_8 zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/models/Wide_rn.py community (archive-listed) unverified MIT (permissive) · 7fc806a2509f7a7e · report
WideResNet34_8 zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/models/Wide_rn.py community (archive-listed) unverified MIT (permissive) · 624eb0ac1badcf7f · report
conv2d zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/models/model_resnet.py community (archive-listed) unverified MIT (permissive) · 5d696e2d1f2c2b9e · report
conv_layer nisharaichur/SegNet-Encoder-Decoder-Architecture-for-Image-Segmentation/segnet.py community (archive-listed) unverified MIT (permissive) · cab93d9ad6b469a3 · report
get_data_loaders zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/control_functions.py community (archive-listed) unverified MIT (permissive) · 5ff542951a6359ce · report
get_filename_list tkuanlun350/Tensorflow-SegNet/Inputs.py community (archive-listed) unverified MIT (permissive) · 92f5e49a373e08f0 · report
get_hist tkuanlun350/Tensorflow-SegNet/Utils.py community (archive-listed) unverified MIT (permissive) · 95079d767c0c7214 · report
initialization nisharaichur/SegNet-Encoder-Decoder-Architecture-for-Image-Segmentation/segnet.py community (archive-listed) unverified MIT (permissive) · ddd1131b789bbfb0 · report
ln tkuanlun350/Tensorflow-SegNet/convLSTM.py community (archive-listed) unverified MIT (permissive) · 2e0587128b7f5e9a · report
load_data 0bserver07/Keras-SegNet-Basic/camvid_data_loader.py community (archive-listed) unverified MIT (permissive) · bec448f4c2f902ba · report
loss tkuanlun350/Tensorflow-SegNet/model.py community (archive-listed) unverified MIT (permissive) · f36542af7f46dc5a · report
lr_schedule zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/control_functions.py community (archive-listed) unverified MIT (permissive) · d2d560d2c8feddab · report
lr_schedule zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/train_models.py community (archive-listed) unverified MIT (permissive) · be1229f36bea96c7 · report
max_pool_with_argmax RajkumarPreetham/Road-scene-understanding/segnet.py community (archive-listed) unverified no licence file found · pointer only · 86c04511b1dbfb39 · report
model_from_checkpoint_path divamgupta/image-segmentation-keras/keras_segmentation/predict.py community (archive-listed) unverified MIT (permissive) · bb462d56c80b083e · report
msra_initializer tkuanlun350/Tensorflow-SegNet/model.py community (archive-listed) unverified MIT (permissive) · 0d25fc166440440b · report
normalized 0bserver07/Keras-SegNet-Basic/helper.py community (archive-listed) unverified MIT (permissive) · 600dd344d089e843 · report
one_hot_it 0bserver07/Keras-SegNet-Basic/helper.py community (archive-listed) unverified MIT (permissive) · cb04888030b50b8c · report
orthogonal_initializer tkuanlun350/Tensorflow-SegNet/model.py community (archive-listed) unverified MIT (permissive) · 550a9e8414c59ec3 · report
rainnet hydrogo/rainnet/rainnet.py community (archive-listed) unverified MIT (permissive) · 2210664c358e7dcc · report
resize ArkaJU/SegNet---Chromosome/load_data.py community (archive-listed) unverified MIT (permissive) · ca2f73eb2c5eeed4 · report
resnet20 zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/models/model_resnet.py community (archive-listed) unverified MIT (permissive) · 788ec85b5552dcd3 · report
resnet32 zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/models/model_resnet.py community (archive-listed) unverified MIT (permissive) · cde96b08dba3ed5b · report
segnet divamgupta/image-segmentation-keras/keras_segmentation/models/segnet.py community (archive-listed) unverified MIT (permissive) · 68499977d8a4a9a0 · report
segnet_decoder divamgupta/image-segmentation-keras/keras_segmentation/models/segnet.py community (archive-listed) unverified MIT (permissive) · 30b17a657dbf8347 · report
set_loader zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/evaluate_models.py community (archive-listed) unverified MIT (permissive) · 784e6075b2fd2666 · report
set_loader zhuotongchen/self-healing-robust-neural-networks-via-closed-loop-control/train_models.py community (archive-listed) unverified MIT (permissive) · e10f25445d9bac8f · report
unpool_with_argmax RajkumarPreetham/Road-scene-understanding/segnet.py community (archive-listed) unverified no licence file found · pointer only · 1aed685456751cb8 · report
variable_with_weight_decay nisharaichur/SegNet-Encoder-Decoder-Architecture-for-Image-Segmentation/segnet.py community (archive-listed) unverified MIT (permissive) · 8d55b0910755412f · report
vgg_segnet divamgupta/image-segmentation-keras/keras_segmentation/models/segnet.py community (archive-listed) unverified MIT (permissive) · f45f876903ecc96b · report
draw_results identical code first harvested elsewhere unverified licence of this copy not recorded · 9bf5955c8ae6f932 · report

Tasks

Crowd CountingDecoderGeneral ClassificationImage SegmentationLesion SegmentationMedical Image SegmentationReal-Time Semantic SegmentationScene SegmentationScene UnderstandingSegmentationSemantic SegmentationThermal Image Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Crowd Counting UCF-QNRF Encoder-Decoder MAE 270 #21 of 23 Archive leaderboard report
Lesion Segmentation Anatomical Tracings of Lesions After Stroke (ATLAS) SegNet Dice 0.2767 #4 of 4 Archive leaderboard report
Lesion Segmentation Anatomical Tracings of Lesions After Stroke (ATLAS) SegNet IoU 0.1911 #4 of 4 Archive leaderboard report
Lesion Segmentation Anatomical Tracings of Lesions After Stroke (ATLAS) SegNet Precision 0.3938 #4 of 4 Archive leaderboard report
Lesion Segmentation Anatomical Tracings of Lesions After Stroke (ATLAS) SegNet Recall 0.2532 #4 of 4 Archive leaderboard report
Lesion Segmentation University of Waterloo skin cancer database SegNet Dice score 0.854 ±0.088 #4 of 5 Archive leaderboard report
Medical Image Segmentation RITE SegNet Dice 52.23 #3 of 3 Archive leaderboard report
Medical Image Segmentation RITE SegNet Jaccard Index 39.14 #3 of 3 Archive leaderboard report
Real-Time Semantic Segmentation CamVid SegNet Frame (fps) 4.6 #28 of 29 Archive leaderboard report
Real-Time Semantic Segmentation CamVid SegNet Time (ms) 217 #28 of 29 Archive leaderboard report
Real-Time Semantic Segmentation CamVid SegNet mIoU 46.4% #28 of 29 Archive leaderboard report
Scene Segmentation SUN-RGBD SegNet Mean IoU 31.84 #4 of 5 Archive leaderboard report
Semantic Segmentation ADE20K SegNet Validation mIoU 21.64 #230 of 235 Archive leaderboard report
Semantic Segmentation CamVid SegNet Mean IoU 46.4% #21 of 21 Archive leaderboard report
Semantic Segmentation Cityscapes test SegNet Mean IoU (class) 57.0% #102 of 105 Archive leaderboard report
Semantic Segmentation SkyScapes-Dense SegNet Mean IoU 23.14 #6 of 7 Archive leaderboard report
Semantic Segmentation TLCGIS SegNet IoU 77.80 #6 of 6 Archive leaderboard report
Thermal Image Segmentation MFN Dataset SegNet mIOU 42.3 #52 of 55 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

Introduced by this paper: SegNet

Batch NormalizationConvolutionKaiming InitializationMax PoolingReLUSGD with MomentumSegNetSoftmax

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