CVJan 16

Bio-inspired fine-tuning for selective transfer learning in image classification

arXiv:2601.11235v13 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of selective transfer learning for image classification tasks with limited labeled data, particularly in specialized domains like medical imaging, though it appears incremental as an optimization-based fine-tuning method.

The paper tackles the problem of domain discrepancies hindering effective transfer learning in image classification by introducing BioTune, an adaptive fine-tuning technique using evolutionary optimization. It demonstrates superior accuracy and efficiency over state-of-the-art methods like AutoRGN and LoRA across nine datasets and four CNN architectures.

Deep learning has significantly advanced image analysis across diverse domains but often depends on large, annotated datasets for success. Transfer learning addresses this challenge by utilizing pre-trained models to tackle new tasks with limited labeled data. However, discrepancies between source and target domains can hinder effective transfer learning. We introduce BioTune, a novel adaptive fine-tuning technique utilizing evolutionary optimization. BioTune enhances transfer learning by optimally choosing which layers to freeze and adjusting learning rates for unfrozen layers. Through extensive evaluation on nine image classification datasets, spanning natural and specialized domains such as medical imaging, BioTune demonstrates superior accuracy and efficiency over state-of-the-art fine-tuning methods, including AutoRGN and LoRA, highlighting its adaptability to various data characteristics and distribution changes. Additionally, BioTune consistently achieves top performance across four different CNN architectures, underscoring its flexibility. Ablation studies provide valuable insights into the impact of BioTune's key components on overall performance. The source code is available at https://github.com/davilac/BioTune.

Foundations

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

Your Notes