Papers › ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation

ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation

19 Mar 2018ECCV 2018 9arXiv:1803.06815archive 2025-07-28

Sachin Mehta, Mohammad Rastegari, Anat Caspi, Linda Shapiro, Hannaneh Hajishirzi

We introduce a fast and efficient convolutional neural network, ESPNet, for semantic segmentation of high resolution images under resource constraints. ESPNet is based on a new convolutional module, efficient spatial pyramid (ESP), which is efficient in terms of computation, memory, and power. ESPNet is 22 times faster (on a standard GPU) and 180 times smaller than the state-of-the-art semantic segmentation network PSPNet, while its category-wise accuracy is only 8% less. We evaluated ESPNet on a variety of semantic segmentation datasets including Cityscapes, PASCAL VOC, and a breast biopsy whole slide image dataset. Under the same constraints on memory and computation, ESPNet outperforms all the current efficient CNN networks such as MobileNet, ShuffleNet, and ENet on both standard metrics and our newly introduced performance metrics that measure efficiency on edge devices. Our network can process high resolution images at a rate of 112 and 9 frames per second on a standard GPU and edge device, respectively.

PaperPDFConference PDFCodeCode 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="1803.06815")

Code

Syntology Ran 4 of 10 code samples harvested from 3 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong.

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

sacmehta/ESPNet officialmentioned in papermentioned on GitHubpytorchMIT report
klintan/lanenet-pytorch mentioned on GitHubpytorchMIT report
klintan/pytorch-lanenet mentioned on GitHubpytorchMIT report
sacmehta/3d-espnet mentioned on GitHubpytorch report
sacmehta/EdgeNets mentioned on GitHubpytorchMIT report
simuler/ESPNet paddleApache-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

10 samples harvested; 4 ran; 2 honoured the contract we drafted; 6 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.

2ran · honoured contract
2ran · our draft was wrong
6unverified

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

make_dot sacmehta/ESPNet/train/VisualizeGraph.py official repository unverified MIT (permissive) · 8456f0fd622b9df9 · report
diceFunction sacmehta/3d-espnet/ComputeDice.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 7b21a1e5f7422c2f · report
get_test_config simuler/ESPNet/val.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 20eb3e6b0aba73e4 · report
norm sacmehta/3d-espnet/ComputeDice.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 8cedd657c11f6f8c · report
partition_list simuler/ESPNet/paddleseg/core/predict.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 2f75a098ce9f7b0e · report
compute_class_weights simuler/ESPNet/compute_classweight.py community (archive-listed) unverified Apache-2.0 (permissive) · e4705748c848babe · report
flip_combination simuler/ESPNet/paddleseg/core/infer.py community (archive-listed) unverified Apache-2.0 (permissive) · 95bccf5957a196e4 · report
get_reverse_list simuler/ESPNet/paddleseg/core/infer.py community (archive-listed) unverified Apache-2.0 (permissive) · a5dbdd4f2d59692e · report
get_test_config simuler/ESPNet/predict.py community (archive-listed) unverified Apache-2.0 (permissive) · 0b3ec74bd2e5ed5d · report
readFile simuler/ESPNet/compute_classweight.py community (archive-listed) unverified Apache-2.0 (permissive) · 9c1bd7a7658cc12c · report

Tasks

Panoptic SegmentationReal-Time Semantic SegmentationSegmentationSemantic Segmentation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semantic Segmentation Cityscapes test ESPNet Mean IoU (class) 60.3% #100 of 105 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 test ESPNet Mean IoU 63.01% #48 of 51 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: ESPNet, Hierarchical Feature Fusion

1x1 ConvolutionAdamConvolutionDilated ConvolutionESPESPNetHierarchical Feature FusionKaiming InitializationPReLUPointwise ConvolutionRandom Horizontal FlipRandom Resized CropRandom ScalingStep DecayWeight Decay

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