NCIA Lab

Applied Deep Learning Research at SNU

Sep 2020 - Aug 2022 | Research Lab at SNU | Advised by Myungjoo Kang

Overview

NCIA Lab was an early research environment where I learned how to turn applied deep learning ideas into full experimental workflows. Across projects in emergency response and recommendation, I repeatedly worked under real constraints such as unstable labels and sparse signals.

That setting made research feel less like isolated model-building and more like a full loop of implementation, diagnosis, and data-aware iteration.

Selected Projects

AI-Based Emergency Medical System Modeling

Sep 2020 - Nov 2021

This project aimed to build deep-learning-based action recognition models for emergency response, but when I joined in the later stage, the more urgent issue was no longer the model architecture itself.

I focused on error analysis to evaluate label quality and understand how unstable annotations were affecting performance. Based on that analysis, I argued for additional labeling on unreliable cases, which made it possible to improve model accuracy through more targeted data work.

It was one of my earliest experiences seeing how often data quality becomes the real bottleneck before modeling does.

RecSys Modeling with Shuket

Jun 2021 - Oct 2021

This project dealt with a recommendation setting where sparse interactions made standard approaches especially difficult to use effectively. I quickly studied graph neural networks and built a GNN-based recommender in PyTorch/PyG, using relational structure to recover signal that existing methods were struggling to capture.

The goal was not deployment, but testing whether graph-based modeling could recover useful signal in a setting where more conventional recommendation approaches were falling short. It was an early example of learning a new method quickly and applying it to a problem with a clear structural bottleneck.

What It Built

This period taught me to look for the real bottleneck first. In some cases it was label quality, and in others it was the structure and scarcity of the data itself. That habit of staying close to the actual failure mode became an important part of how I approached later research and engineering work.