Papers
arxiv:2604.21991

Multi-Task Optimization over Networks of Tasks

Published on Apr 23
Authors:
,
,

Abstract

MONET is a multi-task optimization algorithm that represents task relationships as a graph to enable efficient knowledge transfer and scalable performance across thousands of tasks.

AI-generated summary

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.

Community

Paper author

We're excited to share MONET! ๐ŸŽจ
We introduce Multi-Task Optimization using an explicit graph representation for more versatile and explicit task connectivity. This approach enables topology-aware knowledge transfer that scales efficiently to thousands of tasks (tested up to 5,000).
Happy to answer any questions about the structure or our results!

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2604.21991
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2604.21991 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2604.21991 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2604.21991 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.