paper-with-me

홈 › Papers

iFormer: Integrating ConvNet and Transformer for Mobile Application

2025-01-26 · Chuanyang Zheng

We present a new family of mobile hybrid vision networks, called iFormer, with a focus on optimizing latency and accuracy on mobile applications. iFormer effectively integrates the fast local representation capacity of convolution with the efficient global modeling ability of self-attention. The local interactions are derived from transforming a standard convolutional network, \textit{i.e.}, ConvNeXt, to design a more lightweight mobile network. Our newly introduced mobile modulation attention removes memory-intensive operations in MHA and employs an efficient modulation mechanism to boost dynamic global representational capacity. We conduct comprehensive experiments demonstrating that iFormer outperforms existing lightweight networks across various tasks. Notably, iFormer achieves an impressive Top-1 accuracy of 80.4\% on ImageNet-1k with a latency of only 1.10 ms on an iPhone 13, surpassing the recently proposed MobileNetV4 under similar latency constraints. Additionally, our method shows significant improvements in downstream tasks, including COCO object detection, instance segmentation, and ADE20k semantic segmentation, while still maintaining low latency on mobile devices for high-resolution inputs in these scenarios.

📄 PDF Abstract BibTeX arXiv:2501.15369

Code (1)

chuanyangzheng/iformer 공식 구현 pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
ConvNeXt 설명 없음
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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

AniFormer: Data-driven 3D Animation with Transformer

2021-10-20 · Haoyu Chen, Hao Tang, Nicu Sebe, Guoying Zhao

We present a novel task, i.e., animating a target 3D object through the motion of a raw driving sequence. In previous works, extra auxiliary correlations between source and target meshes or intermedia factors are inevita…

regression

UniFormerV2: Spatiotemporal Learning by Arming Image ViTs with Video UniFormer

2022-11-17 · Kunchang Li, Yali Wang, Yinan He, Yizhuo Li 외

Learning discriminative spatiotemporal representation is the key problem of video understanding. Recently, Vision Transformers (ViTs) have shown their power in learning long-term video dependency with self-attention. Unf…

Video Understanding

UniFormerV2: Spatiotemporal Learning by Arming Image ViTs with Video UniFormer

2022-09-22 · ICLR2023 submitted 2022 9 · Anonymous

Learning discriminative spatiotemporal representation is the key problem of video understanding. Recently, Vision Transformers (ViTs) have shown their power in learning long-term video dependency with self-attention. Unf…

Action ClassificationAction RecognitionVideo Understanding

VertiFormer: A Data-Efficient Multi-Task Transformer for Off-Road Robot Mobility

2025-02-01 · Mohammad Nazeri, Anuj Pokhrel, Alexandyr Card, Aniket Datar 외

Sophisticated learning architectures, e.g., Transformers, present a unique opportunity for robots to understand complex vehicle-terrain kinodynamic interactions for off-road mobility. While internet-scale data are availa…

PoliFormer: Scaling On-Policy RL with Transformers Results in Masterful Navigators

2024-06-28 · Kuo-Hao Zeng, Zichen Zhang, Kiana Ehsani, Rose Hendrix 외

We present PoliFormer (Policy Transformer), an RGB-only indoor navigation agent trained end-to-end with reinforcement learning at scale that generalizes to the real-world without adaptation despite being trained purely i…

DecoderObjectObject Tracking