paper-with-me

Papers

When Do We Not Need Larger Vision Models?

2024-03-19 · Baifeng Shi, Ziyang Wu, Maolin Mao, Xin Wang, Trevor Darrell

Scaling up the size of vision models has been the de facto standard to obtain more powerful visual representations. In this work, we discuss the point beyond which larger vision models are not necessary. First, we demonstrate the power of Scaling on Scales (S$^2$), whereby a pre-trained and frozen smaller vision model (e.g., ViT-B or ViT-L), run over multiple image scales, can outperform larger models (e.g., ViT-H or ViT-G) on classification, segmentation, depth estimation, Multimodal LLM (MLLM) benchmarks, and robotic manipulation. Notably, S$^2$ achieves state-of-the-art performance in detailed understanding of MLLM on the V* benchmark, surpassing models such as GPT-4V. We examine the conditions under which S$^2$ is a preferred scaling approach compared to scaling on model size. While larger models have the advantage of better generalization on hard examples, we show that features of larger vision models can be well approximated by those of multi-scale smaller models. This suggests most, if not all, of the representations learned by current large pre-trained models can also be obtained from multi-scale smaller models. Our results show that a multi-scale smaller model has comparable learning capacity to a larger model, and pre-training smaller models with S$^2$ can match or even exceed the advantage of larger models. We release a Python package that can apply S$^2$ on any vision model with one line of code: https://github.com/bfshi/scaling_on_scales.

📄 PDF Abstract BibTeX arXiv:2403.13043

Code (2)

bfshi/scaling_on_scales 공식 구현 pytorch
cubiq/comfyui_ipadapter_plus pytorch

Tasks

Depth Estimation

Similar Papers 제목 키워드 기반

Masked Autoencoding Does Not Help Natural Language Supervision at Scale

2023-01-19 · CVPR 2023 1 · Floris Weers, Vaishaal Shankar, Angelos Katharopoulos, Yinfei Yang 외

Self supervision and natural language supervision have emerged as two exciting ways to train general purpose image encoders which excel at a variety of downstream tasks. Recent works such as M3AE and SLIP have suggested …

Generative Adversarial Networks for LHCb Fast Simulation

2020-03-21 · Fedor Ratnikov

LHCb is one of the major experiments operating at the Large Hadron Collider at CERN. The richness of the physics program and the increasing precision of the measurements in LHCb lead to the need of ever larger simulated …

Adapting Feature Attenuation to NLP

2026-01-02 · Tianshuo Yang, Ryan Rabinowitz, Terrance E. Boult, Jugal Kalita arxiv

Transformer classifiers such as BERT deliver impressive closed-set accuracy, yet they remain brittle when confronted with inputs from unseen categories--a common scenario for deployed NLP systems. We investigate Open-Set…

On The Dynamic Ensemble Selection for TinyML-based Systems -- a Preliminary Study

2025-09-22 · Tobiasz Puslecki, Krzysztof Walkowiak arxiv

The recent progress in TinyML technologies triggers the need to address the challenge of balancing inference time and classification quality. TinyML systems are defined by specific constraints in computation, memory and …

Phantom of Latent for Large Language and Vision Models

2024-09-23 · Byung-Kwan Lee, Sangyun Chung, Chae Won Kim, Beomchan Park 외

The success of visual instruction tuning has accelerated the development of large language and vision models (LLVMs). Following the scaling laws of instruction-tuned large language models (LLMs), LLVMs either have furthe…

Visual Question Answering