← Search

Viet Anh Nguyen

36 accepted papers

2026

Adaptive Rollout Allocation for Online Reinforcement Learning with Verifiable Rewards

ICLR 2026poster

Sampling efficiency is a key bottleneck in reinforcement learning with verifiable rewards. Existing group-based policy optimization methods, such as GRPO, allocate a fixed number of rollouts for all training prompts. This uniform allocation implicitly treats all prompts as equally informative, and c…

Cited by 0SourceScholar
2026

Exploring Diverse Generation Paths via Inference-time Stiefel Activation Steering

ICLR 2026poster

Language models often default to a narrow set of high-probability outputs, leaving their generation paths homogeneous and prone to mode collapse. Sampling-based strategies inject randomness but still struggle to guarantee diversity across multiple concurrent generation runs. We address this limitati…

Cited by 0SourceScholar
2026

Provably Data-driven Lagrangian Relaxation for Mixed Integer Linear Programming

ICML 2026poster

Lagrangian Relaxation (LR) is a powerful technique for solving large-scale Mixed Integer Linear Programming (MILP), particularly those with decomposable structures like Vehicle Routing or Unit Commitment. By relaxing coupling constraints, LR enables parallel solving of subproblems and frequently yie…

Cited by 0SourceScholar
2026

Provably Data-driven Multiple Hyper-parameter Tuning with Structured Loss Function

ICML 2026poster

Data-driven algorithm design automates hyperparameter tuning, but its statistical foundations remain limited because model performance can depend on hyperparameters in implicit and highly non-smooth ways. Existing guarantees focus on the simple case of a one-dimensional (scalar) hyperparameter. This…

Cited by 0SourceScholar
2026

Retrospective Feature Estimation for Continual Learning

ICML 2026poster

The intrinsic capability to continuously learn a changing data stream is a desideratum of deep neural networks (DNNs). However, current DNNs suffer from catastrophic forgetting, which interferes with remembering past knowledge. To mitigate this issue, existing Continual Learning (CL) approaches ofte…

Cited by 0SourcecodeScholar
2026

Test-time Diverse Reasoning by Riemannian Activation Steering

AAAI 2026technical

Best-of-N reasoning improves the accuracy of language models in solving mathematical tasks by sampling multiple candidate solutions and then selecting the best one based on some criteria. A critical bottleneck for this strategy is the output diversity limit, which occurs when the model generates sim

Cited by 0SourcePDFScholar
2025

Mixture-of-Personas Language Models for Population Simulation

ACL 2025finding

Advances in Large Language Models (LLMs) paved the way for their emerging applications in various domains, such as human behavior simulations, where LLMs could augment human-generated data in social science research and machine learning model training. However, pretrained LLMs often fail to capture…

2025

Probe-Free Low-Rank Activation Intervention

NAACL 2025long

Language models (LMs) can produce texts that appear accurate and coherent but contain untruthful or toxic content. Inference-time interventions that edit the hidden activations have shown promising results in steering the LMs towards desirable generations. Existing activation intervention methods of…

2025

Reasoning Planning for Language Models

NeurIPS 2025spotlight

Selecting an appropriate reasoning method for a given query remains a key challenge in language model generation. Existing approaches typically generate multiple candidate responses and use an aggregation strategy to select the output answer, often assuming that more candidate answers yield higher a…

Cited by 0SourcecodeScholar
2025

Structured Pruning for Diverse Best-of-N Reasoning Optimization

ACL 2025finding

Model pruning in transformer-based language models, traditionally seen as a means of computational savings, can enhance the model’s reasoning capabilities. In this work, we uncover the surprising phenomenon that the selective pruning of certain attention heads leads to improvements in reasoning perf…

2025

Task-driven Layerwise Additive Activation Intervention

NAACL 2025short

Modern language models (LMs) have significantly advanced generative modeling in natural language processing (NLP). Despite their success, LMs often struggle with adaptation to new contexts in real-time applications. A promising approach to task adaptation is activation intervention, which steers the…

2024

Cold-start Recommendation by Personalized Embedding Region Elicitation

UAI 2024poster

Rating elicitation is a success element for recommender systems to perform well at cold-starting, in which the systems need to recommend items to a newly arrived user with no prior knowledge about the user’s preference. Existing elicitation methods employ a fixed set of items to learn the user’s pre…

Cited by 0SourcePDFScholar
2024

Explaining Graph Neural Networks via Structure-aware Interaction Index

ICML 2024poster

The Shapley value is a prominent tool for interpreting black-box machine learning models thanks to its strong theoretical foundation. However, for models with structured inputs, such as graph neural networks, existing Shapley-based explainability approaches either focus solely on node-wise importanc…

2024

Generative Conditional Distributions by Neural (Entropic) Optimal Transport

ICML 2024poster

Learning conditional distributions is challenging because the desired outcome is not a single distribution but multiple distributions that correspond to multiple instances of the covariates. We introduce a novel neural entropic optimal transport method designed to effectively learn generative models…

2023

Dynamic Flows on Curved Space Generated by Labeled Data

IJCAI 2023poster

The scarcity of labeled data is a long-standing challenge for many machine learning tasks. We propose our gradient flow method to leverage the existing dataset (i.e., source) to generate new samples that are close to the dataset of interest (i.e., target). We lift both datasets to the space of proba…

Cited by 11SourcePDFScholar
2022

Distributionally Robust Fair Principal Components via Geodesic Descents

ICLR 2022poster

Principal component analysis is a simple yet useful dimensionality reduction technique in modern machine learning pipelines. In consequential domains such as college admission, healthcare and credit approval, it is imperative to take into account emerging criteria such as the fairness and the robust…

Cited by 18SourcePDFScholar
2022

Sobolev Transport: A Scalable Metric for Probability Measures with Graph Metrics

AISTATS 2022poster

Optimal transport (OT) is a popular measure to compare probability distributions. However, OT suffers a few drawbacks such as (i) a high complexity for computation, (ii) indefiniteness which limits its applicability to kernel machines. In this work, we consider probability measures supported on a gr…

2022

Tikhonov Regularization is Optimal Transport Robust under Martingale Constraints

NeurIPS 2022accept

Distributionally robust optimization (DRO) has been shown to offer a principled way to regularize learning models. In this paper, we find that Tikhonov regularization is distributionally robust in an optimal transport sense (i.e. if an adversary chooses distributions in a suitable optimal transport…

Cited by 12SourcePDFScholar
2021

Adversarial Regression with Doubly Non-negative Weighting Matrices

NeurIPS 2021poster

Many machine learning tasks that involve predicting an output response can be solved by training a weighted regression model. Unfortunately, the predictive power of this type of models may severely deteriorate under low sample sizes or under covariate perturbations. Reweighting the training samples…

Cited by 8SourcePDFScholar
2021

Principal Component Hierarchy for Sparse Quadratic Programs

ICML 2021spotlight

We propose a novel approximation hierarchy for cardinality-constrained, convex quadratic programs that exploits the rank-dominating eigenvectors of the quadratic matrix. Each level of approximation admits a min-max characterization whose objective function can be optimized over the binary variables…

2021

Sequential Domain Adaptation by Synthesizing Distributionally Robust Experts

ICML 2021oral

Least squares estimators, when trained on few target domain samples, may predict poorly. Supervised domain adaptation aims to improve the predictive accuracy by exploiting additional labeled training samples from a source distribution that is close to the target distribution. Given available data, w…

2021

Testing Group Fairness via Optimal Transport Projections

ICML 2021spotlight

We have developed a statistical testing framework to detect if a given machine learning classifier fails to satisfy a wide range of group fairness notions. Our test is a flexible, interpretable, and statistically rigorous tool for auditing whether exhibited biases are intrinsic to the algorithm or s…

Cited by 35SourcePDFScholar
2020

Distributionally Robust Local Non-parametric Conditional Estimation

NeurIPS 2020poster

Conditional estimation given specific covariate values (i.e., local conditional estimation or functional estimation) is ubiquitously useful with applications in engineering, social and natural sciences. Existing data-driven non-parametric estimators mostly focus on structured homogeneous data (e.g.,…

2020

Distributionally Robust Parametric Maximum Likelihood Estimation

NeurIPS 2020poster

We consider the parameter estimation problem of a probabilistic generative model prescribed using a natural exponential family of distributions. For this problem, the typical maximum likelihood estimator usually overfits under limited training sample size, is sensitive to noise and may perform poorl…

2019

Calculating Optimistic Likelihoods Using (Geodesically) Convex Optimization

NeurIPS 2019poster

A fundamental problem arising in many areas of machine learning is the evaluation of the likelihood of a given observation under different nominal distributions. Frequently, these nominal distributions are themselves estimated from data, which makes them susceptible to estimation errors. We thus pro…

2019

Optimistic Distributionally Robust Optimization for Nonparametric Likelihood Approximation

NeurIPS 2019poster

The likelihood function is a fundamental component in Bayesian statistics. However, evaluating the likelihood of an observation is computationally intractable in many applications. In this paper, we propose a non-parametric approximation of the likelihood that identifies a probability measure which…

2018

Wasserstein Distributionally Robust Kalman Filtering

NeurIPS 2018spotlight

We study a distributionally robust mean square error estimation problem over a nonconvex Wasserstein ambiguity set containing only normal distributions. We show that the optimal estimator and the least favorable distribution form a Nash equilibrium. Despite the non-convex nature of the ambiguity set…