paper-with-me

홈 › Papers

GLiT: Neural Architecture Search for Global and Local Image Transformer

2021-07-07 · ICCV 2021 10 · BoYu Chen, Peixia Li, Chuming Li, Baopu Li, Lei Bai, Chen Lin, Ming Sun, Junjie Yan, Wanli Ouyang

We introduce the first Neural Architecture Search (NAS) method to find a better transformer architecture for image recognition. Recently, transformers without CNN-based backbones are found to achieve impressive performance for image recognition. However, the transformer is designed for NLP tasks and thus could be sub-optimal when directly used for image recognition. In order to improve the visual representation ability for transformers, we propose a new search space and searching algorithm. Specifically, we introduce a locality module that models the local correlations in images explicitly with fewer computational cost. With the locality module, our search space is defined to let the search algorithm freely trade off between global and local information as well as optimizing the low-level design choice in each module. To tackle the problem caused by huge search space, a hierarchical neural architecture search method is proposed to search the optimal vision transformer from two levels separately with the evolutionary algorithm. Extensive experiments on the ImageNet dataset demonstrate that our method can find more discriminative and efficient transformer variants than the ResNet family (e.g., ResNet101) and the baseline ViT for image classification.

📄 PDF Abstract BibTeX arXiv:2107.02960

Code (2)

bychen515/glit 공식 구현 pytorch
lpxtt/simtrack pytorch

Tasks

image-classificationImage ClassificationNeural Architecture Search

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

GlitchMiner: Mining Glitch Tokens in Large Language Models via Gradient-based Discrete Optimization

2024-10-19 · Zihui Wu, Haichang Gao, Ping Wang, Shudong Zhang 외

Glitch tokens in Large Language Models (LLMs) can trigger unpredictable behaviors, threatening model reliability and safety. Existing detection methods rely on predefined patterns, limiting their adaptability across dive…

Mind-the-Glitch: Visual Correspondence for Detecting Inconsistencies in Subject-Driven Generation

2025-09-26 · Abdelrahman Eldesokey, Aleksandar Cvejic, Bernard Ghanem, Peter Wonka arxiv

We propose a novel approach for disentangling visual and semantic features from the backbones of pre-trained diffusion models, enabling visual correspondence in a manner analogous to the well-established semantic corresp…

Semantic correspondenceImage Generation

GliTr: Glimpse Transformers with Spatiotemporal Consistency for Online Action Prediction

2022-10-24 · Samrudhdhi B Rangrej, Kevin J Liang, Tal Hassner, James J Clark

Many online action prediction models observe complete frames to locate and attend to informative subregions in the frames called glimpses and recognize an ongoing action based on global and local information. However, in…

Action Recognition

FAST-GOAL: Fast and Efficient Global-local Object Alignment Learning

2026-05-26 · Hyungyu Choi, Young Kyun Jang, Chanho Eom arxiv

Vision-language models such as CLIP have shown impressive capabilities in aligning images and text, but they often struggle with lengthy and detailed text descriptions due to pre-training on short and concise captions. W…

Computational EfficiencyObject Detection

GlitchProber: Advancing Effective Detection and Mitigation of Glitch Tokens in Large Language Models

2024-08-09 · Zhibo Zhang, Wuxia Bai, Yuxi Li, Mark Huasong Meng 외

Large language models (LLMs) have achieved unprecedented success in the field of natural language processing. However, the black-box nature of their internal mechanisms has brought many concerns about their trustworthine…