← Search

A. Tuan Nguyen

7 accepted papers

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…

2022

FedSR: A Simple and Effective Domain Generalization Method for Federated Learning

NeurIPS 2022accept

Federated Learning (FL) refers to the decentralized and privacy-preserving machine learning framework in which multiple clients collaborate (with the help of a central server) to train a global model without sharing their data. However, most existing FL methods only focus on maximizing the model's p…

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

Clinical Risk Prediction with Temporal Probabilistic Asymmetric Multi-Task Learning

AAAI 2021technical

Although recent multi-task learning methods have shown to be effective in improving the generalization of deep neural networks, they should be used with caution for safety-critical applications, such as clinical risk prediction. This is because even if they achieve improved task-average performance,…

2021

Domain Invariant Representation Learning with Domain Density Transformations

NeurIPS 2021poster

Domain generalization refers to the problem where we aim to train a model on data from a set of source domains so that the model can generalize to unseen target domains. Naively training a model on the aggregate set of data (pooled from all source domains) has been shown to perform suboptimally, sin…