paper-with-me

홈 › Papers

Biologically inspired sleep algorithm for artificial neural networks

2019-08-01 · Giri P. Krishnan, Timothy Tadros, Ramyaa Ramyaa, Maxim Bazhenov

Sleep plays an important role in incremental learning and consolidation of memories in biological systems. Motivated by the processes that are known to be involved in sleep generation in biological networks, we developed an algorithm that implements a sleep-like phase in artificial neural networks (ANNs). After initial training phase, we convert the ANN to a spiking neural network (SNN) and simulate an offline sleep-like phase using spike-timing dependent plasticity rules to modify synaptic weights. The SNN is then converted back to the ANN and evaluated or trained on new inputs. We demonstrate several performance improvements after applying this processing to ANNs trained on MNIST, CUB200 and a motivating toy dataset. First, in an incremental learning framework, sleep is able to recover older tasks that were otherwise forgotten in the ANN without sleep phase due to catastrophic forgetting. Second, sleep results in forward transfer learning of unseen tasks. Finally, sleep improves generalization ability of the ANNs to classify images with various types of noise. We provide a theoretical basis for the beneficial role of the brain-inspired sleep-like phase for the ANNs and present an algorithmic way for future implementations of the various features of sleep in deep learning ANNs. Overall, these results suggest that biological sleep can help mitigate a number of problems ANNs suffer from, such as poor generalization and catastrophic forgetting for incremental learning.

📄 PDF Abstract BibTeX arXiv:1908.02240

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningTransfer Learning

Similar Papers 제목 키워드 기반

Biologically inspired sleep algorithm for increased generalization and adversarial robustness in deep neural networks

2020-05-01 · ICLR 2020 1 · Timothy Tadros, Giri Krishnan, Ramyaa Ramyaa, Maxim Bazhenov

Current artificial neural networks (ANNs) can perform and excel at a variety of tasks ranging from image classification to spam detection through training on large datasets of labeled data. While the trained network may …

Adversarial RobustnessGeneral Classificationimage-classificationImage Classification+1

Autonomous Visual Navigation A Biologically Inspired Approach

2022-09-19 · Sotirios Athanasoulias, Andy Philippides

Inspired by the navigational behavior observed in the animal kingdom and especially the navigational behavior of the ants, we attempt to simulate it in an artificial environment by implementing different kinds of biomime…

Visual Navigation

Learning to Forget: Sleep-Inspired Memory Consolidation for Resolving Proactive Interference in Large Language Models

2026-03-15 · Ying Xie arxiv

Large language models (LLMs) suffer from proactive interference (PI): outdated information in the context window disrupts retrieval of current values. This interference degrades retrieval accuracy log-linearly as stale a…

Prompt Engineering

SCM: Sleep-Consolidated Memory with Algorithmic Forgetting for Large Language Models

2026-04-22 · Saish Sachin Shinde arxiv

We present SCM (Sleep-Consolidated Memory), a research preview of a memory architecture for large language models that draws on neuroscientific principles to address a fundamental limitation in current systems: the absen…

Designing an Artificial Immune System inspired Intrusion Detection System

2022-08-16 · William Anderson, Kaneesha Moore, Jesse Ables, Sudip Mittal 외

The Human Immune System (HIS) works to protect a body from infection, illness, and disease. This system can inspire cybersecurity professionals to design an Artificial Immune System (AIS) based Intrusion Detection System…

Intrusion Detection