paper-with-me

Papers

Training neural networks without backpropagation using particles

2024-12-07 · Deepak Kumar

Neural networks are a group of neurons stacked together in multiple layers to mimic the biological neurons in a human brain. Neural networks have been trained using the backpropagation algorithm based on gradient descent strategy for several decades. Several variants have been developed to improve the backpropagation algorithm. The loss function for the neural network is optimized through backpropagation, but several local minima exist in the manifold of the constructed neural network. We obtain several solutions matching the minima. The gradient descent strategy cannot avoid the problem of local minima and gets stuck in the minima due to the initialization. Particle swarm optimization (PSO) was proposed to select the best local minima among the search space of the loss function. The search space is limited to the instantiated particles in the PSO algorithm, and sometimes it cannot select the best solution. In the proposed approach, we overcome the problem of gradient descent and the limitation of the PSO algorithm by training individual neurons separately, capable of collectively solving the problem as a group of neurons forming a network. Our code and data are available at https://github.com/dipkmr/train-nn-wobp/

📄 PDF Abstract BibTeX arXiv:2412.05667

Code (1)

dipkmr/train-nn-wobp 공식 구현 pytorch

Similar Papers 제목 키워드 기반

AI-Driven Autonomous Control of Proton-Boron Fusion Reactors Using Backpropagation Neural Networks

2024-10-14 · Michele Laurelli

Proton-boron (p-11B) fusion presents a promising path towards sustainable, neutron-free energy generation. However, its implementation is hindered by extreme operational conditions, such as plasma temperatures exceeding …

Learning Flock: Enhancing Sets of Particles for Multi~Sub-State Particle Filtering with Neural Augmentation

2024-08-21 · Itai Nuri, Nir Shlezinger

A leading family of algorithms for state estimation in dynamic systems with multiple sub-states is based on particle filters (PFs). PFs often struggle when operating under complex or approximated modelling (necessitating…

State Estimation

Pipelined Backpropagation at Scale: Training Large Models without Batches

2020-03-25 · Atli Kosson, Vitaliy Chiley, Abhinav Venigalla, Joel Hestness 외

New hardware can substantially increase the speed and efficiency of deep neural network training. To guide the development of future hardware architectures, it is pertinent to explore the hardware and machine learning pr…

Image ClassificationStochastic Optimization

GreenCOD: A Green Camouflaged Object Detection Method

2024-05-25 · Hong-Shuo Chen, Yao Zhu, Suya You, Azad M. Madni 외

We introduce GreenCOD, a green method for detecting camouflaged objects, distinct in its avoidance of backpropagation techniques. GreenCOD leverages gradient boosting and deep features extracted from pre-trained Deep Neu…

Objectobject-detectionObject Detection

Lookahead Sample Reward Guidance for Test-Time Scaling of Diffusion Models

2026-02-03 · Yeongmin Kim, Donghyeok Shin, Byeonghu Na, Minsang Park 외 arxiv

Diffusion models have demonstrated strong generative performance; however, generated samples often fail to fully align with human intent. This paper studies an efficient test-time scaling method for sampling from regions…