paper-with-me

Papers

Rethinking Mobile Block for Efficient Attention-based Models

2023-01-03 · ICCV 2023 1 · Jiangning Zhang, Xiangtai Li, Jian Li, Liang Liu, Zhucun Xue, Boshen Zhang, Zhengkai Jiang, Tianxin Huang, Yabiao Wang, Chengjie Wang

This paper focuses on developing modern, efficient, lightweight models for dense predictions while trading off parameters, FLOPs, and performance. Inverted Residual Block (IRB) serves as the infrastructure for lightweight CNNs, but no counterpart has been recognized by attention-based studies. This work rethinks lightweight infrastructure from efficient IRB and effective components of Transformer from a unified perspective, extending CNN-based IRB to attention-based models and abstracting a one-residual Meta Mobile Block (MMB) for lightweight model design. Following simple but effective design criterion, we deduce a modern Inverted Residual Mobile Block (iRMB) and build a ResNet-like Efficient MOdel (EMO) with only iRMB for down-stream tasks. Extensive experiments on ImageNet-1K, COCO2017, and ADE20K benchmarks demonstrate the superiority of our EMO over state-of-the-art methods, e.g., EMO-1M/2M/5M achieve 71.5, 75.1, and 78.4 Top-1 that surpass equal-order CNN-/Attention-based models, while trading-off the parameter, efficiency, and accuracy well: running 2.8-4.0x faster than EdgeNeXt on iPhone14.

📄 PDF Abstract BibTeX arXiv:2301.01146

Code (1)

zhangzjn/emo 공식 구현 pytorch

Tasks

Unity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Rethinking Bottleneck Structure for Efficient Mobile Network Design

2020-07-05 · ECCV 2020 8 · Zhou Daquan, Qibin Hou, Yunpeng Chen, Jiashi Feng 외

The inverted residual block is dominating architecture design for mobile networks recently. It changes the classic residual bottleneck by introducing two design rules: learning inverted residuals and using linear bottlen…

General ClassificationNeural Architecture Searchobject-detectionObject Detection

MOAT: Alternating Mobile Convolution and Attention Brings Strong Vision Models

2022-10-04 · Chenglin Yang, Siyuan Qiao, Qihang Yu, Xiaoding Yuan 외

This paper presents MOAT, a family of neural networks that build on top of MObile convolution (i.e., inverted residual blocks) and ATtention. Unlike the current works that stack separate mobile convolution and transforme…

Image ClassificationInstance SegmentationObject DetectionSemantic Segmentation

A Little Bit Attention Is All You Need for Person Re-Identification

2023-02-28 · Markus Eisenbach, Jannik Lübberstedt, Dustin Aganian, Horst-Michael Gross

Person re-identification plays a key role in applications where a mobile robot needs to track its users over a long period of time, even if they are partially unobserved for some time, in order to follow them or be avail…

AllNeural Architecture SearchPerson Re-Identification

Rethinking Efficacy of Softmax for Lightweight Non-Local Neural Networks

2022-07-27 · Yooshin Cho, Youngsoo Kim, Hanbyel Cho, Jaesung Ahn 외

Non-local (NL) block is a popular module that demonstrates the capability to model global contexts. However, NL block generally has heavy computation and memory costs, so it is impractical to apply the block to high-reso…

MobileNetV4 -- Universal Models for the Mobile Ecosystem

2024-04-16 · Danfeng Qin, Chas Leichner, Manolis Delakis, Marco Fornoni 외

We present the latest generation of MobileNets, known as MobileNetV4 (MNv4), featuring universally efficient architecture designs for mobile devices. At its core, we introduce the Universal Inverted Bottleneck (UIB) sear…

Image ClassificationNeural Architecture Search