paper-with-me

Papers

Network Pruning Optimization by Simulated Annealing Algorithm

2021-09-29 · Chun Lin Kuo, Ercan Engin Kuruoglu, Wai Kin Victor Chan

One critical problem of large neural networks is over-parameterization with a large number of weight parameters. This becomes an obstacle to implement networks in edge devices as well as limiting the development of industrial applications by engineers for machine learning problems. Plenty of papers have shown that the redundant branches can be erased strategically in a fully connected network. In this work, we reduce network complexity by pruning and structure optimization. We propose to do network optimization by Simulated Annealing, a heuristic based non-convex optimization method which can potentially solve this NP-hard problem and find the global minimum for a given percentage of branch pruning given sufficient amount of time. Our results have shown that Simulated Annealing can significantly reduce the complexity of a fully connected neural network with only limited loss of performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Attention Pruning: Automated Fairness Repair of Language Models via Surrogate Simulated Annealing

2025-03-20 · Vishnu Asutosh Dasu, Md Rafi Ur Rashid, Vipul Gupta, Saeid Tizpaz-Niari 외

This paper explores pruning attention heads as a post-processing bias mitigation method for large language models (LLMs). Modern AI systems such as LLMs are expanding into sensitive social contexts where fairness concern…

FairnessProgram Repair

Ergodic Annealing

2020-08-01 · Carlo Baldassi, Fabio Maccheroni, Massimo Marinacci, Marco Pirazzini

Simulated Annealing is the crowning glory of Markov Chain Monte Carlo Methods for the solution of NP-hard optimization problems in which the cost function is known. Here, by replacing the Metropolis engine of Simulated A…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Optimizing Variational Quantum Circuits Using Metaheuristic Strategies in Reinforcement Learning

2024-08-02 · Michael Kölle, Daniel Seidl, Maximilian Zorn, Philipp Altmann 외

Quantum Reinforcement Learning (QRL) offers potential advantages over classical Reinforcement Learning, such as compact state space representation and faster convergence in certain scenarios. However, practical benefits …

reinforcement-learningReinforcement Learning

Optimization of Worker Scheduling at Logistics Depots Using Genetic Algorithms and Simulated Annealing

2024-05-20 · Jinxin Xu, Haixin Wu, Yu Cheng, Liyang Wang 외

This paper addresses the optimization of scheduling for workers at a logistics depot using a combination of genetic algorithm and simulated annealing algorithm. The efficient scheduling of permanent and temporary workers…

Scheduling

Learning Complexity of Simulated Annealing

2020-03-06 · Avrim Blum, Chen Dan, Saeed Seddighin

Simulated annealing is an effective and general means of optimization. It is in fact inspired by metallurgy, where the temperature of a material determines its behavior in thermodynamics. Likewise, in simulated annealing…