← Search

Qilong Feng

19 accepted papers

2026

A More Efficient Reduction from Outlier-Aware to Outlier-Free k-Median

AAAI 2026technical

Given a non-negative integer \ell, the k-median with outliers problem extends the standard k-median problem by allowing the removal of up to \ell points and minimizing the clustering cost over the remaining ones. Algorithmic development in this setting remains an active area of research due to its r

Cited by 0SourcePDFScholar
2026

Linear Time Algorithms for Individually Fair k-means via Multi-Swap Local Search

AAAI 2026technical

Fair clustering has attracted increased attention in recent years. In this work, we study the individually fair clustering problem in Euclidean space. While single-swap local search methods have achieved near-linear running time and constant approximation guarantees, their performance often depends

Cited by 0SourcePDFScholar
2026

New Algorithms for Fully-Dynamic k-center with Outliers

ICML 2026poster

In this paper, we study the fully-dynamic k-center with outliers problem. In this setting, the clustering data changes over time through a sequence of updates. The goal is to maintain an approximate k-center solution with efficient update and query time, while allowing up to z points to be discarded…

Cited by 0SourceScholar
2025

A Single-Swap Local Search Algorithm for k-Means of Lines

NeurIPS 2025poster

Clustering is a fundamental problem that has been extensively studied over past few decades, with most research focusing on point-based clustering such as $k$-means, $k$-median, and $k$-center. However, numerous real-world applications, such as motion analysis, computer vision, and missing data anal…

Cited by 0SourceScholar
2025

Fast Local Search Algorithms for Clustering with Adaptive Sampling and Bandit Strategies

NeurIPS 2025poster

Local search is a powerful clustering technique that provides high-quality solutions with theoretical guarantees. With distance-based sampling strategies, local search methods can achieve constant approximations for clustering with linear running time in data size. Despite their effectiveness, exist…

Cited by 0SourceScholar
2025

Fully-Scalable Massively Parallel Algorithm for k-center with Outliers

AAAI 2025technical

In this paper, we consider the k-center problem with outliers (the (k, z)-center problem) in the context of Massively Parallel Computation (MPC). Existing MPC algorithms for the (k, z)-center problem typically require Ω(k) local space per machine. While this may be feasible when k is small, these al…

Cited by 0SourcePDFScholar
2025

New Algorithms for the Learning-Augmented k-means Problem

ICLR 2025poster

In this paper, we study the clustering problems in the learning-augmented setting, where predicted labels for a d-dimensional dataset with size m are given by an oracle to serve as auxiliary information to improve the clustering performance. Following the prior work, the given oracle is parameterize…

Cited by 0SourcePDFScholar
2025

Parameterized Approximation Algorithm for Doubly Constrained Fair Clustering

IJCAI 2025

Fair clustering has recently received considerable attention where numerous distinct fairness notions are developed. Despite being well-justified, these fairness notions are frequently studied in isolation, leaving the need to explore how they can be combined. Building on prior work, we focus on the

Cited by 0SourcePDFScholar
2025

RAPID: Long-Context Inference with Retrieval-Augmented Speculative Decoding

ICML 2025spotlight

The emergence of long-context large language models (LLMs) offers a promising alternative to traditional retrieval-augmented generation (RAG) for processing extensive documents. However, the computational overhead of long-context inference presents significant efficiency challenges. While Speculativ…

Cited by 0SourcePDFScholar
2024

Linear Time Approximation Algorithm for Column Subset Selection with Local Search

NeurIPS 2024poster

The Column Subset Selection (CSS) problem has been widely studied in dimensionality reduction and feature selection. The goal of the CSS problem is to output a submatrix S, consisting of k columns from an n×d input matrix A that minimizes the residual error ‖A-SS^\dagger A‖_F^2, where S^\dagger is t…

Cited by 0SourcePDFScholar
2024

Near-Linear Time Approximation Algorithms for k-means with Outliers

ICML 2024poster

The k-means with outliers problem is one of the most extensively studied clustering problems in the field of machine learning, where the goal is to discard up to z outliers and identify a minimum k-means clustering on the remaining data points. Most previous results for this problem have running tim…

Cited by 2SourcePDFScholar
2024

Parameterized Approximation Schemes for Fair-Range Clustering

NeurIPS 2024poster

Fair-range clustering extends classical clustering formulations by associating each data point with one or more demographic labels. It imposes lower and upper bound constraints on the number of facilities opened for each label, ensuring fair representation of all demographic groups by the selected f…

Cited by 0SourcePDFScholar
2024

SEC: More Accurate Clustering Algorithm via Structural Entropy

AAAI 2024technical

As one of the most popular machine learning tools in the field of unsupervised learning, clustering has been widely used in various practical applications. While numerous methods have been proposed for clustering, a commonly encountered issue is that the existing clustering methods rely heavily on l…

Cited by 0SourcePDFScholar
2024

Towards a Theoretical Understanding of Why Local Search Works for Clustering with Fair-Center Representation

AAAI 2024technical

The representative k-median problem generalizes the classical clustering formulations in that it partitions the data points into several disjoint demographic groups and poses a lower-bound constraint on the number of opened facilities from each group, such that all the groups are fairly represented…

Cited by 1SourcePDFScholar
2023

Fast Algorithms for Distributed k-Clustering with Outliers

ICML 2023poster

In this paper, we study the $k$-clustering problems with outliers in distributed setting. The current best results for the distributed $k$-center problem with outliers have quadratic local running time with communication cost dependent on the aspect ratio $\Delta$ of the given instance, which may co…

Cited by 6SourcePDFScholar
2023

Linear Time Algorithms for k-means with Multi-Swap Local Search

NeurIPS 2023poster

The local search methods have been widely used to solve the clustering problems. In practice, local search algorithms for clustering problems mainly adapt the single-swap strategy, which enables them to handle large-scale datasets and achieve linear running time in the data size. However, compared w…

Cited by 1SourcePDFScholar
2022

FLS: A New Local Search Algorithm for K-means with Smaller Search Space

IJCAI 2022poster

The k-means problem is an extensively studied unsupervised learning problem with various applications in decision making and data mining. In this paper, we propose a fast and practical local search algorithm for the k-means problem. Our method reduces the search space of swap pairs from O(nk) to O(k…

Cited by 2SourcePDFScholar