← Search

Huy Nguyen

49 accepted papers

2026

One-Prompt Strikes Back: Sparse Mixture of Experts for Prompt-based Continual Learning

ICLR 2026poster

Prompt-based methods have recently gained prominence in Continual Learning (CL) due to their strong performance and memory efficiency. A prevalent strategy in this paradigm assigns a dedicated subset of prompts to each task, which, while effective, incurs substantial computational overhead and cause…

Cited by 0SourcecodeScholar
2026

Revisit Visual Prompt Tuning: The Expressiveness of Prompt Experts

ICLR 2026poster

Visual Prompt Tuning (VPT) has proven effective for parameter-efficient adaptation of pre-trained vision models to downstream tasks by inserting task-specific learnable prompt tokens. Despite its empirical success, a comprehensive theoretical understanding of VPT remains an active area of research.…

Cited by 0SourcecodeScholar
2025

AG-VPReID: A Challenging Large-Scale Benchmark for Aerial-Ground Video-based Person Re-Identification

CVPR 2025poster

We introduce AG-VPReID, a new large-scale dataset for aerial-ground video-based person re-identification (ReID) that comprises 6,632 subjects, 32,321 tracklets and over 9.6 million frames captured by drones (altitudes ranging from 15-120m), CCTV, and wearable cameras. This dataset offers a real-worl…

2025

GraspMAS: Zero-Shot Language-driven Grasp Detection with Multi-Agent System

IROS 2025

Language-driven grasp detection has the potential to revolutionize human-robot interaction by allowing robots to understand and execute grasping tasks based on natural language commands. However, existing approaches face two key challenges. First, they often struggle to interpret complex text instru

Cited by 0SourcecodeScholar
2025

Lean and Mean Adaptive Optimization via Subset-Norm and Subspace-Momentum with Convergence Guarantees

ICML 2025poster

We introduce two complementary techniques for efficient optimization that reduce memory requirements while accelerating training of large-scale neural networks. The first technique, Subset-Norm step size, generalizes AdaGrad-Norm and AdaGrad(-Coordinate) through step-size sharing. Subset-Norm (SN) r…

Cited by 0SourcePDFScholar
2025

Maximum Coverage in Turnstile Streams with Applications to Fingerprinting Measures

ICML 2025poster

In the maximum coverage problem we are given $d$ subsets from a universe $[n]$, and the goal is to output $k$ subsets such that their union covers the largest possible number of distinct items. We present the first algorithm for maximum coverage in the turnstile streaming model, where updates which…

Cited by 0SourcePDFScholar
2025

On Minimax Estimation of Parameters in Softmax-Contaminated Mixture of Experts

NeurIPS 2025poster

The softmax-contaminated mixture of experts (MoE) model is deployed when a large-scale pre-trained model, which plays the role of a fixed expert, is fine-tuned for learning downstream tasks by including a new contamination part, or prompt, functioning as a new, trainable expert. Despite its populari…

Cited by 0SourceScholar
2025

On Zero-Initialized Attention: Optimal Prompt and Gating Factor Estimation

ICML 2025poster

LLaMA-Adapter has recently emerged as an efficient fine-tuning technique for LLaMA models, leveraging zero-initialized attention to stabilize training and enhance performance. However, despite its empirical success, the theoretical foundations of zero-initialized attention remain largely unexplored.…

Cited by 1SourcePDFScholar
2025

Online and Streaming Algorithms for Constrained k-Submodular Maximization

AAAI 2025technical

Constrained k-submodular maximization is a general framework that captures many discrete optimization problems such as ad allocation, influence maximization, personalized recommendation, and many others. In many of these applications, datasets are large or decisions need to be made in an online mann…

Cited by 3SourcePDFScholar
2025

RepLoRA: Reparameterizing Low-rank Adaptation via the Perspective of Mixture of Experts

ICML 2025poster

Low-rank Adaptation (LoRA) has emerged as a powerful and efficient method for fine-tuning large-scale foundation models. Despite its popularity, the theoretical understanding of LoRA has remained underexplored. In this paper, we present a theoretical analysis of LoRA by examining its connection to t…

Cited by 1SourcePDFScholar
2025

Revisiting Prefix-tuning: Statistical Benefits of Reparameterization among Prompts

ICLR 2025poster

Prompt-based techniques, such as prompt-tuning and prefix-tuning, have gained prominence for their efficiency in fine-tuning large pre-trained models. Despite their widespread adoption, the theoretical foundations of these methods remain limited. For instance, in prefix-tuning, we observe that a key…

Cited by 4SourcePDFScholar
2025

Statistical Advantages of Perturbing Cosine Router in Mixture of Experts

ICLR 2025poster

The cosine router in Mixture of Experts (MoE) has recently emerged as an attractive alternative to the conventional linear router. Indeed, the cosine router demonstrates favorable performance in image and language tasks and exhibits better ability to mitigate the representation collapse issue, which…

Cited by 6SourcePDFScholar
2025

Understanding Expert Structures on Minimax Parameter Estimation in Contaminated Mixture of Experts

AISTATS 2025poster

We conduct the convergence analysis of parameter estimation in the contaminated mixture of experts. This model is motivated from the prompt learning problem where ones utilize prompts, which can be formulated as experts, to fine-tune a large-scale pre-trained model for learning downstream tasks. The…

Cited by 0SourceScholar
2024

A General Theory for Softmax Gating Multinomial Logistic Mixture of Experts

ICML 2024poster

Mixture-of-experts (MoE) model incorporates the power of multiple submodels via gating functions to achieve greater performance in numerous regression and classification applications. From a theoretical perspective, while there have been previous attempts to comprehend the behavior of that model und…

Cited by 8SourcePDFScholar
2024

Fast Approximation of the Generalized Sliced-Wasserstein Distance

ICASSP 2024accepted

Generalized sliced-Wasserstein distance is a variant of slicedWasserstein distance that exploits the power of non-linear projection through a given defining function to better capture the complex structures of probability distributions. Similar to the sliced-Wasserstein distance, generalized slicedW…

Cited by 0SourceScholar
2024

FuseMoE: Mixture-of-Experts Transformers for Fleximodal Fusion

NeurIPS 2024poster

As machine learning models in critical fields increasingly grapple with multimodal data, they face the dual challenges of handling a wide array of modalities, often incomplete due to missing elements, and the temporal irregularity and sparsity of collected samples. Successfully leveraging this compl…

Cited by 22SourcePDFScholar
2024

Mixture of Experts Meets Prompt-Based Continual Learning

NeurIPS 2024poster

Exploiting the power of pre-trained models, prompt-based approaches stand out compared to other continual learning solutions in effectively preventing catastrophic forgetting, even with very few learnable parameters and without the need for a memory buffer. While existing prompt-based continual lear…

2024

Private Vector Mean Estimation in the Shuffle Model: Optimal Rates Require Many Messages

ICML 2024poster

We study the problem of private vector mean estimation in the shuffle model of privacy where $n$ users each have a unit vector $v^{(i)} \in \mathbb{R}^d$. We propose a new multi-message protocol that achieves the optimal error using $O(\min(n\varepsilon^2,d))$ messages per user. Moreover, we show th…

Cited by 3SourcePDFScholar
2024

Sigmoid Gating is More Sample Efficient than Softmax Gating in Mixture of Experts

NeurIPS 2024poster

The softmax gating function is arguably the most popular choice in mixture of experts modeling. Despite its widespread use in practice, the softmax gating may lead to unnecessary competition among experts, potentially causing the undesirable phenomenon of representation collapse due to its inherent…

Cited by 7SourcePDFScholar
2024

Statistical Perspective of Top-K Sparse Softmax Gating Mixture of Experts

ICLR 2024poster

Top-K sparse softmax gating mixture of experts has been widely used for scaling up massive deep-learning architectures without increasing the computational cost. Despite its popularity in real-world applications, the theoretical understanding of that gating function has remained an open problem. The…

Cited by 17SourcePDFScholar
2024

Towards Convergence Rates for Parameter Estimation in Gaussian-gated Mixture of Experts

AISTATS 2024poster

Originally introduced as a neural network for ensemble learning, mixture of experts (MoE) has recently become a fundamental building block of highly successful modern deep neural networks for heterogeneous data analysis in several applications of machine learning and statistics. Despite its populari…

2023

An Efficient Algorithm for Fair Multi-Agent Multi-Armed Bandit with Low Regret

AAAI 2023technical

Recently a multi-agent variant of the classical multi-armed bandit was proposed to tackle fairness issues in online learning. Inspired by a long line of work in social choice and economics, the goal is to optimize the Nash social welfare instead of the total utility. Unfortunately previous algorithm…

2023

Fast Optimal Locally Private Mean Estimation via Random Projections

NeurIPS 2023poster

We study the problem of locally private mean estimation of high-dimensional vectors in the Euclidean ball. Existing algorithms for this problem either incur sub-optimal error or have high communication and/or run-time complexity. We propose a new algorithmic framework, namely ProjUnit, for private m…

2023

Hierarchical Sliced Wasserstein Distance

ICLR 2023poster

Sliced Wasserstein (SW) distance has been widely used in different application scenarios since it can be scaled to a large number of supports without suffering from the curse of dimensionality. The value of sliced Wasserstein distance is the average of transportation cost between one-dimensional rep…

2023

High Probability Convergence of Stochastic Gradient Methods

ICML 2023poster

In this work, we describe a generic approach to show convergence with high probability for both stochastic convex and non-convex optimization with sub-Gaussian noise. In previous works for convex optimization, either the convergence is only in expectation or the bound depends on the diameter of the…

Cited by 54SourcePDFScholar
2023

Improved Convergence in High Probability of Clipped Gradient Methods with Heavy Tailed Noise

NeurIPS 2023spotlight

In this work, we study the convergence in high probability of clipped gradient methods when the noise distribution has heavy tails, i.e., with bounded $p$th moments, for some $1<p\le2$. Prior works in this setting follow the same recipe of using concentration inequalities and an inductive argument w…

Cited by 22SourcePDFScholar
2023

Improved Frequency Estimation Algorithms with and without Predictions

NeurIPS 2023spotlight

Estimating frequencies of elements appearing in a data stream is a key task in large-scale data analysis. Popular sketching approaches to this problem (e.g., CountMin and CountSketch) come with worst-case guarantees that probabilistically bound the error of the estimated frequencies for any possible…

Cited by 13SourcePDFScholar
2023

Improved Learning-augmented Algorithms for k-means and k-medians Clustering

ICLR 2023poster

We consider the problem of clustering in the learning-augmented setting. We are given a data set in $d$-dimensional Euclidean space, and a label for each data point given by a predictor indicating what subsets of points should be clustered together. This setting captures situations where we have acc…

2023

Minimax Optimal Rate for Parameter Estimation in Multivariate Deviated Models

NeurIPS 2023poster

We study the maximum likelihood estimation (MLE) in the multivariate deviated model where the data are generated from the density function $(1-\lambda^{\ast})h_{0}(x)+\lambda^{\ast}f(x|\mu^{\ast}, \Sigma^{\ast})$ in which $h_{0}$ is a known function, $\lambda^{\ast} \in [0,1]$ and $(\mu^{\ast}, \Sig…

Cited by 4SourcePDFScholar
2023

On the Convergence of AdaGrad(Norm) on $\mathbb{R}^d$: Beyond Convexity, Non-Asymptotic Rate and Acceleration

ICLR 2023poster

Existing analysis of AdaGrad and other adaptive methods for smooth convex optimization is typically for functions with bounded domain diameter. In unconstrained problems, previous works guarantee an asymptotic convergence rate without an explicit constant factor that holds true for the entire functi…

Cited by 12SourcePDFScholar
2023

On the Generalization Error of Stochastic Mirror Descent for Quadratically-Bounded Losses: an Improved Analysis

NeurIPS 2023poster

In this work, we revisit the generalization error of stochastic mirror descent for quadratically bounded losses studied in Telgarsky (2022). Quadratically bounded losses is a broad class of loss functions, capturing both Lipschitz and smooth functions, for both regression and classification problems…

Cited by 0SourcePDFScholar
2022

Adaptive Accelerated (Extra-)Gradient Methods with Variance Reduction

ICML 2022spotlight

In this paper, we study the finite-sum convex optimization problem focusing on the general convex case. Recently, the study of variance reduced (VR) methods and their accelerated variants has made exciting progress. However, the step size used in the existing VR algorithms typically depends on the s…

2022

Entropic Gromov-Wasserstein between Gaussian Distributions

ICML 2022spotlight

We study the entropic Gromov-Wasserstein and its unbalanced version between (unbalanced) Gaussian distributions with different dimensions. When the metric is the inner product, which we refer to as inner product Gromov-Wasserstein (IGW), we demonstrate that the optimal transportation plans of entrop…

2022

On Multimarginal Partial Optimal Transport: Equivalent Forms and Computational Complexity

AISTATS 2022poster

We study the multi-marginal partial optimal transport (POT) problem between $m$ discrete (unbalanced) measures with at most $n$ supports. We first prove that we can obtain two equivalent forms of the multimarginal POT problem in terms of the multimarginal optimal transport problem via novel extensio…

Cited by 13SourcePDFScholar
2022

Private frequency estimation via projective geometry

ICML 2022spotlight

In this work, we propose a new algorithm ProjectiveGeometryResponse (PGR) for locally differentially private (LDP) frequency estimation. For universe size of k and with n users, our eps-LDP algorithm has communication cost ceil(log_2 k) and computation cost O(n + k\exp(eps) log k) for the server to…

2021

On Robust Optimal Transport: Computational Complexity and Barycenter Computation

NeurIPS 2021poster

We consider robust variants of the standard optimal transport, named robust optimal transport, where marginal constraints are relaxed via Kullback-Leibler divergence. We show that Sinkhorn-based algorithms can approximate the optimal cost of robust optimal transport in $\widetilde{\mathcal{O}}(\frac…

Cited by 48SourcePDFScholar
2020

Development of a Robotic System for Automated Decaking of 3D-Printed Parts

ICRA 2020poster

With the rapid rise of 3D-printing as a competitive mass manufacturing method, manual "decaking" – i.e. removing the residual powder that sticks to a 3D-printed part – has become a significant bottleneck. Here, we introduce, for the first time to our knowledge, a robotic system for automated decakin…

Cited by 19SourceScholar
2017

Decomposable Submodular Function Minimization: Discrete and Continuous

NeurIPS 2017spotlight

This paper investigates connections between discrete and continuous approaches for decomposable submodular function minimization. We provide improved running time estimates for the state-of-the-art continuous algorithms for the problem using combinatorial arguments. We also provide a systematic expe…

Cited by 32SourcePDFScholar
2015

The Power of Randomization: Distributed Submodular Maximization on Massive Datasets

ICML 2015poster

A wide variety of problems in machine learning, including exemplar clustering, document summarization, and sensor placement, can be cast as constrained submodular maximization problems. Unfortunately, the resulting submodular optimization problems are often too large to be solved on a single machine…

Cited by 114SourcePDFScholar