Recognizing human actions from static images in complex industrial environments remains challenging due to insufficient feature representation and high computational complexity. This issue is particularly critical in power-grid safety monitoring, where improper worker postures (e.g., bending, climbing, falling) can lead to severe accidents and personal injuries, necessitating automated monitoring systems that operate reliably on resource-constrained edge devices. This study proposes a bio-inspired lightweight recognition framework that integrates an improved YOLO-Pose model with a gated recurrent unit (GRU) network. The scientific motivation is grounded in the observation that the human musculoskeletal system achieves highly efficient motion perception through three key mechanisms: hierarchical muscle coordination providing intrinsic rotation invariance, proprioceptive feedback enabling real-time error correction, and selective neural gating reducing redundant information transmission. These biological principles directly inspire our technical contributions: polar-coordinate encoding provides rotation invariance, three-stage filtering mimics proprioceptive feedback, and GRU gating mirrors selective information propagation. Unlike prior approaches that treat pose-based action recognition as a generic computer vision problem, this work explicitly incorporates anatomical structural constraints into the computational pipeline. The framework addresses three research gaps: (1) existing methods lack biomechanically derived invariance properties; (2) GCN-based approaches use fixed topologies that fail to adapt to occlusion patterns; (3) the trade-off between model complexity and accuracy remains unsatisfactory for edge deployment. Experiments on the self-constructed SKPose dataset demonstrate that the proposed method achieves 95.04% accuracy, outperforming ST-GCN by 3.67 percentage points and 2s-AGCN by 1.94 percentage points, with an inference speed of 48 FPS on 8.7 M parameters in underground power-grid environments and provides practical support for biomimetic perception systems and industrial safety monitoring.
Huang et al. (Wed,) studied this question.