Papers › CASENet: Deep Category-Aware Semantic Edge Detection

CASENet: Deep Category-Aware Semantic Edge Detection

27 May 2017CVPR 2017 7arXiv:1705.09759archive 2025-07-28

Zhiding Yu, Chen Feng, Ming-Yu Liu, Srikumar Ramalingam

Boundary and edge cues are highly beneficial in improving a wide variety of vision tasks such as semantic segmentation, object recognition, stereo, and object proposal generation. Recently, the problem of edge detection has been revisited and significant progress has been made with deep learning. While classical edge detection is a challenging binary problem in itself, the category-aware semantic edge detection by nature is an even more challenging multi-label problem. We model the problem such that each edge pixel can be associated with more than one class as they appear in contours or junctions belonging to two or more semantic classes. To this end, we propose a novel end-to-end deep semantic edge learning architecture based on ResNet and a new skip-layer architecture where category-wise edge activations at the top convolution layer share and are fused with the same set of bottom layer features. We then propose a multi-label loss function to supervise the fused activations. We show that our proposed architecture benefits this problem with better performance, and we outperform the current state-of-the-art semantic edge detection methods by a large margin on standard data sets such as SBD and Cityscapes.

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

Code

Syntology Ran 3 of 7 code samples harvested from 4 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · fixture could not drive it.

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

Chrisding/sbd-preprocess mentioned on GitHubMIT report
Chrisding/seal mentioned on GitHubMIT report
Lavender105/DFF mentioned on GitHubpytorch report
anirudh-chakravarthy/CASENet mentioned on GitHubpytorch report
arsenal9971/shearlet_semantic_edge mentioned on GitHubpytorch report
lijiaman/CASENet mentioned on GitHubpytorch report
milongo/CASENet mentioned on GitHubpytorch report
yhcool14/sbd-preprocess mentioned on GitHub report
zhusiling/SEAL mentioned on GitHubMIT 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

7 samples harvested; 3 ran; 0 honoured the contract we drafted; 4 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 · violated contract
2ran · fixture could not drive it
4unverified

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

apply_mask Lavender105/DFF/exps/visualize/visualize.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 087e827fb18a4eb5 · report
init_bilinear arsenal9971/shearlet_semantic_edge/ssed/shearcasenet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 4d40d50a33fec469 · report
normalized_feature_map anirudh-chakravarthy/CASENet/visualize_multilabel.py community (archive-listed) ran · violated contract fingerprinted no licence file found · pointer only · 503f571bec8fa59d · report
gen_mapping_layer_name arsenal9971/shearlet_semantic_edge/ssed/shearcasenet.py community (archive-listed) unverified MIT (permissive) · 29843e8d5d06c032 · report
resnet101 milongo/CASENet/models/resnet.py community (archive-listed) unverified no licence file found · pointer only · 7ebed0ef3d87ac83 · report
resnet18 milongo/CASENet/models/resnet.py community (archive-listed) unverified no licence file found · pointer only · c8e9edbddadcd91c · report
resnet34 milongo/CASENet/models/resnet.py community (archive-listed) unverified no licence file found · pointer only · c21a11e9625c21ac · report

Tasks

Edge DetectionObject Proposal GenerationSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Edge Detection Cityscapes test CASENet AP 70.8% #2 of 2 Archive leaderboard report
Edge Detection Cityscapes test CASENet Maximum F-measure 71.3% #2 of 2 Archive leaderboard report
Edge Detection SBD CASENet Maximum F-measure 71.4% #1 of 2 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