Generating Auxiliary Tasks with Reinforcement Learning
Judah Goldfeder, Matthew So, Hod Lipson

TL;DR
This paper introduces RL-AUX, a reinforcement learning framework that dynamically generates auxiliary tasks to improve primary task performance, reducing reliance on human-labeled auxiliary tasks and outperforming some existing methods.
Contribution
RL-AUX is a novel RL-based approach for generating auxiliary tasks, offering a more efficient alternative to gradient-based meta-learning methods.
Findings
RL-AUX outperforms human-labeled auxiliary tasks on CIFAR-100.
RL-AUX matches the performance of bi-level optimization baselines.
The method achieves strong results on multiple classification datasets.
Abstract
Auxiliary Learning (AL) is a form of multi-task learning in which a model trains on auxiliary tasks to boost performance on a primary objective. While AL has improved generalization across domains such as navigation, image classification, and NLP, it often depends on human-labeled auxiliary tasks that are costly to design and require domain expertise. Meta-learning approaches mitigate this by learning to generate auxiliary tasks, but typically rely on gradient based bi-level optimization, adding substantial computational and implementation overhead. We propose RL-AUX, a reinforcement-learning (RL) framework that dynamically creates auxiliary tasks by assigning auxiliary labels to each training example, rewarding the agent whenever its selections improve the performance on the primary task. We also explore learning per-example weights for the auxiliary loss. On CIFAR-100 grouped into 20…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Reinforcement Learning in Robotics · Multimodal Machine Learning Applications
