paper-with-me

Papers Split-MNIST

“Split-MNIST” 태그가 달린 논문 28편 · 필터 해제

A Neural Network Model of Complementary Learning Systems: Pattern Separation and Completion for Continual Learning

2025-07-15 · James P Jun, Vijay Marupudi, Raj Sanjay Shah, Sashank Varma

Learning new information without forgetting prior knowledge is central to human intelligence. In contrast, neural network models suffer from catastrophic forgetting: a significant degradation in performance on previously…

Continual LearningSplit-MNIST

Task-conditioned Ensemble of Expert Models for Continuous Learning

2025-04-11 · Renu Sharma, Debasmita Pal, Arun Ross

One of the major challenges in machine learning is maintaining the accuracy of the deployed model (e.g., a classifier) in a non-stationary environment. The non-stationary environment results in distribution shifts and, c…

Split-MNIST

On Sequential Loss Approximation for Continual Learning

2024-05-26 · Menghao Waiyan William Zhu, Ercan Engin Kuruoğlu

We introduce for continual learning Autodiff Quadratic Consolidation (AQC), which approximates the previous loss function with a quadratic function, and Neural Consolidation (NC), which approximates the previous loss fun…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

Active Dendrites Enable Efficient Continual Learning in Time-To-First-Spike Neural Networks

2024-04-30 · Lorenzo Pes, Rick Luiken, Federico Corradi, Charlotte Frenkel

While the human brain efficiently adapts to new tasks from a continuous stream of information, neural network models struggle to learn from sequential information without catastrophically forgetting previously learned ta…

Continual LearningSplit-MNIST

Hard ASH: Sparsity and the right optimizer make a continual learner

2024-04-26 · Santtu Keskinen

In class incremental learning, neural networks typically suffer from catastrophic forgetting. We show that an MLP featuring a sparse activation function and an adaptive learning rate optimizer can compete with establishe…

class-incremental learningClass Incremental LearningIncremental LearningSplit-MNIST

Automating Continual Learning

2023-12-01 · Kazuki Irie, Róbert Csordás, Jürgen Schmidhuber

General-purpose learning systems should improve themselves in open-ended fashion in ever-changing environments. Conventional learning algorithms for neural networks, however, suffer from catastrophic forgetting (CF) -- p…

Continual Learningimage-classificationImage ClassificationMeta-Learning+1

Negotiated Representations to Prevent Forgetting in Machine Learning Applications

2023-11-30 · Nuri Korhan, Ceren Öner

Catastrophic forgetting is a significant challenge in the field of machine learning, particularly in neural networks. When a neural network learns to perform well on a new task, it often forgets its previously acquired k…

Continual LearningImage ClassificationSplit-CIFAR-10Split-MNIST

Elephant Neural Networks: Born to Be a Continual Learner

2023-10-02 · Qingfeng Lan, A. Rupam Mahmood

Catastrophic forgetting remains a significant challenge to continual learning for decades. While recent works have proposed effective methods to mitigate this problem, they mainly focus on the algorithmic side. Meanwhile…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

Towards Robust Continual Learning with Bayesian Adaptive Moment Regularization

2023-09-15 · Jack Foster, Alexandra Brintrup

The pursuit of long-term autonomy mandates that machine learning models must continuously adapt to their changing environments and learn to solve new tasks. Continual learning seeks to overcome the challenge of catastrop…

Continual LearningSplit-MNIST

Improving Performance in Continual Learning Tasks using Bio-Inspired Architectures

2023-08-08 · Sandeep Madireddy, Angel Yanguas-Gil, Prasanna Balaprakash

The ability to learn continuously from an incoming data stream without catastrophic forgetting is critical to designing intelligent systems. Many approaches to continual learning rely on stochastic gradient descent and i…

Continual LearningSplit-CIFAR-10Split-MNIST

Bio-Inspired, Task-Free Continual Learning through Activity Regularization

2022-12-08 · Francesco Lässig, Pau Vilimelis Aceituno, Martino Sorbaro, Benjamin F. Grewe

The ability to sequentially learn multiple tasks without forgetting is a key skill of biological brains, whereas it represents a major challenge to the field of deep learning. To avoid catastrophic forgetting, various co…

Continual LearningSplit-MNIST

Mixture-of-Variational-Experts for Continual Learning

2021-10-25 · Heinke Hihn, Daniel A. Braun

One weakness of machine learning algorithms is the poor ability of models to solve new problems without forgetting previously acquired knowledge. The Continual Learning (CL) paradigm has emerged as a protocol to systemat…

Continual LearningDomain-IL Continual LearningPermuted-MNISTreinforcement-learning+4

Dendritic Self-Organizing Maps for Continual Learning

2021-10-18 · Kosmas Pinitas, Spyridon Chavlis, Panayiota Poirazi

Current deep learning architectures show remarkable performance when trained in large-scale, controlled datasets. However, the predictive ability of these architectures significantly decreases when learning new classes i…

Continual LearningSplit-CIFAR-10Split-MNIST

Task-agnostic Continual Learning with Hybrid Probabilistic Models

2021-06-24 · ICML Workshop INNF 2021 7 · Polina Kirichenko, Mehrdad Farajtabar, Dushyant Rao, Balaji Lakshminarayanan 외

Learning new tasks continuously without forgetting on a constantly changing data distribution is essential for real-world problems but extremely challenging for modern deep learning. In this work we propose HCL, a Hybrid…

Anomaly DetectionContinual LearningSplit-MNIST

Continual Competitive Memory: A Neural System for Online Task-Free Lifelong Learning

2021-06-24 · Alexander G. Ororbia

In this article, we propose a novel form of unsupervised learning, continual competitive memory (CCM), as well as a computational framework to unify related neural models that operate under the principles of competition.…

Lifelong learningSplit-MNIST

Self-Attention Meta-Learner for Continual Learning

2021-01-28 · Ghada Sokar, Decebal Constantin Mocanu, Mykola Pechenizkiy

Continual learning aims to provide intelligent agents capable of learning multiple tasks sequentially with neural networks. One of its main challenging, catastrophic forgetting, is caused by the neural networks non-optim…

Continual LearningSplit-CIFAR-10Split-MNIST

Learning Invariant Representation for Continual Learning

2021-01-15 · Ghada Sokar, Decebal Constantin Mocanu, Mykola Pechenizkiy

Continual learning aims to provide intelligent agents that are capable of learning continually a sequence of tasks, building on previously learned knowledge. A key challenge in this learning paradigm is catastrophically …

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2

Conditional Input Gated Low-Rank Perturbations for Continual Learning

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Anonymous

We address the problem of learning convolution neural networks (CNN) in the continual setting when tasks arrive sequentially, and only the data of the current task is available. In this setting CNNs are prone to reduce t…

Continual LearningSplit-MNIST

Neuromodulated Neural Architectures with Local Error Signals for Memory-Constrained Online Continual Learning

2020-07-16 · Sandeep Madireddy, Angel Yanguas-Gil, Prasanna Balaprakash

The ability to learn continuously from an incoming data stream without catastrophic forgetting is critical for designing intelligent systems. Many existing approaches to continual learning rely on stochastic gradient des…

Bayesian OptimizationClass Incremental LearningContinual LearningEdge-computing+3

SpaceNet: Make Free Space For Continual Learning

2020-07-15 · Ghada Sokar, Decebal Constantin Mocanu, Mykola Pechenizkiy

The continual learning (CL) paradigm aims to enable neural networks to learn tasks continually in a sequential fashion. The fundamental challenge in this learning paradigm is catastrophic forgetting previously learned ta…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1
1–20 / 28 다음 →