paper-with-me

Papers

Locality Sensitive Sparse Encoding for Learning World Models Online

2024-01-23 · Zichen Liu, Chao Du, Wee Sun Lee, Min Lin

Acquiring an accurate world model online for model-based reinforcement learning (MBRL) is challenging due to data nonstationarity, which typically causes catastrophic forgetting for neural networks (NNs). From the online learning perspective, a Follow-The-Leader (FTL) world model is desirable, which optimally fits all previous experiences at each round. Unfortunately, NN-based models need re-training on all accumulated data at every interaction step to achieve FTL, which is computationally expensive for lifelong agents. In this paper, we revisit models that can achieve FTL with incremental updates. Specifically, our world model is a linear regression model supported by nonlinear random features. The linear part ensures efficient FTL update while the nonlinear random feature empowers the fitting of complex environments. To best trade off model capacity and computation efficiency, we introduce a locality sensitive sparse encoding, which allows us to conduct efficient sparse updates even with very high dimensional nonlinear features. We validate the representation power of our encoding and verify that it allows efficient online learning under data covariate shift. We also show, in the Dyna MBRL setting, that our world models learned online using a single pass of trajectory data either surpass or match the performance of deep world models trained with replay and other continual learning methods.

📄 PDF Abstract BibTeX arXiv:2401.13034

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningModel-based Reinforcement Learning

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Joint Subspace Recovery and Enhanced Locality Driven Robust Flexible Discriminative Dictionary Learning

2019-06-11 · Zhao Zhang, Jiahuan Ren, Weiming Jiang, Zheng Zhang 외

We propose a joint subspace recovery and enhanced locality based robust flexible label consistent dictionary learning method called Robust Flexible Discriminative Dictionary Learning (RFDDL). RFDDL mainly improves the da…

Dictionary Learning

Locality-Sensitive Experience Replay for Online Recommendation

2021-10-21 · Xiaocong Chen, Lina Yao, Xianzhi Wang, Julian McAuley

Online recommendation requires handling rapidly changing user preferences. Deep reinforcement learning (DRL) is gaining interest as an effective means of capturing users' dynamic interest during interactions with recomme…

Deep Reinforcement LearningRecommendation Systems

The Locality and Symmetry of Positional Encodings

2023-10-19 · Lihu Chen, Gaël Varoquaux, Fabian M. Suchanek

Positional Encodings (PEs) are used to inject word-order information into transformer-based language models. While they can significantly enhance the quality of sentence representations, their specific contribution to la…

Sentence

Locality Sensitive Teaching

2021-12-01 · NeurIPS 2021 12 · Zhaozhuo Xu, Beidi Chen, Chaojian Li, Weiyang Liu 외

The emergence of the Internet-of-Things (IoT) sheds light on applying the machine teaching (MT) algorithms for online personalized education on home devices. This direction becomes more promising during the COVID-19 pand…

Locality-Sensitive Hashing for Efficient Web Application Security Testing

2020-01-04 · Ilan Ben-Bassat, Erez Rokah

Web application security has become a major concern in recent years, as more and more content and services are available online. A useful method for identifying security vulnerabilities is black-box testing, which relies…