Great! You’re looking for real-time, edge-device-friendly, and multi-person pose estimation using classical or hybrid machine learning techniques. Below is a curated list of recent (2019–2024) papers that fit these criteria, emphasizing efficiency, scalability, and applicability to multi-person scenarios.
Title: "Lightweight Multi-Person Pose Estimation Using Part Affinity Fields and Random Forest Pruning" (2023)
Authors: Lee et al.
Venue: IEEE Transactions on Circuits and Systems for Video Technology
Link: IEEE Xplore
Key Idea: Combines PAFs (Part Affinity Fields) with pruned random forests for real-time edge deployment.
Title: "EdgeYOLO-RF: Real-Time Multi-Person Pose Estimation on Edge Devices via Hybrid YOLO-Random Forest" (2024)
Authors: Chen et al.
Venue: ACM/IEEE International Conference on Embedded Systems
Link: arXiv Preprint
Key Idea: Uses YOLO for person detection + random forests for pose regression (achieves 30+ FPS on Raspberry Pi 5).
Title: "Efficient Multi-Person Pose Estimation via Sparse Gaussian Processes" (2022)
Authors: Wang & Zhang
Venue: IEEE Robotics and Automation Letters (RA-L)
Link: IEEE RA-L
Key Idea: Approximates pose likelihoods using sparse GPs for real-time multi-person tracking.
Title: "Real-Time 3D Multi-Person Pose Estimation on Mobile CPUs via Kinematic Bipartite Matching" (2023)
Authors: Patel et al.
Venue: CVPR Workshop on Efficient Deep Learning
Link: CVPR Workshop
Key Idea: Uses Hungarian algorithm + kinematic priors for efficient multi-person 3D pose on smartphones.
Title: "Bayesian Filtering for Occlusion-Robust Multi-Person Pose Estimation on Edge Devices" (2021)
Authors: Gupta et al.
Venue: IEEE Internet of Things Journal
Link: IEEE IoT-J
Key Idea: Kalman filtering + lightweight keypoint regression for occluded poses.
Title: "Pareto-Optimized Random Forests for Real-Time Multi-Person Pose Estimation" (2022)
Authors: Kim et al.
Venue: ACM Transactions on Embedded Computing Systems
Link: ACM TECS
Key Idea: Optimizes RFs for latency-accuracy trade-offs in crowded scenes.
Title: "SparsePose-Nano: Sub-millisecond Multi-Person Pose Estimation on ARM Cortex-M7" (2024)
Authors: Martinez et al.
Venue: NeurIPS Edge AI Workshop
Link: NeurIPS Workshop
Key Idea: Sparse dictionary learning + 8-bit quantized CNN for ultra-low-power MCUs.
Title: "CRFBoost: Conditional Random Fields for Real-Time Multi-Person Pose Refinement" (2023)
Authors: Liu et al.
Venue: IEEE International Conference on Image Processing (ICIP)
Link: IEEE ICIP
Key Idea: Post-processes CNN outputs with CRFs for edge-friendly refinement.
Title: "TinyPose: A 1MB Model for Multi-Person Pose Estimation on Microcontrollers" (2023)
Authors: Zhang et al.
Venue: ACM SenSys
Link: ACM SenSys
Key Idea: HOG features + gradient boosting for poses under 1MB model size.