paper-with-me

홈 › Papers

LAPX: Lightweight Hourglass Network with Global Context

2025-12-18 · Haopeng Zhao, Marsha Mariya Kappan, Mahdi Bamdad, Francisco Cruz arxiv

Human pose estimation is a crucial task in computer vision. Methods that have SOTA (State-of-the-Art) accuracy, often involve a large number of parameters and incur substantial computational cost. Many lightweight variants have been proposed to reduce the model size and computational cost of them. However, several of these methods still contain components that are not well suited for efficient deployment on edge devices. Moreover, models that primarily emphasize inference speed on edge devices often suffer from limited accuracy due to their overly simplified designs. To address these limitations, we propose LAPX, an Hourglass network with self-attention that captures global contextual information, based on previous work, LAP. In addition to adopting the self-attention module, LAPX advances the stage design and refine the lightweight attention modules. It achieves competitive results on two benchmark datasets, MPII and COCO, with only 2.3M parameters, and demonstrates real-time performance, confirming its edge-device suitability.

📄 PDF Abstract BibTeX arXiv:2512.16089

Code (0)

등록된 구현이 없습니다.

Tasks

Pose Estimation

Similar Papers 제목 키워드 기반

To Perceive or Not to Perceive: Lightweight Stacked Hourglass Network

2023-02-09 · Jameel Hassan Abdul Samadh, Salwa K. Al Khatib

Human pose estimation (HPE) is a classical task in computer vision that focuses on representing the orientation of a person by identifying the positions of their joints. We design a lighterversion of the stacked hourglas…

Pose Estimation

Attention-Enhanced Lightweight Hourglass Network for Human Pose Estimation

2024-12-09 · Marsha Mariya Kappan, Eduardo Benitez Sandoval, Erik Meijering, Francisco Cruz

Pose estimation is a critical task in computer vision with a wide range of applications from activity monitoring to human-robot interaction. However,most of the existing methods are computationally expensive or have comp…

Pose Estimation

Multi-Context Attention for Human Pose Estimation

2017-02-24 · CVPR 2017 7 · Xiao Chu, Wei Yang, Wanli Ouyang, Cheng Ma 외

In this paper, we propose to incorporate convolutional neural networks with a multi-context attention mechanism into an end-to-end framework for human pose estimation. We adopt stacked hourglass networks to generate atte…

Pose Estimation

Multi-Scale Stacked Hourglass Network for Human Pose Estimation

2019-05-01 · ICLR 2019 5 · Chunsheng Guo, Wenlong Du, Na Ying

Stacked hourglass network has become an important model for Human pose estimation. The estimation of human body posture depends on the global information of the keypoints type and the local information of the keypoints l…

Pose Estimation

Contextual Hourglass Networks for Segmentation and Density Estimation

2018-06-08 · Daniel Oñoro-Rubio, Mathias Niepert

Hourglass networks such as the U-Net and V-Net are popular neural architectures for medical image segmentation and counting problems. Typical instances of hourglass networks contain shortcut connections between mirroring…

Density EstimationImage SegmentationMedical Image SegmentationObject Counting+2