Previously, I was a research officer at the Agency for Defense Development (ADD), the South Korean counterpart to the U.S. DARPA. I received my B.S. in Electrical Engineering and Mathematics (double major) at KAIST.
Texture Learning Domain Randomization for Domain Generalized Segmentation Sunghwan Kim, Dae-hwan Kim, Hoseong Kim
ICCV, 2023
code /
paper
Data Gathering Trials for the Development of Military Imaging Systems
Maria Niebla, Duncan L. Hickman, Eunjin Koh, Chanyong Lee, Hoseong Kim, Chaehyeon Lim, Sunghwan Kim Proc. SPIE, Electro-Optical and Infrared Systems, 2023
paper
Projects
ML-integrated Software for UAVs
Agency for Defense Development (ADD), 2022-2023
We developed multi-threading C++ software that optimizes CPU and NPU resources during the inference phase of ML models, interfacing with the flight control unit of UAVs. Also, we devised a test-time diversification method for time-series images to reduce the predictive uncertainty of the models.
Model Acceleration on Edge Devices
Agency for Defense Development (ADD), 2022-2023
We implemented model compression techniques such as feature distillation and structural pruning to accelerate ML models on edge devices, including NPU, FPGA board and edge GPU. We were able to double the throughput of edge-devices by applying the techniques.
Object Detection in Infrared Imagery
Agency for Defense Development (ADD), 2021-2022
We designed real-time object detection algorithms for UAVs. We generated synthetic infrared images using a 3D engine for training data, and established an end-to-end training pipeline.