English

ConcatPlexer: Additional Dim1 Batching for Faster ViTs

Computer Vision and Pattern Recognition 2024-02-01 v2 Artificial Intelligence Machine Learning

Abstract

Transformers have demonstrated tremendous success not only in the natural language processing (NLP) domain but also the field of computer vision, igniting various creative approaches and applications. Yet, the superior performance and modeling flexibility of transformers came with a severe increase in computation costs, and hence several works have proposed methods to reduce this burden. Inspired by a cost-cutting method originally proposed for language models, Data Multiplexing (DataMUX), we propose a novel approach for efficient visual recognition that employs additional dim1 batching (i.e., concatenation) that greatly improves the throughput with little compromise in the accuracy. We first introduce a naive adaptation of DataMux for vision models, Image Multiplexer, and devise novel components to overcome its weaknesses, rendering our final model, ConcatPlexer, at the sweet spot between inference speed and accuracy. The ConcatPlexer was trained on ImageNet1K and CIFAR100 dataset and it achieved 23.5% less GFLOPs than ViT-B/16 with 69.5% and 83.4% validation accuracy, respectively.

Keywords

Cite

@article{arxiv.2308.11199,
  title  = {ConcatPlexer: Additional Dim1 Batching for Faster ViTs},
  author = {Donghoon Han and Seunghyeon Seo and Donghyeon Jeon and Jiho Jang and Chaerin Kong and Nojun Kwak},
  journal= {arXiv preprint arXiv:2308.11199},
  year   = {2024}
}
R2 v1 2026-06-28T12:01:07.499Z