paper-with-me

홈 › Papers

X-HRNet: Towards Lightweight Human Pose Estimation with Spatially Unidimensional Self-Attention

2023-10-12 · Yixuan Zhou, Xuanhan Wang, Xing Xu, Lei Zhao, Jingkuan Song

High-resolution representation is necessary for human pose estimation to achieve high performance, and the ensuing problem is high computational complexity. In particular, predominant pose estimation methods estimate human joints by 2D single-peak heatmaps. Each 2D heatmap can be horizontally and vertically projected to and reconstructed by a pair of 1D heat vectors. Inspired by this observation, we introduce a lightweight and powerful alternative, Spatially Unidimensional Self-Attention (SUSA), to the pointwise (1x1) convolution that is the main computational bottleneck in the depthwise separable 3c3 convolution. Our SUSA reduces the computational complexity of the pointwise (1x1) convolution by 96% without sacrificing accuracy. Furthermore, we use the SUSA as the main module to build our lightweight pose estimation backbone X-HRNet, where `X' represents the estimated cross-shape attention vectors. Extensive experiments on the COCO benchmark demonstrate the superiority of our X-HRNet, and comprehensive ablation studies show the effectiveness of the SUSA modules. The code is publicly available at https://github.com/cool-xuan/x-hrnet.

📄 PDF Abstract BibTeX arXiv:2310.08042

Code (1)

cool-xuan/x-hrnet 공식 구현 pytorch

Tasks

Pose Estimation

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Lite-HRNet: A Lightweight High-Resolution Network

2021-04-13 · CVPR 2021 1 · Changqian Yu, Bin Xiao, Changxin Gao, Lu Yuan 외

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 performa…

Pose EstimationReal-Time Semantic SegmentationSemantic SegmentationVocal Bursts Intensity Prediction

Dite-HRNet: Dynamic Lightweight High-Resolution Network for Human Pose Estimation

2022-04-22 · Qun Li, Ziyi Zhang, Fu Xiao, Feng Zhang 외

A high-resolution network exhibits remarkable capability in extracting multi-scale features for human pose estimation, but fails to capture long-range interactions between joints and has high computational complexity. To…

Pose EstimationVocal Bursts Intensity Prediction

Greit-HRNet: Grouped Lightweight High-Resolution Network for Human Pose Estimation

2024-07-10 · Junjia Han

As multi-scale features are necessary for human pose estimation tasks, high-resolution networks are widely applied. To improve efficiency, lightweight modules are proposed to replace costly point-wise convolutions in hig…

Pose Estimation

EfficientHRNet: Efficient Scaling for Lightweight High-Resolution Multi-Person Pose Estimation

2020-07-16 · Christopher Neff, Aneri Sheth, Steven Furgurson, Hamed Tabkhi

There is an increasing demand for lightweight multi-person pose estimation for many emerging smart IoT applications. However, the existing algorithms tend to have large model sizes and intense computational requirements,…

2D Human Pose EstimationMulti-Person Pose EstimationPose EstimationVocal Bursts Intensity Prediction

Deep High-Resolution Representation Learning for Visual Recognition

2019-08-20 · Jingdong Wang, Ke Sun, Tianheng Cheng, Borui Jiang 외

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 inpu…

Dichotomous Image SegmentationFace AlignmentInstance SegmentationObject Detection+5