CVApr 18, 2023

AutoTaskFormer: Searching Vision Transformers for Multi-task Learning

DeepMind
arXiv:2304.08756v2h-index: 19Has Code
Originality Highly original
AI Analysis

This work addresses the need for efficient multi-task vision transformers in real-world applications, offering an automated alternative to manual design.

The authors tackled the problem of automating the design of vision transformers for multi-task learning, proposing AutoTaskFormer, which outperformed state-of-the-art handcrafted models on datasets like Cityscapes, NYUv2, and Taskonomy.

Vision Transformers have shown great performance in single tasks such as classification and segmentation. However, real-world problems are not isolated, which calls for vision transformers that can perform multiple tasks concurrently. Existing multi-task vision transformers are handcrafted and heavily rely on human expertise. In this work, we propose a novel one-shot neural architecture search framework, dubbed AutoTaskFormer (Automated Multi-Task Vision TransFormer), to automate this process. AutoTaskFormer not only identifies the weights to share across multiple tasks automatically, but also provides thousands of well-trained vision transformers with a wide range of parameters (e.g., number of heads and network depth) for deployment under various resource constraints. Experiments on both small-scale (2-task Cityscapes and 3-task NYUv2) and large-scale (16-task Taskonomy) datasets show that AutoTaskFormer outperforms state-of-the-art handcrafted vision transformers in multi-task learning. The entire code and models will be open-sourced.

Foundations

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

Your Notes