Papers › Learning a Discriminative Feature Network for Semantic Segmentation

Learning a Discriminative Feature Network for Semantic Segmentation

25 Apr 2018CVPR 2018 6arXiv:1804.09337archive 2025-07-28

Changqian Yu, Jingbo Wang, Chao Peng, Changxin Gao, Gang Yu, Nong Sang

Most existing methods of semantic segmentation still suffer from two aspects of challenges: intra-class inconsistency and inter-class indistinction. To tackle these two problems, we propose a Discriminative Feature Network (DFN), which contains two sub-networks: Smooth Network and Border Network. Specifically, to handle the intra-class inconsistency problem, we specially design a Smooth Network with Channel Attention Block and global average pooling to select the more discriminative features. Furthermore, we propose a Border Network to make the bilateral features of boundary distinguishable with deep semantic boundary supervision. Based on our proposed DFN, we achieve state-of-the-art performance 86.2% mean IOU on PASCAL VOC 2012 and 80.3% mean IOU on Cityscapes dataset.

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

Code

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

By repository: community (archive-listed): 8 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.

YuhuiMa/DFN-tensorflow mentioned on GitHubtfApache-2.0 report
akinoriosamura/TorchSeg-mirror mentioned on GitHubpytorchMIT report
ycszen/TorchSeg mentioned on GitHubpytorchMIT 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

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

8unverified

Licence: 0 of the 8 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 YuhuiMa/DFN-tensorflow. “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.

batchnorm YuhuiMa/DFN-tensorflow/components.py community (archive-listed) unverified Apache-2.0 (permissive) · 8bed1f04dd2da62d · report
cal_iou YuhuiMa/DFN-tensorflow/dfn_model.py community (archive-listed) unverified Apache-2.0 (permissive) · fb26f47db217f048 · report
create_image_lists YuhuiMa/DFN-tensorflow/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · aac3c56d9f630559 · report
focal_loss YuhuiMa/DFN-tensorflow/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · 8acbd47e113d2681 · report
get_batch_of_test YuhuiMa/DFN-tensorflow/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · a4873cb808b397b5 · report
get_batch_of_trainval YuhuiMa/DFN-tensorflow/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · fc7b8922dacd12ce · report
lrelu YuhuiMa/DFN-tensorflow/components.py community (archive-listed) unverified Apache-2.0 (permissive) · 19af0fe9ccd63f6b · report
pw_softmaxwithloss_2d YuhuiMa/DFN-tensorflow/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · f3c9274f31811ca2 · report

Tasks

Semantic SegmentationThermal Image Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Semantic Segmentation Cityscapes test Smooth Network with Channel Attention Block Mean IoU (class) 80.3% #50 of 105 Archive leaderboard report
Semantic Segmentation Cityscapes test DFN (ResNet-101) Mean IoU (class) 79.3% #55 of 105 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 test Smooth Network with Channel Attention Block Mean IoU 86.2% #5 of 51 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 test DFN (ResNet-101) Mean IoU 82.7% #22 of 51 Archive leaderboard report
Semantic Segmentation PASCAL VOC 2012 val DFN (ResNet-101) mIoU 80.60% #10 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

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockConvolutionGlobal Average PoolingKaiming InitializationMax PoolingReLUResidual BlockResidual Connection

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