← Search

Khai Nguyen

35 accepted papers

2026

Code Generation and Conic Constraints for Model-Predictive Control on Microcontrollers with Conic-TinyMPC

ICRA 2026poster

Model-predictive control (MPC) is a state-of-the-art control method for constrained robotic systems, yet deployment on resource-limited hardware remains difficult. This challenge is magnified by expressive conic constraints, which offer greater modeling power but require significantly more computati…

2026

Fast Estimation of Wasserstein Distances via Regression on Sliced Wasserstein Distances

ICLR 2026poster

We address the problem of efficiently computing Wasserstein distances for multiple pairs of distributions drawn from a meta-distribution. To this end, we propose a fast estimation method based on regressing Wasserstein distance on sliced Wasserstein (SW) distances. Specifically, we leverage both sta…

Cited by 0SourcecodeScholar
2026

Streaming Sliced Optimal Transport

ICML 2026poster

Sliced optimal transport (SOT), or sliced Wasserstein (SW) distance, is widely recognized for its statistical and computational scalability. In this work, we further enhance computational scalability by proposing the first method for estimating SW from sample streams, called streaming sliced Wassers…

Cited by 0SourcecodeScholar
2025

DEQ-MPC : Deep Equilibrium Model Predictive Control

CoRL 2025poster

Incorporating task-specific priors within a policy or network architecture is crucial for enhancing safety and improving representation and generalization in robotic control problems. Differentiable Model Predictive Control (MPC) layers have proven effective for embedding these priors, such as const…

Cited by 0SourceScholar
2025

Lightspeed Geometric Dataset Distance via Sliced Optimal Transport

ICML 2025poster

We introduce sliced optimal transport dataset distance (s-OTDD), a model-agnostic, embedding-agnostic approach for dataset comparison that requires no training, is robust to variations in the number of classes, and can handle disjoint label sets. The core innovation is Moment Transform Projection…

2025

Unbiased Sliced Wasserstein Kernels for High-Quality Audio Captioning

NeurIPS 2025poster

Audio captioning systems face a fundamental challenge: teacher-forcing training creates exposure bias that leads to caption degeneration during inference. While contrastive methods have been proposed as solutions, they typically fail to capture the crucial temporal relationships between acoustic and…

Cited by 0SourceScholar
2024

Diffeomorphic Mesh Deformation via Efficient Optimal Transport for Cortical Surface Reconstruction

ICLR 2024poster

Mesh deformation plays a pivotal role in many 3D vision tasks including dynamic simulations, rendering, and reconstruction. However, defining an efficient discrepancy between predicted and target meshes remains an open problem. A prevalent approach in current deep learning is the set-based approach…

Cited by 1SourcePDFScholar
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

Hierarchical Hybrid Sliced Wasserstein: A Scalable Metric for Heterogeneous Joint Distributions

NeurIPS 2024poster

Sliced Wasserstein (SW) and Generalized Sliced Wasserstein (GSW) have been widely used in applications due to their computational and statistical scalability. However, the SW and the GSW are only defined between distributions supported on a homogeneous domain. This limitation prevents their usage in…

2024

Integrating Efficient Optimal Transport and Functional Maps For Unsupervised Shape Correspondence Learning

CVPR 2024poster

In the realm of computer vision and graphics accurately establishing correspondences between geometric 3D shapes is pivotal for applications like object tracking registration texture transfer and statistical shape analysis. Moving beyond traditional hand-crafted and data-driven feature learning meth…

Cited by 4SourcePDFScholar
2024

Revisiting Deep Audio-Text Retrieval Through the Lens of Transportation

ICLR 2024poster

The Learning-to-match (LTM) framework proves to be an effective inverse optimal transport approach for learning the underlying ground metric between two sources of data, facilitating subsequent matching. However, the conventional LTM framework faces scalability challenges, necessitating the use of t…

2024

TinyMPC: Model-Predictive Control on Resource-Constrained Microcontrollers

ICRA 2024poster

Model-predictive control (MPC) is a powerful tool for controlling highly dynamic robotic systems subject to complex constraints. However, MPC is computationally demanding, and is often impractical to implement on small, resource-constrained robotic platforms. We present TinyMPC, a high-speed MPC sol…

Cited by 39SourcecodeScholar
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

Designing Robust Transformers using Robust Kernel Density Estimation

NeurIPS 2023poster

Transformer-based architectures have recently exhibited remarkable successes across different domains beyond just powering large language models. However, existing approaches typically focus on predictive accuracy and computational cost, largely ignoring certain other practical issues such as robust…

Cited by 9SourcePDFScholar
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

Markovian Sliced Wasserstein Distances: Beyond Independent Projections

NeurIPS 2023poster

Sliced Wasserstein (SW) distance suffers from redundant projections due to independent uniform random projecting directions. To partially overcome the issue, max K sliced Wasserstein (Max-K-SW) distance ($K\geq 1$), seeks the best discriminative orthogonal projecting directions. Despite being able…

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 Cross-Layer Alignment for Model Fusion of Heterogeneous Neural Networks

ICASSP 2023accepted

OTFusion, or layer-wise model fusion via optimal transport, applies soft neuron association to unify different pre-trained networks. Despite its effectiveness in saving computational resources, OTFusion requires the input networks to have the same number of layers. To address this issue, we propose…

Cited by 0SourceScholar
2023

Self-Attention Amortized Distributional Projection Optimization for Sliced Wasserstein Point-Cloud Reconstruction

ICML 2023poster

Max sliced Wasserstein (Max-SW) distance has been widely known as a solution for less discriminative projections of sliced Wasserstein (SW) distance. In applications that have various independent pairs of probability measures, amortized projection optimization is utilized to predict the ``max" proje…

2022

FourierFormer: Transformer Meets Generalized Fourier Integral Theorem

NeurIPS 2022accept

Multi-head attention empowers the recent success of transformers, the state-of-the-art models that have achieved remarkable success in sequence modeling and beyond. These attention mechanisms compute the pairwise dot products between the queries and keys, which results from the use of unnormalized G…

Cited by 41SourcePDFScholar
2022

Improving Mini-batch Optimal Transport via Partial Transportation

ICML 2022spotlight

Mini-batch optimal transport (m-OT) has been widely used recently to deal with the memory issue of OT in large-scale applications. Despite their practicality, m-OT suffers from misspecified mappings, namely, mappings that are optimal on the mini-batch level but are partially wrong in the comparison…

Cited by 50SourcePDFScholar
2022

Improving Transformer with an Admixture of Attention Heads

NeurIPS 2022accept

Transformers with multi-head self-attention have achieved remarkable success in sequence modeling and beyond. However, they suffer from high computational and memory complexities for computing the attention matrix at each head. Recently, it has been shown that those attention matrices lie on a low-d…

Cited by 29SourcePDFScholar
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

On Transportation of Mini-batches: A Hierarchical Approach

ICML 2022spotlight

Mini-batch optimal transport (m-OT) has been successfully used in practical applications that involve probability measures with a very high number of supports. The m-OT solves several smaller optimal transport problems and then returns the average of their costs and transportation plans. Despite its…

Cited by 21SourcePDFScholar
2021

Distributional Sliced-Wasserstein and Applications to Generative Modeling

ICLR 2021spotlight

Sliced-Wasserstein distance (SW) and its variant, Max Sliced-Wasserstein distance (Max-SW), have been used widely in the recent years due to their fast computation and scalability even when the probability measures lie in a very high dimensional space. However, SW requires many unnecessary projectio…

2021

Improving Relational Regularized Autoencoders with Spherical Sliced Fused Gromov Wasserstein

ICLR 2021poster

Relational regularized autoencoder (RAE) is a framework to learn the distribution of data by minimizing a reconstruction loss together with a relational regularization on the prior of latent space. A recent attempt to reduce the inner discrepancy between the prior and aggregated posterior distributi…

Cited by 31SourcePDFScholar
2021

Structured Dropout Variational Inference for Bayesian Neural Networks

NeurIPS 2021poster

Approximate inference in Bayesian deep networks exhibits a dilemma of how to yield high fidelity posterior approximations while maintaining computational efficiency and scalability. We tackle this challenge by introducing a novel variational structured approximation inspired by the Bayesian interpre…

Cited by 10SourcePDFScholar