paper-with-me

Papers

Learning-Augmented Streaming Algorithms for Correlation Clustering

2025-10-12 · Yinhao Dong, Shan Jiang, Shi Li, Pan Peng arxiv

We study streaming algorithms for Correlation Clustering. Given a graph as an arbitrary-order stream of edges, with each edge labeled as positive or negative, the goal is to partition the vertices into disjoint clusters, such that the number of disagreements is minimized. In this paper, we give the first learning-augmented streaming algorithms for the problem on both complete and general graphs, improving the best-known space-approximation tradeoffs. Based on the works of Cambus et al. (SODA'24) and Ahn et al. (ICML'15), our algorithms use the predictions of pairwise distances between vertices provided by a predictor. For complete graphs, our algorithm achieves a better-than-$3$ approximation under good prediction quality, while using $\tilde{O}(n)$ total space. For general graphs, our algorithm achieves an $O(\log |E^-|)$ approximation under good prediction quality using $\tilde{O}(n)$ total space, improving the best-known non-learning algorithm in terms of space efficiency. Experimental results on synthetic and real-world datasets demonstrate the superiority of our proposed algorithms over their non-learning counterparts.

📄 PDF Abstract BibTeX arXiv:2510.10705

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Streaming Algorithms and Lower Bounds for Estimating Correlation Clustering Cost

2023-09-21 · NeurIPS 2023 11

Correlation clustering is a fundamental optimization problem at the intersection of machine learning and theoretical computer science. Motivated by applications to big data processing, recent years have witnessed a flur…

SAKR: Enhancing Retrieval-Augmented Generation via Streaming Algorithm and K-Means Clustering

2024-07-31 · Haoyu Kang, Yuzhou Zhu, Yukun Zhong, Ke Wang

Retrieval-augmented generation (RAG) has achieved significant success in information retrieval to assist large language models LLMs because it builds an external knowledge database. However, it also has many problems, it…

Information RetrievalRAGRetrievalRetrieval-augmented Generation

Sublinear Time and Space Algorithms for Correlation Clustering via Sparse-Dense Decompositions

2021-09-29 · Sepehr Assadi, Chen Wang

We present a new approach for solving (minimum disagreement) correlation clustering that results in sublinear algorithms with highly efficient time and space complexity for this problem. In particular, we obtain the foll…

Clustering

Adversarial Robustness of Streaming Algorithms through Importance Sampling

2021-06-28 · NeurIPS 2021 12 · Vladimir Braverman, Avinatan Hassidim, Yossi Matias, Mariano Schain 외

In this paper, we introduce adversarially robust streaming algorithms for central machine learning and algorithmic tasks, such as regression and clustering, as well as their more general counterparts, subspace embedding,…

Adversarial RobustnessClusteringregression

Differentially Private Clustering in Data Streams

2023-07-14 · Alessandro Epasto, Tamalika Mukherjee, Peilin Zhong

The streaming model is an abstraction of computing over massive data streams, which is a popular way of dealing with large-scale modern data analysis. In this model, there is a stream of data points, one after the other.…

Clustering