English

Quickly Tuning Foundation Models for Image Segmentation

Computer Vision and Pattern Recognition 2025-08-26 v1 Machine Learning

Abstract

Foundation models like SAM (Segment Anything Model) exhibit strong zero-shot image segmentation performance, but often fall short on domain-specific tasks. Fine-tuning these models typically requires significant manual effort and domain expertise. In this work, we introduce QTT-SEG, a meta-learning-driven approach for automating and accelerating the fine-tuning of SAM for image segmentation. Built on the Quick-Tune hyperparameter optimization framework, QTT-SEG predicts high-performing configurations using meta-learned cost and performance models, efficiently navigating a search space of over 200 million possibilities. We evaluate QTT-SEG on eight binary and five multiclass segmentation datasets under tight time constraints. Our results show that QTT-SEG consistently improves upon SAM's zero-shot performance and surpasses AutoGluon Multimodal, a strong AutoML baseline, on most binary tasks within three minutes. On multiclass datasets, QTT-SEG delivers consistent gains as well. These findings highlight the promise of meta-learning in automating model adaptation for specialized segmentation tasks. Code available at: https://github.com/ds-brx/QTT-SEG/

Keywords

Cite

@article{arxiv.2508.17283,
  title  = {Quickly Tuning Foundation Models for Image Segmentation},
  author = {Breenda Das and Lennart Purucker and Timur Carstensen and Frank Hutter},
  journal= {arXiv preprint arXiv:2508.17283},
  year   = {2025}
}

Comments

Accepted as a short paper at the non-archival content track of AutoML 2025

R2 v1 2026-07-01T05:03:20.745Z