← Search

Chaoqi Jia

5 accepted papers

2026

Approximation Algorithm for Constrained k-Center Clustering: A Local Search Approach

AAAI 2026technical

Clustering is a long-standing research problem and a fundamental tool in AI and data analysis. The traditional k-center problem, known as a fundamental theoretical challenge in clustering, has a best possible approximation ratio of 2, and any improvement to a ratio of 2 - ε would imply P = NP. In th

Cited by 0SourcePDFScholar
2026

Optimized Algorithms for Text Clustering with LLM-Generated Constraints

AAAI 2026technical

Clustering is a fundamental tool that has garnered significant interest across a wide range of applications including text analysis. To improve clustering accuracy, many researchers have proposed incorporating background knowledge, typically in the form of must‑link and cannot‑link constraints, to

Cited by 0SourcePDFScholar
2024

Efficient Constrained K-center Clustering with Background Knowledge

AAAI 2024technical

Center-based clustering has attracted significant research interest from both theory and practice. In many practical applications, input data often contain background knowledge that can be used to improve clustering results. In this work, we build on widely adopted k-center clustering and model its…