paper-with-me

홈 › Papers

AutoTaskFormer: Searching Vision Transformers for Multi-task Learning

2023-04-18 · Yang Liu, Shen Yan, Yuge Zhang, Kan Ren, Quanlu Zhang, Zebin Ren, Deng Cai, Mi Zhang

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.

📄 PDF Abstract BibTeX arXiv:2304.08756

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningNeural Architecture Search

Similar Papers 제목 키워드 기반

UPop: Unified and Progressive Pruning for Compressing Vision-Language Transformers

2023-01-31 · Dachuan Shi, Chaofan Tao, Ying Jin, Zhendong Yang 외

Real-world data contains a vast amount of multimodal information, among which vision and language are the two most representative modalities. Moreover, increasingly heavier models, \textit{e}.\textit{g}., Transformers, h…

Image CaptioningImage ClassificationImage RetrievalImage-text Retrieval+7

Searching the Search Space of Vision Transformer

2021-11-29 · NeurIPS 2021 12 · Minghao Chen, Kan Wu, Bolin Ni, Houwen Peng 외

Vision Transformer has shown great visual representation power in substantial vision tasks such as recognition and detection, and thus been attracting fast-growing efforts on manually designing more effective architectur…

Neural Architecture Searchobject-detectionObject DetectionQuestion Answering+3

Searching Intrinsic Dimensions of Vision Transformers

2022-04-16 · Fanghui Xue, Biao Yang, Yingyong Qi, Jack Xin

It has been shown by many researchers that transformers perform as well as convolutional neural networks in many computer vision tasks. Meanwhile, the large computational costs of its attention module hinder further stud…

image-classificationImage Classificationobject-detectionObject Detection

Vision Transformer Slimming: Multi-Dimension Searching in Continuous Optimization Space

2022-01-03 · CVPR 2022 1 · Arnav Chavan, Zhiqiang Shen, Zhuang Liu, Zechun Liu 외

This paper explores the feasibility of finding an optimal sub-model from a vision transformer and introduces a pure vision transformer slimming (ViT-Slim) framework. It can search a sub-structure from the original model …

GPU

How to Weight Multitask Finetuning? Fast Previews via Bayesian Model-Merging

2024-12-11 · Hugo Monzón Maldonado, Thomas Möllenhoff, Nico Daheim, Iryna Gurevych 외

When finetuning multiple tasks altogether, it is important to carefully weigh them to get a good performance, but searching for good weights can be difficult and costly. Here, we propose to aid the search with fast previ…