1. Introduction
Boccia is a target-oriented sport that demands a high level of throwing accuracy and control, designed for individuals with severe physical disabilities, particularly those with cerebral palsy or muscular dystrophy. As an official Paralympic event, boccia not only provides opportunities for athletic participation but also supports improvements in motor control, cognitive function, and psychological well-being [
1,
2]. Boccia can be played in individual, pair, or team formats. The objective of the game is to throw leather balls—colored red or blue—as close as possible to a white target ball (the jack). The game is played on a 12.5 m × 6 m court, with an additional 2 m of in-bounds playable space around it. Due to its reliance on precision and movement control, accurate biomechanical evaluation of throwing performance is essential for performance optimization [
3,
4,
5]. However, there remains a lack of validated and accessible technologies for objectively assessing movement in this population, posing a significant barrier to evidence-based coaching and inclusive performance assessment.
In recent years, adaptive sports have gained increasing attention from international policy and sports organizations [
6,
7,
8]. Numerous governmental and non-governmental entities have introduced policies to promote accessibility and inclusion for athletes with disabilities. Nonetheless, unlike mainstream sports, boccia athletes have limited access to motion capture systems and biomechanical analysis tools, which limits their ability to benefit from assistive technology innovations in sports performance measurement. This gap in accessibility and measurement infrastructure directly affects training precision, injury prevention, and classification equity. It highlights the urgent need to apply modern computational technologies to assess movement patterns and improve training methodologies.
Pose estimation technologies have made substantial progress in recent years and have been successfully applied in sports such as basketball and track and field [
9,
10,
11,
12]. However, research focused on athletes with disabilities—particularly those involved in seated and wheelchair-based sports—remains limited [
13]. Most existing studies concentrate on able-bodied athletes, overlooking the unique movement characteristics of boccia players, whose mobility is often constrained. The absence of measurement tools tailored to seated biomechanics underscores a critical barrier to ensuring equitable outcomes in adaptive sport performance assessment.
Currently, common pose estimation tools include OpenPose, ViTPose, and Lifting. OpenPose [
14] estimates body posture using 2D keypoint detection and is widely applied in sports science. However, it was originally developed for standing movements and may suffer from reduced accuracy when applied to seated athletes, due to changes in camera angles and limited limb mobility [
15,
16]. In addition, many adaptive athletes exhibit highly refined upper-limb control and require strong core stability, necessitating more advanced tools for precise motion analysis. We selected OpenPose for its proven robustness in real-world sports applications and its ability to provide reliable initial keypoint estimates in complex environments, such as wheelchair sports competitions.
ViTPose, a recently developed pose estimation method based on Vision Transformer architecture, offers higher keypoint detection accuracy than OpenPose [
17]. Utilizing a self-attention mechanism [
15], ViTPose effectively captures long-range dependencies between joints, making it especially robust under occlusion, complex backgrounds, and changing viewpoints. We chose ViTPose because seated throwing in boccia often involves occluded joints (such as the shoulder and wrist during acceleration phases), and the ViTPose architecture is particularly suited for handling such challenges. In seated sports analysis, ViTPose enables more precise recognition of upper-limb movement patterns and reduces angle distortion errors.
Lifting addresses this challenge by converting 2D keypoints into 3D joint coordinates, overcoming the limitations of purely 2D systems [
18]. It is particularly suitable for non-standard movements, such as seated throwing, as it reduces the impact of perspective distortion and occlusion. In boccia applications, Lifting could enhance the objective measurement of critical motion features such as shoulder rotation, hand trajectory, and trunk stability—thereby supporting more inclusive and individualized training interventions. We selected Lifting because it allows for robust 3D reconstruction from 2D data without the need for specialized hardware, making it an accessible and scalable solution for biomechanical analysis in adaptive sports contexts.
The combined use of OpenPose, ViTPose, and Lifting was thus intentionally designed to address the specific challenges of analyzing wheelchair athletes in boccia: seated posture, occlusions, atypical limb movements, and the need for a low-cost, competition-compatible solution.
This study aims to bridge the current research gap by developing an AI-based pose estimation method tailored to the biomechanics of boccia athletes. By incorporating machine learning techniques, the method seeks to enhance the accuracy of motion analysis and potentially optimize athlete training. The integration of OpenPose, Lifting, and ViTPose is expected to improve the precision of seated motion analysis and offer more detailed, personalized biomechanical insights for athletes with disabilities—thus providing a data-driven foundation for evaluating assistive sports technologies and supporting equitable performance assessment in adaptive sports.
3. Results
3.1. Identification of Key Throwing Phases
This study analyzed throwing movements from 12 elite athletes who participated in the 2018 Asia-Pacific Boccia Open. Participants were classified into BC1 and BC2 categories and grouped by throwing strategy (overhand vs. underhand) to ensure diversity and representativeness of disability profiles and assistive needs. Six athletes used overhand throws and six used underhand throws; all were right-handed and performed seated throws.
Based on established principles in sports biomechanics and seated adaptive movement analysis, each motion was segmented into five key biomechanical phases, with one representative frame extracted per phase for each athlete. These phases, defined according to biomechanical and kinematic criteria, are illustrated in
Figure 4 and described below:
These five phases formed the analytical basis for standardized pose estimation using OpenPose and Lifting and served as a reference for performance assessment and individualized coaching.
3.2. Statistical Analysis of Throwing Patterns
To evaluate movement consistency and inter-individual variability, Principal Component Analysis (PCA) was applied to the joint angle data extracted from the key phases. The results demonstrated clear clustering across athletes, indicating distinct movement strategies.
For instance, Athlete A (overhand) showed highly concentrated data points in the PC1–PC2 plane, where PC1 explained 61.2% and PC2 explained 24.5% of the total variance (
Figure 5a). This suggests the majority of the variation stemmed from elbow extension and shoulder abduction. In contrast, Athlete C (overhand) exhibited more scattered data, with PC1 explaining 55.7%, reflecting less consistent control over wrist and shoulder movement (
Figure 5b).
Underhand athletes showed greater variability across subjects. For instance, Athlete D’s PCA results showed PC1 accounting for 58.9% (shoulder rotation), and PC2 for 22.1% (wrist deviation) (
Figure 5c). Overall, underhand throwing strategies showed more scattered PCA projections, indicating less consistent motor control than overhand strategies.
Comparisons between OpenPose and Lifting outputs showed that Lifting consistently yielded tighter PCA clusters, suggesting higher angular measurement stability. For example, Athlete A’s shoulder abduction standard deviation was 6.8° using OpenPose and 3.5° using Lifting.
Figure 5d visualizes PCA clusters across all athletes, where cross and plus markers denote Lifting-derived data, which were more clustered, especially in overhand strategies. This suggests Lifting provided more stable pose estimates, particularly under seated and occluded conditions.
3.3. Application of Lifting and OpenPose in Seated Throwing Analysis
To quantify system performance, standard deviations of three joint angles (shoulder, elbow, and wrist) were calculated across the five biomechanical phases (
Table 1). Among overhand athletes, Lifting showed significantly lower variability: shoulder (3.5° vs. 6.8° with OpenPose), and elbow (3.1° vs. 6.5°).
In overhand athletes, Lifting reduced elbow joint variability by 52%, highlighting its ability to provide stable angular tracking. A similar pattern was observed in underhand athletes: shoulder (3.9° vs. 7.2°), elbow (3.5° vs. 7.4°), and wrist (3.2° vs. 6.8°), confirming Lifting’s robustness across throwing styles.
Across all conditions, Lifting consistently reduced angular variability, supporting its application for delivering individualized biomechanical feedback within adaptive sports contexts. This has implications for coaching precision and athlete monitoring in seated competitions.
While OpenPose occasionally misestimated joint positions—especially during the release and follow-through phases due to occlusion and seated posture constraints—Lifting applied anatomical constraints and skeletal priors to compensate for missing or misaligned keypoints. This enabled more accurate reconstruction of motion dynamics, which is essential for applications in adaptive performance tracking. These findings validate the utility of Lifting as an assistive technology tool for analyzing seated throwing patterns, supporting evidence-based athlete development, classification, and inclusive training design.
4. Discussion
This study demonstrated the feasibility and practical value of applying AI-driven motion analysis in adaptive sports by developing an integrated pose estimation pipeline tailored to seated boccia athletes. By combining OpenPose, ViTPose, and Lifting, the system achieved high-precision kinematic reconstruction under conditions of occlusion and reduced mobility—common challenges in wheelchair-based sports. Compared to traditional pose estimation tools, the multi-stage workflow yielded improvements in angular stability and joint tracking accuracy, particularly in shoulder and elbow movements.
A key contribution of this study was the segmentation of boccia throwing into five biomechanical phases, creating a scalable framework for performance analysis. Among the three estimation systems, the ViTPose–Lifting combination consistently outperformed OpenPose in both keypoint detection and 3D reconstruction. This advantage was most apparent during high-velocity or occluded movements such as elbow extension, highlighting the suitability of transformer-based models for adaptive biomechanics.
Principal Component Analysis (PCA) revealed that overhand throwers exhibited tighter clustering of joint angle data than underhand throwers, particularly along dominant joint axes like shoulder abduction and elbow extension. While this finding might suggest overhand throwing to be a “more stable” technique, it is crucial to interpret this in the context of functional capacity, not performance preference. In boccia, an athlete’s choice of throwing strategy is largely dictated by their physical condition, such as trunk control, range of motion, or muscle tone. Therefore, the benefit of PCA lies not in ranking throwing styles but in identifying the joints that contribute to movement variability within each strategy. Coaches and rehabilitation specialists can use this information to tailor interventions that improve control in variable joints, regardless of whether the athlete throws overhand or underhand.
For example, if PCA shows high variability in wrist deviation among underhand throwers, targeted neuromuscular or proprioceptive training may be prescribed to reduce compensatory errors. Similarly, consistent overhand patterns in shoulder mechanics can inform the design of assistive stabilizing equipment or classification benchmarks. Thus, PCA becomes a diagnostic tool for movement efficiency rather than a comparative judgment between strategies.
In addition, the Lifting algorithm consistently produced lower joint angle variability across throwing phases, improving the reliability of temporal and angular metrics used in performance monitoring. This enhanced stability supports more personalized coaching feedback and can serve as a foundation for real-time visual feedback systems—particularly valuable in settings where access to high-end motion capture is limited.
However, the underlying AI models were originally trained on able-bodied datasets, which may not fully capture the anatomical variability of athletes with disabilities. Although we fine-tuned ViTPose using images of seated boccia athletes (Methods Stage 3,
Figure 3), some estimation errors may persist, particularly in joints or phases with atypical movement patterns. We recognize this as a limitation and highlight the need for future development of models trained on more representative adaptive sports datasets.
Beyond performance, this study contributes to fairness and objectivity in functional classification systems used in adaptive sports. Traditional classification relies heavily on human observation, which may overlook subtle but impactful differences in joint control. AI-supported biomechanical metrics, such as variability in elbow extension or shoulder trajectory, offer a transparent and data-driven supplement to subjective evaluations. This aligns with recent efforts to refine sport-specific classification with greater functional resolution [
20].
The study also holds implications for rehabilitation and assistive technology development. AI-based motion analysis can support therapists in customizing treatment goals, tracking patient progress, and identifying compensatory movement patterns that may impact long-term joint health [
21,
22]. Moreover, the inclusion of paraprofessionals, such as trained aides or coaching assistants, in using such AI tools could help bridge implementation gaps in resource-limited settings—extending the benefits of technology-enhanced coaching to more diverse athletes.
Nonetheless, implementation challenges remain. Athletes often face logistical and financial barriers in accessing motion analysis technologies, especially within community or school-based programs. Spatial constraints and limited resources have been shown to hinder technology adoption and training opportunities in sports contexts [
23]. To address this, future development should prioritize low-cost, portable AI tools and include paraprofessionals in capacity-building programs to support technology delivery at scale. In addition, the UNESCO report Impact Investment in Sport: Innovating the Funding of Sport for Development highlights the importance of public funding and cross-sector collaboration in ensuring that assistive sports technologies are accessible to all [
24]. Broader adoption also requires open-source datasets featuring athletes with various disabilities. In addition, future studies should aim to include more balanced datasets that enable exploration of potential gender differences in throwing biomechanics. This is particularly important as the present study did not include validation of 3D pose reconstructions against a gold-standard system such as Vicon or Xsens, which represents a key limitation. Future work should aim to systematically assess the accuracy of AI-based pose estimation under seated adaptive sports conditions, using such validation to improve the generalizability and fairness of pose estimation models in diverse populations.
While this study does not propose new algorithms for pose estimation or biomechanical modeling, it addresses an important gap by applying and tailoring existing AI-based motion analysis tools to the specific needs of adaptive sports, particularly seated boccia. This applied and translational focus aims to support more accessible, practical solutions for coaching, athlete classification, and assistive technology evaluation within this underrepresented population.
This study is the first to unify OpenPose, ViTPose, and Lifting in a single framework for seated boccia analysis and to employ both DTW and PCA for strategy comparison and variability quantification. The five-phase segmentation offers a reference model for systematic training, and the joint-specific analysis opens new pathways for individualized coaching, equipment design, and classification validation.
In summary, this work bridges technological innovation and inclusive practice by offering a scalable, interpretable, and athlete-centered approach to performance evaluation. It paves the way for AI-assisted motion analysis to become a core component of personalized coaching, inclusive sport development, rehabilitation planning, and equitable classification in adaptive athletics.