中文
相关论文

相关论文: Forward-Cooperation-Backward (FCB) learning in a M…

200 篇论文

Back-propagation algorithm is one of the most widely used and popular techniques to optimize the feed forward neural network training. Nature inspired meta-heuristic algorithms also provide derivative-free solution to optimize complex…

神经与进化计算 · 计算机科学 2012-09-13 Sudarshan Nandy , Partha Pratim Sarkar , Achintya Das

The ubiquitous backpropagation algorithm requires sequential updates through the network introducing a locking problem. In addition, back-propagation relies on the transpose of forward weight matrices to compute updates, introducing a…

Training neural networks with back-propagation (BP) requires a sequential passing of activations and gradients, which forces the network modules to work in a synchronous fashion. This has been recognized as the lockings (i.e., the forward,…

计算机视觉与模式识别 · 计算机科学 2019-11-25 Huiping Zhuang , Yi Wang , Qinglai Liu , Shuai Zhang , Zhiping Lin

Large multilayer neural networks trained with backpropagation have recently achieved state-of-the-art results in a wide range of problems. However, using backprop for neural net learning still has some disadvantages, e.g., having to tune a…

机器学习 · 统计学 2015-07-16 José Miguel Hernández-Lobato , Ryan P. Adams

Artificial Intelligence algorithms have been steadily increasing in popularity and usage. Deep Learning, allows neural networks to be trained using huge datasets and also removes the need for human extracted features, as it automates the…

神经与进化计算 · 计算机科学 2020-05-11 Vasco Lopes , Paulo Fazendeiro

Continual learning aims to learn new tasks without forgetting previously learned ones. This is especially challenging when one cannot access data from previous tasks and when the model has a fixed capacity. Current regularization-based…

机器学习 · 计算机科学 2020-02-21 Sayna Ebrahimi , Mohamed Elhoseiny , Trevor Darrell , Marcus Rohrbach

Federated learning has been extensively studied and applied due to its ability to ensure data security in distributed environments while building better models. However, clients participating in federated learning still face limitations, as…

机器学习 · 计算机科学 2026-01-06 Jingxuan Zhou , Weidong Bao , Ji Wang , Dayu Zhang , Xiongtao Zhang , Yaohong Zhang

The success of deep neural networks has inspired many to wonder whether other learners could benefit from deep, layered architectures. We present a general framework called forward thinking for deep learning that generalizes the…

机器学习 · 统计学 2017-05-23 Kevin Miller , Chris Hettinger , Jeffrey Humpherys , Tyler Jarvis , David Kartchner

In the present work we propose a Deep Feed Forward network architecture which can be trained according to a sequential learning paradigm, where tasks of increasing difficulty are learned sequentially, yet avoiding catastrophic forgetting.…

神经与进化计算 · 计算机科学 2017-11-29 Guglielmo Montone , J. Kevin O'Regan , Alexander V. Terekhov

As the complexity of our neural network models grow, so too do the data and computation requirements for successful training. One proposed solution to this problem is training on a distributed network of computational devices, thus…

机器学习 · 计算机科学 2020-05-22 Kyle Crandall , Dustin Webb

The rising computational and energy demands of deep neural networks (DNNs), driven largely by backpropagation (BP), challenge sustainable AI development. This paper rigorously investigates three BP-free training methods: the Forward-Forward…

机器学习 · 计算机科学 2026-01-15 Przemysław Spyra

Deep learning has become very popular for tasks such as predictive modeling and pattern recognition in handling big data. Deep learning is a powerful machine learning method that extracts lower level features and feeds them forward for the…

机器学习 · 计算机科学 2018-03-07 Steven Young , Tamer Abdou , Ayse Bener

Back-propagation (BP) is widely used learning algorithm for neural network optimization. However, BP requires enormous computation cost and is too slow to train in central processing unit (CPU). Therefore current neural network optimizaiton…

机器学习 · 计算机科学 2023-08-22 Ryoungwoo Jang

Federated learning is a recently proposed distributed machine learning paradigm for privacy preservation, which has found a wide range of applications where data privacy is of primary concern. Meanwhile, neural architecture search has…

分布式、并行与集群计算 · 计算机科学 2020-09-15 Hangyu Zhu , Haoyu Zhang , Yaochu Jin

Training a neural network using backpropagation algorithm requires passing error gradients sequentially through the network. The backward locking prevents us from updating network layers in parallel and fully leveraging the computing…

机器学习 · 计算机科学 2019-05-30 Zhouyuan Huo , Bin Gu , Heng Huang

The aim of this paper is to introduce a new learning procedure for neural networks and to demonstrate that it works well enough on a few small problems to be worth further investigation. The Forward-Forward algorithm replaces the forward…

机器学习 · 计算机科学 2022-12-29 Geoffrey Hinton

In federated learning (FL), clients with limited resources can disrupt the training efficiency. A potential solution to this problem is to leverage a new learning procedure that does not rely on backpropagation (BP). We present a novel…

机器学习 · 计算机科学 2023-09-06 Seonghwan Park , Dahun Shin , Jinseok Chung , Namhoon Lee

This paper introduces a new architectural framework, known as input fast-forwarding, that can enhance the performance of deep networks. The main idea is to incorporate a parallel path that sends representations of input values forward to…

计算机视觉与模式识别 · 计算机科学 2017-05-25 Ahmed Ibrahim , A. Lynn Abbott , Mohamed E. Hussein

Recent works on neural contextual bandits have achieved compelling performances due to their ability to leverage the strong representation power of neural networks (NNs) for reward prediction. Many applications of contextual bandits involve…

机器学习 · 计算机科学 2023-03-02 Zhongxiang Dai , Yao Shu , Arun Verma , Flint Xiaofeng Fan , Bryan Kian Hsiang Low , Patrick Jaillet

Federated learning enables thousands of participants to construct a deep learning model without sharing their private training data with each other. For example, multiple smartphones can jointly train a next-word predictor for keyboards…

密码学与安全 · 计算机科学 2019-08-07 Eugene Bagdasaryan , Andreas Veit , Yiqing Hua , Deborah Estrin , Vitaly Shmatikov