paper-with-me

Papers

Scalable Forward-Forward Algorithm

2025-01-06 · Andrii Krutsylo

We propose a scalable Forward-Forward (FF) algorithm that eliminates the need for backpropagation by training each layer separately. Unlike backpropagation, FF avoids backward gradients and can be more modular and memory efficient, making it appealing for large networks. We extend FF to modern convolutional architectures, such as MobileNetV3 and ResNet18, by introducing a new way to compute losses for convolutional layers. Experiments show that our method achieves performance comparable to standard backpropagation. Furthermore, when we divide the network into blocks, such as the residual blocks in ResNet, and apply backpropagation only within each block, but not across blocks, our hybrid design tends to outperform backpropagation baselines while maintaining a similar training speed. Finally, we present experiments on small datasets and transfer learning that confirm the adaptability of our method.

📄 PDF Abstract BibTeX arXiv:2501.03176

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
ReLU6 ReLU6 is a modification of the rectified linear unit where we limit the activation to a maximum size of $6$. This is due to increased…
Average Pooling 설명 없음
Batch Normalization 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Feedforward Ordering in Neural Connectomes via Feedback Arc Minimization

2025-06-13 · Soroush Vahidi

We present a suite of scalable algorithms for minimizing feedback arcs in large-scale weighted directed graphs, with the goal of revealing biologically meaningful feedforward structure in neural connectomes. Using the Fl…

ARC

Forward-Backward Greedy Algorithms for General Convex Smooth Functions over A Cardinality Constraint

2013-12-31 · Ji Liu, Ryohei Fujimaki, Jieping Ye

We consider forward-backward greedy algorithms for solving sparse feature selection problems with general convex smooth functions. A state-of-the-art greedy method, the Forward-Backward greedy algorithm (FoBa-obj) requir…

Activity Recognitionfeature selection

An Algebraic Formalization of Forward and Forward-backward Algorithms

2017-02-22 · Ai Azuma, Masashi Shimbo, Yuji Matsumoto

In this paper, we propose an algebraic formalization of the two important classes of dynamic programming algorithms called forward and forward-backward algorithms. They are generalized extensively in this study so that a…

On Scalable and Efficient Computation of Large Scale Optimal Transport

2019-05-01 · ICLR Workshop DeepGenStruct 2019 · Yujia Xie, Minshuo Chen, Haoming Jiang, Tuo Zhao 외

Optimal Transport (OT) naturally arises in many machine learning applications, yet the heavy computational burden limits its wide-spread uses. To address the scalability issue, we propose an implicit generative learning-…

Domain Adaptation

Feedforward 3D Editing Learns from Semantic-Part Transformation

2026-05-26 · Jiawei Weng, Saining Zhang, Zhenxin Diao, Peishuo Li 외 arxiv

3D editing is a fundamental capability for scalable 3D content creation. While image editing has rapidly evolved toward large-scale feedforward generative paradigms, 3D AI generation remains dominated by training-free ed…

Image Editing