EvoPruneDeepTL: An Evolutionary Pruning Model for Transfer Learning based Deep Neural Networks
Javier Poyatos, Daniel Molina, Aritz. D. Martinez, Javier Del Ser,, Francisco Herrera

TL;DR
EvoPruneDeepTL introduces an evolutionary pruning approach for transfer learning neural networks, optimizing layer connections to enhance accuracy and reduce complexity, demonstrated through multiple datasets.
Contribution
The paper presents a novel evolutionary pruning method that optimizes the final layers of transfer learning models, improving performance and efficiency.
Findings
Enhanced accuracy with fewer active neurons
Reduced computational complexity of models
Effective feature selection through pruning
Abstract
In recent years, Deep Learning models have shown a great performance in complex optimization problems. They generally require large training datasets, which is a limitation in most practical cases. Transfer learning allows importing the first layers of a pre-trained architecture and connecting them to fully-connected layers to adapt them to a new problem. Consequently, the configuration of the these layers becomes crucial for the performance of the model. Unfortunately, the optimization of these models is usually a computationally demanding task. One strategy to optimize Deep Learning models is the pruning scheme. Pruning methods are focused on reducing the complexity of the network, assuming an expected performance penalty of the model once pruned. However, the pruning could potentially be used to improve the performance, using an optimization algorithm to identify and eventually…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Neural Networks and Applications · Metaheuristic Optimization Algorithms Research
MethodsPruning · Feature Selection
