Papers › Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation

Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation

10 Jan 2019CVPR 2019 6arXiv:1901.02985archive 2025-07-28

Chenxi Liu, Liang-Chieh Chen, Florian Schroff, Hartwig Adam, Wei Hua, Alan Yuille, Li Fei-Fei

Recently, Neural Architecture Search (NAS) has successfully identified neural network architectures that exceed human designed ones on large-scale image classification. In this paper, we study NAS for semantic image segmentation. Existing works often focus on searching the repeatable cell structure, while hand-designing the outer network structure that controls the spatial resolution changes. This choice simplifies the search space, but becomes increasingly problematic for dense image prediction which exhibits a lot more network level architectural variations. Therefore, we propose to search the network level structure in addition to the cell level structure, which forms a hierarchical architecture search space. We present a network level search space that includes many popular designs, and develop a formulation that allows efficient gradient-based architecture search (3 P100 GPU days on Cityscapes images). We demonstrate the effectiveness of the proposed method on the challenging Cityscapes, PASCAL VOC 2012, and ADE20K datasets. Auto-DeepLab, our architecture searched specifically for semantic image segmentation, attains state-of-the-art performance without any ImageNet pretraining.

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

Code

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

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

tensorflow/models officialmentioned in papertf report
Dawars/auto_deeplab-pytorch mentioned on GitHubpytorch report
MenghaoGuo/AutoDeeplab mentioned on GitHubpytorch report
Mind23-2/MindCode-26 mentioned on GitHubmindspore report
NoamRosenberg/autodeeplab mentioned on GitHubpytorchnot reachable when probed 2026-09-18 — repositories for recent papers often appear after camera-ready report
zhangximing666/Auto-DeepLab_MS mentioned on GitHubmindsporeMIT 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

4 samples harvested; 1 ran; 0 honoured the contract we drafted; 3 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 · our draft was wrong
3unverified

Licence: 1 of the 4 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. “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.

fixed_padding Dawars/auto_deeplab-pytorch/layers.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 0cdd8e06cd2a8764 · report
decode_segmap zhangximing666/Auto-DeepLab_MS/postprocess.py community (archive-listed) unverified MIT (permissive) · a0060f94b2278f59 · report
encode_segmap zhangximing666/Auto-DeepLab_MS/build_mindrecord.py community (archive-listed) unverified MIT (permissive) · 5d0bd5aa3d2a871f · report
get_color zhangximing666/Auto-DeepLab_MS/postprocess.py community (archive-listed) unverified MIT (permissive) · 07109e3ece74dcc0 · report

Tasks

Image ClassificationImage SegmentationNeural Architecture SearchSegmentationSemantic Segmentationimage-classification

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semantic Segmentation ADE20K Auto-DeepLab-L Validation mIoU 43.98 #205 of 235 Archive leaderboard report
Semantic Segmentation ADE20K val Auto-DeepLab-L Pixel Accuracy 81.72 #87 of 95 Archive leaderboard report
Semantic Segmentation ADE20K val Auto-DeepLab-L mIoU 43.98 #87 of 95 Archive leaderboard report
Semantic Segmentation Cityscapes test Auto-DeepLab-L Mean IoU (class) 82.1% #31 of 105 Archive leaderboard report
Semantic Segmentation Cityscapes val Auto-DeepLab-L mIoU 80.33% #52 of 99 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 test Auto-DeepLab-L Mean IoU 85.6% #9 of 51 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 val Auto-DeepLab-L mIoU 82.04% #7 of 29 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

LSTMSigmoid ActivationSoftmaxTanh Activation

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