← Search

Quyen Tran

15 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
2026

MCW-KD: Multi-Cost Wasserstein Knowledge Distillation for Large Language Models

AAAI 2026technical

Knowledge distillation (KD) is widely recognized as an effective approach for compressing large language models (LLMs). However, standard KD methods often falter when confronted with architectural or tokenization heterogeneity between teacher and student models, which creates a mismatch in their rep

Cited by 0SourcePDFScholar
2026

One-Prompt Strikes Back: Sparse Mixture of Experts for Prompt-based Continual Learning

ICLR 2026poster

Prompt-based methods have recently gained prominence in Continual Learning (CL) due to their strong performance and memory efficiency. A prevalent strategy in this paradigm assigns a dedicated subset of prompts to each task, which, while effective, incurs substantial computational overhead and cause…

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

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

Few-Shot, No Problem: Descriptive Continual Relation Extraction

AAAI 2025technical

Few-shot Continual Relation Extraction is a crucial challenge for enabling AI systems to identify and adapt to evolving relationships in dynamic real-world domains. Traditional memory-based approaches often overfit to limited samples, failing to reinforce old knowledge, with the scarcity of data in…

Cited by 0SourcePDFScholar
2025

Improving Generalization with Flat Hilbert Bayesian Inference

ICML 2025poster

We introduce Flat Hilbert Bayesian Inference (FHBI), an algorithm designed to enhance generalization in Bayesian inference. Our approach involves an iterative two-step procedure with an adversarial functional perturbation step and a functional descent step within the reproducing kernel Hilbert space…

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

Mutual-pairing Data Augmentation for Fewshot Continual Relation Extraction

NAACL 2025long

Data scarcity is a major challenge in Few-shot Continual Relation Extraction (FCRE), where models must learn new relations from limited data while retaining past knowledge. Current methods, restricted by minimal data streams, struggle with catastrophic forgetting and overfitting. To overcome this, w…

Cited by 0SourcePDFScholar
2025

Promoting Ensemble Diversity with Interactive Bayesian Distributional Robustness for Fine-tuning Foundation Models

ICML 2025poster

We introduce Interactive Bayesian Distributional Robustness (IBDR), a novel Bayesian inference framework that allows modeling the interactions between particles, thereby enhancing ensemble quality through increased particle diversity. IBDR is grounded in a generalized theoretical framework that conn…

Cited by 0SourcePDFScholar
2025

Revisiting Prefix-tuning: Statistical Benefits of Reparameterization among Prompts

ICLR 2025poster

Prompt-based techniques, such as prompt-tuning and prefix-tuning, have gained prominence for their efficiency in fine-tuning large pre-trained models. Despite their widespread adoption, the theoretical foundations of these methods remain limited. For instance, in prefix-tuning, we observe that a key…

Cited by 4SourcePDFScholar
2025

Token-Level Self-Play with Importance-Aware Guidance for Large Language Models

NeurIPS 2025poster

Leveraging the power of Large Language Models (LLMs) through preference optimization is crucial for aligning model outputs with human values. Direct Preference Optimization (DPO) has recently emerged as a simple yet effective method by directly optimizing on preference data without the need for expl…

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

Lifelong Event Detection via Optimal Transport

EMNLP 2024main

Continual Event Detection (CED) poses a formidable challenge due to the catastrophic forgetting phenomenon, where learning new tasks (with new coming event types) hampers performance on previous ones. In this paper, we introduce a novel approach, Lifelong Event Detection via Optimal Transport (**LED…

Cited by 2SourcePDFScholar
2024

Preserving Generalization of Language models in Few-shot Continual Relation Extraction

EMNLP 2024main

Few-shot Continual Relations Extraction (FCRE) is an emerging and dynamic area of study where models can sequentially integrate knowledge from new relations with limited labeled data while circumventing catastrophic forgetting and preserving prior knowledge from pre-trained backbones. In this work,…