← Search

Thanh Nguyen-Tang

18 accepted papers

2025

MultiMed-ST: Large-scale Many-to-many Multilingual Medical Speech Translation

EMNLP 2025

Multilingual speech translation (ST) and machine translation (MT) in the medical domain enhances patient care by enabling efficient communication across language barriers, alleviating specialized workforce shortages, and facilitating improved diagnosis and treatment, particularly during pandemics. I

2025

Neural ODE Transformers: Analyzing Internal Dynamics and Adaptive Fine-tuning

ICLR 2025poster

Recent advancements in large language models (LLMs) based on transformer architectures have sparked significant interest in understanding their inner workings. In this paper, we introduce a novel approach to modeling transformer architectures using highly flexible non-autonomous neural ordinary diff…

Cited by 0SourcePDFScholar
2025

Online Optimization for Offline Safe Reinforcement Learning

NeurIPS 2025poster

We study the problem of Offline Safe Reinforcement Learning (OSRL), where the goal is to learn a reward-maximizing policy from fixed data under a cumulative cost constraint. We propose a novel OSRL approach that frames the problem as a minimax objective and solves it by combining offline RL with onl…

Cited by 0SourcecodeScholar
2025

Wicked Oddities: Selectively Poisoning for Effective Clean-Label Backdoor Attacks

ICLR 2025poster

Deep neural networks are vulnerable to backdoor attacks, a type of adversarial attack that poisons the training data to manipulate the behavior of models trained on such data. Clean-label backdoor is a more stealthy form of backdoor attacks that can perform the attack without changing the labels of…

Cited by 2SourcePDFScholar
2024

Adversarially Robust Multi-task Representation Learning

NeurIPS 2024poster

We study adversarially robust transfer learning, wherein, given labeled data on multiple (source) tasks, the goal is to train a model with small robust error on a previously unseen (target) task. In particular, we consider a multi-task representation learning (MTRL) setting, i.e., we assume that the…

Cited by 1SourcePDFScholar
2024

Learning in Markov Games with Adaptive Adversaries: Policy Regret, Fundamental Barriers, and Efficient Algorithms

NeurIPS 2024poster

We study learning in a dynamically evolving environment modeled as a Markov game between a learner and a strategic opponent that can adapt to the learner's strategies. While most existing works in Markov games focus on external regret as the learning objective, external regret becomes inadequate w…

Cited by 1SourcePDFScholar
2024

Offline Multitask Representation Learning for Reinforcement Learning

NeurIPS 2024poster

We study offline multitask representation learning in reinforcement learning (RL), where a learner is provided with an offline dataset from different tasks that share a common representation and is asked to learn the shared representation. We theoretically investigate offline multitask low-rank RL,…

Cited by 7SourcePDFScholar
2023

Multi-Agent Learning with Heterogeneous Linear Contextual Bandits

NeurIPS 2023poster

As trained intelligent systems become increasingly pervasive, multiagent learning has emerged as a popular framework for studying complex interactions between autonomous agents. Yet, a formal understanding of how and when learners in heterogeneous environments benefit from sharing their respective e…

2023

On Instance-Dependent Bounds for Offline Reinforcement Learning with Linear Function Approximation

AAAI 2023technical

Sample-efficient offline reinforcement learning (RL) with linear function approximation has been studied extensively recently. Much of the prior work has yielded instance-independent rates that hold even for the worst-case realization of problem instances. This work seeks to understand instance-depe…

Cited by 22SourcePDFScholar
2023

On Sample-Efficient Offline Reinforcement Learning: Data Diversity, Posterior Sampling and Beyond

NeurIPS 2023poster

We seek to understand what facilitates sample-efficient learning from historical datasets for sequential decision-making, a problem that is popularly known as offline reinforcement learning (RL). Further, we are interested in algorithms that enjoy sample efficiency while leveraging (value) function…

Cited by 9SourcePDFScholar
2023

Optimistic Rates for Multi-Task Representation Learning

NeurIPS 2023poster

We study the problem of transfer learning via Multi-Task Representation Learning (MTRL), wherein multiple source tasks are used to learn a good common representation, and a predictor is trained on top of it for the target task. Under standard regularity assumptions on the loss function and task dive…

Cited by 13SourcePDFScholar
2023

TIPI: Test Time Adaptation With Transformation Invariance

CVPR 2023poster

When deploying a machine learning model to a new environment, we often encounter the distribution shift problem -- meaning the target data distribution is different from the model's training distribution. In this paper, we assume that labels are not provided for this new domain, and that we do not s…

2023

VIPeR: Provably Efficient Algorithm for Offline RL with Neural Function Approximation

ICLR 2023top-25%

We propose a novel algorithm for offline reinforcement learning called Value Iteration with Perturbed Rewards (VIPeR), which amalgamates the pessimism principle with random perturbations of the value function. Most current offline RL algorithms explicitly construct statistical confidence regions to…

2022

Learning Fractional White Noises in Neural Stochastic Differential Equations

NeurIPS 2022accept

Differential equations play important roles in modeling complex physical systems. Recent advances present interesting research directions by combining differential equations with neural networks. By including noise, stochastic differential equations (SDEs) allows us to model data with uncertainty an…

Cited by 11SourcePDFScholar
2022

Offline Neural Contextual Bandits: Pessimism, Optimization and Generalization

ICLR 2022poster

Offline policy learning (OPL) leverages existing data collected a priori for policy optimization without any active exploration. Despite the prevalence and recent interest in this problem, its theoretical and algorithmic foundations in function approximation settings remain under-developed. In this…

2021

Distributional Reinforcement Learning via Moment Matching

AAAI 2021technical

We consider the problem of learning a set of probability distributions from the empirical Bellman dynamics in distributional reinforcement learning (RL), a class of state-of-the-art methods that estimate the distribution, as opposed to only the expectation, of the total return. We formulate a method…