← Search

My T. Thai

25 accepted papers

2026

AvAtar: Learning to Align via Active Optimal Transport

ICML 2026poster

Alignment plays a fundamental role in many machine learning problems, such as multi-network analysis, multimodal learning, and point cloud registration. Recent works increasingly leverage optimal transport (OT) for distributional alignment, whose effectiveness largely depends on sparse supervision t…

Cited by 0SourceScholar
2026

Convergence Analysis of Decentralized Hessian-/Jacobian-Free Algorithm for Nonconvex Stochastic Bilevel Optimization

ICML 2026poster

Decentralized stochastic bi-level optimization has been actively studied in recent years. However, existing studies assume that the lower-level loss function is strongly convex, which limits their applicability to many machine learning models. To address this limitation, in this paper, we propose a …

Cited by 0SourceScholar
2026

Efficient Parallel Algorithms with Linear Queries for Non-Monotone Submodular Maximization

IJCAI 2026

In this work, we propose the first constant-approximation algorithms, $\mathsf{LinAst}$ and $\mathsf{LinAtg}$, which simultaneously achieve optimal query complexity $O(n)$ and adaptive complexity $O(\log n)$ for non-monotone submodular maximization under a cardinality constraint $k$ over a ground se

Cited by 0Scholar
2026

PAS: Prelim Attention Score for Detecting Object Hallucinations in Large Vision-Language Models

CVPR 2026

Large vision-language models (LVLMs) are powerful, yet they remain unreliable due to object hallucinations. In this work, we show that in many hallucinatory predictions the LVLM effectively ignores the image and instead relies on previously generated output ("prelim") tokens to infer new objects. We

Cited by 0SourcecodeScholar
2025

Advancing Interpretability of CLIP Representations with Concept Surrogate Model

NeurIPS 2025poster

Contrastive Language-Image Pre-training (CLIP) generates versatile multimodal embeddings for diverse applications, yet the specific information captured within these representations is not fully understood. Current explainability techniques often target specific tasks, overlooking the rich, general…

Cited by 0SourceScholar
2025

ConstStyle: Robust Domain Generalization with Unified Style Transformation

ICCV 2025poster

Deep neural networks often suffer performance drops when test data distribution differs from training data. Domain Generalization (DG) aims to address this by focusing on domain-invariant features or augmenting data for greater diversity. However, these methods often struggle with limited training d…

Cited by 0SourcePDFScholar
2025

Hephaestus: Mixture Generative Modeling with Energy Guidance for Large-scale QoS Degradation

NeurIPS 2025poster

We study the Quality of Service Degradation (QoSD) problem, in which an adversary perturbs edge weights to degrade network performance. This setting arises in both network infrastructures and distributed ML systems, where communication quality, not just connectivity, determines functionality. While…

Cited by 0SourceScholar
2025

Metric-Agnostic Continual Learning for Sustainable Group Fairness

AAAI 2025technical

Group Fairness-aware Continual Learning (GFCL) aims to eradicate discriminatory predictions against certain demographic groups in a sequence of diverse learning tasks. This paper explores an even more challenging GFCL problem – how to sustain a fair classifier across a sequence of tasks with covaria…

2025

Model Steering: Learning with a Reference Model Improves Generalization Bounds and Scaling Laws

ICML 2025spotlight

This paper formalizes an emerging learning paradigm that uses a trained model as a reference to guide and enhance the training of a target model through strategic data selection or weighting, named **model steering**. While ad-hoc methods have been used in various contexts, including the training of…

2025

NeurFlow: Interpreting Neural Networks through Neuron Groups and Functional Interactions

ICLR 2025poster

Understanding the inner workings of neural networks is essential for enhancing model performance and interpretability. Current research predominantly focuses on examining the connection between individual neurons and the model's final predictions, which suffers from challenges in interpreting the in…

2025

Swift Hydra: Self-Reinforcing Generative Framework for Anomaly Detection with Multiple Mamba Models

ICLR 2025poster

Despite a plethora of anomaly detection models developed over the years, their ability to generalize to unseen anomalies remains an issue, particularly in critical systems. This paper aims to address this challenge by introducing Swift Hydra, a new framework for training an anomaly detection method…

2025

Theoretically Unmasking Inference Attacks Against LDP-Protected Clients in Federated Vision Models

ICML 2025poster

Federated Learning (FL) enables collaborative learning among clients via a coordinating server while avoiding direct data sharing, offering a perceived solution to preserve privacy. However, recent studies on Membership Inference Attacks (MIAs) have challenged this notion, showing high success rates…

Cited by 0SourcePDFScholar
2025

XTSFormer: Cross-Temporal-Scale Transformer for Irregular-Time Event Prediction in Clinical Applications

AAAI 2025technical

Adverse clinical events related to unsafe care are among the top ten causes of death in the U.S. Accurate modeling and prediction of clinical events from electronic health records (EHRs) play a crucial role in patient safety enhancement. An example is modeling de facto care pathways that characteriz…

2024

Analysis of Privacy Leakage in Federated Large Language Models

AISTATS 2024poster

With the rapid adoption of Federated Learning (FL) as the training and tuning protocol for applications utilizing Large Language Models (LLMs), recent research highlights the need for significant modifications to FL to accommodate the large-scale of LLMs. While substantial adjustments to the protoco…

2024

MIM-Reasoner: Learning with Theoretical Guarantees for Multiplex Influence Maximization

AISTATS 2024poster

Multiplex influence maximization (MIM) asks us to identify a set of seed users such as to maximize the expected number of influenced users in a multiplex network. MIM has been one of central research topics, especially in nowadays social networking landscape where users participate in multiple onlin…

2024

Probabilistic Federated Prompt-Tuning with Non-IID and Imbalanced Data

NeurIPS 2024poster

Fine-tuning pre-trained models is a popular approach in machine learning for solving complex tasks with moderate data. However, fine-tuning the entire pre-trained model is ineffective in federated data scenarios where local data distributions are diversely skewed. To address this, we explore integra…

Cited by 1SourcePDFScholar
2023

Active Membership Inference Attack under Local Differential Privacy in Federated Learning

AISTATS 2023poster

Federated learning (FL) was originally regarded as a framework for collaborative learning among clients with data privacy protection through a coordinating server. In this paper, we propose a new active membership inference (AMI) attack carried out by a dishonest server in FL. In AMI attacks, the se…

2023

Linear Query Approximation Algorithms for Non-monotone Submodular Maximization under Knapsack Constraint

IJCAI 2023poster

This work, for the first time, introduces two constant factor approximation algorithms with linear query complexity for non-monotone submodular maximization over a ground set of size n subject to a knapsack constraint, DLA and RLA. DLA is a deterministic algorithm that provides an approximation fac…

Cited by 11SourcePDFScholar
2023

On the Convergence of Distributed Stochastic Bilevel Optimization Algorithms over a Network

AISTATS 2023poster

Bilevel optimization has been applied to a wide variety of machine learning models and numerous stochastic bilevel optimization algorithms have been developed in recent years. However, most existing algorithms restrict their focus on the single-machine setting so that they are incapable of handling…

Cited by 24SourcePDFScholar
2023

XRand: Differentially Private Defense against Explanation-Guided Attacks

AAAI 2023technical

Recent development in the field of explainable artificial intelligence (XAI) has helped improve trust in Machine-Learning-as-a-Service (MLaaS) systems, in which an explanation is provided together with the model prediction in response to each query. However, XAI also opens a door for adversaries to…

Cited by 19SourcePDFScholar
2022

Efficient Algorithms for Monotone Non-Submodular Maximization with Partition Matroid Constraint

IJCAI 2022poster

In this work, we study the problem of monotone non-submodular maximization with partition matroid constraint. Although a generalization of this problem has been studied in literature, our work focuses on leveraging properties of partition matroid constraint to (1) propose algorithms with theoretical…

2020

PGM-Explainer: Probabilistic Graphical Model Explanations for Graph Neural Networks

NeurIPS 2020poster

In Graph Neural Networks (GNNs), the graph structure is incorporated into the learning of node representations. This complex structure makes explaining GNNs' predictions become much more challenging. In this paper, we propose PGM-Explainer, a Probabilistic Graphical Model (PGM) model-agnostic explai…

2020

Scalable Differential Privacy with Certified Robustness in Adversarial Learning

ICML 2020poster

In this paper, we aim to develop a scalable algorithm to preserve differential privacy (DP) in adversarial learning for deep neural networks (DNNs), with certified robustness to adversarial examples. By leveraging the sequential composition theory in DP, we randomize both input and latent spaces to…