paper-with-me

Papers

Selective Memory Recursive Least Squares: Recast Forgetting into Memory in RBF Neural Network Based Real-Time Learning

2022-11-15 · Yiming Fei, Jiangang Li, Yanan Li

In radial basis function neural network (RBFNN) based real-time learning tasks, forgetting mechanisms are widely used such that the neural network can keep its sensitivity to new data. However, with forgetting mechanisms, some useful knowledge will get lost simply because they are learned a long time ago, which we refer to as the passive knowledge forgetting phenomenon. To address this problem, this paper proposes a real-time training method named selective memory recursive least squares (SMRLS) in which the classical forgetting mechanisms are recast into a memory mechanism. Different from the forgetting mechanism, which mainly evaluates the importance of samples according to the time when samples are collected, the memory mechanism evaluates the importance of samples through both temporal and spatial distribution of samples. With SMRLS, the input space of the RBFNN is evenly divided into a finite number of partitions and a synthesized objective function is developed using synthesized samples from each partition. In addition to the current approximation error, the neural network also updates its weights according to the recorded data from the partition being visited. Compared with classical training methods including the forgetting factor recursive least squares (FFRLS) and stochastic gradient descent (SGD) methods, SMRLS achieves improved learning speed and generalization capability, which are demonstrated by corresponding simulation results.

📄 PDF Abstract BibTeX arXiv:2211.07909

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Online Multi-Task Learning with Recursive Least Squares and Recursive Kernel Methods

2023-08-03 · Gabriel R. Lencione, Fernando J. Von Zuben

This paper introduces two novel approaches for Online Multi-Task Learning (MTL) Regression Problems. We employ a high performance graph-based MTL formulation and develop two alternative recursive versions based on the We…

Multi-Task Learningregression

Hedging Memory Horizons for Non-Stationary Prediction via Online Aggregation

2026-05-07 · Yutong Wang, Yannig Goude, Qiwei Yao arxiv

We study online prediction under distribution shift, where inputs arrive chronologically and outcomes are revealed only after prediction. In this setting, predictors must remain stable in quiet regimes yet adapt when reg…

Adaptive Kalman Filtering Developed from Recursive Least Squares Forgetting Algorithms

2024-04-16 · Brian Lai, Dennis S. Bernstein

Recursive least squares (RLS) is derived as the recursive minimizer of the least-squares cost function. Moreover, it is well known that RLS is a special case of the Kalman filter. This work presents the Kalman filter lea…

State Estimation

Real-Time Progressive Learning: Accumulate Knowledge from Control with Neural-Network-Based Selective Memory

2023-08-08 · Yiming Fei, Jiangang Li, Yanan Li

Memory, as the basis of learning, determines the storage, update and forgetting of knowledge and further determines the efficiency of learning. Featured with the mechanism of memory, a radial basis function neural networ…

Generalized Forgetting Recursive Least Squares: Stability and Robustness Guarantees

2023-08-08 · Brian Lai, Dennis S. Bernstein

This work presents generalized forgetting recursive least squares (GF-RLS), a generalization of recursive least squares (RLS) that encompasses many extensions of RLS as special cases. First, sufficient conditions are pre…

parameter estimation