CVMar 8, 2022

CF-ViT: A General Coarse-to-Fine Method for Vision Transformer

arXiv:2203.03821v5109 citationsh-index: 60Has Code
Originality Incremental advance
AI Analysis

This addresses high computational costs in computer vision for researchers and practitioners, offering an incremental improvement over existing ViT methods.

The paper tackles the computational redundancy in Vision Transformers by proposing CF-ViT, a coarse-to-fine method that reduces FLOPs by 53% for LV-ViT and increases throughput by 2.01x while maintaining performance.

Vision Transformers (ViT) have made many breakthroughs in computer vision tasks. However, considerable redundancy arises in the spatial dimension of an input image, leading to massive computational costs. Therefore, We propose a coarse-to-fine vision transformer (CF-ViT) to relieve computational burden while retaining performance in this paper. Our proposed CF-ViT is motivated by two important observations in modern ViT models: (1) The coarse-grained patch splitting can locate informative regions of an input image. (2) Most images can be well recognized by a ViT model in a small-length token sequence. Therefore, our CF-ViT implements network inference in a two-stage manner. At coarse inference stage, an input image is split into a small-length patch sequence for a computationally economical classification. If not well recognized, the informative patches are identified and further re-split in a fine-grained granularity. Extensive experiments demonstrate the efficacy of our CF-ViT. For example, without any compromise on performance, CF-ViT reduces 53% FLOPs of LV-ViT, and also achieves 2.01x throughput.

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