← Search

Toan Tran

20 accepted papers

2026

Differentially Private Synthetic Tabular Data via Private Evolution

ICML 2026poster

This paper investigates the problem of generating synthetic tabular data with differential privacy (DP) guarantees, enabling data sharing in sensitive domains. Despite extensive study, state-of-the-art methods often focus on minimizing low-order marginal query errors and overlook the challenges pose…

Cited by 0SourceScholar
2025

Boosting Multiple Views for pretrained-based Continual Learning

ICLR 2025poster

Recent research has shown that Random Projection (RP) can effectively improve the performance of pre-trained models in Continual learning (CL). The authors hypothesized that using RP to map features onto a higher-dimensional space can make them more linearly separable. In this work, we theoretically…

Cited by 0SourcePDFScholar
2025

CASUAL: Conditional Support Alignment for Domain Adaptation with Label Shift

AAAI 2025technical

Unsupervised domain adaptation (UDA) refers to a domain adaptation framework in which a learning model is trained based on the labeled samples on the source domain and unlabelled ones in the target domain. The dominant existing methods in the field that rely on the classical covariate shift assumpti…

Cited by 0SourcePDFScholar
2025

Improved Training Technique for Shortcut Models

NeurIPS 2025poster

Shortcut models represent a promising, non-adversarial paradigm for generative modeling, uniquely supporting one-step, few-step, and multi-step sampling from a single trained network. However, their widespread adoption has been stymied by critical performance bottlenecks. This paper tackles the five…

Cited by 0SourceScholar
2025

Low-Rank Adaptation in Multilinear Operator Networks for Security-Preserving Incremental Learning

CVPR 2025poster

In security-sensitive fields, data should be encrypted to protect against unauthorized access and maintain confidentiality throughout processing. However, traditional networks like ViTs and CNNs return different results when processing original data versus its encrypted form, meaning that they requi…

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

Supercharged One-step Text-to-Image Diffusion Models with Negative Prompts

ICCV 2025poster

The escalating demand for real-time image synthesis has driven significant advancements in one-step diffusion models, which inherently offer expedited generation speeds compared to traditional multi-step methods. However, this enhanced efficiency is frequently accompanied by a compromise in the cont…

Cited by 0SourcePDFScholar
2025

Tokens for Learning, Tokens for Unlearning: Mitigating Membership Inference Attacks in Large Language Models via Dual-Purpose Training

ACL 2025finding

Large language models (LLMs) have become the backbone of modern natural language processing but pose privacy concerns about leaking sensitive training data. Membership inference attacks (MIAs), which aim to infer whether a sample is included in a model’s training dataset, can serve as a foundation f…

2024

On Inference Stability for Diffusion Models

AAAI 2024technical

Denoising Probabilistic Models (DPMs) represent an emerging domain of generative models that excel in generating diverse and high-quality images. However, most current training methods for DPMs often neglect the correlation between timesteps, limiting the model's performance in generating images eff…

2023

Reducing Training Time in Cross-Silo Federated Learning Using Multigraph Topology

ICCV 2023poster

Federated learning is an active research topic since it enables several participants to jointly train a model without sharing local data. Currently, cross-silo federated learning is a popular training setting that utilizes a few hundred reliable data silos with high-speed access links to training a…

Cited by 3PDFcodeScholar
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

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

Stochastic Multiple Target Sampling Gradient Descent

NeurIPS 2022accept

Sampling from an unnormalized target distribution is an essential problem with many applications in probabilistic inference. Stein Variational Gradient Descent (SVGD) has been shown to be a powerful method that iteratively updates a set of particles to approximate the distribution of interest. Furth…

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…

2021

Exploiting Domain-Specific Features to Enhance Domain Generalization

NeurIPS 2021poster

Domain Generalization (DG) aims to train a model, from multiple observed source domains, in order to perform well on unseen target domains. To obtain the generalization capability, prior DG approaches have focused on extracting domain-invariant information across sources to generalize on target doma…

2021

On Learning Domain-Invariant Representations for Transfer Learning with Multiple Sources

NeurIPS 2021poster

Domain adaptation (DA) benefits from the rigorous theoretical works that study its insightful characteristics and various aspects, e.g., learning domain-invariant representations and its trade-off. However, it seems not the case for the multiple source DA and domain generalization (DG) settings whic…

Cited by 24SourcePDFScholar
2019

A Theoretically Sound Upper Bound on the Triplet Loss for Improving the Efficiency of Deep Distance Metric Learning

CVPR 2019poster

We propose a method that substantially improves the efficiency of deep distance metric learning based on the optimization of the triplet loss function. One epoch of such training process based on a na"ive optimization of the triplet loss function has a run-time complexity O(N^3), where N is the numb…

Cited by 77PDFScholar
2017

A Bayesian Data Augmentation Approach for Learning Deep Models

NeurIPS 2017poster

Data augmentation is an essential part of the training process applied to deep learning models. The motivation is that a robust training process for deep learning models depends on large annotated datasets, which are expensive to be acquired, stored and processed. Therefore a reasonable alternativ…