Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Multi-Task Optimization over Networks of Tasks

About

Multi-task optimization is a powerful approach for solving a large number of tasks in parallel. However, existing algorithms face distinct limitations: Population-based methods scale poorly and remain underexplored for large task sets. Approaches that do scale beyond a thousand tasks are mostly MAP-Elites variants and rely on a fixed, discretized archive that disregards the topology of the task space. We introduce MONET (Multi-Task Optimization over Networks of Tasks), a multi-task optimization algorithm that models the task space as a graph: tasks are nodes, and edges connect tasks in the task parameter space. This representation enables knowledge transfer between tasks and remains tractable for high-dimensional problems while exploiting the topology of the task space. MONET combines social learning, which generates candidates from neighboring nodes via crossover, with individual learning, which refines a node's own solution independently via mutation. We evaluate MONET on four domains (archery, arm, and cartpole with 5,000 tasks each; hexapod with 2,000 tasks) and show that it matches or exceeds the performance of existing MAP-Elites-based baselines across all four domains.

Julian Hatzky, Thomas Bartz-Beielstein, A. E. Eiben, Anil Yaman• 2026

Related benchmarks

TaskDatasetResultRank
Control TaskArm
Final Mean Fitness0.773
4
Control Taskcartpole
Final Mean Fitness998.5
4
Control TaskHexapod
Final Mean Fitness95.7
4
Control Task PerformanceArchery
AUC979.2
4
Control Task PerformanceArm
AUC762.7
4
Control Task PerformanceHexapod
AUC716
4
Control Task Performancecartpole
AUC969
4
Control TaskArchery
Final Mean Fitness1
4
Showing 8 of 8 rows

Other info

Follow for update