🧠 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.


πŸ’‘ Project Idea β€” DanceMap: Mapping Genre-Based Dancer Hotspots in Seoul

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.

Key Points:


πŸ—ƒ SQL Study

Reviewed subqueries with focus on:


πŸ† Competition β€” Electricity Usage Forecasting (DACON)

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:


πŸ“„ Paper Review β€” Explainable Skeletal Evaluation for Martial Arts

Read:
β€œExplainable Quality Assessment of Effective Aligned Skeletal Representations for Martial Arts Movements” (Scientific Reports, 2025)

Highlights:


πŸ•Ί CV Project β€” PoseSyncEvaluator: 2D Dance Alignment with Pose & DTW

Started implementing a pose-based movement evaluation system inspired by HDVR (ICCV 2021).
Goal: evaluate dance similarity using 2D pose sequences only.

Key Features:

This is the first step toward a larger cv-projects pipeline for real-time pose-based feedback.


🀝 Study Group & GitHub Maintenance


βœ… TL;DR

πŸ“ 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