← Search

Xiangyu Chang

12 accepted papers

2025

AdMiT: Adaptive Multi-Source Tuning in Dynamic Environments

CVPR 2025poster

Incorporating transformer models into edge devices poses a significant challenge due to the computational demands of adapting these large models across diverse applications. Parameter-efficient tuning (PET) methods (e.g. LoRA, Adapter, Visual Prompt Tuning, etc.) allow for targeted adaptation by mod…

Cited by 0SourcePDFScholar
2025

ProAdvPrompter: A Two-Stage Journey to Effective Adversarial Prompting for LLMs

ICLR 2025poster

As large language models (LLMs) are increasingly being integrated into various real-world applications, the identification of their vulnerabilities to jailbreaking attacks becomes an essential component of ensuring the safety and reliability of LLMs. Previous studies have developed LLM assistants,…

Cited by 0SourcePDFScholar
2025

Provable Benefits of Task-Specific Prompts for In-context Learning

AISTATS 2025poster

The in-context learning capabilities of modern language models have motivated a deeper mathematical understanding of sequence models. A line of recent work has shown that linear attention models can emulate projected gradient descent iterations to implicitly learn the task vector from the data provi…

Cited by 0SourcecodeScholar
2025

Theoretical Insights into In-context Learning with Unlabeled Data

NeurIPS 2025poster

Recent research shows that in-context learning (ICL) can be effective even when demonstrations have missing or incorrect labels. To shed light on this capability, we examine a canonical setting where the demonstrations are drawn according to a binary Gaussian mixture model (GMM) and a certain fracti…

Cited by 0SourceScholar
2024

CONTRAST: Continual Multi-source Adaptation to Dynamic Distributions

NeurIPS 2024poster

Adapting to dynamic data distributions is a practical yet challenging task. One effective strategy is to use a model ensemble, which leverages the diverse expertise of different models to transfer knowledge to evolving data distributions. However, this approach faces difficulties when the dynamic te…

Cited by 1SourcePDFScholar
2024

Double Stochasticity Gazes Faster: Snap-Shot Decentralized Stochastic Gradient Tracking Methods

ICML 2024poster

In decentralized optimization, $m$ agents form a network and only communicate with their neighbors, which gives advantages in data ownership, privacy, and scalability. At the same time, decentralized stochastic gradient descent ($\texttt{SGD}$) methods, as popular decentralized algorithms for traini…

Cited by 3SourcePDFScholar
2024

Double Variance Reduction: A Smoothing Trick for Composite Optimization Problems without First-Order Gradient

ICML 2024spotlight

Variance reduction techniques are designed to decrease the sampling variance, thereby accelerating convergence rates of first-order (FO) and zeroth-order (ZO) optimization methods. However, in composite optimization problems, ZO methods encounter an additional variance called the coordinate-wise var…

Cited by 0SourcePDFScholar
2024

Selective Attention: Enhancing Transformer through Principled Context Control

NeurIPS 2024poster

The attention mechanism within the transformer architecture enables the model to weigh and combine tokens based on their relevance to the query. While self-attention has enjoyed major success, it notably treats all queries $q$ in the same way by applying the mapping $V^\top\text{softmax}(Kq)$, where…

2023

2D-Shapley: A Framework for Fragmented Data Valuation

ICML 2023poster

Data valuation—quantifying the contribution of individual data sources to certain predictive behaviors of a model—is of great importance to enhancing the transparency of machine learning and designing incentive systems for data sharing. Existing work has focused on evaluating data sources with the s…

2021

Provable Benefits of Overparameterization in Model Compression: From Double Descent to Pruning Neural Networks

AAAI 2021technical

Deep networks are typically trained with many more parameters than the size of the training dataset. Recent empirical evidence indicates that the practice of overparameterization not only benefits training large models, but also assists – perhaps counterintuitively – building lightweight models. Spe…

Cited by 63SourcePDFScholar