randomized-algorithms

Tag

Cards List
#randomized-algorithms

k-Coloring is Faster than Computing the Chromatic Number

Hacker News Top · 2026-07-31 Cached

This paper presents a randomized algorithm that solves k-coloring on n-vertex graphs in time (2-ε_k)^n for every fixed k, resolving a long-standing open problem in exponential-time algorithms. It builds on hypergraph containers and list-coloring reductions.

0 favorites 0 likes
#randomized-algorithms

RGLD: Randomized Global-Local Density Estimation for Tabular Anomaly Detection

arXiv cs.LG · 2026-06-30 Cached

RGLD combines global random-feature density estimation with local neighbor analysis for efficient unsupervised tabular anomaly detection, achieving top AUROC performance on 47 datasets while being 50x-580x faster than deep detectors.

0 favorites 0 likes
#randomized-algorithms

The Fast Mixing Mechanism for Differential Privacy

arXiv cs.LG · 2026-06-01 Cached

This paper introduces a new differential privacy sketching mechanism based on fast transforms that achieves state-of-the-art privacy guarantees and improved runtime, and applies it to DP linear regression to obtain the first fast method for DP ordinary least squares.

0 favorites 0 likes
← Back to home

Submit Feedback