LGM-Pose: A Lightweight Global Modeling Network for Real-time Human Pose Estimation
Biao Guo, Cong Zhou, Fangmin Guo, Xiaonan Luo, Guibo Luo, Feng Zhang
TL;DR
LGM-Pose introduces a near single-branch lightweight network for real-time multi-person 2D pose estimation. It leverages a MobileViM block with a Lightweight Attentional Representation Module and Non-Parametric Transformation Operations to capture global context, complemented by SFusion for efficient multi-scale feature fusion. Across COCO and MPII, it achieves state-of-the-art efficiency among lightweight models, with competitive accuracy and significantly reduced parameters and latency, including favorable CPU performance for edge deployment. The work demonstrates that well-designed global modeling within a single-branch CNN can match or exceed multi-branch architectures while enabling real-time inference on resource-constrained devices.
Abstract
Most of the current top-down multi-person pose estimation lightweight methods are based on multi-branch parallel pure CNN network architecture, which often struggle to capture the global context required for detecting semantically complex keypoints and are hindered by high latency due to their intricate and redundant structures. In this article, an approximate single-branch lightweight global modeling network (LGM-Pose) is proposed to address these challenges. In the network, a lightweight MobileViM Block is designed with a proposed Lightweight Attentional Representation Module (LARM), which integrates information within and between patches using the Non-Parametric Transformation Operation(NPT-Op) to extract global information. Additionally, a novel Shuffle-Integrated Fusion Module (SFusion) is introduced to effectively integrate multi-scale information, mitigating performance degradation often observed in single-branch structures. Experimental evaluations on the COCO and MPII datasets demonstrate that our approach not only reduces the number of parameters compared to existing mainstream lightweight methods but also achieves superior performance and faster processing speeds.
