Projects

Deep Learning Hardware Design Competition 2022
AI Accelerator Design Competition for Undergraduate Students
Feb 2022 - Jul 2022

Click to toggle details

Project Description
This competition is organized by Polaris, South Korea's next-generation Semiconductor Convergence University, and is targeted at college students nationwide. The goal of the competition is to run the Yolov3 model on an FPGA board, and the team that designs the fastest and most energy-efficient hardware will be declared the winner.

Details
Our team designed a high-performance and power-efficient FPGA implementation for CNN inference, which includes an adder-tree-based computational unit tailored for the Tiny-YOLO v3 model and a datapath that minimizes buffer usage while maximizing computational parallelism, effectively optimizing performance within the constraints of limited on-chip memory.

Remarks
Our team presented in a special session at IEEE AICAS 2022 and secured 2nd place out of 111 teams, winning a $2,000 prize.

Images
AI Accelerator Architecture

Competition Result

HMG Autonomous Driving Challenge 2021
Hyundai Motor’s Autonomous Driving Competition for Undergraduate/Graduate Students
Aug 2020 - Feb 2021

Click to toggle details

Project Description
This competition is organized by Hyundai Motor and is open to both undergraduate and graduate students in Korea. The preliminary round takes place in the CarMaker simulation environment, where participants undertake various tasks such as dynamic obstacle avoidance, static obstacle avoidance, traffic light handling, and lane-keeping. The final round retains similar missions but is conducted using modified real vehicles.

Details
I developed software to execute various missions in the CarMaker simulation, contributing to the development of object detection through a modified version of YOLO v3, object tracking using Kalman Filter with lidar and camera, and implementing an Optimal Frenet Planning algorithm for path planning. (GitHub)

Remarks
Our team participated in this competition up to the preliminary round after passing the document screening. The entire process of the project was carried out under the guidance of Professor Kyongsu Yi at Seoul National University.

Images
CarMaker Simulation

K-Startup Maker Project 2020
Maker Project hosted by the Korean Government (K-Startup)
Jul 2020 - Dec 2020

Click to toggle details

Project Description
This project is one of the maker projects, which involve creative activities using digital devices and various tools to bring one's ideas to life, supported by the Ministry of SMEs and Startups of the South Korean government. It's an inclusive project that allows participation from high school students to university students and even working professionals.

Details
The goal of this project was to control a robot without attaching any sensors to it, aside from actuators. We set this objective because we believe that the multitude of sensors typically attached to robots increases production costs, making it difficult for them to be widely adopted in our society. To control the robot, we installed multiple external cameras and performed driving area detection using U-Net and robot position detection using DOPE. To generate training data, we set up a ROS Gazebo simulation environment, which provided the necessary data for learning, and subsequently applied it to a real-world setting. I served as the overall team leader for the project, where we used TurtleBot as our robot platform. (GitHub)

Remarks
This project was carried out with a grant of 5,000 dollars.

Images
TurtleBot

Driving Area Detection (U-Net)

Robot Position Detection (DOPE)

Video

X-Corps Project 2020
Undergraduate Project hosted by Seoul National University
Jul 2020 - Dec 2020

Click to toggle details

Project Description
This project is supported by the Practical Problem Research Group at Seoul National University. The aim of this project is to cultivate talents capable of solving real-world problems by supporting interdisciplinary research tasks primarily led by undergraduate students.

Details
The theme and content of this project are identical to those of the K-Startup Maker Project 2020.

Remarks
This project was carried out with a grant of 5,000 dollars, and as a result of the competition, we received an excellence prize along with a prize money of 1,000 dollars. The entire process of the project was carried out under the guidance of Professor Songhwai Oh at Seoul National University.

International Student Car Competition 2020
Autonomous Driving Competition for International Students
Mar 2020 - Aug 2020

Click to toggle details

Project Description
This competition is an undergraduate contest organized by the Ministry of Land, Infrastructure, and Transport of South Korea. It involves various tasks such as static obstacle avoidance, dynamic obstacle avoidance, traffic light recognition, parking, and curve driving. Awards are given to the teams that complete all missions in the shortest amount of time. This competition encompasses everything from building a platform capable of autonomous driving to developing the autonomous driving software itself.

Details
I served as the Deputy Team Leader for the entire project and concurrently held the position of Team Leader for the Vision Team. The project was conducted at the Future Mobility Technology Center (FMTC) at Seoul National University. Our team implemented an autonomous driving platform using two cameras, one LiDAR, one GPS, and one IMU. We developed a comprehensive autonomous driving algorithm that includes HD map creation, localization, path-planning, object detection and vision algorithms. I developed autonomous driving software, focusing particularly on real-time parking slot detection using a modified version of YOLO v3, traffic light detection with YOLO v3, and lane detection utilizing the LaneNet algorithm. (GitHub)

Remarks
The entire process of this competition was conducted under the guidance and assistance of Kyongsu Yi and Dr. Jaewan Lee.

Video

Autonomous Delivery Project
Autonomous Delivery Project conducted by Autonomous Robot Intelligence Lab.
Jan 2020 - Mar 2020

Click to toggle details

Project Description
This project was conducted at ARI lab, and the goal of the project is to develop a delivery robot capable of delivering food without human intervention.

Details
I participated in the initial phase of the project and was involved in the prototype design. (YouTube)

Remarks
The entire process of the project was carried out under the guidance of Professor Seong-Woo Kim (Sungwoo Kim) at Seoul National University.

Video

DYROS Robotics Boot Camp
DYROS Bootcamp for ROS (Robot Operating System) and Linux
Jan 2019

Click to toggle details

Description
DYROS Robotics Boot Camp is an educational program conducted by Dynamic Robotics Systems Lab., offering lectures on ROS, Linux, and robot simulators.