paper-with-me

홈 › Papers

An Experimental Study of Weight Initialization and Weight Inheritance Effects on Neuroevolution

2020-09-21 · Zimeng Lyu, AbdElRahman ElSaid, Joshua Karns, Mohamed Mkaouer, Travis Desell

Weight initialization is critical in being able to successfully train artificial neural networks (ANNs), and even more so for recurrent neural networks (RNNs) which can easily suffer from vanishing and exploding gradients. In neuroevolution, where evolutionary algorithms are applied to neural architecture search, weights typically need to be initialized at three different times: when initial genomes (ANN architectures) are created at the beginning of the search, when offspring genomes are generated by crossover, and when new nodes or edges are created during mutation. This work explores the difference between using Xavier, Kaiming, and uniform random weight initialization methods, as well as novel Lamarckian weight inheritance methods for initializing new weights during crossover and mutation operations. These are examined using the Evolutionary eXploration of Augmenting Memory Models (EXAMM) neuroevolution algorithm, which is capable of evolving RNNs with a variety of modern memory cells (e.g., LSTM, GRU, MGU, UGRNN and Delta-RNN cells) as well recurrent connections with varying time skips through a high performance island based distributed evolutionary algorithm. Results show that with statistical significance, utilizing the Lamarckian strategies outperforms Kaiming, Xavier and uniform random weight initialization, and can speed neuroevolution by requiring less backpropagation epochs to be evaluated for each generated RNN.

📄 PDF Abstract BibTeX arXiv:2009.09644

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary AlgorithmsNeural Architecture Search

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

CLIP-Map: Structured Matrix Mapping for Parameter-Efficient CLIP Compression

2026-02-05 · Kangjie Zhang, Wenxuan Huang, Xin Zhou, Boxiang Zhou 외 arxiv

Contrastive Language-Image Pre-training (CLIP) has achieved widely applications in various computer vision tasks, e.g., text-to-image generation, Image-Text retrieval and Image captioning. However, CLIP suffers from high…

Text-to-Image GenerationImage CaptioningText Retrieval

Beyond Student: An Asymmetric Network for Neural Network Inheritance

2026-02-10 · Yiyun Zhou, Jingwei Shi, Mingjing Xu, Zhonghua Jiang 외 arxiv

Knowledge Distillation (KD) has emerged as a powerful technique for model compression, enabling lightweight student networks to benefit from the performance of redundant teacher networks. However, the inherent capacity g…

Knowledge DistillationModel Compression

AdaPruner: Adaptive Channel Pruning and Effective Weights Inheritance

2021-09-14 · Xiangcheng Liu, Jian Cao, Hongyi Yao, Wenyu Sun 외

Channel pruning is one of the major compression approaches for deep neural networks. While previous pruning methods have mostly focused on identifying unimportant channels, channel pruning is considered as a special case…

image-classificationImage ClassificationNeural Architecture Search

Inheritance Between Feedforward and Convolutional Networks via Model Projection

2026-02-05 · Nicolas Ewen, Jairo Diaz-Rodriguez, Kelly Ramsay arxiv

Neural-network techniques are often transferred across architecture families by analogy, but such transfer is valid only when the assumptions required by a technique are preserved. We introduce this idea as inheritance b…

Transfer Learning

TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance

2023-09-21 · ICCV 2023 1 · Kan Wu, Houwen Peng, Zhenghong Zhou, Bin Xiao 외

In this paper, we propose a novel cross-modal distillation method, called TinyCLIP, for large-scale language-image pre-trained models. The method introduces two core techniques: affinity mimicking and weight inheritance.…