Lingli Li

dblp:39/3719 · DBLP profile ↗
← Back
13ranked-venue papers in the field
11as first author
7since 2021 · last 2026
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 7 (7 first)Knowledge Engineering, Semantic Web & Information Systems · 4 (2 first)Data Mining & Knowledge Discovery · 1 (1 first)Information Retrieval & Web Search · 1 (1 first)
YearPublicationVenuePosition
2026 LACK: Adaptive k -means clustering with learning-augmented policy for approximate K nearest neighbor search
Zhihao Chen 0013, Junnuo Lin, Lingli Li, Yongnan Liu
Inf. Sci.3
2026 ANN-Cache: Accelerating Approximate Nearest Neighbor Search via Caching
abstract
Approximate nearest neighbor (ANN) search in the high-dimensional Euclidean space is a pivotal problem for various data science and AI applications. The performance of traditional in-memory ANN methods decreases dramatically when handling large-scale data due to their substantial expansion of main memory. Recently, disk-resident ANN methods have drawn considerable attention to enable large-scale ANN search. However, despite their significant improvements, they still suffer from high query latency due to heavy I/O cost. In this paper, we propose ANN-CACHE, an I/O-efficient cache-conscious ANN framework that leverages the skew in query workloads to reduce I/O cost. To the best of our knowledge, we are the first to formally study exploring caching to accelerate disk-based ANN search. ANN-CACHE consists of two components: (i) a discriminator that checks whether a query's ANN points are cached. If so, an in-memory lookup in the cache is triggered; otherwise, a lookup in the disk-resident index is conducted; and (ii) an LSH-based cache that stores historical queries and their results to support efficient ANN search. Considering a query q, if the cache contains historical queries that are similar to q and their ANNs, we can obtain q's result from these queries' results without accessing the disk-resident index. Experimental results demonstrate that our framework achieves 3×-9× speedup while maintaining consistently higher accuracy compared to the baselines, by introducing less than 50 MB of additional memory overhead on datasets of 10M size.
Lingli Li, Zhanyu He
IEEE Trans. Knowl. Data Eng.1
2024 FLEX: A fast and light-weight learned index for kNN search in high-dimensional space
Lingli Li, Ao Han, Xiaotong Cui, Baohua Wu
Inf. Sci.1
2024 DForest: A Minimal Dimensionality-Aware Indexing for High-Dimensional Exact Similarity Search
abstract
The problem of similarity search in high-dimensional space is a fundamental problem with numerous applications in computer science, yet it remains challenging due to the curse of dimensionality. This paper introduces DForest, a novel indexing approach designed to address this challenge for both range and kNN queries on high-dimensional data. Unlike previous similarity search approaches that apply a fixed dimensionality reduction to all objects uniformly, our approach determines the minimal dimensionality required for each object within a specified loss threshold and then reduces the dimensionality for each object individually. Furthermore, the query performance is also optimized by deriving the upper and lower bounds of retrieved blocks and computing distances in a low-embedding space preferentially. Theoretical analysis is provided to support our search strategy. Extensive experiments on a variety of datasets verify the superiority of DForest over the state-of-the-art methods.
Lingli Li, Baohua Wu
IEEE Trans. Knowl. Data Eng.1
2022 Solving maximum weighted matching on large graphs with deep reinforcement learning
Bohao Wu, Lingli Li
Inf. Sci.2
2022 A learned index for approximate kNN queries in high-dimensional spaces
Lingli Li
Knowl. Inf. Syst.1
2021 HCTree+: A workload-guided index for approximate kNN search
Lingli Li
Inf. Sci.1
2020 Efficient Source Selection for Error Detection via Matching Dependencies
Lingli Li
DASFAA (1)1
2018 Source Selection for Inconsistency Detection
Lingli Li
DASFAA (2)1
2015 Rule-Based Method for Entity Resolution
abstract
The objective of entity resolution (ER) is to identify records referring to the same real-world entity. Traditional ER approaches identify records based on pairwise similarity comparisons, which assumes that records referring to the same entity are more similar to each other than otherwise. However, this assumption does not always hold in practice and similarity comparisons do not work well when such assumption breaks. We propose a new class of rules which could describe the complex matching conditions between records and entities. Based on this class of rules, we present the rule-based entity resolution problem and develop an on-line approach for ER. In this framework, by applying rules to each record, we identify which entity the record refers to. Additionally, we propose an effective and efficient rule discovery algorithm. We experimentally evaluated our rule-based ER algorithm on real data sets. The experimental results show that both our rule discovery algorithm and rule-based ER algorithm can achieve high performance.
Lingli Li, Jianzhong Li 0001, Hong Gao 0001
IEEE Trans. Knowl. Data Eng.1
2011 Context-based entity description rule for entity resolution
abstract
In this paper, we consider the entity resolution(ER) problem, which is to identify objects referring to the same real-world entity. Prior work of ER involves expensive similarity comparison and clustering approaches. Additionally, the quality of entity resolution may be low due to insufficient information. To address these problems, by adopting context information of data objects, we present a novel framework of entity resolution, context-based entity description (CED), to make context information help entity resolution. In our framework, each entity is described by a set of CEDs. During entity resolution, objects are only compared with CEDs to determine its corresponding entity. Additionally, we propose efficient algorithms for CED discovery and CED-based entity resolution. We experimentally evaluated our CED-based ER algorithm on the real DBLP datasets, and the experimental results show that our algorithm can achieve both high precision and recall as well as outperform existing methods.
Lingli Li, Jianzhong Li 0001, Hongzhi Wang 0001, Hong Gao 0001
CIKM1
2010 EIF: A Framework of Effective Entity Identification
Lingli Li, Hongzhi Wang 0001, Hong Gao 0001, Jianzhong Li 0001
WAIM1
2009 Efficient Algorithms for Skyline Top-K Keyword Queries on XML Streams
Lingli Li, Hongzhi Wang 0001, Jianzhong Li 0001, Hong Gao 0001
DASFAA1