Anna Beer 0001

dblp:222/8125 · DBLP profile ↗
← Back
16ranked-venue papers in the field
10as first author
9since 2021 · last 2025
0000-0002-6890-997XORCID · verified

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

Database Systems & Data Management · 10 (8 first)Data Mining & Knowledge Discovery · 6 (2 first)
YearPublicationVenuePosition
2025 Sc-GRIP: a Graph Convolutional Approach to Infer Gene Interaction Polarity from Single-Cell Data
abstract
Understanding how genes are regulated is fundamental to many biological research questions. While experimental and computational methods allow us to identify which genes can interact with each other, finding the polarity of these interactions (whether activation or repression) is a non-trivial problem. We introduce sc-GRIP (Single-cell Gene Regulation Interaction Polarity), a graph convolutional framework that infers the directionality of transcription factor gene interactions directly from single-cell RNA data. By combining gene expression profiles with gene interaction graphs, sc-GRIP learns latent representations of genes and predicts regulatory polarity using a bilinear decoder. Our method enables scalable, cell-type-specific inference without relying on prior species-specific annotations or extensive biological validation. We demonstrate sc-GRIP's effectiveness on curated datasets from human and mouse, and show the advantages over other methods. sc-GRIP particularly excels in the usage on non-model organisms, and we provide a case study on a morphologically simple animal, Suberites domuncula, where sc-GRIP manages to expand our understanding of gene regulations. sc-GRIP offers a novel computational approach for reconstructing biologically interpretable regulatory networks, not only in well-studied organisms but especially in emerging organisms, where large-scale experimental setups are often unfeasible.
Carolina E. Atria, Yitao Cai, Pascal Weber 0001, Anna Beer 0001, Nils M. Kriege, Christian Boehm, Roger Revilla-i-Domingo, Claudia Plant
ICDM4
2025 Going Offline: An Evaluation of the Offline Phase in Stream Clustering
Philipp Jahn 0001, Walid Durani, Collin Leiber, Anna Beer 0001, Thomas Seidl 0001
ECML/PKDD (7)4
2024 DROPP: Structure-Aware PCA for Ordered Data: A General Method and its Applications in Climate Research and Molecular Dynamics
abstract
Ordered data arises in many areas, e.g., in molec-ular dynamics and other spatial-temporal trajectories. While data points that are close in this order are related, common dimensionality reduction techniques cannot capture this relation or order. Thus, the information is lost in the low-dimensional representations. We introduce DROPP, which incorporates order into dimensionality reduction by adapting a Gaussian kernel function across the ordered covariances between data points. We find underlying principal components that are characteristic of the process that generated the data. In extensive experiments, we show DROPP's advantages over other dimensionality re-duction techniques on synthetic as well as real-world data sets from molecular dynamics and climate research: The principal components of different data sets that were generated by the same underlying mechanism are very similar to each other. They can, thus, be used for dimensionality reduction with low reconstruction errors along a set of data sets, allowing an explainable visual comparison of different data sets as well as good compression even for unseen data.
Anna Beer 0001, Olivér Palotás, Andrea Maldonado 0001, Andrew Draganov, Ira Assent
ICDE1
2024 SHADE: Deep Density-based Clustering
abstract
Detecting arbitrarily shaped clusters in high-dimensional noisy data is challenging for current clustering methods. We introduce SHADE, the first deep clustering algorithm that incorporates density-connectivity into its loss function. Similar to existing deep clustering algorithms, SHADE supports high-dimensional and large data sets with the expressive power of a deep autoencoder. In contrast to most existing deep clustering methods that rely on a centroid-based clustering objective, SHADE incorporates a novel loss function that captures density-connectivity. It thereby learns a representation that enhances the separation of density-connected clusters. SHADE detects a stable clustering and noise points fully automatically without any user input. It outperforms existing methods in clustering quality, especially on data that contain non-Gaussian clusters, such as video data. Moreover, the embedded space of SHADE is suitable for visualization and interpretation of the clustering results as the individual shapes of the clusters are preserved.
Anna Beer 0001, Pascal Weber 0001, Lukas Miklautz, Collin Leiber, Walid Durani, Christian Böhm 0001, Claudia Plant
ICDM1
2024 FALCUN: A Simple and Efficient Deep Active Learning Strategy
Sandra Gilhuber, Anna Beer 0001, Yunpu Ma, Thomas Seidl 0001
ECML/PKDD (3)2
2024 Data with Density-Based Clusters: A Generator for Systematic Evaluation of Clustering Algorithms
Philipp Jahn 0001, Christian M. M. Frey, Anna Beer 0001, Collin Leiber, Thomas Seidl 0001
ECML/PKDD (7)3
2023 Connecting the Dots - Density-Connectivity Distance unifies DBSCAN, k-Center and Spectral Clustering
abstract
Despite the popularity of density-based clustering, its procedural definition makes it difficult to analyze compared to clustering methods that minimize a loss function. In this paper, we reformulate DBSCAN through a clean objective function by introducing the density-connectivity distance (dc-dist), which captures the essence of density-based clusters by endowing the minimax distance with the concept of density. This novel ultrametric allows us to show that DBSCAN, k-center, and spectral clustering are equivalent in the space given by the dc-dist, despite these algorithms being perceived as fundamentally different in their respective literatures. We also verify that finding the pairwise dc-dists gives DBSCAN clusterings across all epsilon-values, simplifying the problem of parameterizing density-based clustering. We conclude by thoroughly analyzing density-connectivity and its properties -- a task that has been elusive thus far in the literature due to the lack of formal tools. Our code recreates every experiment below: https://github.com/Andrew-Draganov/dc_dist
Anna Beer 0001, Andrew Draganov, Ellen Hohma, Philipp Jahn 0001, Christian M. M. Frey, Ira Assent
KDD1
2022 SCAR - Spectral Clustering Accelerated and Robustified
abstract
Spectral clustering is one of the most advantageous clustering approaches. However, standard Spectral Clustering is sensitive to noisy input data and has a high runtime complexity. Tackling one of these problems often exacerbates the other. As real-world datasets are often large and compromised by noise, we need to improve both robustness and runtime at once. Thus, we propose Spectral Clustering - Accelerated and Robust (SCAR), an accelerated, robustified spectral clustering method. In an iterative approach, we achieve robustness by separating the data into two latent components: cleansed and noisy data. We accelerate the eigendecomposition - the most time-consuming step - based on the Nyström method. We compare SCAR to related recent state-of-the-art algorithms in extensive experiments. SCAR surpasses its competitors in terms of speed and clustering quality on highly noisy data.
Ellen Hohma, Christian M. M. Frey, Anna Beer 0001, Thomas Seidl 0001
Proc. VLDB Endow.3
2021 KISS - A fast kNN-based Importance Score for Subspaces
Anna Beer 0001, Ekaterina Allerborn, Valentin Hartmann, Thomas Seidl 0001
EDBT1
2020 Angle-Based Clustering
Anna Beer 0001, Dominik Seeholzer, Nadine Sarah Schüler, Thomas Seidl 0001
SISAP1
2020 Orderings of Data - More Than a Tripping Hazard: Visionary
abstract
As data processing techniques get more and more sophisticated every day, many of us researchers often get lost in the details and subtleties of the algorithms we are developing and far too easily seem to forget to look also at the very first steps of every algorithm: the input of the data. Since there are plenty of library functions for this task, we indeed do not have to think about this part of the pipeline anymore. But maybe we should. All data is stored and loaded into a program in some order. In this vision paper we study how ignoring this order can (1) lead to performance issues and (2) make research results unreproducible. We furthermore examine desirable properties of a data ordering and why current approaches are often not suited to tackle the two mentioned problems.
Anna Beer 0001, Valentin Hartmann, Thomas Seidl 0001
SSDBM1
2019 Rock - Let the points roam to their clusters themselves
Anna Beer 0001, Daniyal Kazempour, Thomas Seidl 0001
EDBT1
2019 MORe++: k-Means Based Outlier Removal on High-Dimensional Data
Anna Beer 0001, Jennifer Lauterbach, Thomas Seidl 0001
SISAP1
2019 Graph Ordering and Clustering: A Circular Approach
abstract
As the ordering of data, particularly of graphs, can influence the result of diverse Data Mining tasks performed on it heavily, we introduce the Circle Index, the first internal quality measurement for orderings of graphs. It is based on a circular arrangement of nodes, but takes in contrast to similar arrangements from the field of, e.g., visual analytics, the edge lengths in this arrangement into account. The minimization of the Circle Index leads to an arrangement which not only offers a simple way to cluster the data using a constrained MinCut in only linear time, but is also visually convincing. We developed the clustering algorithm CirClu, which implements this minimization and MinCut, and compared it with several established clustering algorithms achieving very good results. Simultaneously we compared the Circle Index with several internal quality measures for clusterings. We observed a strong coherence between the Circle Index and the matching of achieved clusterings to the respective ground truths in diverse real world datasets.
Anna Beer 0001, Thomas Seidl 0001
SSDBM1
2019 LUCK- Linear Correlation Clustering Using Cluster Algorithms and a kNN based Distance Function
abstract
LUCK allows to use any distance-based clustering algorithm to find linear correlated data. For that a novel distance function is introduced, which takes the distribution of the kNN of points into account and corresponds to the probability of two points being part of the same linear correlation. In this work in progress we tested the distance measure with DBSCAN and k-Means comparing it to the well-known linear correlation clustering algorithms ORCLUS, 4C, COPAC, LMCLUS, and CASH, receiving good results for difficult synthetic data sets containing crossing or non-continuous correlations.
Anna Beer 0001, Daniyal Kazempour, Lisa Stephan, Thomas Seidl 0001
SSDBM1
2018 PARADISO: an interactive approach of parameter selection for the mean shift algorithm
abstract
Many algorithms have been developed for detecting clusters of various kinds over the past decades. However, just few attempts have been made to provide an interactive setting for the clustering algorithms. In this paper, we present PARADISO, an interactive Mean Shift method. It enables the user to get back to any arbitrary iteration point of the run observing the evolution of the clusters after each iteration and to set different bandwidth parameters. The user gets a clustering result with this method which emerged through multiple bandwidths while the user can see the full chain of effects of the chosen bandwidths over all iterations. Further, our method provides so-called Points-Shifted-Distance plots (PSD plots) for the Mean Shift algorithm which aim to facilitate the choice of a different bandwidth for the user. Beyond the mentioned features, PARADISO provides a visualization method which lets the user see the different bandwidth choices made in form of pathways.
Daniyal Kazempour, Anna Beer 0001, Johannes-Y. Lohrer, Daniel Kaltenthaler, Thomas Seidl 0001
SSDBM2