备注
您正在阅读 MMClassification 0.x 版本的文档。MMClassification 0.x 会在 2022 年末被切换为次要分支。建议您升级到 MMClassification 1.0 版本,体验更多新特性和新功能。请查阅 MMClassification 1.0 的安装教程、迁移教程以及更新日志。
HRNet¶
Deep High-Resolution Representation Learning for Visual Recognition
Abstract¶
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 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 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.

Results and models¶
ImageNet-1k¶
Model |
Params(M) |
Flops(G) |
Top-1 (%) |
Top-5 (%) |
Config |
Download |
---|---|---|---|---|---|---|
HRNet-W18* |
21.30 |
4.33 |
76.75 |
93.44 |
||
HRNet-W30* |
37.71 |
8.17 |
78.19 |
94.22 |
||
HRNet-W32* |
41.23 |
8.99 |
78.44 |
94.19 |
||
HRNet-W40* |
57.55 |
12.77 |
78.94 |
94.47 |
||
HRNet-W44* |
67.06 |
14.96 |
78.88 |
94.37 |
||
HRNet-W48* |
77.47 |
17.36 |
79.32 |
94.52 |
||
HRNet-W64* |
128.06 |
29.00 |
79.46 |
94.65 |
||
HRNet-W18 (ssld)* |
21.30 |
4.33 |
81.06 |
95.70 |
||
HRNet-W48 (ssld)* |
77.47 |
17.36 |
83.63 |
96.79 |
Models with * are converted from the official repo. The config files of these models are only for inference. We don’t ensure these config files’ training accuracy and welcome you to contribute your reproduction results.
Citation¶
@article{WangSCJDZLMTWLX19,
title={Deep High-Resolution Representation Learning for Visual Recognition},
author={Jingdong Wang and Ke Sun and Tianheng Cheng and
Borui Jiang and Chaorui Deng and Yang Zhao and Dong Liu and Yadong Mu and
Mingkui Tan and Xinggang Wang and Wenyu Liu and Bin Xiao},
journal = {TPAMI}
year={2019}
}