📚 https://doi.org/10.1038/s41598-024-83475-4

✅ Day 2 – Literature & Method Review: Foundations Behind the Framework

Today’s reading focused on the foundation of the proposed scoring framework —
including how previous motion analysis methods compare, and how this paper constructs a full pipeline from skeleton data to explainable output.


📚 What I Read – From Motion Capture to Alignment Logic

📌 Key Literature Threads


⚙️ Method Overview

🔹 Skeleton Feature Extraction

\[A_i = \arccos \left( \frac{\vec{v_1} \cdot \vec{v_2}}{|\vec{v_1}||\vec{v_2}|} \right) \cdot \frac{180}{\pi}\]

🔹 Feature Alignment


🔹 Regression & Ensemble


🔹 Explainability (SHAP)


💡 Why This Matters

This section gave me insight into:

A solid skeleton feature design + fair alignment + transparent scoring = usable real-world evaluation system.


🛠️ What I’ll Implement Next


🔭 What’s Coming on Day 3


📝 Reflection

Today’s section helped ground the project:
alignment and angle feature design may actually matter more than model choice.
Also, I realized that explainability doesn’t have to wait until the end — it can shape how we choose and evaluate input features from the start.

The idea of using scoring models not just for labels, but for feedback is now clearer than ever.