CVAILGJun 9, 2024

Which Backbone to Use: A Resource-efficient Domain Specific Comparison for Computer Vision

arXiv:2406.05612v317 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work provides actionable insights for machine learning practitioners in computer vision to select resource-efficient backbones, especially for small datasets, though it is incremental as it compares existing methods without introducing new ones.

The study systematically evaluated lightweight pre-trained CNN backbones across diverse domains like natural, medical, galaxy, and remote sensing images to identify the most suitable ones for small datasets, finding that architectures like ConvNeXt, RegNet, and EfficientNet consistently performed well while attention-based models underperformed in low-data scenarios.

In contemporary computer vision applications, particularly image classification, architectural backbones pre-trained on large datasets like ImageNet are commonly employed as feature extractors. Despite the widespread use of these pre-trained convolutional neural networks (CNNs), there remains a gap in understanding the performance of various resource-efficient backbones across diverse domains and dataset sizes. Our study systematically evaluates multiple lightweight, pre-trained CNN backbones under consistent training settings across a variety of datasets, including natural images, medical images, galaxy images, and remote sensing images. This comprehensive analysis aims to aid machine learning practitioners in selecting the most suitable backbone for their specific problem, especially in scenarios involving small datasets where fine-tuning a pre-trained network is crucial. Even though attention-based architectures are gaining popularity, we observed that they tend to perform poorly under low data finetuning tasks compared to CNNs. We also observed that some CNN architectures such as ConvNeXt, RegNet and EfficientNet performs well compared to others on a diverse set of domains consistently. Our findings provide actionable insights into the performance trade-offs and effectiveness of different backbones, facilitating informed decision-making in model selection for a broad spectrum of computer vision domains. Our code is available here: https://github.com/pranavphoenix/Backbones

Code Implementations1 repo
Foundations

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

Your Notes