paper-with-me

홈 › Papers

Battle of the Backbones: A Large-Scale Comparison of Pretrained Models across Computer Vision Tasks

2023-10-30 · NeurIPS 2023 11 · Micah Goldblum, Hossein Souri, Renkun Ni, Manli Shu, Viraj Prabhu, Gowthami Somepalli, Prithvijit Chattopadhyay, Mark Ibrahim, Adrien Bardes, Judy Hoffman, Rama Chellappa, Andrew Gordon Wilson, Tom Goldstein

Neural network based computer vision systems are typically built on a backbone, a pretrained or randomly initialized feature extractor. Several years ago, the default option was an ImageNet-trained convolutional neural network. However, the recent past has seen the emergence of countless backbones pretrained using various algorithms and datasets. While this abundance of choice has led to performance increases for a range of systems, it is difficult for practitioners to make informed decisions about which backbone to choose. Battle of the Backbones (BoB) makes this choice easier by benchmarking a diverse suite of pretrained models, including vision-language models, those trained via self-supervised learning, and the Stable Diffusion backbone, across a diverse set of computer vision tasks ranging from classification to object detection to OOD generalization and more. Furthermore, BoB sheds light on promising directions for the research community to advance computer vision by illuminating strengths and weakness of existing approaches through a comprehensive analysis conducted on more than 1500 training runs. While vision transformers (ViTs) and self-supervised learning (SSL) are increasingly popular, we find that convolutional neural networks pretrained in a supervised fashion on large training sets still perform best on most tasks among the models we consider. Moreover, in apples-to-apples comparisons on the same architectures and similarly sized pretraining datasets, we find that SSL backbones are highly competitive, indicating that future works should perform SSL pretraining with advanced architectures and larger pretraining datasets. We release the raw results of our experiments along with code that allows researchers to put their own backbones through the gauntlet here: https://github.com/hsouri/Battle-of-the-Backbones

📄 PDF Abstract BibTeX arXiv:2310.19909

Code (2)

hsouri/battle-of-the-backbones 공식 구현
unveilx/slm-od-ml-comparison pytorch

Tasks

Benchmarkingobject-detectionObject DetectionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

ProTeGe: Untrimmed Pretraining for Video Temporal Grounding by Video Temporal Grounding

2023-01-01 · CVPR 2023 1 · Lan Wang, Gaurav Mittal, Sandra Sajeev, Ye Yu 외

Video temporal grounding (VTG) is the task of localizing a given natural language text query in an arbitrarily long untrimmed video. While the task involves untrimmed videos, all existing VTG methods leverage feature…

text similarity

Image Captioners Are Scalable Vision Learners Too

2023-06-13 · NeurIPS 2023 11 · Michael Tschannen, Manoj Kumar, Andreas Steiner, Xiaohua Zhai 외

Contrastive pretraining on image-text pairs from the web is one of the most popular large-scale pretraining strategies for vision backbones, especially in the context of large multimodal models. At the same time, image c…

DecoderImage Captioning

The PokeAgent Challenge: Competitive and Long-Context Learning at Scale

2026-03-16 · Seth Karten, Jake Grigsby, Tersoo Upaa, Junik Bae 외 arxiv

We present the PokeAgent Challenge, a large-scale benchmark for decision-making research built on Pokemon's multi-agent battle system and expansive role-playing game (RPG) environment. Partial observability, game-theoret…

MCS: An In-battle Commentary System for MOBA Games

2022-10-01 · COLING 2022 10 · Xiaofeng Qi, Chao Li, Zhongping Liang, Jigang Liu 외

This paper introduces a generative system for in-battle real-time commentary in mobile MOBA games. Event commentary is important for battles in MOBA games, which is applicable to a wide range of scenarios like live strea…

CLIP for Lightweight Semantic Segmentation

2023-10-11 · Ke Jin, Wankou Yang

The large-scale pretrained model CLIP, trained on 400 million image-text pairs, offers a promising paradigm for tackling vision tasks, albeit at the image level. Later works, such as DenseCLIP and LSeg, extend this parad…

SegmentationSemantic Segmentation