Researcher profile

Yoonjin Yoon

Yoonjin Yoon contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
8works
0followers
6topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

8 published item(s)

preprint2022arXiv

A Comparative Study on Basic Elements of Deep Learning Models for Spatial-Temporal Traffic Forecasting

Traffic forecasting plays a crucial role in intelligent transportation systems. The spatial-temporal complexities in transportation networks make the problem especially challenging. The recently suggested deep learning models share basic elements such as graph convolution, graph attention, recurrent units, and/or attention mechanism. In this study, we designed an in-depth comparative study for four deep neural network models utilizing different basic elements. For base models, one RNN-based model and one attention-based model were chosen from previous literature. Then, the spatial feature extraction layers in the models were substituted with graph convolution and graph attention. To analyze the performance of each element in various environments, we conducted experiments on four real-world datasets - highway speed, highway flow, urban speed from a homogeneous road link network, and urban speed from a heterogeneous road link network. The results demonstrate that the RNN-based model and the attention-based model show a similar level of performance for short-term prediction, and the attention-based model outperforms the RNN in longer-term predictions. The choice of graph convolution and graph attention makes a larger difference in the RNN-based models. Also, our modified version of GMAN shows comparable performance with the original with less memory consumption.

preprint2022arXiv

Data-driven risk analysis of unmanned aircraft system operations considering spatiotemporal characteristics of population distribution

One of the challenges of Unmanned Aircraft System (UAS) operations is to operate an unmanned aircraft with minimal risk to people on the ground. The purpose of this study is to define and measure such risks as population risk, by incorporating spatiotemporal changes in population density. Unlike previous studies, we use high-resolution de facto population data instead of residential population data to reflect the spatiotemporal characteristics of population distribution. Furthermore, we analyze the impact of mitigation measures based on population risk in the context of airspace management. We set a restricted airspace by using population risk and an acceptable level of safety. Scenario analysis of the study area in Seoul, South Korea provides a richer set of findings regarding spatiotemporal differences in restricted airspace. During the daytime, there are many restricted airspaces around commercial areas, but few around residential areas. Additionally, we observe the difference between restricting airspace based on population risk derived from the residential population and from the de facto population. These findings confirm the importance of accurately considering population density when assessing and mitigating the population risk associated with UAS operations. Sensitivity analysis also reveals the need to precisely estimate population density when estimating population risk with combinations of multiple parameter values. The proposed approach captures spatiotemporal characteristics of population distribution when assessing the population risk associated with UAS.

preprint2022arXiv

Effective Urban Region Representation Learning Using Heterogeneous Urban Graph Attention Network (HUGAT)

Revealing the hidden patterns shaping the urban environment is essential to understand its dynamics and to make cities smarter. Recent studies have demonstrated that learning the representations of urban regions can be an effective strategy to uncover the intrinsic characteristics of urban areas. However, existing studies lack in incorporating diversity in urban data sources. In this work, we propose heterogeneous urban graph attention network (HUGAT), which incorporates heterogeneity of diverse urban datasets. In HUGAT, heterogeneous urban graph (HUG) incorporates both the geo-spatial and temporal people movement variations in a single graph structure. Given a HUG, a set of meta-paths are designed to capture the rich urban semantics as composite relations between nodes. Region embedding is carried out using heterogeneous graph attention network (HAN). HUGAT is designed to consider multiple learning objectives of city's geo-spatial and mobility variations simultaneously. In our extensive experiments on NYC data, HUGAT outperformed all the state-of-the-art models. Moreover, it demonstrated a robust generalization capability across the various prediction tasks of crime, average personal income, and bike flow as well as the spatial clustering task.

preprint2022arXiv

Risk Analysis of Unmanned Aerial System Operations in Urban Airspace Considering Spatiotemporal Population Dynamics

This study aims to estimate the fatality risk of Unmanned Aerial System (UAS) operations from a population perspective using high-resolution de facto population data. In doing so, it provides more practical risk values compared to the risk values derived from the residential population data. We then set restricted airspace using the risk values and the acceptable level of safety. We regard the restricted airspace as airspace being blocked by a dynamic obstacle. Scenario analysis on the study area in Seoul, South Korea presents a richer set of results for time-dependent differences in restricted airspace. Especially during the daytime, the restricted airspace is clustered around commercial and business areas. The difference between restricting airspace based on residential population-derived risk and restricting airspace based on de facto population-derived risk is also observed. The findings confirm the importance of accurately taking into account population density when assessing and mitigating the risk of UAS operations. Sensitivity analysis also reveals the importance of an accurate estimate of population density when estimating the risk.

preprint2020arXiv

COVID-19 Mobility Data Collection of Seoul, South Korea

The relationship between pandemic and human mobility has received considerable attention from scholars, as it can provide an indication of how mobility patterns change in response to a public health crisis or whether reduced mobility contributes to preventing the spread of an infectious disease. While several studies attempted to unveil such relationship, no studies have focused on changes in human mobility at a finer scale utilizing comprehensive, high-resolution data. To address the complex association between pandemic's spread and human mobility, this paper presents two categories of mobility datasets - trip mode and trip purpose - that concern nearly 10 million citizens' movements during COVID-19 in the capital city of South Korea, Seoul, where no lockdowns has been imposed. We curate hourly data of subway ridership, traffic volume and population present count at selected points of interests. The results to be derived from the presented datasets can be used as an important reference for public health decision making in the post COVID-19 era.

preprint2020arXiv

Running the COVID-19 marathon: the behavioral adaptations in mobility and facemask over 27 weeks of pandemic in Seoul, South Korea

Battle with COVID-19 turned out to be a marathon, not a sprint, and behavioral adjustments have been unavoidable to stay viable. In this paper, we employ a data-centric approach to investigate individual mobility adaptations and mask-wearing in Seoul, South Korea. We first identify six epidemic phases and two waves based on COVID-19 case count and its geospatial dispersion. The phase-specific linear models reveal the strong, self-driven mobility reductions in the first escalation and peak with a common focus on public transit use and less-essential weekend/afternoon trips. However, comparable reduction was not present in the second wave, as the shifted focus from mobility to mask-wearing was evident. Although no lockdowns and gentle nudge to wear mask seemed counter-intuitive, simple and persistent communication on personal safety has been effective and sustainable to induce cooperative behavioral adaptations. Our phase-specific analyses and interpretation highlight the importance of targeted response consistent with the fluctuating epidemic risk.

preprint2020arXiv

Short-term Traffic Prediction with Deep Neural Networks: A Survey

In modern transportation systems, an enormous amount of traffic data is generated every day. This has led to rapid progress in short-term traffic prediction (STTP), in which deep learning methods have recently been applied. In traffic networks with complex spatiotemporal relationships, deep neural networks (DNNs) often perform well because they are capable of automatically extracting the most important features and patterns. In this study, we survey recent STTP studies applying deep networks from four perspectives. 1) We summarize input data representation methods according to the number and type of spatial and temporal dependencies involved. 2) We briefly explain a wide range of DNN techniques from the earliest networks, including Restricted Boltzmann Machines, to the most recent, including graph-based and meta-learning networks. 3) We summarize previous STTP studies in terms of the type of DNN techniques, application area, dataset and code availability, and the type of the represented spatiotemporal dependencies. 4) We compile public traffic datasets that are popular and can be used as the standard benchmarks. Finally, we suggest challenging issues and possible future research directions in STTP.

preprint2020arXiv

The effect of adaptive mobility policy to the spread of COVID-19 in urban environment: intervention analysis of Seoul, South Korea

Although severe mobility restrictions are recognized as the key enabler to contain COVID-19, there has been few scientific studies to validate such approach, especially in urban context. This study analyzes mobility pattern changes in Seoul, South Korea that adopted adaptive approach toward mobility. Intervention analyses reveal that major mobility reduction did occur two weeks before the city's case peak. Such voluntary adjustments exhibit strong preference shift toward private mode from public transit. Large reductions occurred in non-essential and high-contact activities of shopping and dining, while work and Starbucks trips were less affected. The collective evaluation reveal that major changes in epidemiology, mobility and policy occurred simultaneously, with no lagging nor leading contributors. Our study demonstrates that collective understanding the mutual aspects among mobility, epidemiology and policy is essential. Incremental and flexible mobility restriction is not only possible but necessary, especially for a pandemic of extensive spatial and temporal scales.