中文
相关论文

相关论文: LBI: Parallel Scan Backpropagation via Latent Boun…

200 篇论文

Despite being the cornerstone of deep learning, backpropagation is criticized for its inherent sequentiality, which can limit the scalability of very deep models. Such models faced convergence issues due to vanishing gradient, later…

机器学习 · 计算机科学 2025-04-01 Erwan Fagnou , Paul Caillon , Blaise Delattre , Alexandre Allauzen

In an era when the performance of a single compute device plateaus, software must be designed to scale on massively parallel systems for better runtime performance. However, in the context of training deep learning models, the popular…

机器学习 · 计算机科学 2020-03-10 Shang Wang , Yifan Bai , Gennady Pekhimenko

Empowered by the backpropagation (BP) algorithm, deep neural networks have dominated the race in solving various cognitive tasks. The restricted training pattern in the standard BP requires end-to-end error propagation, causing large memory…

机器学习 · 计算机科学 2022-05-17 Wenzhe Guo , Mohammed E Fouda , Ahmed M. Eltawil , Khaled N. Salama

Backpropagation (BP) is the cornerstone of today's deep learning algorithms, but it is inefficient partially because of backward locking, which means updating the weights of one layer locks the weight updates in the other layers.…

神经与进化计算 · 计算机科学 2021-02-10 Yu-Wei Kao , Hung-Hsuan Chen

Computational imaging enables compact infrared systems, but deep-learning pipelines that combine image reconstruction and object detection often introduce substantial inference latency. Most existing acceleration strategies compress the…

计算机视觉与模式识别 · 计算机科学 2026-05-22 Xuquan Wang , Guishuo Yang , Dapeng Yan , Yujie Xing , Xuanyu Qian , Kai Zhang , Xiong Dun , Jiande Sun , Zhanshan Wang , Xinbin Cheng

Random backpropagation (RBP) is a variant of the backpropagation algorithm for training neural networks, where the transpose of the forward matrices are replaced by fixed random matrices in the calculation of the weight updates. It is…

机器学习 · 计算机科学 2017-12-25 Pierre Baldi , Peter Sadowski , Zhiqin Lu

Backpropagation algorithm is indispensable for the training of feedforward neural networks. It requires propagating error gradients sequentially from the output layer all the way back to the input layer. The backward locking in…

机器学习 · 计算机科学 2018-07-24 Zhouyuan Huo , Bin Gu , Qian Yang , Heng Huang

Training very deep convolutional networks is challenging, requiring significant computational resources and time. Existing acceleration methods often depend on specific architectures or require network modifications. We introduce…

计算机视觉与模式识别 · 计算机科学 2024-12-25 Evgeny Hershkovitch Neiterman , Gil Ben-Artzi

Training neural networks via backpropagation is often hindered by vanishing or exploding gradients. In this work, we design architectures that mitigate these issues by analyzing and controlling the network Jacobian. We first provide a…

机器学习 · 计算机科学 2026-02-12 Alex Massucco , Davide Murari , Carola-Bibiane Schönlieb

Unlocking large-scale low-bandwidth decentralized training has the potential to utilize otherwise untapped compute resources. In centralized settings, large-scale multi-node training is primarily enabled by data and pipeline parallelism,…

机器学习 · 计算机科学 2026-04-15 Alan Aboudib , Rodrigo Lopez Portillo A. , Kalei Brady , Steffen Cruz

Scaling models has led to significant advancements in deep learning, but training these models in decentralized settings remains challenging due to communication bottlenecks. While existing compression techniques are effective in…

机器学习 · 计算机科学 2025-06-03 Sameera Ramasinghe , Thalaiyasingam Ajanthan , Gil Avraham , Yan Zuo , Alexander Long

Large model inference is shifting from cloud to edge due to concerns about the privacy of user interaction data. However, edge devices often struggle with limited computing power, memory, and bandwidth, requiring collaboration across…

分布式、并行与集群计算 · 计算机科学 2024-10-02 Zonghang Li , Wenjiao Feng , Mohsen Guizani , Hongfang Yu

For many practical applications in wireless communications, we need to recover a structured sparse signal from a linear observation model with dynamic grid parameters in the sensing matrix. Conventional expectation maximization (EM)-based…

信号处理 · 电气工程与系统科学 2023-11-14 Wenkang Xu , An Liu , Bingpeng Zhou , Minjian Zhao

Recent efforts in applying implicit networks to solve inverse problems in imaging have achieved competitive or even superior results when compared to feedforward networks. These implicit networks only require constant memory during…

机器学习 · 计算机科学 2024-02-06 Linghai Liu , Shuaicheng Tong , Lisa Zhao

Magnetic Resonance Imaging (MRI) diagnoses and manages a wide range of diseases, yet long scan times drive high costs and limit accessibility. AI methods have demonstrated substantial potential for reducing scan times, but despite rapid…

信号处理 · 电气工程与系统科学 2026-02-17 Evan Frenklak , Yamin Arefeen , Jonathan I Tamir

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 deep neural networks on large-scale datasets requires significant hardware resources whose costs (even on cloud platforms) put them out of reach of smaller organizations, groups, and individuals. Backpropagation, the workhorse for…

机器学习 · 计算机科学 2020-09-22 Alexander Ororbia , Ankur Mali , Daniel Kifer , C. Lee Giles

Simulating diffusion in heterogeneous media presents a significant computational challenge, as resolving microscopic physical scales traditionally demands excessively fine computational grids. To overcome this barrier, we extend the…

数值分析 · 数学 2026-05-12 Eric T. Chung , Lijian Jiang , Mengnan Li , Yajun Wang

Current robotic planning methods often rely on predicting multi-frame images with full pixel details. While this fine-grained approach can serve as a generic world model, it introduces two significant challenges for downstream policy…

Quantum-classical interfaces (QCIs) for fault-tolerant quantum computing must manage simultaneous, real-time decoding across thousands to millions of logical qubits. Scaling these architectures necessitates sharing expensive decoding…

‹ 上一页 1 2 3 10 下一页 ›