Exploring the Use of Contrastive Language-Image Pre-Training for Human Posture Classification: Insights from Yoga Pose Analysis

📅 2023-12-25
🏛️ Mathematics
📈 Citations: 2
Influential: 1
📄 PDF
🤖 AI Summary
To address the need for fine-grained human pose recognition—e.g., yoga asana classification—in safety monitoring, rehabilitation, and sports training, this work presents the first systematic investigation of CLIP’s efficacy for such tasks. We propose a pose-semantic image captioning grammar and an efficient multimodal fine-tuning strategy that synergistically integrates zero-shot transfer with supervised fine-tuning, leveraging a hybrid training set of synthetic and real-world images. Evaluated on an 82-class yoga dataset, our method achieves 85.2% top-1 accuracy—surpassing prior state-of-the-art by ~6%. Under few-shot settings (20 samples per class), accuracy reaches 90%, and on a 6-class subset, it attains 98.8%–99.1%. Training time is only 1/3.5 that of YOLOv8 fine-tuning, with inference latency of ~7 ms per image. Our core contribution lies in empirically validating CLIP’s potential for fine-grained pose classification and establishing a lightweight, robust, and data-efficient multimodal fine-tuning paradigm.

Technology Category

Application Category

📝 Abstract
Accurate human posture classification in images and videos is crucial for automated applications across various fields, including work safety, physical rehabilitation, sports training, or daily assisted living. Recently, multimodal learning methods, such as Contrastive Language-Image Pretraining (CLIP), have advanced significantly in jointly understanding images and text. This study aims to assess the effectiveness of CLIP in classifying human postures, focusing on its application in yoga. Despite the initial limitations of the zero-shot approach, applying transfer learning on 15,301 images (real and synthetic) with 82 classes has shown promising results. The article describes the full procedure for fine-tuning, including the choice for image description syntax, models and hyperparameters adjustment. The fine-tuned CLIP model, tested on 3826 images, achieves an accuracy of over 85%, surpassing the current state-of-the-art of previous works on the same dataset by approximately 6%, its training time being 3.5 times lower than what is needed to fine-tune a YOLOv8-based model. For more application-oriented scenarios, with smaller datasets of six postures each, containing 1301 and 401 training images, the fine-tuned models attain an accuracy of 98.8% and 99.1%, respectively. Furthermore, our experiments indicate that training with as few as 20 images per pose can yield around 90% accuracy in a six-class dataset. This study demonstrates that this multimodal technique can be effectively used for yoga pose classification, and possibly for human posture classification, in general. Additionally, CLIP inference time (around 7 ms) supports that the model can be integrated into automated systems for posture evaluation, e.g., for developing a real-time personal yoga assistant for performance assessment.
Problem

Research questions and friction points this paper is trying to address.

Pose Recognition
Human Body Posture
Application Support
Innovation

Methods, ideas, or system contributions that make the work stand out.

CLIP Model
Pose Recognition
Efficiency Enhancement