Chanyoung Jung’s research while affiliated with Korea Advanced Institute of Science and Technology and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (14)


An Addendum to NeBula: Toward Extending Team CoSTAR’s Solution to Larger Scale Environments
  • Article

January 2024

·

49 Reads

·

3 Citations

Benjamin Morrell

·

Kyohei Otsu

·

Ali Agha

·

[...]

·

Joel Burdick

This paper presents an appendix to the original NeBula autonomy solution [Agha et al., 2021] developed by the TEAM CoSTAR (Collaborative SubTerranean Autonomous Robots), participating in the DARPA Subterranean Challenge. Specifically, this paper presents extensions to NeBula’s hardware, software, and algorithmic components that focus on increasing the range and scale of the exploration environment. From the algorithmic perspective, we discuss the following extensions to the original NeBula framework: (i) large-scale geometric and semantic environment mapping; (ii) an adaptive positioning system; (iii) probabilistic traversability analysis and local planning; (iv) large-scale POMDPbased global motion planning and exploration behavior; (v) large-scale networking and decentralized reasoning; (vi) communication-aware mission planning; and (vii) multi-modal ground-aerial exploration solutions. We demonstrate the application and deployment of the presented systems and solutions in various large-scale underground environments, including limestone mine exploration scenarios as well as deployment in the DARPA Subterranean challenge.



Figure 1: Examples of real-world autonomous racing competitions. (Top-Left) F1 TENTH, using a 1:10 scaled vehicle. (Top-Right) ROBORACE, using a full-scale electric race car. (Bottom-Left) Indy Autonomous Challenge (IAC), using a Dallara AV-21 retrofitted Indy Lights class chassis. (Top-Left) DARPA-RACER program, using autonomous ground combat vehicles in unstructured off-road terrain at speeds.
Figure 2: Overview of the IAC timeline. (Left) Simulation phase (Middle) The first real-world high-speed competition at IMS (Right) 1:1 head-to-head autonomous race event at LVMS.
Figure 3: System diagram of the Dallara AV-21.
Figure 4: Key design principles of team KAIST autonomy stack.
Figure 7: Dallara AV-21 sensor configuration.

+21

An Autonomous System for Head-to-Head Race: Design, Implementation and Analysis; Team KAIST at the Indy Autonomous Challenge
  • Preprint
  • File available

March 2023

·

502 Reads

While the majority of autonomous driving research has concentrated on everyday driving scenarios, further safety and performance improvements of autonomous vehicles require a focus on extreme driving conditions. In this context, autonomous racing is a new area of research that has been attracting considerable interest recently. Due to the fact that a vehicle is driven by its perception, planning, and control limits during racing, numerous research and development issues arise. This paper provides a comprehensive overview of the autonomous racing system built by team KAIST for the Indy Autonomous Challenge (IAC). Our autonomy stack consists primarily of a multi-modal perception module, a high-speed overtaking planner, a resilient control stack, and a system status manager. We present the details of all components of our autonomy solution, including algorithms, implementation, and unit test results. In addition, this paper outlines the design principles and the results of a systematical analysis. Even though our design principles are derived from the unique application domain of autonomous racing, they can also be applied to a variety of safety-critical, high-cost-of-failure robotics applications. The proposed system was integrated into a full-scale autonomous race car (Dallara AV-21) and field-tested extensively. As a result, team KAIST was one of three teams who qualified and participated in the official IAC race events without any accidents. Our proposed autonomous system successfully completed all missions, including overtaking at speeds of around 220km/h220 km/h in the IAC@CES2022, the world's first autonomous 1:1 head-to-head race.

Download

An Autonomous Racing System: Design, Implementation, and Analysis; Team KAIST at the IAC

January 2023

·

20 Reads

·

7 Citations

Field Robotics

While the majority of autonomous driving research has concentrated on everyday driving scenarios, further safety and performance improvements of autonomous vehicles require a focus on extreme driving conditions. In this context, autonomous racing is a new area of research that has been attracting considerable interest recently. Due to the fact that a vehicle is driven by its perception, planning, and control limits during racing, numerous research and development issues arise. This paper provides a comprehensive overview of the autonomous racing system built by team KAIST for the Indy Autonomous Challenge (IAC). Our autonomy stack consists primarily of a multi-modal perception module, a high-speed overtaking planner, a resilient control stack, and a system status manager. We present the details of all components of our autonomy solution, including algorithms, implementation, and unit test results. In addition, this paper outlines the design principles and the results of a systematical analysis. Even though our design principles are derived from the unique application domain of autonomous racing, they can also be applied to a variety of safety-critical, high-cost-of-failure robotics applications. The proposed system was integrated into a full-scale autonomous race car (Dallara AV-21) and field-tested extensively. As a result, team KAIST was one of three teams who qualified and participated in the official IAC race events without any accidents. Our proposed autonomous system successfully completed all missions, including overtaking at speeds of around 220 km/h in the IAC@CES2022, the world’s first autonomous 1:1 head-to-head race.


A Resilient Navigation and Path Planning System for High-speed Autonomous Race Car

July 2022

·

463 Reads

This paper describes resilient navigation and planning algorithm for high-speed autonomous race, Indy Autonomous Challenge (IAC). The IAC is a competition with full-scale autonomous race car that can drive up to 290 km/h(180mph). Due to its high-speed and heavy vibration of the race car, GPS/INS system is prone to be degraded. These degraded GPS measurements can cause a critical localization error leading to a serious crashing accidents. To this end, we propose a robust navigation system to implement multi-sensor fusion Kalman filter. In this study, we present how to identify the degradation of measurement based on probabilistic approaches. Based on this approach, we could compute optimal measurement values for Kalman filter correction step. At the same time, we present the other resilient navigation system so that race car can follow the race track in fatal localization failure situations. In addition, this paper also covers the optimal path planning algorithm for obstacle avoidance. To take account for original optimal racing line, obstacles, vehicle dynamics, we propose a road-graph-based path planning algorithm to guarantee our race car drives in-bounded conditions. In the experiments, we will evaluate our designed localization system can handle the degraded data, and sometimes prevent serious crashing accidents while high-speed driving. In addition, we will describe how we successfully completed the obstacle avoidance challenge.


Shape-Aware and G Continuous Path Planning Based on Bidirectional Hybrid A for Car-Like Vehicles

November 2021

·

65 Reads

·

2 Citations

Journal of Intelligent & Robotic Systems

This paper presents modified hybrid A∗ algorithms to facilitate more efficient path finding around narrow passages under the shape and kinematic constraints of a car-like vehicle. First, we propose spline- and bidirectional-search-based hybrid A∗ using G² continuous motion primitives with multiple turning radii depending on cubic Bezier curves. In addition, we present a heuristic applying the vector field histogram to find a path around narrow passages with efficiency rather than optimization. We demonstrate the benefits of our method through simulations and experimental results using an autonomous ground vehicle in environments with narrow passages.



Game-Theoretic Model Predictive Control with Data-Driven Identification of Vehicle Model for Head-to-Head Autonomous Racing

June 2021

·

227 Reads

·

1 Citation

Resolving edge-cases in autonomous driving, head-to-head autonomous racing is getting a lot of attention from the industry and academia. In this study, we propose a game-theoretic model predictive control (MPC) approach for head-to-head autonomous racing and data-driven model identification method. For the practical estimation of nonlinear model parameters, we adopted the hyperband algorithm, which is used for neural model training in machine learning. The proposed controller comprises three modules: 1) game-based opponents' trajectory predictor, 2) high-level race strategy planner, and 3) MPC-based low-level controller. The game-based predictor was designed to predict the future trajectories of competitors. Based on the prediction results, the high-level race strategy planner plans several behaviors to respond to various race circumstances. Finally, the MPC-based controller computes the optimal control commands to follow the trajectories. The proposed approach was validated under various racing circumstances in an official simulator of the Indy Autonomous Challenge. The experimental results show that the proposed method can effectively overtake competitors, while driving through the track as quickly as possible without collisions.


Incorporating Multi-Context Into the Traversability Map for Urban Autonomous Driving Using Deep Inverse Reinforcement Learning

February 2021

·

65 Reads

·

32 Citations

IEEE Robotics and Automation Letters

Autonomous driving in an urban environment with surrounding agents remains challenging. One of the key challenge is to accurately predict the traversability map that probabilistically represents future trajectories considering multiple contexts: inertial, environmental, and social. To address this, various approaches have been proposed; however, they mainly focus on considering the individual context. In addition, most studies utilize expensive prior information (such as HD maps) of the driving environment, which is not a scalable approach. In this paper, we extend a deep inverse reinforcement learning-based approach that can predict the traversability map while incorporating multiple contexts for autonomous driving in a dynamic environment. Instead of using expensive prior information of the driving scene, we propose a novel deep neural network to extract contextual cues from sensing data and effectively incorporate them in the output, i.e., the reward map. Based on the reward map, our method predicts the ego-centric traversability map that represents the probability distribution of the plausible and socially acceptable future trajectories. Proposed method is qualitatively and quantitatively evaluated in real-world traffic scenarios with various baselines. The experimental results show that our method improves the prediction accuracy compared to other baseline methods and can predict future trajectories similar to those followed by a human driver.



Citations (8)


... NeBula-Spot is a quadruped that was originally developed at JPL in response to the DARPA Subterranean Challenge [15]. It utilizes a Boston Dynamics Spot robot as its base platform and enhances it with a full suite of sensors and onboard devices that comprise JPL's NeBula autonomy stack. ...

Reference:

Enabling Novel Mission Operations and Interactions with ROSA: The Robot Operating System Agent
An Addendum to NeBula: Toward Extending Team CoSTAR’s Solution to Larger Scale Environments
  • Citing Article
  • January 2024

... Although effective, these methods lack adaptability in dynamic environments with varying densities of loop closure candidates. Recent advancements have introduced adaptive keyframe sampling techniques, adjusting intervals based on environmental spaciousness [19], [20], although manual threshold adjustment is still required. Entropy-based methods, like the one proposed by [21], use information theory to select keyframes, but face similar adaptability issues. ...

Adaptive Keyframe Generation based LiDAR Inertial Odometry for Complex Underground Environments
  • Citing Conference Paper
  • May 2023

... The IAC, the world's first 1:1 overtaking competition held at Las Vegas Motor Speedway (LVMS), determined the winner based on the vehicle's ability to overtake a 'defending' vehicle at higher speeds. Teams, including the authors as part of team KAIST, successfully demonstrated high-speed passing at over 200 km/h [3]- [5]. ...

An Autonomous Racing System: Design, Implementation, and Analysis; Team KAIST at the IAC
  • Citing Article
  • January 2023

Field Robotics

... Interpretability is improved by using the IDM for safe vehicle following. In [173], driving safety, driving efficiency, and training efficiency have been incorporated. Driving safety is promoted through collision penalties, and driving efficiency is enhanced by rewarding velocities higher than a baseline. ...

Learning to Drive at Unsignalized Intersections using Attention-based Deep Reinforcement Learning
  • Citing Conference Paper
  • September 2021

... With the accelerating urbanization process, traffic conditions are becoming increasingly complex, necessitating autonomous vehicles to adapt to real-time changes in traffic and the increasingly intricate urban environment [1]. Reinforcement learning [2] has significant advantages in solving path planning problems. ...

Incorporating Multi-Context Into the Traversability Map for Urban Autonomous Driving Using Deep Inverse Reinforcement Learning
  • Citing Article
  • February 2021

IEEE Robotics and Automation Letters

... Furthermore, using DL techniques, Chanyoung Jung et. al. [62] suggested a novel method for SDVs. The goal of this approach is to make SDVs more reliable and accurate by estimating the time-to-line crossing (TLC) and using this information to change the SDV's speed and trajectory. ...

Time-to-Line Crossing Enhanced End-to-End Autonomous Driving Framework
  • Citing Conference Paper
  • September 2020

... ISO 26262 for functional safety by the International Organisation for Standardization may be essential to foster user confidence in autonomous vehicle technology [6,7,8]. Additionally, Vehicle to Vehicle (V2V) communication is one of the vital aspects of autonomous vehicle technology which enables real-time data exchange between vehicles allowing for improved situational awareness and coordination [9]. Model-Based Systems Engineering (MBSE) acts as the backbone of autonomous vehicle technology by offering guidance at various stages of development, whether it's code generation or big data integration [5]. ...

V2X-Communication-Aided Autonomous Driving: System Design and Experimental Validation

Sensors

... The performance of the perception system will considerably affect the overall ability and robustness of the system. Recently, autonomous driving perception systems have evolved tremendously by incorporating deep learning techniques with advances in sensing and computing technologies [14][15][16][17]. Despite these significant advances, the limited LOS of on-board sensors is insurmountable, and the performance of the perception subsystem is easily affected by environmental factors such as weather and road conditions. ...

A Hybrid Control Architecture For Autonomous Driving In Urban Environment
  • Citing Conference Paper
  • November 2018