Efficient Transferability Assessment for Selection of Pre-Trained Detectors

Abstract

Large-scale pre-training followed by downstream fine-tuning is an effective solution for transferring deep-learning-based models. Since finetuning all possible pre-trained models is computational costly, we aim to predict the transferability performance of these pre-trained models in a computational efficient manner. Different from previous work that seek out suitable models for downstream classification and segmentation tasks, this paper studies the efficient transferability assessment of pre-trained object detectors. To this end, we build up a detector transferability benchmark which contains a large and diverse zoo of pre-trained detectors with various architectures, source datasets and training schemes. Given this zoo, we adopt 6 target datasets from 5 diverse domains as the downstream target tasks for evaluation. Further, we propose to assess classification and regression sub-tasks simultaneously in a unified framework. Additionally, we design a complementary metric for evaluating tasks with varying objects. Experimental results demonstrate that our method outperforms other state-of-the-art approaches in assessing transferability under different target domains while efficiently reducing wall-clock time 32x and requiring a mere 5.2% memory footprint compared to brute-force fine-tuning of all pre-trained detectors. Our assessment code and benchmark will be publicly available.

Cite

Text

Wang et al. "Efficient Transferability Assessment for Selection of Pre-Trained Detectors." Winter Conference on Applications of Computer Vision, 2024.

Markdown

[Wang et al. "Efficient Transferability Assessment for Selection of Pre-Trained Detectors." Winter Conference on Applications of Computer Vision, 2024.](https://mlanthology.org/wacv/2024/wang2024wacv-efficient/)

BibTeX

@inproceedings{wang2024wacv-efficient,
  title     = {{Efficient Transferability Assessment for Selection of Pre-Trained Detectors}},
  author    = {Wang, Zhao and Li, Aoxue and Li, Zhenguo and Dou, Qi},
  booktitle = {Winter Conference on Applications of Computer Vision},
  year      = {2024},
  pages     = {1679-1689},
  url       = {https://mlanthology.org/wacv/2024/wang2024wacv-efficient/}
}