You will be provided with a research report. The body of the report will contain some citations to references.

Citations in the main text may appear in the following forms:
1. A segment of text + space + number, for example: "Li Qiang constructed a socioeconomic status index (SES) based on income, education, and occupation, dividing society into 7 levels 15"
2. A segment of text + [number], for example: "Li Qiang constructed a socioeconomic status index (SES) based on income, education, and occupation, dividing society into 7 levels[15]"
3. A segment of text + [number†(some line numbers, etc.)], for example: "Li Qiang constructed a socioeconomic status index (SES) based on income, education, and occupation, dividing society into 7 levels[15†L10][5L23][7†summary]"
4. [Citation Source](Citation Link), for example: "According to [ChinaFile: A Guide to Social Class in Modern China](https://www.chinafile.com/reporting-opinion/media/guide-social-class-modern-china)'s classification, Chinese society can be divided into nine strata"

Please identify **all** instances where references are cited in the main text, and extract (fact, ref_idx, url) triplets. When extracting, pay attention to the following:
1. Since these facts will need to be verified later, you may need to look for some context before and after the citation to ensure that the fact is complete and understandable, rather than just a simple phrase or short expression.
2. If a fact cites multiple references, then it should correspond to two triplets: (fact, ref_idx_1, url_1) and (fact, ref_idx_2, url_2).
3. For the third form of citation (i.e., where the citation source and link appear directly in the text), the ref_idx should be uniformly set to 0.
4. If the main text does not specify the exact location of the citation (for example, only the reference list is listed at the end of the article, without specifying the citation point in the text), please return an empty list.

You should return a JSON list format, where each item in the list is a triplet, for example:
[
    {
        "fact": "Text segment from the original document. Note that Chinese quotation marks should use full-width marks. And add a single backslash before the English quotation mark to make it a readable for python json module.",
        "ref_idx": "The index of the cited reference in the reference list for this text segment.",
        "url": "The URL of the cited reference for this text segment (extracted from the reference list at the end of the research report or from the parentheses at the citation point)."
    }
]

Here is the main text of the research report:
# Construction and Application of a Sports Intelligent Tutoring and Learning Guidance System Driven by Multimodal Data Fusion

## TL;DR

- A five-layer Sports Intelligent Tutoring and Learning Guidance System (SITLGS) that fuses computer-vision pose estimation, wearable/physiological sensors, audio, text/logs, and environmental data can objectively assess technique, diagnose errors, and deliver adaptive, stage-appropriate feedback at scale—directly attacking the subjective, delayed, low-throughput feedback that limits traditional PE and coaching.
- The evidence is decision-ready: multimodal fusion consistently beats single-sensor baselines (e.g., a 2026 IMU+rubric model reproduced expert teacher scoring at 91.3% accuracy, and significantly surpassed unimodal baselines at p < 1×10⁻⁸), and AI/ITS-assisted instruction outperforms conventional teaching on skill and engagement across yoga, Baduanjin, handball, table tennis, and basketball studies.
- SITLGS should be deployed as a human-in-the-loop *augmentation* of teachers and coaches—not a replacement—under strict privacy governance (GDPR "special category" biometric data, FERPA, EU AI Act "high-risk"), with edge computing, federated learning, generative-AI feedback, and XR as the near-term roadmap.

## Key Findings

1. **Multimodal fusion is the core value driver.** Video captures kinematics but not internal load; IMUs capture acceleration but not whole-body form; heart rate indexes strain but not technique. Triangulating them—the essence of Multimodal Learning Analytics (MMLA)—improves robustness and enables a learner model that separates *technique* from *physical condition* from *cognitive/affective state*. A 2026 hierarchical IMU+expert-rubric fusion model achieved 91.3±0.4% accuracy, "significantly surpass[ed] single-modality baselines (p < 1×10⁻⁸)," stayed stable under simulated sensor failure, and ran at 43.2 ms/sample—classroom-ready. [springer](https://link.springer.com/article/10.1186/s13102-026-01792-9)
2. **ITS in sport is real but immature.** ITS emerged in the 1980s–90s as a scalable answer to Bloom's "2 sigma problem," but classic systems assumed screen-based, well-structured cognitive tasks. Psychomotor-skill ITS reviews find progress has stagnated because most systems target a single narrow, *fine/closed/discrete* skill—leaving the *gross/open* skills central to sport underserved.
3. **Controlled studies favor AI-assisted instruction.** University basketball, yoga, Baduanjin, handball, and table-tennis studies all show significant skill and engagement gains over traditional teaching, with effect sizes ranging from moderate to very large.
4. **Motor-learning theory should drive feedback design.** Fitts & Posner's cognitive→associative→autonomous stages [PubMed Central](https://pmc.ncbi.nlm.nih.gov/articles/PMC4672876/) and Bernstein's freeze→release→exploit degrees-of-freedom progression [arxiv](https://arxiv.org/pdf/2601.03478)[Human Kinetics](https://us.humankinetics.com/blogs/excerpt/stages-of-learning-new-motor-skills-bernstein-s-model) prescribe *what* feedback to give *when*: concise cues and DoF-freezing for novices; variability, timing, and efficiency refinement for advanced learners.
5. **Privacy and acceptance are the binding constraints.** Continuous biometric/video capture of (often minor) learners triggers GDPR special-category protections, [Secure Privacy](https://secureprivacy.ai/blog/student-data-privacy-governance) FERPA PII rules, and likely EU AI Act "high-risk" classification; teacher–AI collaboration frameworks remain underdeveloped.

## Details

### Background and motivation

Intelligent Tutoring Systems (ITS) are "computer-based instructional systems with models of instructional content that specify what to teach, and teaching strategies that specify how to teach." They emerged as a scalable response to Benjamin Bloom's 1984 "2 Sigma Problem," in which one-to-one mastery tutoring produced dramatic gains: Bloom reported that "the average tutored student was above 98% of the students in the control class," and "about 90% of the tutored students…attained the level of summative achievement reached by only the highest 20%" of conventionally taught students—an [Wikipedia](https://en.wikipedia.org/wiki/Bloom%27s_2_sigma_problem) effect too costly to scale via human tutors. Kurt VanLehn's 2011 meta-analysis tempered the promise and clarified the target: it "found that the effect size of human tutoring was much lower: d = 0.79. Moreover, the effect size of intelligent tutoring systems was 0.76, so they are nearly as effective as human tutoring." [Taylor & Francis Online](https://www.tandfonline.com/doi/abs/10.1080/00461520.2011.611369) Albert Corbett's 2001 claim that cognitive tutors were "solving the two sigma problem" [Education Next](https://www.educationnext.org/two-sigma-tutoring-separating-science-fiction-from-science-fact/) remains a reference point.

PE and athletic training differ fundamentally from the algebra/physics/programming domains where ITS matured: learning is embodied, occurs in open spaces, and involves gross, open, externally-paced skills. Advances in markerless pose estimation, wearable sensing, and deep learning have only recently made "physical" ITS feasible. The recurring problem they solve is that conventional assessment "depends on subjective teacher observation and simple rating scales, often resulting in subjective bias, low evaluation efficiency, and delayed instructional feedback"—acute [springer](https://link.springer.com/article/10.1186/s13102-026-01792-9)[Springer](https://link.springer.com/article/10.1186/s13102-026-01792-9) in large classes.

### Literature review

**ITS architecture** classically comprises a domain/expert model, a student model, a pedagogical model, and a UI. Student modeling spans overlay models, [ScienceDirect](https://www.sciencedirect.com/topics/computer-science/intelligent-tutoring-system) Bayesian Knowledge Tracing (BKT; Corbett & Anderson, 1994)—a hidden-Markov model with guess, slip, and learning parameters—and [Emergent Mind](https://www.emergentmind.com/topics/bayesian-knowledge-tracing) Deep Knowledge Tracing (DKT; Piech et al., 2015), which applies RNN/LSTM to response sequences, [arxiv](https://arxiv.org/pdf/2410.13876) later extended by attention-based Self-Attentive Knowledge Tracing (SAKT). [arxiv](https://arxiv.org/pdf/2603.02830)

**MMLA** originated in Paulo Blikstein and Marcelo Worsley's Transformative Learning Technologies Lab (~2009), [Tltlab](https://tltlab.org/multimodal-learning-analytics/) with a founding formulation at ACM ICMI 2012; it "utilizes and triangulates among non-traditional as well as traditional forms of data in order to characterize or model student learning in complex learning environments." [Northwestern](https://sesp.northwestern.edu/docs/faculty/worsley-situating-multimodal-learning-analytics.pdf) A "physical learning analytics" strand (Martinez-Maldonado et al., 2018) extends the lens to embodied, spatial learning, but operationalization in PE remains sparse.

**Fusion techniques** are staged: *data/early fusion* (align raw modalities before modeling); *feature-level fusion* (modality-specific encoders → concatenation/attention/shared latent space); *decision/late fusion* (combine independently trained modality classifiers, robust to dropout); and *hybrid/model-level fusion*. Deep architectures dominate: per-modality CNNs, 3D-CNNs for spatiotemporal video, and Transformers with cross-modal attention that learn cross-modal contingencies "without the requirement of feature alignment." [arxiv](https://arxiv.org/pdf/2209.15182) Recent sports work uses Transformer-GCN hybrids for skeleton+sensor fusion; [PubMed Central](https://pmc.ncbi.nlm.nih.gov/articles/PMC13106161/) educational VR systems combine BiLSTM/Transformer encoders with cross-modal contrastive learning and modality-aware graph attention. [Springer](https://link.springer.com/article/10.1007/s44163-026-01493-9)

**Vision & wearables.** Pose estimators—OpenPose (CMU, multi-person, bottom-up), [Substack](https://saiwasairone.substack.com/p/openpose-vs-mediapipe-comparing-two) MediaPipe/BlazePose (lightweight, mobile), MoveNet, AlphaPose, HRNet, ViTPose—yield markerless skeletons, joint angles, phase segmentation, and action-quality scores. Wearables supply the complementary internal/external-load picture: IMUs (accelerometer/gyroscope/magnetometer, typically 50–1600 Hz), [medrxiv](https://www.medrxiv.org/content/10.1101/2025.07.11.25331348.full.pdf) surface EMG (activation and fatigue), ECG/HR/HRV, GPS/GNSS, force-sensing resistors, and emerging sweat/saliva biochemical sensors. Reviews stress the field is moving from "signal-available" to "decision-ready." [nih](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12650453/)

**Gap analysis.** Current systems are mostly unimodal/narrowly bimodal; skew toward fine/closed skills; rarely integrate cognitive/affective state with kinematics; lack robust cross-sensor synchronization; offer limited interpretability and weak teacher–AI collaboration; and have thin longitudinal, standardized evidence.

### Theoretical framework

- **Cognitivist vs. constructivist pedagogy.** Cognitivism treats learners as encoding/retrieving motor programs; constructivism emphasizes active, self-regulated, socially situated construction (e.g., Teaching Games for Understanding). Evidence is task-dependent—one comparative study found a behaviorist/"conductivist" paradigm superior for gross motor function in 3–4-year-olds, [nih](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10056820/) while constructivist principles suit complex, socially embedded skills. [Sage Video](https://sk.sagepub.com/hnbk/edvol/hdbk_physed/chpt/constructivist-perspectives-learning) SITLGS blends both: explicit cognitive cueing early, discovery/variability later.
- **Motor learning.** Fitts & Posner (1967): cognitive (slow, attention-heavy) → associative (fluid, error-detecting) → autonomous (automatic). [PubMed Central](https://pmc.ncbi.nlm.nih.gov/articles/PMC4672876/) Bernstein (1967): coordination is mastering redundant degrees of freedom (DoF)—freeze, [Frontiers](https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2020.01295/full) then release, then exploit [arxiv](https://arxiv.org/pdf/2601.03478) reactive forces/passive dynamics—supported [Human Kinetics](https://us.humankinetics.com/blogs/excerpt/stages-of-learning-new-motor-skills-bernstein-s-model) empirically by ski-simulator [Taylor & Francis Online](https://www.tandfonline.com/doi/abs/10.1080/00222895.1992.9941608) and baseball-batting studies. Dynamic-systems/ecological critiques note learning is non-linear, [My Tennis Coaching](https://mytenniscoaching.com/2024/08/27/fitts-and-posner-stages-of-learning-a-critical-look-at-their-relevance-in-tennis-coaching/) motivating adaptive (not rigidly staged) feedback.
- **Fusion theory.** Modalities are complementary, redundant, and cooperative; cross-modal attention learns alignment; contrastive learning aligns semantics in a shared latent space; adaptive gated fusion reweights modalities by data quality [Springer](https://link.springer.com/article/10.1186/s13102-026-01792-9) when a sensor drops or a camera is occluded.
- **Human-in-the-loop.** A 2026 PE-assessment study framed such systems as ones that "intelligently reproduce expert-level teacher scoring rather than objective biomechanical measurement," making them "a powerful auxiliary tool for classroom teaching rather than a substitute for professional teacher judgment." [springer](https://link.springer.com/article/10.1186/s13102-026-01792-9)

### System construction

**Five layers:** (1) *Data* — vision, wearables, physiology, audio, text/logs, environment; (2) *Fusion* — preprocessing, synchronization, feature/decision/model-level fusion; (3) *Analysis* — action recognition, action-quality assessment, error diagnosis, learner-state inference; (4) *Tutoring* — learner model, domain/knowledge model, pedagogical policy; (5) *Presentation* — dashboards, mobile/edge app, real-time audio/haptic cues, optional AR/VR.

**Acquisition.** RGB (± depth/multi-camera) → pose estimation + action recognition (3D-CNN, VideoMAE V2). [springer](https://link.springer.com/article/10.1186/s13102-026-01574-3) IMUs, surface EMG, ECG/HR/HRV, GPS/GNSS, force-sensing resistors, haptic actuators. Audio (coach voice, tempo, breathing). Text (logs, RPE/self-reports, interaction logs). Environment (location, temperature, ball/equipment telemetry).

**Preprocessing & synchronization.** Filtering (video background removal, EMG band-pass), normalization, and windowing/phase detection. Because streams run at different, sometimes uneven, sampling rates with unsynchronized clocks, we use timestamp normalization/interpolation and **Dynamic Time Warping (DTW)** [Sapien](https://www.sapien.io/blog/5-smart-strategies-to-align-time-space-semantics) (with multi-dimensional/event-based variants). The 2026 PE-assessment framework used DTW "for spatiotemporal alignment to resolve asynchrony between continuous sensor signals and discrete manual scoring." [Springer](https://link.springer.com/article/10.1186/s13102-026-01792-9)

**Fusion.** Feature-level: 1D-CNN+LSTM (sensors), BERT (text), Vision Transformer (video) → cross-modal attention/shared latent projection. Decision-level: weighted ensembling for robustness. Model-level: Transformer-GCN for skeleton+IMU; graph attention with modality-aware weighting; adaptive gated fusion by data quality.

**Learner model** fuses skill level (knowledge tracing—BKT/DKT/SAKT—over motor knowledge components and action-quality scores), learning style/preferences (logs), physical condition (load, fatigue, HRV, readiness), and cognitive/affective state (engagement, cognitive load). Neuro-symbolic designs improve interpretability. [PubMed Central](https://pmc.ncbi.nlm.nih.gov/articles/PMC13009515/)

**Domain model** decomposes each skill into phases and biomechanical criteria (e.g., basketball set→load→release→follow-through with target joint-angle bands), encoded as a knowledge graph mapping errors to corrective drills; the expert model defines reference kinematic templates with tolerance bands.

**Tutoring module** turns the diagnosed error vector into: adaptive, prioritized, stage-appropriate feedback; RL-based training plans respecting load/readiness; error-to-root-cause diagnosis; and corrective drills/demonstrations/AR overlays. SDT-based gamification (avatars, badges, levels, leaderboards) sustains engagement in repetitive practice.

**UI & algorithms.** Teacher dashboards (class + individual analytics); learner mobile/edge app with real-time visual/audio/haptic cues; AR ideal-trajectory overlays; VR simulation. Backbones: CNN/3D-CNN, RNN/LSTM/GRU, TCN, Transformer, GNN/GCN, attention/cross-modal attention, RL; edge efficiency via knowledge distillation/ensembling and quantization (Raspberry Pi, Jetson Nano). [springer](https://link.springer.com/article/10.1186/s13102-026-01574-3) Metrics: accuracy/precision/recall/F1, action-quality–expert correlation, latency, robustness to missing sensors, and—for learning outcomes—skill gains, engagement, usability (System Usability Scale), and feedback accuracy with effect sizes.

### Application / case study: basketball shooting (with general PE deployment)

Basketball shooting is a discrete, largely closed skill ideal for a first deployment and generalizable to PE settings. A side/front camera drives MediaPipe/ViTPose; a wrist IMU/smartwatch measures forearm angle and release kinematics; machine vision tracks ball trajectory; logs record makes/misses. The system segments each shot, compares joint angles to expert templates, diagnoses errors (elbow flare, low release angle), and delivers immediate cues.

**Component validation from the literature.** Zhao (2021), *EURASIP Journal on Advances in Signal Processing* (2021, art. 21), reported that "the support vector machine (SVM) can more quickly and effectively identify the actions…and the average recognition accuracy rate reaches 95.9%" [EURASIP Journal on Advances in Signal Processing](https://asp-eurasipjournals.springeropen.com/articles/10.1186/s13634-021-00731-9)[Springer](https://link.springer.com/article/10.1186/s13634-021-00731-9) (vs. 82.9% for a Gaussian mixture model). [Springer](https://link.springer.com/article/10.1186/s13634-021-00731-9) A smartwatch+smart-glass system targeting an "ideal forearm angle" of 32±5° at the set position [JST](https://www.jstage.jst.go.jp/article/ijabc/2025/1/2025_43/_article) helped all participants reach the target angle and reduced variability, with a System Usability Scale score of 73.8 ("good"). [JST](https://www.jstage.jst.go.jp/article/ijabc/2025/1/2025_43/_article)

**Representative experimental design.** In a college basketball study, male players were randomized to experimental (AI video feedback, n=12) and control (n=12) groups over 8 weeks, the experimental group receiving 10-minute video-feedback interventions per session; [IEEE Computer Society](https://www.computer.org/csdl/proceedings-article/iccsmt/2020/866800a144/1u8pCHfpND2) outcomes were shooting percentage and expert action-skill evaluation.

**Results across controlled studies.**

- *College basketball (AI video feedback):* the experimental group improved significantly (p = 0.032 < 0.05) and significantly exceeded controls on fixed-point and jump shots (p = 0.026 < 0.05); control-group gains were non-significant (p = 0.158). [IEEE Computer Society](https://www.computer.org/csdl/proceedings-article/iccsmt/2020/866800a144/1u8pCHfpND2)
- *University yoga — gamified ITS quasi-experiment (Hsia, Lin, Lin & Hwang, Computers & Education, Vol. 227, art. 105212, 2024/2025):* the SDT-based gamified ITIFS group (N=80) significantly outperformed the conventional ITIFS control (N=76) on yoga skills (ANCOVA F = 9.87, p < .05, partial η² = .06, moderate; experimental adjusted mean = 2.43) [ScienceDirect](https://www.sciencedirect.com/science/article/abs/pii/S0360131524002264) and on learning engagement; students reported the gamification "provided more excitement" and satisfied autonomy, competence, and relatedness. [sciencedirect](https://sciencedirect.com/science/article/pii/S0360131524002264) (Quasi-experimental, not randomized.)
- *University Baduanjin — 8-week RCT with MediaPipe pose-recognition feedback (Ma et al., Smart Learning Environments, Vol. 12, 2025):* the AI system significantly enhanced movement quality, fluency, learning interest, and self-directed learning vs. a traditional MOOC, with increased learning duration as the primary mediating mechanism.
- *University handball — RCT with GPT-4o corrective feedback (Frontiers in Sports and Active Living, 2026; 10.3389/fspor.2026.1772502):* "Fifty-six undergraduate students…randomly allocated to either an experimental group receiving ChatGPT-based digital feedback embedded within Reciprocal Teaching Style or a control group using reciprocal teaching with peer feedback only," [PubMed](https://pubmed.ncbi.nlm.nih.gov/41958820/) across a "structured 15-session instructional program" [PubMed](https://pubmed.ncbi.nlm.nih.gov/41958820/) using "GPT-4o (OpenAI, May 2024 release)"; [Frontiers](https://www.frontiersin.org/journals/sports-and-active-living/articles/10.3389/fspor.2026.1772502/full) results significantly favored the experimental group across all assessed skills (p < .001) with partial η² = .33–.87 (medium to very large). [PubMed](https://pubmed.ncbi.nlm.nih.gov/41958820/)
- *Table tennis — multi-center controlled VR study:* VR beat traditional methods on serve accuracy (23.5% vs. 15.8% improvement, p < .001), rally endurance, overall skill, motivation, and satisfaction, with the strongest benefits for novices and younger participants. [nih](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11548689/)

**Comparison and usability.** Across studies, multimodal/AI-assisted instruction consistently outperformed traditional observation-and-verbal-feedback teaching on skill acquisition and engagement, while usability (e.g., SUS 73.8) indicates acceptable adoption. The 2026 IMU+rubric fusion model's 91.3% expert-matching accuracy at 43.2 ms positions it as a practical auxiliary assessment tool.

### Discussion

**Advantages of fusion.** The 2026 IMU+rubric model "significantly surpass[ed] single-modality baselines (p < 1×10⁻⁸)," held up "under simulated data missingness and sensor failure," and ablations "verified the essential role of cross-modal attention." [springer](https://link.springer.com/article/10.1186/s13102-026-01792-9) Complementary streams uniquely disentangle technique, load, and cognitive state.

**Challenges.** (1) *Privacy/security* of continuous biometric/video capture of minors; (2) *computational cost/latency* (mitigated by edge distillation/quantization); (3) *synchronization* across uneven sampling rates (DTW-class alignment; residual skew degrades fusion); [nih](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7273204/) (4) *interpretability* (attention visualization, symbolic reasoning, biomechanical validation); (5) *teacher/coach acceptance* (human-in-the-loop design + professional development); (6) *generalization* (many models are within-population validated only; open-skill/team-sport transfer is unproven).

**Ethics.** Biometric records (facial, gait, physiological) are "special category data" under GDPR [Secure Privacy](https://secureprivacy.ai/blog/student-data-privacy-governance) and PII under FERPA; the EU AI Act may classify educational AI as "high-risk." [8allocate](https://8allocate.com/blog/ferpa-gdpr-for-ai-in-education-a-practical-deployment-checklist/) Required safeguards: informed consent, data minimization, anonymization/pseudonymization, [Hurix Digital](https://www.hurix.com/blogs/data-privacy-in-education-through-ferpa-and-gdpr-adherence/) privacy-by-design, vendor "school official"/controller–processor agreements, [8allocate](https://8allocate.com/blog/ferpa-gdpr-for-ai-in-education-a-practical-deployment-checklist/) transparency with students and parents, and bias auditing. The Milan e-proctoring case—biometric collection drawing GDPR scrutiny over consent, transparency, and minimization—illustrates the risk; young learners cannot advocate for their own data rights, placing responsibility on schools. [arxiv](https://arxiv.org/pdf/2504.14120)

**Limitations.** This is a construction-and-synthesis paper: case-study outcomes derive from cited controlled studies, not a single de-novo trial; several are quasi-experimental or small (n≈24), several are Chinese-context PE deployments, and some effect sizes remain paywalled. Longitudinal retention and open-skill generalization are not yet established.

## Recommendations

1. **Start narrow, closed, and single-site (0–6 months).** Deploy for one discrete closed skill (basketball free-throw, yoga posture, or a Baduanjin/QiGong form) using a camera + one wrist IMU + logs. *Success thresholds:* action-recognition/expert-agreement ≥90% accuracy, end-to-end feedback latency <100 ms, and SUS ≥70. Fall short → simplify modalities and improve synchronization before adding sensors.
2. **Add fusion and physiological state only after the unimodal baseline is stable (6–12 months).** Introduce EMG/HR/HRV and cross-modal attention or adaptive gated fusion; require a statistically significant accuracy/robustness gain over the unimodal baseline and graceful degradation under simulated sensor dropout before proceeding. If fusion does not beat the best single modality, stay unimodal.
3. **Run a properly powered controlled trial versus conventional teaching (concurrent).** Target skill-gain effect sizes of at least the moderate range (partial η² ≥ .06 / Cohen's d ≥ 0.5) plus engagement gains, with pre-registration, control group, and retention testing. Benchmarks that would raise ambition: replicating handball-scale effects (η² up to .87) or table-tennis-scale accuracy improvements.
4. **Institute privacy governance before any biometric capture.** Obtain informed consent (parental for minors), minimize and pseudonymize data, execute FERPA "school official"/GDPR controller–processor agreements, and treat the system as EU AI Act "high-risk." Do not scale beyond pilot until a Data Protection Impact Assessment passes and a teacher-override/human-in-the-loop workflow is documented.
5. **Sequence the technology roadmap by maturity.** Prioritize edge inference (Jetson/Raspberry Pi) for latency and privacy; pilot federated learning with encrypted aggregation once multi-site partners exist; add LLM-generated natural-language feedback *only* with expert review, given that LLM coaching evaluation is "fragmented and methodologically weak" [JMIR](https://www.jmir.org/2025/1/e79217) and factual accuracy is moderate; treat XR as a complementary practice channel where VR has already beaten traditional training (table tennis, combat sports). *Trigger to expand to open/team skills:* demonstrated within-sport gains plus successful external validation on an independent cohort.

## Caveats

- **Synthesis, not a single original trial.** Reported case-study results are drawn from the cited controlled/quasi-experimental studies; the strongest randomized evidence (handball, Baduanjin) comes from small-to-moderate university samples, and the basketball AI-feedback study had only n=24.
- **Publication and context bias.** Many primary sources are recent (2024–2026) PE-technology papers, several from a single national context; some are early-access or have paywalled results tables (e.g., the yoga study's engagement/usability numbers). Independent replication and external validation across schools, ages, genders, and open/team sports are still needed.
- **Effect-size heterogeneity.** Reported effects range widely (partial η² .06 in yoga to .33–.87 in handball); differences in design, feedback modality (computer vision vs. generative-AI text vs. VR), and outcome measures mean these are not directly comparable, and the largest effects should not be assumed transferable to a fused-sensor SITLGS.
- **Generative-AI reliability.** LLM-based coaching/nutrition advice shows only moderate, model-dependent factual accuracy; [nih](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12165421/) any LLM feedback layer requires expert oversight and guardrails.
- **Forward-looking items are projections.** Federated learning, metaverse/XR training at scale, and fully autonomous adaptive plans are emerging rather than established; industry timelines cited for broad AI-coaching adoption are forecasts, not accomplished facts. [WSC Sports](https://wsc-sports.com/blog/industry-insights/ai-sports-revolution-12-innovations-changing-everything/)


Please begin the extraction now. Output only the JSON list directly, without any chitchat or explanations.