paper-with-me

Papers

Efficient Meta-Learning for Continual Learning with Taylor Expansion Approximation

2022-10-03 · Xiaohan Zou, Tong Lin

Continual learning aims to alleviate catastrophic forgetting when handling consecutive tasks under non-stationary distributions. Gradient-based meta-learning algorithms have shown the capability to implicitly solve the transfer-interference trade-off problem between different examples. However, they still suffer from the catastrophic forgetting problem in the setting of continual learning, since the past data of previous tasks are no longer available. In this work, we propose a novel efficient meta-learning algorithm for solving the online continual learning problem, where the regularization terms and learning rates are adapted to the Taylor approximation of the parameter's importance to mitigate forgetting. The proposed method expresses the gradient of the meta-loss in closed-form and thus avoid computing second-order derivative which is computationally inhibitable. We also use Proximal Gradient Descent to further improve computational efficiency and accuracy. Experiments on diverse benchmarks show that our method achieves better or on-par performance and much higher efficiency compared to the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2210.00713

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyContinual LearningMeta-Learning

Similar Papers 제목 키워드 기반

Taylor expansion-based Kolmogorov-Arnold network for blind image quality assessment

2025-05-27 · Ze Chen, Shaode Yu

Kolmogorov-Arnold Network (KAN) has attracted growing interest for its strong function approximation capability. In our previous work, KAN and its variants were explored in score regression for blind image quality assess…

Blind Image Quality AssessmentComputational EfficiencyImage Quality Assessmentregression

Asian Basket Spread Options: A New Approximation Based on Stochastic Taylor Expansions

2025-04-22 · Fabien Le Floc'h

We present closed analytical approximations for the pricing of Asian basket spread options under the Black-Scholes model. The formulae are obtained by using a stochastic Taylor expansion around a log-normal proxy model a…

Numerical Integration

Closed-form approximations with respect to the mixing solution for option pricing under stochastic volatility

2018-12-19 · Kaustav Das, Nicolas Langrené

We consider closed-form approximations for European put option prices within the Heston and GARCH diffusion stochastic volatility models with time-dependent parameters. Our methodology involves writing the put option pri…

Form

On power chi expansions of $f$-divergences

2019-03-14 · Frank Nielsen, Gaëtan Hadjeres

We consider both finite and infinite power chi expansions of $f$-divergences derived from Taylor's expansions of smooth generators, and elaborate on cases where these expansions yield closed-form formula, bounded approxi…

Form

Taylor TD-learning

2023-09-21 · NeurIPS 2023 11

Many reinforcement learning approaches rely on temporal-difference (TD) learning to learn a critic. However, TD-learning updates can be high variance. Here, we introduce a model-based RL framework, Taylor TD, which reduc…