← Search

Changnan Xiao

7 accepted papers

2026

Push, Pop, Parallelize: Stack-Augmented Linear Attention via the Delta Rule

ICML 2026poster

Linear attention architectures based on the Delta rule, such as DeltaNet and RWKV-7, combine Transformers' training scalability with RNNs' inference efficiency and can provably solve regular language tasks. However, due to their fixed-size state, these models fundamentally struggle to capture the re…

Cited by 0SourceScholar
2025

AnaCP: Toward Upper-Bound Continual Learning via Analytic Contrastive Projection

NeurIPS 2025spotlight

This paper studies the problem of class-incremental learning (CIL), a core setting within continual learning where a model learns a sequence of tasks, each containing a distinct set of classes. Traditional CIL methods, which do not leverage pre-trained models (PTMs), suffer from catastrophic forgett…

Cited by 0SourceScholar
2022

A Theoretical Study on Solving Continual Learning

NeurIPS 2022accept

Continual learning (CL) learns a sequence of tasks incrementally. There are two popular CL settings, class incremental learning (CIL) and task incremental learning (TIL). A major challenge of CL is catastrophic forgetting (CF). While a number of techniques are already available to effectively overco…