EDBT 2026 Demo / reviewers in the wild / expert
Erik Thordsen
dblp:257/4209
· DBLP profile ↗
10ranked-venue papers in the field
8as first author
9since 2021 · last 2026
0000-0003-1639-3534ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 10 (8 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Approximate hierarchical density-based clustering using graph-based search indexesabstractCurrent exact hierarchical density-based clustering algorithms for high-dimensional data have asymptotically quadratic complexity. We present algorithms for approximate hierarchical density-based clustering, namely for single-linkage clustering and for HDBSCAN, with empirically near-linear time scalability. We explore both graph index-based incremental nearest neighbor search and an iterative exploration scheme on the graph index approximating the MST of the reachability graph similar to Kruskal. As graph index, we use both the bottom layer and a combination of all layers of an HNSW as a stand-in for connected search graphs. We provide experiments comparing the clusterings to baselines such as exact implementation and an algorithm using metric tree-based searchers. We explore the impact of the HNSW hyperparameters on the performance in terms of running time and clustering quality. For both single-linkage clustering and HDBSCAN, our algorithms yield highly accurate clusterings while being up to two orders of magnitude faster than industry-standard baselines such as scikit-learn’s hdbscan . Camilla Birch Okkels, Erik Thordsen, Martin Aumüller 0001, Arthur Zimek, Erich Schubert |
Inf. Syst. | 2 |
| 2025 | Approximate Single-Linkage Clustering Using Graph-Based Indexes: MST-Based Approaches and Incremental Searchers
Camilla Birch Okkels, Erik Thordsen, Martin Aumüller 0001, Arthur Zimek, Erich Schubert |
SISAP | 2 |
| 2025 | Theoretical and Practical Insights Into Graph-Based Indexing
Erik Thordsen, Erich Schubert |
SISAP | 1 |
| 2025 | An Alternating Optimization Scheme for Binary SketchesabstractSearching for similar objects in intrinsically high-dimensional data sets is a challenging task. The use of compact sketches has been proposed for faster similarity search using linear scans. Binary sketches are one such approach to find a good mapping from the original data space to bit strings of a fixed length. These bit strings can be compared efficiently using only few XOR and bit count operations, replacing costly similarity computations with an inexpensive approximation. We propose a new scheme to initialize and improve binary sketches for similarity search in Euclidean spaces. Our optimization iteratively improves the quality of the sketches with a form of orthogonalization. We provide empirical evidence that the quality of the sketches has a peak beyond which it is not correlated to neither bit independence nor bit balance, which contradicts a previous hypothesis in the literature. Regularization in the form of noise added to the training data can turn the peak into a plateau and applying the optimization in a stochastic fashion, i.e., training on smaller subsets of the data, allows for rapid initialization. We provide a loss function that allows to approximate the same objective using neural network frameworks such as PyTorch, elevating the approach to GPU-based training. Erik Thordsen, Erich Schubert |
Inf. Syst. | 1 |
| 2024 | Grouping Sketches to Index High-Dimensional Data in a Resource-Limited Setting
Erik Thordsen, Erich Schubert |
SISAP | 1 |
| 2023 | An Alternating Optimization Scheme for Binary Sketches for Cosine Similarity Search
Erik Thordsen, Erich Schubert |
SISAP | 1 |
| 2022 | On Projections to Linear Subspaces
Erik Thordsen, Erich Schubert |
SISAP | 1 |
| 2022 | ABID: Angle Based Intrinsic Dimensionality - Theory and analysisabstractThe intrinsic dimensionality refers to the “true” dimensionality of the data, as opposed to the dimensionality of the data representation. For example, when attributes are highly correlated, the intrinsic dimensionality can be much lower than the number of variables. Local intrinsic dimensionality refers to the observation that this property can vary for different parts of the data set; and intrinsic dimensionality can serve as a proxy for the local data complexity of the data set. Most popular methods for estimating the local intrinsic dimensionality are based on distances, and the rate at which the distances to the nearest neighbors increase, a concept known as “expansion dimension”. In this paper we introduce an orthogonal concept, which does not use any distances: we use the distribution of angles among the neighbors with respect to the query point. We derive the theoretical distribution of angles and use this to construct an estimator for intrinsic dimensionality. We derive a regularized version that obeys an upper bound of the true intrinsic dimensionality for idealized data. We generalize the estimator to arbitrary moments and discuss the relation of the regularized second moment to approaches based on principal component analysis. Experimentally, we verify that this measure behaves similarly but complementarily to existing measures of intrinsic dimensionality. By introducing a new idea of intrinsic dimensionality to the research community we hope to contribute to a better understanding of intrinsic dimensionality and to spur new research in this direction. Erik Thordsen, Erich Schubert |
Inf. Syst. | 1 |
| 2021 | MESS: Manifold Embedding Motivated Super Sampling
Erik Thordsen, Erich Schubert |
SISAP | 1 |
| 2020 | ABID: Angle Based Intrinsic Dimensionality
Erik Thordsen, Erich Schubert |
SISAP | 1 |