paper-with-me

홈 › Papers

SymBa: Symmetric Backpropagation-Free Contrastive Learning with Forward-Forward Algorithm for Optimizing Convergence

2023-03-15 · Heung-Chang Lee, Jeonggeun Song

The paper proposes a new algorithm called SymBa that aims to achieve more biologically plausible learning than Back-Propagation (BP). The algorithm is based on the Forward-Forward (FF) algorithm, which is a BP-free method for training neural networks. SymBa improves the FF algorithm's convergence behavior by addressing the problem of asymmetric gradients caused by conflicting converging directions for positive and negative samples. The algorithm balances positive and negative losses to enhance performance and convergence speed. Furthermore, it modifies the FF algorithm by adding Intrinsic Class Pattern (ICP) containing class information to prevent the loss of class information during training. The proposed algorithm has the potential to improve our understanding of how the brain learns and processes information and to develop more effective and efficient artificial intelligence systems. The paper presents experimental results that demonstrate the effectiveness of SymBa algorithm compared to the FF algorithm and BP.

📄 PDF Abstract BibTeX arXiv:2303.08418

Code (1)

dah33/explore_forward_forward pytorch

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Contrastive Learning in Memristor-based Neuromorphic Systems

2024-09-17 · Cory Merkel, Alexander Ororbia

Spiking neural networks, the third generation of artificial neural networks, have become an important family of neuron-based models that sidestep many of the key limitations facing modern-day backpropagation-trained deep…

Contrastive Learning

Symbal: Detecting Systematic Misalignments in Model-Generated Captions

2026-07-16 · Maya Varma, Jean-Benoit Delbrouck, Sophie Ostmeier, Akshay Chaudhari 외 arxiv

Multimodal large language models (MLLMs) often introduce errors when generating image captions, resulting in misaligned image-text pairs. Our work focuses on a class of captioning errors that we refer to as systematic mi…

Contrastive Forward-Forward: A Training Algorithm of Vision Transformer

2025-02-01 · Hossein Aghagolzadeh, Mehdi Ezoji

Although backpropagation is widely accepted as a training algorithm for artificial neural networks, researchers are always looking for inspiration from the brain to find ways with potentially better performance. Forward-…

Contrastive Learningimage-classificationImage Classification

SymBa: Symbolic Backward Chaining for Structured Natural Language Reasoning

2024-02-20 · Jinu Lee, Wonseok Hwang

To improve the performance and explainability of LLM-based natural language reasoning, structured reasoning can be applied to generate explicitly structured proofs. Among different methods for structured reasoning, we sp…

Arithmetic ReasoningGSM8KLAMBADA

FFR: Forward-Forward Learning for Regression

2026-06-02 · Xinyang Liu, Xuanyu Liang, Shiqi Ding, Boyang Li 외 arxiv

The Forward-Forward (FF) algorithm offers a computationally efficient and biologically plausible alternative to backpropagation (BP) by training neural networks through purely local, layer-wise optimization. However, FF …

Contrastive Learning