Skip to content

zy-251026/MDPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDPN

Tittle

A Lightweight Multi-Dendritic Pyramidal Neuron Model with Neural Plasticity on Image Recognition

Authors

Yu Zhang, Pengxing Cai, Yanan Sun, Zhiming Zhang, Zhenyu Lei, and Shangce Gao

Abstract

MDPN is a lightweight neural network architecture that simulates the dendritic structure of pyramidal neurons to improve image representation, emphasizing nonlinear dendritic computation and neuroplasticity. In comparison with the traditional feedforward network model, MDPN focused on the importance of single neuron and redefined the function of each subcomponent. Experimental results verify the effectiveness and robustness of our proposed MDPN on 16 standardized image datasets.

Architecture

111

Running case

python main.py --model 0 --data_num 0 --lr 0.001 --epochs 50 --batch_size 64 --device 'cuda:0'

Related Projects

Our code is based on PyTorch

Citation

@article{zhang2024dendritic,
  author={Zhang, Yu and Cai, Pengxing and Sun, Yanan and Zhang, Zhiming and Lei, Zhenyu and Gao, Shangce},
  journal={IEEE Transactions on Artificial Intelligence}, 
  title={A Lightweight Multi-Dendritic Pyramidal Neuron Model with Neural Plasticity on Image Recognition}, 
  year={2024},
  volume={5},
  number={9},
  pages={4415-4427},
  doi={10.1109/TAI.2024.3379968}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published