← Search

Liyuan Wang

30 accepted papers

2026

BriMA: Bridged Modality Adaptation for Multi-Modal Continual Action Quality Assessment

CVPR 2026

Action Quality Assessment (AQA) aims to score how well an action is performed and is widely used in sports analysis, rehabilitation assessment, and human skill evaluation. Multi-modal AQA has recently achieved strong progress by leveraging complementary visual and kinematic cues, yet real-world depl

Cited by 2SourcecodeScholar
2026

CE$^4$L: Continual Ego, Exo, and Ego-Exo Learning

ICML 2026poster

Perception for embodied agents is video-based, often multi-view (ego, exo, or both), and inherently continual, with simultaneous task and viewpoint shifts. Yet continual learning (CL) remains dominated by exo-only recognition tasks, obscuring behavior under these real-world coupled shifts. We introd…

Cited by 0SourceScholar
2026

FROM TOKEN TO LINE: ENHANCING CODE GENERATION WITH A LONG-TERM PERSPECTIVE

ICASSP 2026poster

The emergence of large language models (LLMs) has significantly promoted the development of code generation task, sparking a surge in pertinent literature. Current research is hindered by redundant generation results and a tendency to overfit local patterns in the short term. Although existing studi…

Cited by 0SourcePDFScholar
2026

FlyPrompt: Brain-Inspired Random-Expanded Routing with Temporal-Ensemble Experts for General Continual Learning

ICLR 2026poster

General continual learning (GCL) challenges intelligent systems to learn from single-pass, non-stationary data streams without clear task boundaries. While recent advances in continual parameter-efficient tuning (PET) of pretrained models show promise, they typically rely on multiple training epochs…

Cited by 0SourcecodeScholar
2026

Geometry-Aware Cross-Modal Graph Alignment for Referring Segmentation in 3D Gaussian Splatting

CVPR 2026

Referring 3D segmentation seeks to localize and segment target objects in a 3D scene given a natural-language query, requiring joint reasoning over geometric structures and linguistic cues. Although recent progress using 3D Gaussian Splatting (3DGS) has improved rendering quality, existing methods s

Cited by 0SourceScholar
2026

MePo: Meta Post-Refinement for Rehearsal-Free General Continual Learning

ICML 2026poster

To cope with uncertain changes of the external world, intelligent systems must continually learn from complex, evolving environments and respond in real time. This ability, collectively known as general continual learning (GCL), encapsulates practical challenges such as online datastreams and blurry…

Cited by 0SourceScholar
2026

Position: Modular Memory is the Key to Continual Learning Agents

ICML 2026spotlight

Foundation models have transformed machine learning through large-scale pretraining, massive parameterization, and increased test-time compute. Despite surpassing human performance in several domains, these models remain fundamentally limited in continuous operation, experience accumulation, and per…

Cited by 0SourceScholar
2025

Advancing Prompt-Based Methods for Replay-Independent General Continual Learning

ICLR 2025poster

General continual learning (GCL) is a broad concept to describe real-world continual learning (CL) problems, which are often characterized by online data streams without distinct transitions between tasks, i.e., blurry task boundaries. Such requirements result in poor initial performance, limited ge…

2025

HeadMap: Locating and Enhancing Knowledge Circuits in LLMs

ICLR 2025poster

Large language models (LLMs), through pretraining on extensive corpora, encompass rich semantic knowledge and exhibit the potential for efficient adaptation to diverse downstream tasks. However, the intrinsic mechanisms underlying LLMs remain unexplored, limiting the efficacy of applying these model…

2025

Right Time to Learn: Promoting Generalization via Bio-inspired Spacing Effect in Knowledge Distillation

ICML 2025poster

Knowledge distillation (KD) is a powerful strategy for training deep neural networks (DNNs). While it was originally proposed to train a more compact “student” model from a large “teacher” model, many recent efforts have focused on adapting it as an effective way to promote generalization of the mod…

2024

MAGR: Manifold-Aligned Graph Regularization for Continual Action Quality Assessment

ECCV 2024oral

"Action Quality Assessment (AQA) evaluates diverse skills but models struggle with non-stationary data. We propose Continual AQA (CAQA) to refine models using sparse new data. Feature replay preserves memory without storing raw inputs. However, the misalignment between static old features and the dy…

2024

Orchestrate Latent Expertise: Advancing Online Continual Learning with Multi-Level Supervision and Reverse Self-Distillation

CVPR 2024poster

To accommodate real-world dynamics artificial intelligence systems need to cope with sequentially arriving content in an online manner. Beyond regular Continual Learning (CL) attempting to address catastrophic forgetting with offline training of each task Online Continual Learning (OCL) is a more ch…

2024

PTD-SQL: Partitioning and Targeted Drilling with LLMs in Text-to-SQL

EMNLP 2024main

Large Language Models (LLMs) have emerged as powerful tools for Text-to-SQL tasks, exhibiting remarkable reasoning capabilities. Different from tasks such as math word problem and commonsense reasoning, SQL solutions have a relatively fixed pattern. This facilitates the investigation of whether LLMs…

2023

Hierarchical Decomposition of Prompt-Based Continual Learning: Rethinking Obscured Sub-optimality

NeurIPS 2023spotlight

Prompt-based continual learning is an emerging direction in leveraging pre-trained knowledge for downstream continual learning, and has almost reached the performance pinnacle under supervised pre-training. However, our empirical research reveals that the current strategies fall short of their full…

2023

Multi-Lingual Pronunciation Assessment with Unified Phoneme Set and Language-Specific Embeddings

ICASSP 2023accepted

Automatic pronunciation assessment is commonly trained and applied for a specific language, which is not practical in multi-lingual or low-resource scenarios. In this paper, we propose a unified method to take advantage of multi-lingual data for multi-lingual pronunciation assessment. To this end, w…

Cited by 0SourceScholar
2023

Overcoming Recency Bias of Normalization Statistics in Continual Learning: Balance and Adaptation

NeurIPS 2023poster

Continual learning entails learning a sequence of tasks and balancing their knowledge appropriately. With limited access to old training samples, much of the current work in deep neural networks has focused on overcoming catastrophic forgetting of old tasks in gradient-based optimization. However, t…

2023

SLCA: Slow Learner with Classifier Alignment for Continual Learning on a Pre-trained Model

ICCV 2023poster

The goal of continual learning is to improve the performance of recognition models in learning sequentially arrived data. Although most existing works are established on the premise of learning from scratch, growing efforts have been devoted to incorporating the benefits of pre-training. However, ho…

Cited by 148PDFcodeScholar
2022

CoSCL: Cooperation of Small Continual Learners Is Stronger than a Big One

ECCV 2022poster

"Continual learning requires incremental compatibility with a sequence of tasks. However, the design of model architecture remains an open question: In general, learning all tasks with a shared set of parameters suffers from severe interference between tasks; while learning each task with a dedicate…

2022

Learning Acoustic Frame Labeling for Phoneme Segmentation with Regularized Attention Mechanism

ICASSP 2022accepted

Phoneme segmentation plays an important role in various speech processing applications such as keyword spotting, automatic pronunciation assessment, and automatic speech recognition. In this paper, we propose a method for phoneme segmentation based on a regularized attention mechanism. Specifically,…

Cited by 0SourceScholar
2022

Memory Replay with Data Compression for Continual Learning

ICLR 2022poster

Continual learning needs to overcome catastrophic forgetting of the past. Memory replay of representative old training samples has been shown as an effective solution, and achieves the state-of-the-art (SOTA) performance. However, existing work is mainly built on a small memory buffer containing a f…

2021

AFEC: Active Forgetting of Negative Transfer in Continual Learning

NeurIPS 2021poster

Continual learning aims to learn a sequence of tasks from dynamic data distributions. Without accessing to the old training samples, knowledge transfer from the old tasks to each new task is difficult to determine, which might be either positive or negative. If the old knowledge interferes with the…

2021

ORDisCo: Effective and Efficient Usage of Incremental Unlabeled Data for Semi-Supervised Continual Learning

CVPR 2021poster

Continual learning usually assumes the incoming data are fully labeled, which might not be applicable in real applications. In this work, we consider semi-supervised continual learning (SSCL) that incrementally learns from partially labeled data. Observing that existing continual learning methods la…

Cited by 97PDFScholar