🧠 Daily Study Log [2025-07-18]
Today was a diverse study day across ideation, coding practice, paper review, and spatial data exploration.
I’m also considering transitioning this blog into a more polished portfolio over time.


🧠 Project: Seoul Youth Footprint β€” Mapping Young Mobility for Smarter Urban Policy

This project explores where young people in Seoul actually spend their time using vehicle ownership stats and optionally GPS-based voluntary tracking.
It aims to support location-aware youth programs by revealing movement patterns that go beyond traditional demographic targeting.

Problem:
Policy decisions often rely on static population data, ignoring behavioral patterns like actual destinations and emerging urban spaces popular with youth.

Approach:


πŸ—Ί GIS Project: Seoul Smoking Zone Mapping

This project visualizes designated public smoking zones in Seoul, starting with Yongsan-gu.
It uses open data and geocoding to plot real-world coordinates and supports policy transparency.

Scope:
Only districts with usable coordinate-level data are included (Yongsan-gu for now). Other areas will be added as data quality permits.

Purpose:


πŸ“„ Paper Review β€” Unsupervised 3D Pose Estimation for Hierarchical Dance Video Recognition

Focus: Section 2 β€” Computational Approach
Link: https://arxiv.org/abs/2109.09166
Repo: github.com/hojjang98/Paper-Review

Reflection:
Today’s section introduced a 3-stage dancer tracking algorithm that handles occlusion using motion prediction and histogram matching.
The approach is elegant and practical, especially in crowded multi-person dance scenarios.
Next up: the adversarial 3D pose lifting part, which seems more technical and will require closer attention.


🧠 SQL Practice β€” Query Prediction & Debugging

What I Did:
Practiced predicting SQL query results before execution and focused on error tracing without relying on outputs. Worked with JOINs, GROUP BY, HAVING, and subqueries.

Insights:


βœ… TL;DR

πŸ“ Project: Designed a youth mobility analysis project using behavioral + vehicle data
πŸ“ GIS: Started mapping legal smoking zones β€” currently Yongsan-gu only
πŸ“ Paper: Learned occlusion-aware tracking in dance recognition pipeline
πŸ“ SQL: Focused on query logic without running them β€” great debugging exercise


πŸ’‘ Note: I’m considering turning this blog into a more portfolio-style archive of projects, not just logs. The formatting and content depth will gradually reflect that shift.