paper-with-me

Papers

TNStream: Applying Tightest Neighbors to Micro-Clusters to Define Multi-Density Clusters in Streaming Data

2025-05-01 · Qifen Zeng, Haomin Bao, Yuanzhuo Hu, Zirui Zhang, Yuheng Zheng, Luosheng Wen

In data stream clustering, systematic theory of stream clustering algorithms remains relatively scarce. Recently, density-based methods have gained attention. However, existing algorithms struggle to simultaneously handle arbitrarily shaped, multi-density, high-dimensional data while maintaining strong outlier resistance. Clustering quality significantly deteriorates when data density varies complexly. This paper proposes a clustering algorithm based on the novel concept of Tightest Neighbors and introduces a data stream clustering theory based on the Skeleton Set. Based on these theories, this paper develops a new method, TNStream, a fully online algorithm. The algorithm adaptively determines the clustering radius based on local similarity, summarizing the evolution of multi-density data streams in micro-clusters. It then applies a Tightest Neighbors-based clustering algorithm to form final clusters. To improve efficiency in high-dimensional cases, Locality-Sensitive Hashing (LSH) is employed to structure micro-clusters, addressing the challenge of storing k-nearest neighbors. TNStream is evaluated on various synthetic and real-world datasets using different clustering metrics. Experimental results demonstrate its effectiveness in improving clustering quality for multi-density data and validate the proposed data stream clustering theory.

📄 PDF Abstract BibTeX arXiv:2505.00359

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Conformal Prediction for Uncertainty Estimation in Drug-Target Interaction Prediction

2025-05-24 · Morteza Rakhshaninejad, Mira Jurgens, Nicolas Dewolf, Willem Waegeman

Accurate drug-target interaction (DTI) prediction with machine learning models is essential for drug discovery. Such models should also provide a credible representation of their uncertainty, but applying classical margi…

ClusteringConformal PredictionDrug DiscoveryPrediction

From Local to Cluster: A Unified Framework for Causal Discovery with Latent Variables

2026-04-24 · Zongyu Li arxiv

Latent variables pose a fundamental challenge to causal discovery and inference. Conventional local methods focus on direct neighbors but fail to provide macro level insights. Cluster level methods enable macro causal re…

Computational EfficiencyCausal Inference

Clustering of Big Data with Mixed Features

2020-11-11 · Joshua Tobin, Mimi Zhang

Clustering large, mixed data is a central problem in data mining. Many approaches adopt the idea of k-means, and hence are sensitive to initialisation, detect only spherical clusters, and require a priori the unknown num…

AttributeClustering

Convexification of Learning from Constraints

2016-02-22 · Iaroslav Shcherbatyi, Bjoern Andres

Regularized empirical risk minimization with constrained labels (in contrast to fixed labels) is a remarkably general abstraction of learning. For common loss and regularization functions, this optimization problem assum…

Form

McCatch: Scalable Microcluster Detection in Dimensional and Nondimensional Datasets

2024-03-12 · Braulio V. Sánchez Vinces, Robson L. F. Cordeiro, Christos Faloutsos

How could we have an outlier detector that works even with nondimensional data, and ranks together both singleton microclusters ('one-off' outliers) and nonsingleton microclusters by their anomaly scores? How to obtain s…