Undergraduate in Mechanical Engineering & Computer Science at SNU
Seoul, Republic of Korea
alvin0808 at snu.ac.kr
I am a senior undergraduate at Seoul National University, double majoring in Mechanical Engineering and Computer Science. where my research has focused on localization, mapping (SLAM), 3D reconstruction and multi-sensor integration. Through these projects, I have built a strong foundation in robot perception, leveraging LiDAR, cameras, and inertial sensors to model and reconstruct complex environments.
My long-term vision is to develop autonomous robotic systems that perceive, localize, and interact with their surroundings to make decisions and operate reliably in dynamic environments.
We extend the recently proposed sparse voxel rasterization paradigm to the task of high-fidelity surface reconstruction by integrating Signed Distance Function (SDF), named SVRecon. Unlike 3D Gaussians, sparse voxels are spatially disentangled from their neighbors and have sharp boundaries, which makes them prone to local minima during optimization. Although SDF values provide a naturally smooth and continuous geometric field, preserving this smoothness across independently parameterized sparse voxels is nontrivial. To address this challenge, we promote coherent and smooth voxel-wise structure through (1) robust geometric initialization using a visual geometry model and (2) a spatial smoothness loss that enforces coherent relationships across parent-child and sibling voxel groups. Extensive experiments across various benchmarks show that our method achieves strong reconstruction accuracy while having consistently speedy convergence. The code will be made public.
The City that Never Settles: Simulation-based LiDAR Dataset for Long-Term Place Recognition Under Extreme Structural Changes
Hyunho Song*, Dongjae Lee, Seunghun Oh, and 2 more authors
ICRA 2025 Workshop on Future of Construction, 2025
Large-scale construction and demolition significantly challenge long-term place recognition (PR) by drastically reshaping urban and suburban environments. Existing datasets predominantly reflect limited or indoor-focused changes, failing to adequately represent extensive outdoor transformations. To bridge this gap, we introduce the City that Never Settles (CNS) dataset, a simulation-based dataset created using the CARLA simulator, capturing major structural changes-such as building construction and demolition-across diverse maps and sequences. Additionally, we propose TCR_sym, a symmetric version of the original TCR metric, enabling consistent measurement of structural changes irrespective of source-target ordering. Quantitative comparisons demonstrate that CNS encompasses more extensive transformations than current real-world benchmarks. Evaluations of state-of-the-art LiDAR-based PR methods on CNS reveal substantial performance degradation, underscoring the need for robust algorithms capable of handling significant environmental changes.
LiDAR Data Processing Algorithm for Robust 6-DoF Estimation Using Circular Patterns
Seunghun Oh*, Yechan Kim*, Chaehyeon Song, and 1 more author
Accurate LiDAR (Light Detection and Ranging) data processing is essential for precise sensor calibration and reliable 3D perception in applications such as autonomous driving and robotics. Traditional methods often rely on artificial targets like circular patterns for 6-DoF estimation due to their ability to precisely detect geometric features. However, few studies focus on improving the accuracy of raw LiDAR data through preprocessing, leaving unresolved issues related to LiDAR’s inherent limitations. To address these challenges, we propose a novel LiDAR data processing algorithm that improves robustness and 6-DoF estimation accuracy. It enhances target plane detection accuracy by using perspective projection, accounting for LiDAR’s range direction errors. We also resolve data bias from scanning patterns using CDR (Centroid Distance Ratio) and directional variance, allowing for the extraction of reliable boundary points. Experimental results demonstrate significantly lower RMSE compared to existing techniques, highlighting the enhanced precision and robustness of our approach. Furthermore, our method achieves higher accuracy in 6-DoF estimation compared to traditional methods.
Quantitative 3D Map Accuracy Evaluation Hardware and Algorithm for LiDAR (-Inertial) SLAM
Sanghyun Hahn*, Seunghun Oh*, Minwoo Jung, and 2 more authors
In 2024 24th International Conference on Control, Automation and Systems (ICCAS), 2024
Accuracy evaluation of a 3D pointcloud map is crucial for the development of autonomous driving systems. In this work, we propose a user-independent software/hardware system that can quantitatively evaluate the accuracy of a 3D pointcloud map acquired from LiDAR(-Inertial) SLAM. We introduce a LiDAR target that functions robustly in the outdoor environment, while remaining observable by LiDAR. We also propose a software algorithm that automatically extracts representative points and calculates the accuracy of the 3D pointcloud map by leveraging GPS position data. This methodology overcomes the limitations of the manual selection method, that its result varies between users. Furthermore, two different error metrics, relative and absolute errors, are introduced to analyze the accuracy from different perspectives.