An Evolutionary Algorithm with Probabilistic Annealing for Large-scale Sparse Multi-objective Optimization
Summary
Researchers from Anhui University and Sapient Intelligence propose PAMEA, an evolutionary algorithm with probabilistic annealing for large-scale sparse multi-objective optimization problems (LSMOPs). These problems, common in areas like adversarial attacks and sparse signal reconstruction, involve high-dimensional search spaces where optimal solutions have few nonzero variables. PAMEA addresses the exploration-exploitation conflict by employing a dual-entropy probability vector scheme: a low-entropy, convergence-oriented vector for stable exploitation and a high-entropy, annealing-driven vector for adaptive global exploration that transitions to local refinement. The algorithm also features an annealing-based variable clustering method. Experimental results on eight benchmark LSMOPs (SMOP1-SMOP8) and ten real-world applications (SR1-SR5, PM1-PM5) demonstrate PAMEA's superior performance in convergence and diversity compared to five state-of-the-art evolutionary algorithms, including TS-SparseEA and DKCA, achieving faster convergence and higher-quality solutions.
Key takeaway
For research scientists developing optimization algorithms for high-dimensional, sparse problems, PAMEA offers a robust approach to overcome the exploration-exploitation trade-off. You should consider implementing a dual-entropy probability vector scheme and annealing-based variable clustering to achieve superior convergence and solution diversity, especially in scenarios with expensive function evaluations. This method can significantly improve the efficiency of identifying critical nonzero variables in complex landscapes.
Key insights
PAMEA uses dual-entropy probability vectors and annealing-based clustering to balance exploration and exploitation in large-scale sparse multi-objective optimization.
Principles
- Balance exploration and exploitation dynamically.
- Prioritize critical variables for faster convergence.
- Decouple sparse structure identification from value optimization.
Method
PAMEA utilizes two subpopulations guided by convergence-driven (low-entropy) and annealing-driven (high-entropy) probability vectors. It employs an exploitation search strategy for local refinement and an annealing search strategy with variable clustering for global exploration, dynamically adjusting probabilities.
In practice
- Apply dual-level encoding for sparse solutions.
- Use Latin hypercube sampling for initial variable importance.
- Integrate multi-population cooperation for enhanced search.
Topics
- Large-scale Multi-objective Optimization
- Sparse Optimization
- Evolutionary Algorithms
- Probabilistic Annealing
- Dual-entropy Probability Vectors
Best for: Research Scientist, AI Researcher, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.NE updates on arXiv.org.