Research Experiences
The following are research projects I worked or am working on.
- Knowledge Graph for Link Prediction and Query Answering
- Transformer for Traffic Prediction
- Qualitative Spatial and Temporal Reasoning
- Recommender System
- Impact of Places of Different Types on COVID-19
- Representation Learning for Urban Zone Representation
Knowledge Graph for Link Prediction and Query Answering
A knowledge base (KB) such as Wikidata and DBpedia stores statements about the world around us. By their very nature, KGs are far from complete as the state of the world evolves constantly. This has motivated work on automatically predicting new statements based on known statements. Centraling around this motivation, we developed different methods to aid in knowledge graph completion.
Transformer for Traffic Prediction
Traffic forecasting is a challenging problem due to the complexity of jointly modeling spatiotemporal dependencies at different scales. Recently, several hybrid deep learning models have been developed to capture such dependencies. These approaches typically utilize Convolutional Neural Networks (CNNs) or Graph Neural Networks (GNNs) to model spatial dependency and leverage Recurrent Neural Networks (RNNs) to learn temporal dependency. However, RNNs are only able to capture sequential information in the time series, while being incapable of modeling their periodicity e.g., weekly patterns. Moreover, RNNs are difficult to parallelize, making training and prediction less efficient. In this work, we proposed a novel deep learning architecture called Traffic Transformer to capture the continuity and periodicity of time series and an additional GNN to model spatial dependency.
Qualitative Spatial and Temporal Reasoning
Qualitative spatial/temporal reasoning (QSR/QTR) play a key role in research onhuman cognition, e.g., as it relates to navigation, as well as in work on roboticsand artificial intelligence. Studying how to represent qualitative spatial and temporal information and how to draw inferences on top of these representations have been an ongoing research direction for decades. In an era of representation learning, I am interested in how to subsymbolically represent and reason spatial and temporal information.
Recommender System
Recommender systems can collect information on users’ preferences for certain items or services through their online behaviours and recommend items or services that best fit their preferences. With the prevalence of mobile devices and the development of location technology, many location-based social network services have been developed in recent years, such as Foursquare and Gowalla. When people visit and check in at a place, their locations and check-in information are shared with other people via these social media. This type of check-in information can form new social interactions and help people explore places of interest. Many location-aware recommendation systems, e.g. point of interest (POI) recommendation, use these check-in data to help people find interesting places. In order to take advantage of spatial clustering phenomena and temporal patterns of users’ visits to facilitate recommendation, we proposed a Feature-Space Separated Factorization Model (FSS-FM).
Impact of Places of Different Types on COVID-19
Effective policies such as lockdowns or restrictions of certain types of businesses have been popular measures to mitigate disease transmission. Many policies regarding COVID-19 are centered around two aspects – place types and geographic regions. For the former, recognizing high-risk place types is assumed to be the key to success. For the latter, many policies aimed at individual geographical region and ignored the interdependence among regions, e.g., due to human movement. We investigated the regional impact of local policies concerning place types on infectious diseases and proposed an individual-based simulation framework at place type level to evaluate effects of place type-based policies and local policies across regions.
Representation Learning for Urban Zone Representation
Being able to characterize urban zones and regions is an important prerequisite tounderstanding the structures, patterns and dynamics of urban areas. Recently, theidea of representation learning has been applied to approach this by learning a vectorspace for regions, where each zone/region is represented as a low-dimensional vector,a.k.a. zone embedding. However, most existing work has only focused on learningstaticzone embeddings. These, however, fail to reveal the spatial interaction betweenzones during different temporal contexts. For instance, there is a strong interaction(human mobility flow) between residential areas and central business district ar-eas during weekdays while the same zones show a low interaction on weekends. Tobridge this gap, we propose a time-aware embedding learning framework from a Heterogeneous Information Network (HIN) perspective, where human mobility and geospatial semantics (e.g., place types) are organized in a directed HIN and the tem-poral dynamic between zones is considered explicitly.