paper-with-me

홈 › Papers

Continual Deep Learning on the Edge via Stochastic Local Competition among Subnetworks

2024-07-15 · Theodoros Christophides, Kyriakos Tolias, Sotirios Chatzis

Continual learning on edge devices poses unique challenges due to stringent resource constraints. This paper introduces a novel method that leverages stochastic competition principles to promote sparsity, significantly reducing deep network memory footprint and computational demand. Specifically, we propose deep networks that comprise blocks of units that compete locally to win the representation of each arising new task; competition takes place in a stochastic manner. This type of network organization results in sparse task-specific representations from each network layer; the sparsity pattern is obtained during training and is different among tasks. Crucially, our method sparsifies both the weights and the weight gradients, thus facilitating training on edge devices. This is performed on the grounds of winning probability for each unit in a block. During inference, the network retains only the winning unit and zeroes-out all weights pertaining to non-winning units for the task at hand. Thus, our approach is specifically tailored for deployment on edge devices, providing an efficient and scalable solution for continual learning in resource-limited environments.

📄 PDF Abstract BibTeX arXiv:2407.10758

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Transformers with Stochastic Competition for Tabular Data Modelling

2024-07-18 · Andreas Voskou, Charalambos Christoforou, Sotirios Chatzis

Despite the prevalence and significance of tabular data across numerous industries and fields, it has been relatively underexplored in the realm of deep learning. Even today, neural networks are often overshadowed by tec…

Deep Learningtabular-classificationtabular-regression

3rd Continual Learning Workshop Challenge on Egocentric Category and Instance Level Object Understanding

2022-12-13 · Lorenzo Pellegrini, Chenchen Zhu, Fanyi Xiao, Zhicheng Yan 외

Continual Learning, also known as Lifelong or Incremental Learning, has recently gained renewed interest among the Artificial Intelligence research community. Recent research efforts have quickly led to the design of nov…

Continual LearningIncremental LearningObjectobject-detection+1

Online DPO: Online Direct Preference Optimization with Fast-Slow Chasing

2024-06-08 · Biqing Qi, Pengfei Li, Fangyuan Li, Junqi Gao 외

Direct Preference Optimization (DPO) improves the alignment of large language models (LLMs) with human values by training directly on human preference datasets, eliminating the need for reward models. However, due to the…

Continual Learning

Continual Backprop: Stochastic Gradient Descent with Persistent Randomness

2021-08-13 · Shibhansh Dohare, Richard S. Sutton, A. Rupam Mahmood

The Backprop algorithm for learning in neural networks utilizes two mechanisms: first, stochastic gradient descent and second, initialization with small random weights, where the latter is essential to the effectiveness …

Continual LearningReinforcement Learning (RL)

Matched Excess-Outranker Regularization for Candidate-Set Interference in Continual Knowledge Graph Embedding

2026-08-25 · Hao Ren, Junbin Gao, Jiaojiao Jiang arxiv

Continual knowledge graph embedding updates entity and relation representations as a graph grows. Existing methods primarily address catastrophic forgetting, but entity admission also changes the candidate universe of ev…

Knowledge Graph Embedding