Papers › Lite-HRNet: A Lightweight High-Resolution Network

Lite-HRNet: A Lightweight High-Resolution Network

13 Apr 2021CVPR 2021 1arXiv:2104.06403archive 2025-07-28

Changqian Yu, Bin Xiao, Changxin Gao, Lu Yuan, Lei Zhang, Nong Sang, Jingdong Wang

We present an efficient high-resolution network, Lite-HRNet, for human pose estimation. We start by simply applying the efficient shuffle block in ShuffleNet to HRNet (high-resolution network), yielding stronger performance over popular lightweight networks, such as MobileNet, ShuffleNet, and Small HRNet. We find that the heavily-used pointwise (1x1) convolutions in shuffle blocks become the computational bottleneck. We introduce a lightweight unit, conditional channel weighting, to replace costly pointwise (1x1) convolutions in shuffle blocks. The complexity of channel weighting is linear w.r.t the number of channels and lower than the quadratic time complexity for pointwise convolutions. Our solution learns the weights from all the channels and over multiple resolutions that are readily available in the parallel branches in HRNet. It uses the weights as the bridge to exchange information across channels and resolutions, compensating the role played by the pointwise (1x1) convolution. Lite-HRNet demonstrates superior results on human pose estimation over popular lightweight networks. Moreover, Lite-HRNet can be easily applied to semantic segmentation task in the same lightweight manner. The code and models have been publicly available at https://github.com/HRNet/Lite-HRNet.

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

Code

Syntology Ran 12 of 29 code samples harvested from 3 repositories linked to this paper; 17 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 10 ran with no contract checked.

By repository: community (archive-listed): 29 samples from 3 repositories, 12 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.

HRNet/Lite-HRNet officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
open-edge-platform/geti mentioned on GitHubpytorchApache-2.0 report
viet-hoang-99/Lite_HRnet_vh mentioned on GitHubpytorch report
zimka/lite_hrnet_tfk mentioned on GitHubtf report
open-mmlab/mmpose pytorchApache-2.0 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

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

2ran · our draft was wrong
10ran
17unverified

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

ConvModule viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 7f5303fab6ab6aa5 · report
CrossResolutionWeightModule zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran Apache-2.0 (permissive) · 82e1655d4701b970 · report
DSConvBNAct zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 7c4e84db2f49cedf · report
DownsampleBlock zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · ae084989a6c34e09 · report
GlobalAvgPool2d viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 9778e2200dd35fd6 · report
PWConvBNAct zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · c1585d202a6ecc57 · report
RepresentationHead zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran Apache-2.0 (permissive) · 8f3ca13d6f37ea95 · report
ShuffleBlock zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 4a4ad8085453946a · report
SpatialWeightModule zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran · metamorphic tier: invariant Apache-2.0 (permissive) · 50b9800a371ca617 · report
UpsampleBlock zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 21e87966c949f4a8 · report
channel_shuffle viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 01a5b048271d7607 · report
channel_shuffle zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 64e0d826e27a411e · report
CCWBlock zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 8b8d270632be0efe · report
ConditionalChannelWeighting viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · b12bbf8bdd283fd4 · report
CrossResolutionWeighting viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · cf2130259d852422 · report
DWConvBNAct zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 1656ec64a6120ea4 · report
DepthwiseSeparableConvModule viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · 7228e155ce724b07 · report
FusionBlock zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 29d5d4d24965174a · report
IterativeHead viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · 998cb1c170207bce · report
LiteHRModule viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · 619eac8f9d49f5ae · report
LiteHRNet viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · a532cb9416bf3cef · report
LiteHRNet zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 8caec653733b1dc1 · report
ShuffleUnit viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · d77006bb3a2e1085 · report
SpatialWeighting viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · bcd14fbd45f266e7 · report
StageBlock zh320/realtime-semantic-segmentation-pytorch/models/lite_hrnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 6770080877034782 · report
Stem viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · 63a7e1662cd623f7 · report
constant_init viet-hoang-99/Lite_HRnet_vh/lib/models/lite_hrnet.py community (archive-listed) unverified no licence file found · pointer only · a10a9642969fb96e · report
get_ax xiuyu0000/papers_with_examples/maskrcnn/src/infer.py community (archive-listed) unverified Apache-2.0 (permissive) · 46bf80043a90eddf · report
random_colors xiuyu0000/papers_with_examples/maskrcnn/src/infer.py community (archive-listed) unverified Apache-2.0 (permissive) · 255e1c60a7eead8b · report

Tasks

Pose EstimationReal-Time Semantic SegmentationSemantic SegmentationVocal Bursts Intensity Prediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Pose Estimation COCO test-dev Lite-HRNet-30 AP 69.7 #34 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-30 AP50 90.7 #34 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-30 AP75 77.5 #34 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-30 APL 75.0 #34 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-30 APM 66.9 #34 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-30 AR 75.4 #34 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-18 AP 66.9 #37 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-18 AP50 89.4 #37 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-18 AP75 74.4 #37 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-18 APL 72.2 #37 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-18 APM 64.0 #37 of 47 Archive leaderboard report
Pose Estimation COCO test-dev Lite-HRNet-18 AR 72.6 #37 of 47 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 NormalizationChannel ShuffleConvolutionDense ConnectionsDepthwise ConvolutionGlobal Average PoolingGrouped ConvolutionGroupwise Point ConvolutionHRNetMax PoolingPointwise ConvolutionReLUResidual ConnectionShuffleNetShuffleNet BlockSoftmax

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