← Search

Sen Lin

18 accepted papers

2025

Theory on Mixture-of-Experts in Continual Learning

ICLR 2025spotlight

Continual learning (CL) has garnered significant attention because of its ability to adapt to new tasks that arrive over time. Catastrophic forgetting (of old tasks) has been identified as a major issue in CL, as the model adapts to new tasks. The Mixture-of-Experts (MoE) model has recently been sho…

Cited by 9SourcePDFScholar
2025

Unlocking the Power of Rehearsal in Continual Learning: A Theoretical Perspective

ICML 2025poster

Rehearsal-based methods have shown superior performance in addressing catastrophic forgetting in continual learning (CL) by storing and training on a subset of past data alongside new data in current task. While such a concurrent rehearsal strategy is widely used, it remains unclear if this approach…

Cited by 0SourcePDFScholar
2024

Design and Control of a Novel Six-Degree-of-Freedom Hybrid Robotic Arm

IROS 2024poster

Robotic arms are key components in fruit-harvesting robots. In agricultural settings, conventional serial or parallel robotic arms often fall short in meeting the demands for a large workspace, rapid movement, enhanced capability of obstacle avoidance and affordability. This study proposes LingXtend…

Cited by 2SourceScholar
2024

Discriminative Feature Decoupling Enhancement for Speech Forgery Detection

IJCAI 2024poster

The emergence of AIGC has brought attention to the issue of generating realistic deceptive content. While AIGC has the potential to revolutionize content creation, it also facilitates criminal activities. Specifically, the manipulation of speech has been exploited in tele-fraud and financial fraud s…

Cited by 0SourcePDFScholar
2024

How to Leverage Diverse Demonstrations in Offline Imitation Learning

ICML 2024poster

Offline Imitation Learning (IL) with imperfect demonstrations has garnered increasing attention owing to the scarcity of expert data in many real-world domains. A fundamental problem in this scenario is *how to extract positive behaviors from noisy data*. In general, current approaches to the proble…

2024

OLLIE: Imitation Learning from Offline Pretraining to Online Finetuning

ICML 2024poster

In this paper, we study offline-to-online Imitation Learning (IL) that pretrains an imitation policy from static demonstration data, followed by fast finetuning with minimal environmental interaction. We find the naive combination of existing offline IL and online IL methods tends to behave poorly i…

2023

CLARE: Conservative Model-Based Reward Learning for Offline Inverse Reinforcement Learning

ICLR 2023poster

This work aims to tackle a major challenge in offline Inverse Reinforcement Learning (IRL), namely the reward extrapolation error, where the learned reward function may fail to explain the task correctly and misguide the agent in unseen environments due to the intrinsic covariate shift. Leveraging b…

Cited by 38SourcePDFScholar
2023

Non-Convex Bilevel Optimization with Time-Varying Objective Functions

NeurIPS 2023poster

Bilevel optimization has become a powerful tool in a wide variety of machine learning problems. However, the current nonconvex bilevel optimization considers an offline dataset and static functions, which may not work well in emerging online applications with streaming data and time-varying function…

Cited by 3SourcePDFScholar
2022

Adaptive Learning Attention Network for Underwater Image Enhancement

RA-L 2022

Underwater images suffer from color casts and low illumination due to the scattering and absorption of light as it propagates in water. These problems can interfere with underwater vision tasks, such as recognition and detection. We propose an adaptive learning attention network for underwater image

Cited by 112SourcecodeScholar
2022

Beyond Not-Forgetting: Continual Learning with Backward Knowledge Transfer

NeurIPS 2022accept

By learning a sequence of tasks continually, an agent in continual learning (CL) can improve the learning performance of both a new task and `old' tasks by leveraging the forward knowledge transfer and the backward knowledge transfer, respectively. However, most existing CL methods focus on addressi…

Cited by 58SourcePDFScholar
2022

Model-Based Offline Meta-Reinforcement Learning with Regularization

ICLR 2022poster

Existing offline reinforcement learning (RL) methods face a few major challenges, particularly the distributional shift between the learned policy and the behavior policy. Offline Meta-RL is emerging as a promising approach to address these challenges, aiming to learn an informative meta-policy from…

Cited by 24SourcePDFScholar
2022

TRGP: Trust Region Gradient Projection for Continual Learning

ICLR 2022spotlight

Catastrophic forgetting is one of the major challenges in continual learning. To address this issue, some existing methods put restrictive constraints on the optimization space of the new task for minimizing the interference to old tasks. However, this may lead to unsatisfactory performance for the…