Bridging Evolutionary Multiobjective Optimization and GPU Acceleration via Tensorization
Abstract
Evolutionary multiobjective optimization (EMO) has made significant strides over the past two decades. However, as problem scales and complexities increase, traditional EMO algorithms face substantial performance limitations due to insufficient parallelism and scalability. While most work has focused on algorithm design to address these challenges, little attention has been given to hardware acceleration, thereby leaving a clear gap between EMO algorithms and advanced computing devices, such as GPUs. To bridge the gap, we propose to parallelize EMO algorithms on GPUs via the tensorization methodology. By employing tensorization, the data structures and operations of EMO algorithms are transformed into concise tensor representations, which seamlessly enables automatic utilization of GPU computing. We demonstrate the effectiveness of our approach by applying it to three representative EMO algorithms: NSGA-III, MOEA/D, and HypE. To comprehensively assess our methodology, we introduce a multiobjective robot control benchmark using a GPU-accelerated physics engine. Our experiments show that the tensorized EMO algorithms achieve speedups of up to 1113x compared to their CPU-based counterparts, while maintaining solution quality and effectively scaling population sizes to hundreds of thousands. Furthermore, the tensorized EMO algorithms efficiently tackle complex multiobjective robot control tasks, producing high-quality solutions with diverse behaviors. Source codes are available at https://github.com/EMI-Group/evomo.
Community
Key Features
๐ป High-Performance Computing
๐ General Tensorization Methodology
- EvoMO adopts a unified tensorization approach, restructuring EMO algorithms into tensor representations, enabling efficient GPU acceleration.
โก High-Speed Performance
- Supports tensorized implementations of NSGA-II, NSGA-III, MOEA/D, RVEA, HypE, and more, achieving up to 1113ร speedup while preserving solution quality.
๐ Scalability
- Efficiently handles large populations, scaling to hundreds of thousands for complex optimization tasks, ensuring robustness for real-world applications.
๐ Benchmarking
๐ค MoRobtrol Benchmark
- Includes MoRobtrol, a multiobjective robot control benchmark, designed for testing tensorized EMO algorithms in challenging black-box environments.
๐ง Easy-to-Use Integration
๐ Shared Name with EvoX
- After installation, you can seamlessly import EvoMO algorithms using
import evox
, accessing both EvoX and EvoMO algorithms with a unified interface. You can find EvoX here.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- PilotANN: Memory-Bounded GPU Acceleration for Vector Search (2025)
- GraNNite: Enabling High-Performance Execution of Graph Neural Networks on Resource-Constrained Neural Processing Units (2025)
- Ramp Up NTT in Record Time using GPU-Accelerated Algorithms and LLM-based Code Generation (2025)
- Efficient QR-Based CP Decomposition Acceleration via Dimension Tree and Extrapolation (2025)
- Accelerating Sparse MTTKRP for Small Tensor Decomposition on GPU (2025)
- Gensor: A Graph-based Construction Tensor Compilation Method for Deep Learning (2025)
- GauRast: Enhancing GPU Triangle Rasterizers to Accelerate 3D Gaussian Splatting (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper