Papers › Holistically-Nested Edge Detection

Holistically-Nested Edge Detection

24 Apr 2015ICCV 2015 12arXiv:1504.06375archive 2025-07-28

Saining Xie, Zhuowen Tu

We develop a new edge detection algorithm that tackles two important issues in this long-standing vision problem: (1) holistic image training and prediction; and (2) multi-scale and multi-level feature learning. Our proposed method, holistically-nested edge detection (HED), performs image-to-image prediction by means of a deep learning model that leverages fully convolutional neural networks and deeply-supervised nets. HED automatically learns rich hierarchical representations (guided by deep supervision on side responses) that are important in order to approach the human ability resolve the challenging ambiguity in edge and object boundary detection. We significantly advance the state-of-the-art on the BSD500 dataset (ODS F-score of .782) and the NYU Depth dataset (ODS F-score of .746), and do so with an improved speed (0.4 second per image) that is orders of magnitude faster than some recent CNN-based edge detection algorithms.

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

Code

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

By repository: community (archive-listed): 13 samples from 2 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.

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

s9xie/hed officialmentioned in papermentioned on GitHubNOASSERTION report
Diooooo/Reimplement-HED mentioned on GitHubtf report
abenbihi/hed mentioned on GitHubNOASSERTION report
alessandrozamberletti/docdetect mentioned on GitHubMIT report
assiaben/hed mentioned on GitHubNOASSERTION report
bluecoderbot/hed-master mentioned on GitHubNOASSERTION report
eunchankang/ios_HEDfilter mentioned on GitHub report
falreis/hed-rcf-cuda mentioned on GitHubNOASSERTION report
fcUalberta/tless_edge_based mentioned on GitHub report
moabitcoin/holy-edge mentioned on GitHubtfGPL-3.0 report
senliuy/Keras_HED_with_model mentioned on GitHub report
sniklaus/pytorch-hed mentioned on GitHubpytorchGPL-3.0 report
tensorpack/tensorpack mentioned on GitHubtf report
txyugood/hed mentioned on GitHubpaddle 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

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

13unverified

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

crop meteorshowers/hed-pytorch/models.py community (archive-listed) unverified MIT (permissive) · d65fe0ebd97691cf · report
cross_entropy_loss meteorshowers/hed-pytorch/functions.py community (archive-listed) unverified MIT (permissive) · 508c627527d31817 · report
detect_edges alessandrozamberletti/docdetect/docdetect/canny_edges.py community (archive-listed) unverified MIT (permissive) · aa939b7dad7d70d5 · report
detect_lines alessandrozamberletti/docdetect/docdetect/hough_lines.py community (archive-listed) unverified MIT (permissive) · ad3921821e7197a9 · report
draw alessandrozamberletti/docdetect/docdetect/processor.py community (archive-listed) unverified MIT (permissive) · 628f3b8a5f4d8e08 · report
find_quadrilaterals alessandrozamberletti/docdetect/docdetect/quadrilaterals.py community (archive-listed) unverified MIT (permissive) · fe7c0f1a0492471b · report
interp_surgery meteorshowers/hed-pytorch/models.py community (archive-listed) unverified MIT (permissive) · 135486a95911e46f · report
load_pretrained meteorshowers/hed-pytorch/utils.py community (archive-listed) unverified MIT (permissive) · b3d81e689671b903 · report
prepare_image meteorshowers/hed-pytorch/data_loader.py community (archive-listed) unverified MIT (permissive) · d252c37318502755 · report
prepare_image_cv2 meteorshowers/hed-pytorch/data_loader.py community (archive-listed) unverified MIT (permissive) · ebdf723bf680cac4 · report
sigmoid_cross_entropy_loss meteorshowers/hed-pytorch/functions.py community (archive-listed) unverified MIT (permissive) · e939917d68cfb910 · report
upsample_filt meteorshowers/hed-pytorch/models.py community (archive-listed) unverified MIT (permissive) · c9519ae7724e4642 · report
weighted_nll_loss meteorshowers/hed-pytorch/functions.py community (archive-listed) unverified MIT (permissive) · 65d2e849b8727187 · report

Tasks

Boundary DetectionEdge Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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