Projects

A growing collection of my research and development projects which I did both independently and under collaboration.

  1. momentagent.png
    Case Study on Decomposing an Agentic Framework for Video Moment Retrieval
    Investigated an agentic framework for video moment retrieval by dissecting temporal queries using AST-driven structures and semantic operators. Evaluated LLM planners for reasoning over temporal relations and multi-event dependencies. Studied Adaptive Keyframe Sampling as a relevance-aware alternative to uniform sampling for long-video grounding. Developed hierarchical subqueries via spaCy dependency parsing to isolate core action predicates, attributes, and contextual modifiers for improved localization.
    #Video Understanding #Temporal Grounding #Query Decomposition #Keyframe Sampling
    2025
  2. kemophone.png
    K-EmoPhone: Emotion and Stress Tracking
    Benchmarked the K-EmoPhone mobile and wearable dataset for in-situ emotion and stress classification. Achieved 68.3% accuracy using a soft voting ensemble of XGBoost, and TabNet models. Focused on recent sensor-based physiological and self-reported data fusion.
    #IoT #Tabular ML #Ensemble Learning #Wearable Sensing #Emotion Recognition #Stress Detection
    2025
  3. sift.png
    Benchmark Evaluation on Caltech101
    Built K-means and Random Forest codebooks for bag-of-words representation, developed CNN models, and benchmarked against ResNet-50 using the Caltech101 dataset.
    #Bag-of-words for Vision #Computer Vision #Classification
    2023
  4. meanface.png
    Comparison Between Traditional ML Architectures for Face Recognition
    Compared PCA, low-dimensional PCA, PCA-LDA ensemble, and Random Forest for face recognition tasks. Evaluated subspace learning methods for joint reconstruction and discrimination.
    #Machine Learning #Face Recognition #Dimensionality Reduction
    2023
  5. kcs.png
    Detecting Korean Customs Fake Import Declarations
    Analyzed real customs data from Korea Customs Service and built a machine learning model to detect fake import declarations with over 91% accuracy.
    #Data Science #Fraud Detection #Classification
    2023
  6. calculator.gif
    Simple Calculator
    Developed a simple calculator using JavaScript for web basics
    #Web Development #JavaScript #UI
    2024
  7. spam-perceptron.gif
    Implementing Perceptron for Spam Classification
    Implemented and visualized a Perceptron classifier in action and utilized it for spam detection, comparing its performance with traditional ML models.
    #Machine Learning #Visualization #Spam Detection
    2023
  8. cs101.gif
    Animation Using Pillow
    Created an animated eps of a soccer player losing their leg while kicking the ball. One of my earliest coding projects, but it was fun!
    #OOP #Python #Animation
    2021