← Search

Hoang Phan

12 accepted papers

2026

An Optimal Transport-driven Approach for Cultivating Latent Space in Online Incremental Learning

CVPR 2026

In online incremental learning, data continuously arrives with substantial shifts in distribution, creating a significant challenge since previous samples cannot be revisited. Prior research has typically relied on either a single adaptive centroid or fixed multiple centroids to represent each class

Cited by 0SourceScholar
2025

Beyond Losses Reweighting: Empowering Multi-Task Learning via the Generalization Perspective

ICCV 2025poster

Multi-task learning (MTL) trains deep neural networks to optimize several objectives simultaneously using a shared backbone, which leads to reduced computational costs, improved data efficiency, and enhanced performance through cross-task knowledge sharing. Although recent gradient manipulation tech…

Cited by 0SourcePDFScholar
2025

Preserving Clusters in Prompt Learning for Unsupervised Domain Adaptation

CVPR 2025poster

Recent approaches leveraging multi-modal pre-trained models like CLIP for Unsupervised Domain Adaptation (UDA) have shown significant promise in bridging domain gaps and improving generalization by utilizing rich semantic knowledge and robust visual representations learned through extensive pre-trai…

Cited by 0SourcePDFScholar
2024

Controllable Prompt Tuning For Balancing Group Distributional Robustness

ICML 2024poster

Models trained on data composed of different groups or domains can suffer from severe performance degradation under distribution shifts. While recent methods have largely focused on optimizing the worst-group objective, this often comes at the expense of good performance on other groups. To address…

2024

DiMSUM: Diffusion Mamba - A Scalable and Unified Spatial-Frequency Method for Image Generation

NeurIPS 2024poster

We introduce a novel state-space architecture for diffusion models, effectively harnessing spatial and frequency information to enhance the inductive bias towards local features in input images for image generation tasks. While state-space networks, including Mamba, a revolutionary advancement in re…

2024

Enhancing Domain Adaptation through Prompt Gradient Alignment

NeurIPS 2024poster

Prior Unsupervised Domain Adaptation (UDA) methods often aim to train a domain-invariant feature extractor, which may hinder the model from learning sufficiently discriminative features. To tackle this, a line of works based on prompt learning leverages the power of large-scale pre-trained vision-la…

2024

Sketchy Moment Matching: Toward Fast and Provable Data Selection for Finetuning

NeurIPS 2024poster

We revisit data selection in a modern context of finetuning from a fundamental perspective. Extending the classical wisdom of variance minimization in low dimensions to high-dimensional finetuning, our generalization analysis unveils the importance of additionally reducing bias induced by low-rank a…

2023

Flat Seeking Bayesian Neural Networks

NeurIPS 2023poster

Bayesian Neural Networks (BNNs) provide a probabilistic interpretation for deep learning models by imposing a prior distribution over model parameters and inferring a posterior distribution based on observed data. The model sampled from the posterior distribution can be used for providing ensemble p…

Cited by 9SourcePDFScholar
2023

Global-Local Regularization Via Distributional Robustness

AISTATS 2023poster

Despite superior performance in many situations, deep neural networks are often vulnerable to adversarial examples and distribution shifts, limiting model generalization ability in real-world applications. To alleviate these problems, recent approaches leverage distributional robustness optimization…