paper-with-me

Papers

SequeL: A Continual Learning Library in PyTorch and JAX

2023-04-21 · Nikolaos Dimitriadis, Francois Fleuret, Pascal Frossard

Continual Learning is an important and challenging problem in machine learning, where models must adapt to a continuous stream of new data without forgetting previously acquired knowledge. While existing frameworks are built on PyTorch, the rising popularity of JAX might lead to divergent codebases, ultimately hindering reproducibility and progress. To address this problem, we introduce SequeL, a flexible and extensible library for Continual Learning that supports both PyTorch and JAX frameworks. SequeL provides a unified interface for a wide range of Continual Learning algorithms, including regularization-based approaches, replay-based approaches, and hybrid approaches. The library is designed towards modularity and simplicity, making the API suitable for both researchers and practitioners. We release SequeL\footnote{\url{https://github.com/nik-dim/sequel}} as an open-source library, enabling researchers and developers to easily experiment and extend the library for their own purposes.

📄 PDF Abstract BibTeX arXiv:2304.10857

Code (1)

nik-dim/sequel 공식 구현 jax

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Continual Inference: A Library for Efficient Online Inference with Deep Neural Networks in PyTorch

2022-04-07 · Lukas Hedegaard, Alexandros Iosifidis

We present Continual Inference, a Python library for implementing Continual Inference Networks (CINs) in PyTorch, a class of Neural Networks designed specifically for efficient inference in both online and batch processi…

Avalanche: A PyTorch Library for Deep Continual Learning

2023-02-02 · Antonio Carta, Lorenzo Pellegrini, Andrea Cossu, Hamed Hemati 외

Continual learning is the problem of learning from a nonstationary stream of data, a fundamental issue for sustainable and efficient training of deep neural networks over time. Unfortunately, deep learning libraries only…

class-incremental learningClass Incremental LearningContinual Learning

Renate: A Library for Real-World Continual Learning

2023-04-24 · Martin Wistuba, Martin Ferianc, Lukas Balles, Cedric Archambeau 외

Continual learning enables the incremental training of machine learning models on non-stationary data streams.While academic interest in the topic is high, there is little indication of the use of state-of-the-art contin…

Continual Learning

Avalanche: an End-to-End Library for Continual Learning

2021-04-01 · Vincenzo Lomonaco, Lorenzo Pellegrini, Andrea Cossu, Antonio Carta 외

Learning continually from non-stationary data streams is a long-standing goal and a challenging problem in machine learning. Recently, we have witnessed a renewed and fast-growing interest in continual learning, especial…

class-incremental learningClass Incremental LearningContinual Learning

Avalanche RL: a Continual Reinforcement Learning Library

2022-02-28 · Nicolò Lucchesi, Antonio Carta, Vincenzo Lomonaco, Davide Bacciu

Continual Reinforcement Learning (CRL) is a challenging setting where an agent learns to interact with an environment that is constantly changing over time (the stream of experiences). In this paper, we describe Avalanch…

Continual LearningOpenAI Gymreinforcement-learningReinforcement Learning+1