Skip to main content

Jae-Gil Lee

Korea Advanced Institute of Science and Technology · 情報科学

研究室紹介

Professor Jae-Gil Lee's research lab specializes in trajectory data management and analytics, focusing on advanced techniques for clustering, outlier detection, classification, and pattern mining in trajectory data. The lab develops innovative frameworks—such as partition-and-group, partition-and-detect, and unifying pattern mining—that emphasize sub-trajectory analysis to uncover hidden spatial-temporal patterns. Their work addresses real-world challenges in transportation planning, GPS tracking, and biomedical text mining by integrating machine learning, sequence modeling, and spatial database techniques. The lab's research bridges the gap between low-level trajectory data and high-level semantic understanding, particularly through context-aware feature learning and structured prediction.

trajectory miningsub-trajectory analysisoutlier detectionpattern discoverysequence modeling

Research Overview

Papers
158
Total Citations
6,018
Papers (5y)
38
Primary Field
情報科学

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
38total
2022
2023
2024
2025
2026
Citations per year (5y)
1,272total
20222023202420252026

Selected Papers

15
1
Article|1,344 citations·2007
Trajectory clustering
Jae-Gil Lee, Jiawei Han, Kyu-Young Whang

Existing trajectory clustering algorithms group similar trajectories as a whole, thus discovering common trajectories. Our key observation is that clustering trajectories as a whole could miss common sub-trajectories. Discovering common sub-trajectories is very useful in many applications, especially if we have regions of special interest for analysis. In this paper, we propose a new partition-and-group framework for clustering trajectories, which partitions a trajectory into a set of line segme

Signal ProcessingComputer Science
2
Article|437 citations·2008
Trajectory Outlier Detection: A Partition-and-Detect Framework
Jae-Gil Lee, Jiawei Han, Xiaolei Li

Outlier detection has been a popular data mining task. However, there is a lack of serious study on outlier detection for trajectory data. Even worse, an existing trajectory outlier detection algorithm has limited capability to detect outlying sub-trajectories. In this paper, we propose a novel partition-and-detect framework for trajectory outlier detection, which partitions a trajectory into a set of line segments, and then, detects outlying line segments for trajectory outliers. The primary ad

Artificial IntelligenceComputer Science
3
Article|323 citations·2008
TraClass
Jae-Gil Lee, Jiawei Han, Xiaolei Li, Héctor González
SJR Q1Proceedings of the VLDB Endowment

Trajectory classification, i.e. , model construction for predicting the class labels of moving objects based on their trajectories and other features, has many important, real-world applications. A number of methods have been reported in the literature, but due to using the shapes of whole trajectories for classification, they have limited classification capability when discriminative features appear at parts of trajectories or are not relevant to the shapes of trajectories. These situations are

Signal ProcessingComputer Science
4
Article|100 citations·2010
Mining Discriminative Patterns for Classifying Trajectories on Road Networks
Jae-Gil Lee, Jiawei Han, Xiaolei Li, Hong Cheng
SJR Q1IEEE Transactions on Knowledge and Data Engineering

Classification has been used for modeling many kinds of data sets, including sets of items, text documents, graphs, and networks. However, there is a lack of study on a new kind of data, trajectories on road networks. Modeling such data is useful with the emerging GPS and RFID technologies and is important for effective transportation and traffic planning. In this work, we study methods for classifying trajectories on road networks. By analyzing the behavior of trajectories on road networks, we

Signal ProcessingComputer Science
5
Article|34 citations·2020
DTranNER: biomedical named entity recognition with deep learning-based label-label transition model
SeulGi Hong, Jae-Gil Lee
SJR Q1BMC BioinformaticsOA

BACKGROUND: Biomedical named-entity recognition (BioNER) is widely modeled with conditional random fields (CRF) by regarding it as a sequence labeling problem. The CRF-based methods yield structured outputs of labels by imposing connectivity between the labels. Recent studies for BioNER have reported state-of-the-art performance by combining deep learning-based models (e.g., bidirectional Long Short-Term Memory) and CRF. The deep learning-based models in the CRF-based methods are dedicated to es

Molecular BiologyBiochemistry, Genetics and Molecular Biology
6
Article|29 citations·2014
A Unifying Framework of Mining Trajectory Patterns of Various Temporal Tightness
Jae-Gil Lee, Jiawei Han, Xiaolei Li
SJR Q1IEEE Transactions on Knowledge and Data Engineering

Discovering trajectory patterns is shown to be very useful in learning interactions between moving objects. Many types of trajectory patterns have been proposed in the literature, but previous methods were developed for only a specific type of trajectory patterns. This limitation could make pattern discovery tedious and inefficient since users typically do not know which types of trajectory patterns are hidden in their data sets. Our main observation is that many trajectory patterns can be arran

Signal ProcessingComputer Science
7
Article|25 citations·2005
Secure query processing against encrypted XML data using Query-Aware Decryption
Jae-Gil Lee, Kyu-Young Whang
SJR Q1Information Sciences
Computer Networks and CommunicationsComputer Science
8
Article|22 citations·2020
Ada-boundary: accelerating DNN training via adaptive boundary batch selection
Hwanjun Song, Sundong Kim, Minseok Kim, Jae-Gil Lee
SJR Q1Machine LearningOA
Computer Vision and Pattern RecognitionComputer Science
9
Book Chapter|20 citations·2009
An Overview of Clustering Methods in Geographic Data Analysis
Jae-Gil Lee, Jiawei Han, Micheline Kamber
Chapman & Hall/CRC data mining and knowledge discovery series
Artificial IntelligenceComputer Science
10
Article|20 citations·2014
Joins on encoded and partitioned data
Jae-Gil Lee, Gopi K. Attaluri, Ronald Barber, Naresh Chainani, Oliver Draese, Frederick Ho, Stratos Idreos, Minsoo Kim, Sam Lightstone, Guy M. Lohman, Konstantinos Morfonios, Keshava Murthy
SJR Q1Proceedings of the VLDB Endowment

Compression has historically been used to reduce the cost of storage, I/Os from that storage, and buffer pool utilization, at the expense of the CPU required to decompress data every time it is queried. However, significant additional CPU efficiencies can be achieved by deferring decompression as late in query processing as possible and performing query processing operations directly on the still-compressed data. In this paper, we investigate the benefits and challenges of performing joins on co

Artificial IntelligenceComputer Science
11
Article|20 citations·2006
The dynamic predicate: integrating access control with query processing in XML databases
Jae-Gil Lee, Kyu-Young Whang, Wook-Shin Han, Il‐Yeol Song
SJR Q1The VLDB Journal
Computer Networks and CommunicationsComputer Science
12
Article|15 citations·2019
Maximizing MapReduce job speed and reliability in the mobile cloud by optimizing task allocation
Jin‐Woo Lee, Gwangseon Jang, Hohyun Jung, Jae-Gil Lee, Uichin Lee
SJR Q1Pervasive and Mobile Computing
Computer Networks and CommunicationsComputer Science
13
Article|14 citations·2021
Machine Learning Robustness, Fairness, and their Convergence
Jae-Gil Lee, Yuji Roh, Hwanjun Song, Steven Euijong Whang

Responsible AI becomes critical where robustness and fairness must be satisfied together. Traditionally, the two topics have been studied by different communities for different applications. Robust training is designed for noisy or poisoned data where image data is typically considered. In comparison, fair training primarily deals with biased data where structured data is typically considered. Nevertheless, robust training and fair training are fundamentally similar in considering that both of t

Artificial IntelligenceComputer Science
14
Article|12 citations·2019
An effective approach to enhancing a focused crawler using Google
Jae-Gil Lee, Donghwan Bae, Sansung Kim, Jungeun Kim, Mun Yong Yi
SJR Q2The Journal of Supercomputing
Information SystemsComputer Science
15
Article|9 citations·2019
A systematic framework of predicting customer revisit with in-store sensors
Sundong Kim, Jae-Gil Lee
SJR Q2Knowledge and Information Systems
TransportationSocial Sciences

Research Areas

Artificial IntelligenceSignal ProcessingInformation SystemsComputer Networks and CommunicationsComputer Vision and Pattern RecognitionTransportation

Jae-Gil Leeの研究をNubintでさらに深く

この研究室の論文をアプリで開き、AIと共に読み、要約し、引用しましょう。