Self-Supervised Generalisation with Meta Auxiliary Learning
Shikun Liu, Andrew J. Davison, Edward Johns

TL;DR
This paper introduces MAXL, a self-supervised meta auxiliary learning method that automatically generates auxiliary labels to improve generalization across multiple image datasets without extra data.
Contribution
The paper presents MAXL, a novel self-supervised meta learning approach that automatically learns auxiliary labels, enhancing primary task performance without additional data or manual labeling.
Findings
MAXL outperforms single-task learning on 7 image datasets.
MAXL surpasses other auxiliary label generation baselines.
MAXL is competitive with human-defined auxiliary labels.
Abstract
Learning with auxiliary tasks can improve the ability of a primary task to generalise. However, this comes at the cost of manually labelling auxiliary data. We propose a new method which automatically learns appropriate labels for an auxiliary task, such that any supervised learning task can be improved without requiring access to any further data. The approach is to train two neural networks: a label-generation network to predict the auxiliary labels, and a multi-task network to train the primary task alongside the auxiliary task. The loss for the label-generation network incorporates the loss of the multi-task network, and so this interaction between the two networks can be seen as a form of meta learning with a double gradient. We show that our proposed method, Meta AuXiliary Learning (MAXL), outperforms single-task learning on 7 image datasets, without requiring any additional data.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM · Text and Document Classification Technologies
