LGAINEApr 23

Multi-Task Optimization over Networks of Tasks

arXiv:2604.2199132.4h-index: 9
Predicted impact top 71% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in multi-task optimization, MONET offers a scalable alternative to MAP-Elites that exploits task topology without discretization.

MONET models the task space as a graph to enable scalable multi-task optimization, matching or exceeding MAP-Elites baselines across four domains with up to 5,000 tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes