← Search

Dang Nguyen

26 accepted papers

2026

$f$-Divergence Self-Play for Tabular Anomaly Detection via Large Language Models

ICML 2026poster

Anomaly detection in tabular data poses significant challenges due to heterogeneous feature types—mixing numerical, categorical, and textual attributes, which complicate learning meaningful representations of normality. Recent work has applied large language models (LLMs) to this problem by serializ…

Cited by 0SourceScholar
2026

Adaptive Acquisition Selection for Bayesian Optimization with Large Language Models

ICLR 2026poster

Bayesian Optimization critically depends on the choice of acquisition function, but no single strategy is universally optimal; the best choice is non-stationary and problem-dependent. Existing adaptive portfolio methods often base their decisions on past function values while ignoring richer inform…

Cited by 0SourcecodeScholar
2026

Causal-aware Anomaly Detection for Tabular Data

ICML 2026poster

Anomaly detection (AD) methods often ignore causal dependencies and treat anomalies as outliers, which is brittle when anomalies are primarily mechanism violations rather than extreme values. We propose CausalAno, a causal-aware detector that trains a causal GAN on normal data and leverages its disc…

Cited by 0SourceScholar
2026

Data Selection for Fine-tuning Vision Language Models via Cross Modal Alignment Trajectories

ICML 2026poster

Data-efficient learning aims to eliminate redundancy in large training datasets by train- ing models on smaller subsets of the most informative examples. While data selection has been extensively explored for vision models and large language models (LLMs), it remains underexplored for Large Vision-L…

Cited by 0SourceScholar
2026

Do We Need All the Synthetic Data? Targeted Image Augmentation via Diffusion Models

ICLR 2026poster

Synthetically augmenting training datasets with diffusion models has been an effective strategy for improving generalization of image classifiers. However, existing techniques struggle to ensure the diversity of generation and increase the size of the data by up to 10-30x to improve the in-distribut…

Cited by 0SourcecodeScholar
2026

FaSTA*: Fast-Slow Toolpath Agent with Subroutine Mining for Efficient Multi-turn Image Editing

ICLR 2026poster

We develop a cost-efficient neurosymbolic agent to address challenging multi-turn image editing tasks such as "Detect the bench in the image while recoloring it to pink. Also, remove the cat for a clearer view and recolor the wall to yellow." It combines the fast, high-level subtask planning by larg…

Cited by 0SourcecodeScholar
2026

Universal Multi-Domain Translation via Diffusion Routers

ICLR 2026poster

Multi-domain translation (MDT) aims to learn translations between multiple domains, yet existing approaches either require fully aligned tuples or can only handle domain pairs seen in training, limiting their practicality and excluding many cross-domain mappings. We introduce universal MDT (UMDT), a…

Cited by 0SourcecodeScholar
2025

Beyond Semantic Entropy: Boosting LLM Uncertainty Quantification with Pairwise Semantic Similarity

ACL 2025finding

Hallucination in large language models (LLMs) can be detected by assessing the uncertainty of model outputs, typically measured using entropy. Semantic entropy (SE) enhances traditional entropy estimation by quantifying uncertainty at the semantic cluster level. However, as modern LLMs generate long…

2025

ColorBench: Can VLMs See and Understand the Colorful World? A Comprehensive Benchmark for Color Perception, Reasoning, and Robustness

NeurIPS 2025poster

Color plays an important role in human perception and usually provides critical clues in visual reasoning. However, it is unclear whether and how vision-language models (VLMs) can perceive, understand, and leverage color as humans. This paper introduces ColorBench, an innovative benchmark meticulous…

Cited by 0SourcecodeScholar
2025

GPT-4V Cannot Generate Radiology Reports Yet

NAACL 2025findings

GPT-4’s purported strong multimodal abilities raise interests in using it to automate radiology report writing, but there lacks thorough evaluations. In this work, we perform a systematic evaluation of GPT-4 (4o and vision-preview) in generating radiology reports across three chest X-ray report benc…

Cited by 3SourcePDFScholar
2025

Mini-batch Coresets for Memory-efficient Language Model Training on Data Mixtures

ICLR 2025poster

Training with larger mini-batches improves the convergence rate and can yield superior performance. However, training with large mini-batches becomes prohibitive for Large Language Models (LLMs), due to the large GPU memory requirement. To address this problem, an effective approach is finding small…

Cited by 0SourcePDFScholar
2025

RuleR: Improving LLM Controllability by Rule-based Data Recycling

NAACL 2025short

Large language models (LLMs) still lack delicate controllability over their responses, which is critical to enhancing their performance and the user experience. However, curating supervised fine-tuning (SFT) datasets to improve LLM controllability usually relies on human experts or proprietary LLMs,…

2025

Synthetic Text Generation for Training Large Language Models via Gradient Matching

ICML 2025poster

Synthetic data has the potential to improve the performance, training efficiency, and privacy of real training examples. Nevertheless, existing approaches for synthetic text generation are mostly heuristics and cannot generate human-readable text without compromising the privacy of real data, or pro…

2024

COMBAT: Alternated Training for Effective Clean-Label Backdoor Attacks

AAAI 2024technical

Backdoor attacks pose a critical concern to the practice of using third-party data for AI development. The data can be poisoned to make a trained model misbehave when a predefined trigger pattern appears, granting the attackers illegal benefits. While most proposed backdoor attacks are dirty-label,…

2024

Changing the Training Data Distribution to Reduce Simplicity Bias Improves In-distribution Generalization

NeurIPS 2024poster

Can we modify the training data distribution to encourage the underlying optimization method toward finding solutions with superior generalization performance on in-distribution data? In this work, we approach this question for the first time by comparing the inductive bias of gradient descent (GD)…

Cited by 1SourcePDFScholar
2024

Understanding the Robustness of Multi-modal Contrastive Learning to Distribution Shift

ICLR 2024poster

Recently, multimodal contrastive learning (MMCL) approaches, such as CLIP, have achieved a remarkable success in learning representations that are robust against distribution shift and generalize to new domains. Despite the empirical success, the mechanism behind learning such generalizable represen…

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

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

Momentum Adversarial Distillation: Handling Large Distribution Shifts in Data-Free Knowledge Distillation

NeurIPS 2022accept

Data-free Knowledge Distillation (DFKD) has attracted attention recently thanks to its appealing capability of transferring knowledge from a teacher network to a student network without using training data. The main idea is to use a generator to synthesize data for training the student. As the gener…

Cited by 33SourcePDFScholar
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
2022

Towards Effective and Robust Neural Trojan Defenses via Input Filtering

ECCV 2022poster

"Trojan attacks on deep neural networks are both dangerous and surreptitious. Over the past few years, Trojan attacks have advanced from using only a single input-agnostic trigger and targeting only one class to using multiple, input-specific triggers and targeting multiple classes. However, Trojan…

Cited by 6SourcePDFScholar
2020

DeepCoDA: personalized interpretability for compositional health data

ICML 2020poster

Abstract Interpretability allows the domain-expert to directly evaluate the model’s relevance and reliability, a practice that offers assurance and builds trust. In the healthcare setting, interpretable models should implicate relevant biological mechanisms independent of technical factors like data…