Papers › Deep High-Resolution Representation Learning for Visual Recognition

Deep High-Resolution Representation Learning for Visual Recognition

20 Aug 2019arXiv:1908.07919archive 2025-07-28

Jingdong Wang, Ke Sun, Tianheng Cheng, Borui Jiang, Chaorui Deng, Yang Zhao, Dong Liu, Yadong Mu, Mingkui Tan, Xinggang Wang, Wenyu Liu, Bin Xiao

High-resolution representations are essential for position-sensitive vision problems, such as human pose estimation, semantic segmentation, and object detection. Existing state-of-the-art frameworks first encode the input image as a low-resolution representation through a subnetwork that is formed by connecting high-to-low resolution convolutions \emph{in series} (e.g., ResNet, VGGNet), and then recover the high-resolution representation from the encoded low-resolution representation. Instead, our proposed network, named as High-Resolution Network (HRNet), maintains high-resolution representations through the whole process. There are two key characteristics: (i) Connect the high-to-low resolution convolution streams \emph{in parallel}; (ii) Repeatedly exchange the information across resolutions. The benefit is that the resulting representation is semantically richer and spatially more precise. We show the superiority of the proposed HRNet in a wide range of applications, including human pose estimation, semantic segmentation, and object detection, suggesting that the HRNet is a stronger backbone for computer vision problems. All the codes are available at~{\url{https://github.com/HRNet}}.

PaperPDFCodeCode 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="1908.07919")

Code

Syntology Ran 3 of 34 code samples harvested from 6 repositories linked to this paper; 31 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 33 samples from 6 repositories, 3 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

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

open-mmlab/mmdetection mentioned in paperpytorchApache-2.0 report
HRNet/HRNet-Facial-Landmark-Detection mentioned on GitHubpytorchMIT report
HRNet/HRNet-Image-Classification mentioned on GitHubpytorchMIT report
HRNet/HRNet-MaskRCNN-Benchmark mentioned on GitHubpytorch report
HRNet/HRNet-Object-Detection mentioned on GitHubpytorchApache-2.0 report
HRNet/HRNet-Semantic-Segmentation mentioned on GitHubpytorchNOASSERTION report
alililia/ascend_HRNetW48_cls mentioned on GitHubmindsporeApache-2.0 report
anshky/HR-NET mentioned on GitHubpytorchMIT report
baoshengyu/deep-high-resolution-net.pytorch mentioned on GitHubpytorchMIT report
gox-ai/hrnet-pose-api mentioned on GitHubpytorchMIT report
kingcong/gpu_HRNetW48_cls mentioned on GitHubmindsporenot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
leoxiaobin/deep-high-resolution-net.pytorch mentioned on GitHubpytorchMIT report
mindspore-lab/mindone mentioned on GitHubmindsporenot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
mlpc-ucsd/PRTR mentioned on GitHubpytorch report
pikabite/segmentations_tf2 mentioned on GitHubtf report
sdll/hrnet-pose-estimation mentioned on GitHubpytorchMIT report
shuuchen/HRNet mentioned on GitHubpytorchApache-2.0 report
sithu31296/pose-estimation mentioned on GitHubpytorchMIT report
w-sugar/prtr mentioned on GitHubpytorch report
yukichou/PET mentioned on GitHubpytorch report
Calylyli/Mindsporehrnet mindsporenot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
PaddlePaddle/PaddleClas paddleApache-2.0 report
open-mmlab/mmpose pytorchApache-2.0 report
open-mmlab/mmsegmentation pytorchApache-2.0 report
yuanyuanli85/tf-hrnet tfBSD-3-Clause 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

34 samples harvested; 3 ran; 0 honoured the contract we drafted; 31 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
1ran · our draft was wrong
1ran · fixture could not drive it
31unverified

Licence: 16 of the 34 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 6 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

conv3x3 HRNet/HRNet-Facial-Landmark-Detection/lib/models/hrnet.py community (archive-listed) ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · fac5364e2f53c6db · report
get_3rd_point HRNet/HRNet-Facial-Landmark-Detection/lib/utils/transforms.py community (archive-listed) ran · fixture could not drive it MIT recorded; this copy not marked cleared · pointer only · 9084d28f30c5495b · report
get_dir HRNet/HRNet-Facial-Landmark-Detection/lib/utils/transforms.py community (archive-listed) ran · violated contract fingerprinted MIT recorded; this copy not marked cleared · pointer only · 5d546e1ecbee1866 · report
accuracy HRNet/HRNet-Image-Classification/lib/core/evaluate.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 390a8904d4707b9d · report
add_layers yuanyuanli85/tf-hrnet/net/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0619db6c90ac8be6 · report
as_numpy CSAILVision/semantic-segmentation-pytorch/mit_semseg/lib/utils/th.py community (archive-listed) unverified BSD-3-Clause (permissive) · c08e7121f699a983 · report
as_variable CSAILVision/semantic-segmentation-pytorch/mit_semseg/lib/utils/th.py community (archive-listed) unverified BSD-3-Clause (permissive) · 10bb6a2d70d61ca6 · report
calculate_fan_in_and_fan_out alililia/ascend_HRNetW48_cls/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 74bebe7a4353815b · report
compute_nme HRNet/HRNet-Facial-Landmark-Detection/lib/core/evaluation.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 6de0c395f2ed480f · report
create_downsample_fn_matrix yuanyuanli85/tf-hrnet/net/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · f6318bc574966adf · report
create_logger HRNet/HRNet-Facial-Landmark-Detection/lib/utils/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · d40435a99888f5a8 · report
create_upsample_fn_matrix yuanyuanli85/tf-hrnet/net/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0944678dd9feace7 · report
decode_preds HRNet/HRNet-Facial-Landmark-Detection/lib/core/evaluation.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · e05de20d97ad0edc · report
find_recursive CSAILVision/semantic-segmentation-pytorch/mit_semseg/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6890565633b480b8 · report
fliplr_joints HRNet/HRNet-Facial-Landmark-Detection/lib/utils/transforms.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · c2d2699886a4a219 · report
get_cls_net yukichou/PET/lib/models/cls_hrnet.py community (archive-listed) unverified MIT (permissive) · ab06e83afc0afd03 · report
get_cls_net HRNet/HRNet-Image-Classification/lib/models/cls_hrnet.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 2536e03f883a249b · report
get_face_alignment_net HRNet/HRNet-Facial-Landmark-Detection/lib/models/hrnet.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 9011a68305d287a7 · report
get_global_step_from_ckpt yuanyuanli85/tf-hrnet/trainer/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0db1a7c39ef342bb · report
get_linear_lr alililia/ascend_HRNetW48_cls/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · da92159bb9c47108 · report
get_model_summary HRNet/HRNet-Image-Classification/lib/utils/modelsummary.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · c6f52ade1e2640aa · report
get_optimizer HRNet/HRNet-Facial-Landmark-Detection/lib/utils/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · f22f739c65e1ada2 · report
get_preds HRNet/HRNet-Facial-Landmark-Detection/lib/core/evaluation.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 8edd86bd9a43d59e · report
he_normal_fanout yuanyuanli85/tf-hrnet/net/model.py community (archive-listed) unverified BSD-3-Clause (permissive) · 963be56113879485 · report
imresize CSAILVision/semantic-segmentation-pytorch/mit_semseg/dataset.py community (archive-listed) unverified BSD-3-Clause (permissive) · e23968c493407287 · report
inference HRNet/HRNet-Facial-Landmark-Detection/lib/core/function.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 294428702976ffdf · report
load_url CSAILVision/semantic-segmentation-pytorch/mit_semseg/models/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · d087e320591e6ba7 · report
mark_volatile CSAILVision/semantic-segmentation-pytorch/mit_semseg/lib/utils/th.py community (archive-listed) unverified BSD-3-Clause (permissive) · 32f45cf75891bd16 · report
parse_example_proto yuanyuanli85/tf-hrnet/datasets/ilsvrc12_dataset.py community (archive-listed) unverified BSD-3-Clause (permissive) · 31327aeaa8ee6db0 · report
preprocess_image yuanyuanli85/tf-hrnet/utils/imagenet_preprocessing.py community (archive-listed) unverified BSD-3-Clause (permissive) · c209215a8aa50633 · report
setup_logger CSAILVision/semantic-segmentation-pytorch/mit_semseg/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · b50608a902a34b99 · report
unique CSAILVision/semantic-segmentation-pytorch/mit_semseg/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5feabe579b35978a · report
validate HRNet/HRNet-Facial-Landmark-Detection/lib/core/function.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 72f5b582b4e52e05 · report
get_pose_net identical code first harvested elsewhere unverified licence of this copy not recorded · 2534c81208f21998 · report

Tasks

Dichotomous Image SegmentationFace AlignmentInstance SegmentationObject DetectionPose EstimationRepresentation LearningSemantic SegmentationThermal Image SegmentationVocal Bursts Intensity Prediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Dichotomous Image Segmentation DIS-TE1 HRNet E-measure 0.797 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 HRNet HCE 262 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 HRNet MAE 0.088 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 HRNet S-Measure 0.742 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 HRNet max F-Measure 0.668 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE1 HRNet weighted F-measure 0.579 #11 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 HRNet E-measure 0.840 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 HRNet HCE 555 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 HRNet MAE 0.087 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 HRNet S-Measure 0.784 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 HRNet max F-Measure 0.747 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE2 HRNet weighted F-measure 0.664 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 HRNet E-measure 0.869 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 HRNet HCE 1049 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 HRNet MAE 0.080 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 HRNet S-Measure 0.805 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 HRNet max F-Measure 0.784 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE3 HRNet weighted F-measure 0.700 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 HRNet E-measure 0.854 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 HRNet HCE 3864 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 HRNet MAE 0.092 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 HRNet S-Measure 0.792 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 HRNet max F-Measure 0.772 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-TE4 HRNet weighted F-measure 0.687 #10 of 22 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD HRNet E-measure 0.824 #12 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD HRNet HCE 1560 #12 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD HRNet MAE 0.095 #12 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD HRNet S-Measure 0.767 #12 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD HRNet max F-Measure 0.726 #12 of 24 Archive leaderboard report
Dichotomous Image Segmentation DIS-VD HRNet weighted F-measure 0.641 #12 of 24 Archive leaderboard report
Face Alignment 300W HRNet NME_inter-ocular (%, Challenge) 5.15 #25 of 48 Archive leaderboard report
Face Alignment 300W HRNet NME_inter-ocular (%, Common) 2.87 #25 of 48 Archive leaderboard report
Face Alignment 300W HRNet NME_inter-ocular (%, Full) 3.32 #25 of 48 Archive leaderboard report
Face Alignment COFW HRNet NME (inter-ocular) 3.45 #13 of 28 Archive leaderboard report
Face Alignment COFW-68 HRNetV2-W18 NME (inter-ocular) 5.06 #6 of 7 Archive leaderboard report
Face Alignment WFLW HRNet NME (inter-ocular) 4.60 #21 of 36 Archive leaderboard report
Instance Segmentation BDD100K val HRNet AP 22.5 #2 of 4 Archive leaderboard report
Instance Segmentation COCO minival HTC (HRNetV2p-W48) mask AP 41.0 #69 of 93 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W48) APL 62.2 #99 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W48) APM 50.3 #99 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W48) APS 28.8 #99 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W48) box AP 47.0 #99 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W48, cascade) APL 60.1 #109 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W48, cascade) APS 27.5 #109 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W48, cascade) box AP 46.0 #109 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W32) APL 59.5 #114 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W32) APM 48.4 #114 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W32) APS 27.0 #114 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W32) box AP 45.3 #114 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W48) AP50 62.7 #125 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W48) AP75 48.7 #125 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W48) APL 58.5 #125 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W48) APM 48.1 #125 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W48) APS 26.3 #125 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W48) box AP 44.6 #125 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W32) AP50 61.7 #137 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W32) AP75 47.7 #137 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W32) APL 57.4 #137 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W32) APM 46.5 #137 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W32) APS 25.6 #137 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W32) box AP 43.7 #137 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W18) APM 46.0 #145 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W18) APS 26.6 #145 of 220 Archive leaderboard report
Object Detection COCO minival HTC (HRNetV2p-W18) box AP 43.1 #145 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W32) APM 45.4 #156 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W32) APS 25.0 #156 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W32) box AP 42.3 #156 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W48) AP50 62.8 #160 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W48) AP75 45.9 #160 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W48) APL 54.6 #160 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W48) APM 44.7 #160 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W48) box AP 41.8 #160 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W18) AP50 59.2 #166 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W18) AP75 44.9 #166 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W18) APL 54.1 #166 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W18) APM 44.2 #166 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W18) APS 23.7 #166 of 220 Archive leaderboard report
Object Detection COCO minival Cascade R-CNN (HRNetV2p-W18) box AP 41.3 #166 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W32) AP50 61.8 #170 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W32) AP75 44.8 #170 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W32) APL 53.3 #170 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W32) APM 43.7 #170 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W32) APS 24.4 #170 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W32) box AP 40.9 #170 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W18) APL 51.0 #190 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W18) APM 41.7 #190 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W18) box AP 39.2 #190 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W18) AP50 58.9 #199 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W18) AP75 41.5 #199 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W18) APL 49.6 #199 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W18) APM 40.8 #199 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W18) APS 22.6 #199 of 220 Archive leaderboard report
Object Detection COCO minival Faster R-CNN (HRNetV2p-W18) box AP 38.0 #199 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W32, cascade) APM 47.9 #218 of 220 Archive leaderboard report
Object Detection COCO minival Mask R-CNN (HRNetV2p-W32, cascade) APS 26.1 #218 of 220 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) AP50 65.9 #119 of 225 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) AP75 51.2 #119 of 225 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) APL 59.8 #119 of 225 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) APM 49.7 #119 of 225 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) APS 28.0 #119 of 225 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) Hardware Burden 15G #119 of 225 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) Operations per network pass 71.7G #119 of 225 Archive leaderboard report
Object Detection COCO test-dev HTC (HRNetV2p-W48) box mAP 47.3 #119 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) AP50 64.0 #130 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) AP75 50.3 #130 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) APL 58.3 #130 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) APM 48.6 #130 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) APS 27.1 #130 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) Hardware Burden 15G #130 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) Operations per network pass 61.8G #130 of 225 Archive leaderboard report
Object Detection COCO test-dev Mask R-CNN (HRNetV2p-W48 + cascade) box mAP 46.1 #130 of 225 Archive leaderboard report
Object Detection COCO test-dev CenterNet (HRNetV2-W48) AP75 46.5 #158 of 225 Archive leaderboard report
Object Detection COCO test-dev CenterNet (HRNetV2-W48) APL 57.8 #158 of 225 Archive leaderboard report
Object Detection COCO test-dev CenterNet (HRNetV2-W48) APS 22.2 #158 of 225 Archive leaderboard report
Object Detection COCO test-dev CenterNet (HRNetV2-W48) Hardware Burden 16G #158 of 225 Archive leaderboard report
Object Detection COCO test-dev CenterNet (HRNetV2-W48) Operations per network pass 21.7G #158 of 225 Archive leaderboard report
Object Detection COCO test-dev CenterNet (HRNetV2-W48) box mAP 43.5 #158 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) AP50 63.6 #174 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) AP75 46.4 #174 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) APL 53.0 #174 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) APM 44.6 #174 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) APS 24.9 #174 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) Hardware Burden 16G #174 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) Operations per network pass 20.8G #174 of 225 Archive leaderboard report
Object Detection COCO test-dev Faster R-CNN (HRNetV2p-W48) box mAP 42.4 #174 of 225 Archive leaderboard report
Object Detection COCO test-dev FCOS (HRNetV2p-W48) AP50 59.3 #193 of 225 Archive leaderboard report
Object Detection COCO test-dev FCOS (HRNetV2p-W48) APL 51.0 #193 of 225 Archive leaderboard report
Object Detection COCO test-dev FCOS (HRNetV2p-W48) APM 42.6 #193 of 225 Archive leaderboard report
Object Detection COCO test-dev FCOS (HRNetV2p-W48) APS 23.4 #193 of 225 Archive leaderboard report
Object Detection COCO test-dev FCOS (HRNetV2p-W48) Hardware Burden 16G #193 of 225 Archive leaderboard report
Object Detection COCO test-dev FCOS (HRNetV2p-W48) Operations per network pass 27.3G #193 of 225 Archive leaderboard report
Object Detection COCO test-dev FCOS (HRNetV2p-W48) box mAP 40.5 #193 of 225 Archive leaderboard report
Semantic Segmentation Cityscapes test HRNetV2 (train+val) Mean IoU (class) 81.6% #39 of 105 Archive leaderboard report
Semantic Segmentation Cityscapes val HRNetV2 (HRNetV2-W48) mIoU 81.1 #45 of 99 Archive leaderboard report
Semantic Segmentation Cityscapes val HRNetV2 (HRNetV2-W40) mIoU 80.2 #55 of 99 Archive leaderboard report
Semantic Segmentation DADA-seg HRNet (ACDC) mIoU 27.5 #9 of 28 Archive leaderboard report
Semantic Segmentation PASCAL Context CFNet (ResNet-101) mIoU 54.0 #36 of 66 Archive leaderboard report
Semantic Segmentation PASCAL Context HRNetV2 HRNetV2-W48 mIoU 54 #37 of 66 Archive leaderboard report
Semantic Segmentation Potsdam HRNet-48 mIoU 84.22 #1 of 3 Archive leaderboard report
Semantic Segmentation Potsdam HRNet-18 mIoU 84.02 #2 of 3 Archive leaderboard report
Semantic Segmentation US3D HRNet-48 mIoU 72.66 #2 of 3 Archive leaderboard report
Semantic Segmentation US3D HRNet-18 mIoU 60.33 #3 of 3 Archive leaderboard report
Semantic Segmentation Vaihingen HRNet-48 mIoU 76.75 #8 of 13 Archive leaderboard report
Semantic Segmentation Vaihingen HRNet-18 mIoU 75.90 #10 of 13 Archive leaderboard report
Thermal Image Segmentation MFN Dataset HRNet mIOU 51.7 #40 of 55 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: HRNet

1x1 ConvolutionAverage PoolingBatch NormalizationBottleneck Residual BlockCascade Corner PoolingCascade R-CNNCenter PoolingCenterNetConvolutionDLAFaster R-CNNGlobal Average PoolingHRNetKaiming InitializationMask R-CNNMax PoolingRPNReLUResidual BlockResidual ConnectionRoIAlignRoIPoolSoftmax

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