← Search

Ziyun Huang

12 accepted papers

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

TTVD: Towards a Geometric Framework for Test-Time Adaptation Based on Voronoi Diagram

ICLR 2025poster

Deep learning models often struggle with generalization when deploying on real-world data, due to the common distributional shift to the training data. Test-time adaptation (TTA) is an emerging scheme used at inference time to address this issue. In TTA, models are adapted online at the same time wh…

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

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
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
2023

Progressive Voronoi Diagram Subdivision Enables Accurate Data-free Class-Incremental Learning

ICLR 2023poster

Data-free Class-incremental Learning (CIL) is a challenging problem because rehearsing data from previous phases is strictly prohibited, causing catastrophic forgetting of Deep Neural Networks (DNNs). In this paper, we present \emph{iVoro}, a novel framework derived from computational geometry. We f…

Cited by 23SourcePDFScholar
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
2021

Improving uncertainty calibration of deep neural networks via truth discovery and geometric optimization

UAI 2021poster

Deep Neural Networks (DNNs), despite their tremendous success in recent years, could still cast doubts on their predictions due to the intrinsic uncertainty associated with their learning process. Ensemble techniques and post-hoc calibrations are two types of approaches that have individually shown…