EDBT 2026 Demo / reviewers in the wild / expert
Hanchen Wang 0001
dblp:242/5152
· DBLP profile ↗
in reviewer pool
← Back
28ranked-venue papers in the field
7as first author
26since 2021 · last 2026
0000-0003-3158-9586ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 20 (7 first)Information Retrieval & Web Search · 3Data Mining & Knowledge Discovery · 2Other / Interdisciplinary · 2Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Accelerating K-Core Computation in Temporal Graphs
Zhuo Ma 0005, Dong Wen 0001, Hanchen Wang 0001, Wentao Li 0001, Wenjie Zhang 0001, Lu Qin 0001 |
EDBT | 3 |
| 2026 | Data-Centric Foundations of Agentic AI
Hanchen Wang 0001 |
ICDE | 2 |
| 2026 | Finding critical users in social networks with reinforcement learning
Xulu Gong, Hanchen Wang 0001, Jianke Yu, Chen Chen 0017, Xiaoyang Wang 0002, Kecheng Wang, Xubo Wang, Ying Zhang 0001 |
Inf. Sci. | 2 |
| 2026 | MGDN: A Graph of Graphs Neural Network for Malware Detection
Jianke Yu, Hanchen Wang 0001, Ying Zhang 0001, Wenjie Zhang 0001, Lu Qin 0001, Longbin Lai, Bailin Yang |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2025 | Give Me Some SALT: Structure-Aware Link Modeling for Temporal Weighted Link PredictionabstractIn dynamic graph analysis, research has predominantly focused on temporal link prediction (TLP) for unweighted links, with growing interest in predicting temporal link weights in recent years. Temporal weighted link prediction (TWLP) aims to estimate both the existence and the link weights, which is naturally formulated as a regression task. The long-tail distribution and short-term randomness of link weights pose significant challenges for TWLP. In this paper, we introduce SALT, a Structure-Aware Link modeling for Temporal weighted link prediction, which consists of Weighted Link Encoder (WLE) and Temporal Link State Space Module (TLSSM). WLE encodes each snapshot into link-centric embeddings with common neighbor information, and addresses the long-tail issue by leveraging weights to adjust the embedding distribution. Additionally, TLSSM is designed to handle short-term randomness in temporal modeling. On eight datasets, our model achieves average reductions of 19.86% in RMSE and 24.61% in MAE compared to state-of-the-art baselines. Hanchen Wang 0001 |
CIKM | 2 |
| 2025 | AIGC for Graphs: Current Techniques and Future TrendsabstractAs artificial intelligence technology continues to advance, artificial intelligence-generated content (AIGC) has begun to evolve towards generating complex and structured data, particularly graph data. As an important topic in many fields such as database, data mining, and machine learning, graph generation holds significant value for simulating complex relationships between entities and has shown vast potential for applications in fields such as molecular generation, drug design, and material discovery. In this context, AIGC technology for graph generation has received widespread attention. This tutorial outlines the latest developments in AIGC for graph generation. We categorize existing methods into two main types according to their objectives and motivations: similarity-based generation and function-driven generation. We first provide an overview of AIGC models for graph generation. Then, we conduct a thorough review of the existing works. Finally, we explore the current trends and future directions, discussing potential ways to integrate database and machine learning techniques for graph generation. Hanchen Wang 0001, Dawei Cheng, Ying Zhang 0001, Wenjie Zhang 0001 |
ICDE | 1 |
| 2025 | Structure and Position-Aware Graph Modeling for Trajectory Similarity Computation Over Road NetworksabstractTrajectory similarity computation is critical to various spatial data-related applications. To date, many deep learning-based approaches have been proposed to approximate trajectory similarity. However, most of previous models focus on trajectories in Euclidean space, neglecting the information of road networks, which is an important prerequisite in many applications, such as traffic analytics, social recommendation. In this paper, we study the trajectory similarity learning over road networks. Different from previous task, trajectories over road networks contain richer and more complex information, e.g., the geographical and structure information of road networks. To this end, we propose SPGMT, a graph modeling based approach that leverages abundant structure and position information inherent in road networks for trajectory similarity learning. Particularly, our graph model learns informative node representations by simultaneously incorporating structure information of nodes from a local perspective and position information from a global perspective. This road network oriented module is the first proposal to learn from a broad context of graph topology. Afterwards, SPGMT designs a self-attention network and employs an LSTM to learn the sequential information from trajectories. We conduct experiments on real-life datasets to demonstrate the superiority of SPGMT in terms of effectiveness. Besides, additional study shows the flexibility and robustness of SPGMT. Peilun Yang, Hanchen Wang 0001, Zhangyi Xu, Zhengping Qian, Yongheng Wang, Ying Zhang 0001 |
ICDE | 2 |
| 2025 | Covering K-Cliques in Billion-Scale GraphsabstractThe k-clique structure in graphs has been investigated in various real-world applications, such as community detection in complex networks, functional module discovery in biological networks, and link spam detection in web graphs. Despite extensive research on k-clique enumeration, the large number of k-cliques in many graphs poses a challenge for practical application and computation. To address this, we explore the k-clique τ-cover problem, a generalization of the vertex cover problem. The problem aims to find a small set of vertices that can effectively represent all k-cliques in the graph. We prove the NP-hardness of finding the minimum k-clique cover. We propose a hierarchical solution that computes a small cover without enumerating k-cliques. Extensive experiments on real-world graphs verify the efficiency and effectiveness of our solution. Kaiyu Chen, Dong Wen 0001, Hanchen Wang 0001, Zhengyi Yang 0001, Wenjie Zhang 0001, Xuemin Lin 0001 |
WWW | 3 |
| 2025 | IGFM: An Enhanced Graph Similarity Computation Method with Fine-Grained AnalysisabstractAbstract In the rapidly advancing field of graph-based applications, accurate graph similarity computing (GSC) has become increasingly important. However, due to the complexity of graph structures, this task remains a challenge because of the intricate calculations involved. To solve the limitations of existing works, this paper introduces the Interpretable Graph Fusion Model (), a novel framework designed to enhance the accuracy and efficiency of graph similarity computation. Specifically, our model can fully utilize graph structure information and comprehensively assess graph similarity at both fine-grained and coarse-grained levels, ultimately achieving more accurate predictions. Experimented extensively across four real-world datasets, demonstrates a significant improvement over existing SOTA methods to solve the GSC challenge. In numerous experimental tests, our model shows performance improvements in terms of MSE (Mean Squared Error), ranging from 4.66% to as much as 56.92% compared to the second-best method. Min Pei, Jianke Yu, Chen Chen 0017, Hanchen Wang 0001, Xiaoyang Wang 0002, Ying Zhang 0001 |
Data Sci. Eng. | 4 |
| 2025 | Correction to: IGFM: An Enhanced Graph Similarity Computation Method with Fine‑Grained Analysis
Min Pei, Jianke Yu, Chen Chen 0017, Hanchen Wang 0001, Xiaoyang Wang 0002, Ying Zhang 0001 |
Data Sci. Eng. | 4 |
| 2025 | Efficient and Accurate Subgraph Counting: A Bottom-up Flow-learning based ApproachabstractSubgraph counting is a fundamental problem in graph analytics with broad applications, yet remains computationally intractable due to its #P-hardness. To address this, numerous approximate solutions have been proposed, though they often suffer from limited efficiency and accuracy. In this paper, we introduce FlowSC, a novel approach that achieves both high accuracy and efficiency in subgraph counting. Our method starts with an enhanced candidate filtering algorithm, which significantly improves the pruning capability of bipartite graph-based techniques with minimal overhead. Building on this, we propose a bottom-up flow-learning model based on a new Graph Neural Network (GNN) architecture. By employing a carefully designed message-passing mechanism, the model explicitly controls the direction, range, and iterations of information flow, enabling a simulation of the candidate tree-based counting process. This mechanism is further empowered by a customized message aggregation technique, alongside a pretraining strategy that facilitates model training. Extensive experiments show that FlowSC can achieve up to 4 orders of magnitude improvement in accuracy and 3× improvement in efficiency over the baselines across datasets, while scaling to billion-edge graphs. Qiuyu Guo, Jianye Yang 0001, Wenjie Zhang 0001, Hanchen Wang 0001, Ying Zhang 0001, Xuemin Lin 0001 |
Proc. VLDB Endow. | 4 |
| 2025 | Machine Learning for Graph Data Management and Query ProcessingabstractMachine learning techniques have been proposed to optimize the performance of graph databases in recent years. Due to the NP-hardness of graph database tasks and the complexity of graph data, traditional exact solutions usually encounter efficiency issues, while the performance of approximation solutions can be affected by issues like sampling failure and local optimality. Empowered by the inherent advantages of machine learning, the learning-based techniques show the generalization ability and better performance in many scenarios, including graph data management and graph query processing. Despite the efficiency and accuracy brought by machine learning techniques, machine learning for graph database models still face several critical challenges, including scalability and adaptability. In this tutorial, we first provide an in-depth survey of learning-based graph data management and query processing techniques published in recent database and data mining conferences to sketch the frontier of the research of Machine Learning for Graph Database. We also discuss the open challenges and provide future directions. Hanchen Wang 0001, Ying Zhang 0001, Wenjie Zhang 0001 |
Proc. VLDB Endow. | 1 |
| 2025 | Temporal Insights for Group-Based Fraud Detection on e-Commerce PlatformsabstractAlong with the rapid technological and commercial innovation on e-commerce platforms, an increasing number of frauds cause great harm to these platforms. Many frauds are conducted by organized groups of fraudsters for higher efficiency and lower costs, also known as group-based frauds. Despite the high concealment and strong destructiveness of group-based fraud, no existing research can thoroughly exploit the information within the transaction networks of e-commerce platforms for group-based fraud detection. In this work, we analyze and summarize the characteristics of group-based frauds. Based on this, we propose a novel end-to-end semi-supervised Group-based Fraud Detection Network (GFDN) to support such fraud detection in real-world applications. In addition, we introduce a module namedTemporal Group Dynamics Analyzer(TGDA) that strengthens the ability to analyze temporal information on group fraudulent activity. Based on this, we built an enhanced model named TGFDN. Experimental results on large-scale e-commerce datasets from Taobao and Bitcoin trading datasets show our proposed model's superior effectiveness and efficiency for group-based fraud detection on bipartite graphs. Jianke Yu, Hanchen Wang 0001, Xiaoyang Wang 0002, Zhao Li 0007, Lu Qin 0001, Wenjie Zhang 0001, Jian Liao 0001, Ying Zhang 0001, Bailin Yang |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2024 | Bipartite Graph Analytics: Current Techniques and Future TrendsabstractAs the field of data science continues to evolve, bipartite graphs have emerged as a fundamental structure in numerous applications, drawing significant interest from both academic and industrial communities. Bipartite graphs are a specific type of graph consisting of two distinct sets of vertices, where connections only occur between vertices of different sets. Examples include e-commerce networks and biological networks. Analytics of bipartite graphs has become an important research topic in the era of big data. This tutorial aims to shed light on analysis methods for bipartite graphs, categorizing them into three areas: classical models, learning-based models, and application-driven models. We start by outlining the importance of bipartite graph analytics, and the unique challenges that need to be addressed. Then, we conduct a thorough review of existing works on bipartite graph analytics. We also compare and analyze the models and solutions in these works. Finally, we point out new research directions. Hanchen Wang 0001, Kai Wang 0037, Wenjie Zhang 0001, Ying Zhang 0001 |
ICDE | 1 |
| 2024 | Neural Similarity Search on Supergraph Containment (Extended Abstract)abstractSupergraph search is a fundamental graph query processing problem. Supergraph search aims to find all data graphs contained in a given query graph based on the subgraph isomorphism. In other words, the goal is to determine if part of the query graph is the same as a smaller data graph. Existing algorithms construct the indices and adopt the filtering-and-verification framework, which is usually computationally expensive and can cause redundant computations. Recently, various learning-based methods have been proposed for a good trade-off between accuracy and efficiency for query processing tasks. However, to our knowledge, no learning-based method is proposed for the supergraph search task. In this paper, we propose the first learning-based method for similarity search on supergraph containment, named Neural Supergraph similarity Search (NSS). NSS first learns the representations for query and data graphs and then efficiently conducts the supergraph search on the representation space, the complexity of which is linear to the number of data graphs. The carefully designed Wasserstein discriminator and reconstruction network enable NSS to capture better the interrelation, structural and label information between and within the query and data graphs. Experiments demonstrate that the NSS is up to 6 orders of magnitude faster than the state-of-the-art exact supergraph search algorithm in query processing and is more accurate than the other learning-based solutions. Hanchen Wang 0001, Jianke Yu, Xiaoyang Wang 0002, Chen Chen 0017, Wenjie Zhang 0001, Xuemin Lin 0001 |
ICDE | 1 |
| 2024 | GQ*: Towards Generalizable Deep Q-Learning for Steiner Tree in GraphsabstractFinding the optimal Steiner Tree in graphs has been a critical combinatorial optimization challenge that finds widespread applications in network design. Despite its importance, finding the optimal Steiner Tree remains computationally expensive, especially for large graphs due to its NP-hard nature. Traditional approaches often suffer from high time complexity or poor approximation ratio. Machine learning approaches often leverage local graph structure information instead of global graph structure information, and often suffer from the generalization ability issues in practice. In this paper, we propose a novel reinforcement learning based framework to solve STP, in which we reformulate the classical Q-value computation to capture both global graph structure and deterministic information to search for the Steiner tree. Experiments on both synthetic and real-world datasets demonstrate that our framework exhibits better generalization ability compared to the existing machine learning methods, where our framework can be trained on the small graphs and generalize well to larger graphs and the graphs from different distributions. Wei Huang 0040, Hanchen Wang 0001, Dong Wen 0001, Xuefeng Chen 0001, Wenjie Zhang 0001, Ying Zhang 0001 |
ICDM | 2 |
| 2024 | Influence maximization on hypergraphs via multi-hop influence estimationabstractInfluence Maximization (IM) has promising applications in social network marketing and has been extensively researched over the past years. However, previous IM studies mainly focus on ordinary graphs rather than hypergraphs, where edges cannot accurately describe group interactions or relationships. To model group interactions, we investigate the IM problem on hypergraphs under the Susceptible–Infected spreading model with Contact Process dynamics (SICP) in this paper. In this paper, we proposed a probability distribution-based method, called Multi-hop Influence Estimation (MIE), which can accurately estimate the rank of influence expectation of nodes, to solve the IM problem on hypergraphs. Specifically, we compute the influence score for each node through a constrained Depth First Search (DFS) under a probability model, and then select seed node according to the influence score. In addition, by analysing the characteristics of the influence diffusion model, we find that the influence of a node is significantly related to its neighbourhood structure. Based on the observation, we propose a term named neighbourhood coefficient to describe the neighbourhood structure of a node. Further, an efficient and effective method, called Adaptive Neighbourhood Coefficient Algorithm (Adeff), is proposed to solve the IM problem on hypergraphs. Extensive experiments on real-world datasets demonstrate the effectiveness and efficiency of our proposed methods. Compared with the state-of-the-art approach, our proposed methods can achieve up to 450% improvement in terms of effectiveness. Xulu Gong, Hanchen Wang 0001, Xiaoyang Wang 0002, Chen Chen 0017, Wenjie Zhang 0001, Ying Zhang 0001 |
Inf. Process. Manag. | 2 |
| 2024 | Denoising Variational Graph of Graphs Auto-Encoder for Predicting Structured Entity InteractionsabstractThe interactions between structured entities play important roles in a wide range of applications such as chemistry, material science, biology, and medical science. Recently, graph-based methods have been exploited to effectively predict the interactions among structured entities. However, these methods usually only focus on structural information of the entities and are incapable of fully utilizing the interaction information between the entities. In this paper, we propose a Denoising Variational Graph of Graphs Auto-encoder (DVGGA) which follows the graph of graphs framework to capture both structural information in structured entities and interaction information among structured entities. With denoising criterion, DVGGA is able to capture the information from the useful structures of the local graph and address the overfitting issue caused by redundant substructures. Extensive experiments conducted on real-world datasets show that DVGGA outperforms the state-of-the-art structured entity interaction prediction methods. Hanchen Wang 0001, Hongmei Chen 0003, Ying Zhang 0001, Wenjie Zhang 0001, Xuemin Lin 0001 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2024 | Neural Similarity Search on Supergraph ContainmentabstractSupergraph search is a fundamental graph query processing problem. Supergraph search aims to find all data graphs contained in a given query graph based on the subgraph isomorphism. Existing algorithms construct the indices and adopt thefiltering-and-verificationframework which is usually computationally expensive and can cause redundant computations. Recently, various learning-based methods have been proposed for a good trade-off between accuracy and efficiency for query processing tasks. However, to the best of our knowledge, there is no learning-based method proposed for the supergraph search task. In this paper, we propose the first learning-based method for similarity search on supergraph containment, named Neural Supergraph similarity Search (NSS).NSSfirst learns the representations for query and data graphs and then efficiently conducts the supergraph search on the representation space whose complexity is linear to the number of data graphs. The carefully designed Wasserstein discriminator and reconstruction network enableNSSto better capture the interrelation, structural and label information between and within the query and data graphs. Experiments demonstrate that theNSSis up to 6 orders of magnitude faster than the state-of-the-art exact supergraph search algorithm in terms of query processing and more accurate compared to the other learning-based solutions. Hanchen Wang 0001, Jianke Yu, Xiaoyang Wang 0002, Chen Chen 0017, Wenjie Zhang 0001, Xuemin Lin 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2024 | Deep Learning Approaches for Similarity Computation: A SurveyabstractThe requirement for appropriate ways to measure the similarity between data objects is a common but vital task in various domains, such as data mining, machine learning and so on. Driven by abundant real-world applications, many well-known similarity (distance) metrics are proposed to measure the pairwise similarity of data pairs, e.g., graph edit distance for graphs and dynamic time warping for time series. However, many similarity metrics suffer from the high time complexity. More specifically, most of the well-known similarity metrics often need quadratic time or even much more time to compute the ground truth similarity and some of them are proven to be NP-hard. With the development of deep learning techniques, there is an emerging research trend on the learning for similarity computation on various data types in the field of database (DB) and data mining, which is quite different with the metric learning studies in the machine learning (ML) literature. Specifically, the studies in the ML focus on the learning for semantic similarity in specific tasks, which is implicitly indicated by the training data, on the data in the feature space. While the studies in the DB literature usually consider the learning for well-defined similarity metrics (e.g., graph edit distance) on the data objects (e.g., graphs), such that it can benefit the similarity computation on data in terms of multiple aspects, such as computation time, metric quality and search heuristic, and the learned representation of data can also be naturally fed to downstream tasks. This survey paper provides a comprehensive review of similarity computation learning on several data types, including set, sequence and graph. Moreover, we first classify the learning-based approaches in terms of their learning target into three categories, i.e., similarity learning, cost matrix learning and search heuristic learning. Then we detail some representative approaches for each category on every data type, and analyze some key features that are utilized by these approaches. Finally, we discuss some challenges and future directions towards the learning for similarity learning on these data types. Peilun Yang, Hanchen Wang 0001, Jianye Yang 0001, Zhengping Qian, Ying Zhang 0001, Xuemin Lin 0001 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2023 | Group-based Fraud Detection Network on e-Commerce PlatformsabstractAlong with the rapid technological and commercial innovation on the e-commerce platforms, there are an increasing number of frauds that bring great harm to these platforms. Many frauds are conducted by organized groups of fraudsters for higher efficiency and lower costs, which are also known as group-based frauds. Despite the high concealment and strong destructiveness of group-based fraud, there is no existing research work that can thoroughly exploit the information within the transaction networks of e-commerce platforms for group-based fraud detection. In this work, we analyze and summarize the characteristics of group-based frauds, based on which we propose a novel end-to-end semi-supervised Group-based Fraud Detection Network (GFDN) to support such fraud detection in real-world applications. Experimental results on large-scale e-commerce datasets from Taobao and Bitcoin trading datasets show the superior effectiveness and efficiency of our proposed model for group-based fraud detection on bipartite graphs. Jianke Yu, Hanchen Wang 0001, Xiaoyang Wang 0002, Zhao Li 0007, Lu Qin 0001, Wenjie Zhang 0001, Jian Liao 0001, Ying Zhang 0001 |
KDD | 2 |
| 2022 | Reinforcement Learning Based Query Vertex Ordering Model for Subgraph MatchingabstractSubgraph matching is a fundamental problem in various fields that use graph structured data. Subgraph matching algorithms enumerate all isomorphic embeddings of a query graph$q$in a data graph G. An important branch of matching algorithms exploit the backtracking search approach which recursively extends intermediate results following a matching order of query vertices. It has been shown that the matching order plays a critical role in time efficiency of these backtracking based subgraph matching algorithms. In recent years, many advanced techniques for query vertex ordering (i.e., matching order generation) have been proposed to reduce the unpromising intermediate results according to the preset heuristic rules. In this paper, for the first time we apply the Reinforcement Learning (RL) and Graph Neural Networks (GNNs) techniques to generate the high-quality matching order for subgraph matching algorithms. Instead of using the fixed heuristics to generate the matching order, our model could capture and make full use of the graph information, and thus determine the query vertex order with the adaptive learning-based rule that could significantly reduces the number of redundant enumerations. With the help of the reinforcement learning framework, our model is able to consider the long-term benefits rather than only consider the local information at current ordering step. Extensive experiments on six real-life data graphs demonstrate that our proposed matching order generation technique could reduce up to two orders of magnitude of query processing time compared to the state-of-the-art algorithms. Hanchen Wang 0001, Ying Zhang 0001, Lu Qin 0001, Wei Wang 0011, Wenjie Zhang 0001, Xuemin Lin 0001 |
ICDE | 1 |
| 2022 | TMN: Trajectory Matching Networks for Predicting SimilarityabstractTrajectory similarity computation is the cornerstone of many applications in the field of trajectory data analysis. To cope with the high time complexity of calculating exact similarity between trajectories, learning-based models have been developed for a good trade-off between the similarity computing time and the accuracy of the learned similarity. As each trajectory can be represented by a fixed-length vector regardless of the size of the trajectory, the similarity computation among the trajectories is highly time-efficient. Nevertheless, we observe that these learning-based models are designed based on recurrent neural networks (RNN), which cannot properly capture the correlations among the trajectories. Moreover, these learning-based models simply use the similarity scores of the pairs of trajectories in the training for a specific similarity metric, while a vital piece of information is neglected: the mappings of the points between two trajectories are readily available when the similarity score is calculated. These motivate us to design a new learning-based model, named TMN, based on attention networks, aiming to significantly improve the accuracy such that a better trade-off between the similarity computing time and the accuracy can be achieved. The proposed matching mechanism associates points across trajectories by computing attention weights of point pairs so that TMN learns to simulate similarity computation between the trajectory pair. Apart from taking interactions between trajectories into consideration, the sequential information of each individual trajectory is also considered, thereby making full use of spatial features of a pair of trajectories. We evaluate various approaches on real-life datasets under extensive trajectory distance metrics. Experimental results demonstrate that TMN outperforms state-of-the-art methods in terms of accuracy. Besides, ablation studies prove the effectiveness of our novel matching mechanism. Peilun Yang, Hanchen Wang 0001, Defu Lian, Ying Zhang 0001, Lu Qin 0001, Wenjie Zhang 0001 |
ICDE | 2 |
| 2022 | Neural Subgraph Counting with Wasserstein EstimatorabstractSubgraph counting is a fundamental graph analysis task which has been widely used in many applications. As the problem of subgraph counting is NP-complete and hence intractable, approximate solutions have been widely studied, which fail to work with large and complex query graphs. Alternatively, Machine Learning techniques have been recently applied for this problem, yet the existing ML approaches either only support very small data graphs or cannot make full use of the data graph information, which inherently limits their scalability, estimation accuracies and robustness. Hanchen Wang 0001, Ying Zhang 0001, Lu Qin 0001, Wei Wang 0011, Wenjie Zhang 0001 |
SIGMOD Conference | 1 |
| 2021 | T3S: Effective Representation Learning for Trajectory Similarity ComputationabstractAdvances of the sensor and GPS techniques have motivated the proliferation of trajectory data in a wide spectrum of applications. Trajectory similarity computation is one of the most fundamental problems in trajectory analytics. Considering that the high complexity of similarity computation is usually a bottleneck for large-scale trajectory data analysis, there are many research efforts for reducing the complexity such as the approximate algorithms. However, most of them are proposed for only one or two specific similarity measures, and thus cannot support different similarity measures well. In this paper, we propose a deep learning based model, namely T3S, which embeds each trajectory (i.e., a sequence of points) into a vector (point) in a d-dimensional space, and hence can significantly accelerate the similarity computation between the trajectories. By applying recurrent and attention neural networks, T3S can capture various unique characteristics of the trajectories such as the ordering of the points, spatial and structural information. Furthermore, our learning based T3S can easily handle any trajectory similarity measures by adjusting its parameters through the training. Extensive experiments on two real-life datasets demonstrate the effectiveness and efficiency of T3S. T3S outperforms state-of-the-art deep learning based methods under four popular trajectories similarity measures. Peilun Yang, Hanchen Wang 0001, Ying Zhang 0001, Lu Qin 0001, Wenjie Zhang 0001, Xuemin Lin 0001 |
ICDE | 2 |
| 2021 | EI-LSH: An early-termination driven I/O efficient incremental c-approximate nearest neighbor search
Wanqi Liu, Hanchen Wang 0001, Ying Zhang 0001, Wei Wang 0011, Lu Qin 0001, Xuemin Lin 0001 |
VLDB J. | 2 |
| 2020 | I/O Efficient Algorithm for c-Approximate Furthest Neighbor Search in High-Dimensional Space
Wanqi Liu, Hanchen Wang 0001, Ying Zhang 0001, Lu Qin 0001, Wenjie Zhang 0001 |
DASFAA (3) | 2 |
| 2019 | I-LSH: I/O Efficient c-Approximate Nearest Neighbor Search in High-Dimensional SpaceabstractNearest Neighbor search has been well solved in low-dimensional space, but is challenging in high-dimensional space due to the curse of dimensionality. As a trade-off between efficiency and result accuracy, a variety of c-approximate nearest neighbor (c-ANN) algorithms have been proposed to return a c-approximate NN with confident at least δ. We observe that existing c-ANN search algorithms have some limitations on I/O efficiency when their indexes are resided on the external memory, which is critical for handling large scale high-dimensional data. In this paper, we introduce an incremental search based c-ANN search algorithm, named I-LSH. Unlike the previous LSH methods, which expand the bucket width in an exponential way, I-LSH adopts a more natural search strategy to incrementally access the hash values of the objects. We provide rigorous theoretical analysis to underpin our incremental search strategy. Our comprehensive experiment results show that, compared with state-of-the-art I/O efficient c-ANN techniques, our algorithm can achieve much better I/O efficiency under the same theoretical guarantee. Wanqi Liu, Hanchen Wang 0001, Ying Zhang 0001, Wei Wang 0011, Lu Qin 0001 |
ICDE | 2 |