π§ Daily Study Log [2025-07-23]
A day packed with project ideation, competition modeling, paper study, implementation, and GitHub cleanup.
Gradually converging toward more structured motion evaluation experiments.
Outlined a project concept to visualize where dancers gather by genre (e.g., hip-hop, waacking, popping) using online behavioral signals.
This idea connects my interest in pose estimation and urban culture data.
Reviewed subqueries with focus on:
SELECT
-based nested queriesWHERE
conditions using IN
and EXISTS
Logged three new submissions focused on fast Optuna tuning + feature engineering:
No. | Strategy | Notes | SMAPE |
---|---|---|---|
10 | Ensemble + 4 new features + Optuna (n=15) | hour_sin , cooling Γ hour , etc. β improved performance |
11.34327 |
11 | XGBoost only + 4 features + Optuna (n=10) | Efficient single-model tuning | 11.68912 |
12 | XGBoost + 5 more engineered features | Slight overfitting observed despite additional features | 13.66468 |
Next Steps:
StackingRegressor
Read:
βExplainable Quality Assessment of Effective Aligned Skeletal Representations for Martial Arts Movementsβ (Scientific Reports, 2025)
Started implementing a pose-based movement evaluation system inspired by HDVR (ICCV 2021).
Goal: evaluate dance similarity using 2D pose sequences only.
01_pose-sync-evaluator.ipynb
(Colab)This is the first step toward a larger cv-projects
pipeline for real-time pose-based feedback.
.gitignore
, and notebooks for clarityπ Idea: DanceMap β genre-wise dancer mapping via online signals
π SQL: Reviewed subquery logic and filtering techniques
π Competition: 3 new runs with Optuna + feature engineering (best SMAPE: 11.34)
π Paper: Read explainable skeleton evaluation paper using SHAP + DTW
π Project: Started PoseSyncEvaluator for 2D pose alignment
π Group: Shared code and aligned next steps with team
π GitHub: Updated repo structure and added notebooks