Papers › Fast-SCNN: Fast Semantic Segmentation Network

Fast-SCNN: Fast Semantic Segmentation Network

12 Feb 2019arXiv:1902.04502archive 2025-07-28

Rudra P. K. Poudel, Stephan Liwicki, Roberto Cipolla

The encoder-decoder framework is state-of-the-art for offline semantic image segmentation. Since the rise in autonomous systems, real-time computation is increasingly desirable. In this paper, we introduce fast segmentation convolutional neural network (Fast-SCNN), an above real-time semantic segmentation model on high resolution image data (1024x2048px) suited to efficient computation on embedded devices with low memory. Building on existing two-branch methods for fast segmentation, we introduce our `learning to downsample' module which computes low-level features for multiple resolution branches simultaneously. Our network combines spatial detail at high resolution with deep features extracted at lower resolution, yielding an accuracy of 68.0% mean intersection over union at 123.5 frames per second on Cityscapes. We also show that large scale pre-training is unnecessary. We thoroughly validate our metric in experiments with ImageNet pre-training and the coarse labeled data of Cityscapes. Finally, we show even faster computation with competitive results on subsampled inputs, without any network modifications.

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

Code

Syntology Ran 0 of 32 code samples harvested from 3 repositories linked to this paper; 32 have no recorded run.

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

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

DeepVoltaire/Fast-SCNN mentioned on GitHubpytorchMIT report
Eladamar/fast_scnn mentioned on GitHubpytorch report
JonasFrey96/ASL mentioned on GitHubpytorch report
Mind23-2/MindCode-44 mentioned on GitHubmindspore report
SkyWa7ch3r/ImageSegmentation mentioned on GitHubtf report
SkyWa7ch3r/SceneSegmentation mentioned on GitHubtf report
Tramac/Fast-SCNN-pytorch mentioned on GitHubpytorchApache-2.0 report
VilledeMontreal/urban-segmentation mentioned on GitHubpytorchMIT report
ayushmankumar7/Fast-Segementation mentioned on GitHubtfGPL-3.0 report
dbaofd/solar-panels-detection mentioned on GitHubtfMIT report
kshitizrimal/Fast-SCNN mentioned on GitHubtf report
minus31/Portrait-segmentation mentioned on GitHubtfMIT report
osmr/imgclsmob mentioned on GitHubmxnetMIT report
rachthree/fast_scnn mentioned on GitHubtf report
rudolfsteiner/fast_scnn mentioned on GitHubtf report
open-mmlab/mmsegmentation pytorchApache-2.0 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

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

32unverified

Licence: 0 of the 32 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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_intersection_union Tramac/Fast-SCNN-pytorch/utils/metric.py community (archive-listed) unverified Apache-2.0 (permissive) · b0028c3b51c18eda · report
batch_pix_accuracy Tramac/Fast-SCNN-pytorch/utils/metric.py community (archive-listed) unverified Apache-2.0 (permissive) · d98304f5d56cebc0 · report
bilinear_interpolation minus31/Portrait-segmentation/fast_scnn.py community (archive-listed) unverified MIT (permissive) · fe1f1ddb18f26347 · report
bottleneck_block dbaofd/solar-panels-detection/model_list/fast_scnn_0.py community (archive-listed) unverified MIT (permissive) · 5694a1e205acecda · report
composite4 minus31/Portrait-segmentation/indexnet/Composition_code.py community (archive-listed) unverified MIT (permissive) · e41c7308aeed9225 · report
conv_block dbaofd/solar-panels-detection/model_list/fast_scnn_0.py community (archive-listed) unverified MIT (permissive) · 721b77a7a5de2adf · report
conv_block dbaofd/solar-panels-detection/model_list/segnet_3.py community (archive-listed) unverified MIT (permissive) · 740cb4ae8f653627 · report
conv_block_3 dbaofd/solar-panels-detection/model_list/segnet_2.py community (archive-listed) unverified MIT (permissive) · 69ebb6a685a47229 · report
crop_image dbaofd/solar-panels-detection/data_processing/data_processing_tool_1.py community (archive-listed) unverified MIT (permissive) · fa7eb507337ce943 · report
crop_image dbaofd/solar-panels-detection/data_processing/data_processing_tool_2.py community (archive-listed) unverified MIT (permissive) · 01bf9e1fd4ec484d · report
depth_sep_dilated_conv_3x3_bn minus31/Portrait-segmentation/indexnet/hlaspp.py community (archive-listed) unverified MIT (permissive) · 145fc345406f0e26 · report
dilated_conv_3x3_bn minus31/Portrait-segmentation/indexnet/hlaspp.py community (archive-listed) unverified MIT (permissive) · b7f80e16cc196e71 · report
get_color_pallete Tramac/Fast-SCNN-pytorch/utils/visualize.py community (archive-listed) unverified Apache-2.0 (permissive) · 1b78db99bae50239 · report
get_edge minus31/Portrait-segmentation/data_generator.py community (archive-listed) unverified MIT (permissive) · c35601c93ff05d52 · report
get_fast_scnn Tramac/Fast-SCNN-pytorch/models/fast_scnn.py community (archive-listed) unverified Apache-2.0 (permissive) · acb7752b94575ac5 · report
hflip minus31/Portrait-segmentation/augmentation.py community (archive-listed) unverified MIT (permissive) · 6c6cdac56400f7eb · report
identity_block dbaofd/solar-panels-detection/model_list/segnet_3.py community (archive-listed) unverified MIT (permissive) · f73ed37393ddb228 · report
identity_block_3 dbaofd/solar-panels-detection/model_list/segnet_2.py community (archive-listed) unverified MIT (permissive) · 45aae890a696aa1d · report
identity_img minus31/Portrait-segmentation/augmentation.py community (archive-listed) unverified MIT (permissive) · b88010e1312d8957 · report
linearBottleneck minus31/Portrait-segmentation/fast_scnn.py community (archive-listed) unverified MIT (permissive) · 8686920e76a2f219 · report
load_img_mask_pair minus31/Portrait-segmentation/get_matte_mask_from_binary_mask.py community (archive-listed) unverified MIT (permissive) · ffc64df0f93c1c55 · report
make_trimap minus31/Portrait-segmentation/get_matte_mask_from_binary_mask.py community (archive-listed) unverified MIT (permissive) · ebff3c686211b2ae · report
network_big minus31/Portrait-segmentation/network.py community (archive-listed) unverified MIT (permissive) · 1924371588f8b45b · report
network_small minus31/Portrait-segmentation/network.py community (archive-listed) unverified MIT (permissive) · 2f1f371d25d86691 · report
pixelAccuracy Tramac/Fast-SCNN-pytorch/utils/metric.py community (archive-listed) unverified Apache-2.0 (permissive) · 5a4af1d12a8f04f0 · report
pyramid_pooling_block dbaofd/solar-panels-detection/model_list/fast_scnn_0.py community (archive-listed) unverified MIT (permissive) · f61ffd42fa393081 · report
pyramid_pooling_block dbaofd/solar-panels-detection/model_list/fast_scnn_1.py community (archive-listed) unverified MIT (permissive) · a2fc73a1ddb8d26a · report
random_activate minus31/Portrait-segmentation/augmentation.py community (archive-listed) unverified MIT (permissive) · 424755265e383fb2 · report
read_image minus31/Portrait-segmentation/get_matte_mask_from_binary_mask.py community (archive-listed) unverified MIT (permissive) · 5eba125ca4ddd12a · report
residual_block minus31/Portrait-segmentation/network.py community (archive-listed) unverified MIT (permissive) · 40bf1a25c403d94a · report
rotate90_img minus31/Portrait-segmentation/data_generator.py community (archive-listed) unverified MIT (permissive) · 71303057584fee4a · report
swish_activation minus31/Portrait-segmentation/fast_scnn.py community (archive-listed) unverified MIT (permissive) · 29e46b6d9898edb6 · report

Tasks

DecoderImage SegmentationReal-Time Semantic SegmentationSegmentationSemantic SegmentationThermal Image Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semantic Segmentation Cityscapes test Fast-SCNN Mean IoU (class) 68% #84 of 105 Archive leaderboard report
Semantic Segmentation Cityscapes val Fast-SCNN + Coarse + ImageNet mIoU 69.19 #88 of 99 Archive leaderboard report
Semantic Segmentation DADA-seg Fast-SCNN mIoU 26.32 #13 of 28 Archive leaderboard report
Semantic Segmentation DensePASS Fast-SCNN mIoU 24.6% #34 of 36 Archive leaderboard report
Semantic Segmentation EventScape Fast-SCNN mIoU 44.27 #9 of 12 Archive leaderboard report
Semantic Segmentation SynPASS Fast-SCNN mIoU 21.30% #6 of 6 Archive leaderboard report
Thermal Image Segmentation PST900 Fast-SCNN mIoU 47.2 #22 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.

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