paper-with-me

Papers

MicroViTv2: Beyond the FLOPS for Edge Energy-Friendly Vision Transformers

2026-05-11 · Novendra Setyawan, Chi-Chia Sun, Mao-Hsiu Hsu, Wen-Kai Kuo, Jun-Wei Hsieh arxiv

The Vision Transformer (ViT) achieves remarkable accuracy across visual tasks but remains computationally expensive for edge deployment. This paper presents MicroViTv2, a lightweight Vision Transformer optimized for real-device efficiency. Built upon the original MicroViT, the proposed model is designed based on reparameterized design, specifically Reparameterized Patch Embedding (RepEmbed) and Reparameterized Depth-Wise convolution mixer (RepDW) for faster inference, and introduces the Single Depth-Wise Transposed Attention (SDTA) to capture long-range dependencies with minimal redundancy. Despite slightly higher FLOPs, MicroViTv2 improves accuracy up to 0.5% compared to its predecessor and surpassing MobileViTv2, EdgeNeXt, and EfficientViT while maintaining fast inference and high energy efficiency on Jetson AGX Orin. Experiments on ImageNet-1K and COCO demonstrate that hardware-aware design and structural re-parameterization are key to achieving high accuracy and low energy consumption, validating the need to evaluate efficiency beyond FLOPs. Code is available at https://github.com/novendrastywn/MicroViT.

📄 PDF Abstract BibTeX arXiv:2605.10148

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond FLOPs: Energy-Aware Knowledge Distillation for Sustainable LLMs on Code-Related Task

2026-08-18 · Enrique Barba Roque, Luís Cruz, Annibale Panichella arxiv

Background: Large Language Models (LLMs) are increasingly being applied to Software Engineering (SE) tasks, achieving high accuracy across problems such as clone detection, vulnerability prediction, and code summarizatio…

Knowledge Distillation

Energy Efficiency in AI for 5G and Beyond: A DeepRx Case Study

2025-07-14 · Amine Lbath, Ibtissam Labriji arxiv

This study addresses the challenge of balancing energy efficiency with performance in AI/ML models, focusing on DeepRX, a deep learning receiver based on a fully convolutional ResNet architecture. We evaluate the energy …

Knowledge Distillation

A Deployment-Friendly Foundational Framework for Efficient Computational Pathology

2026-02-15 · Yu Cai, Cheng Jin, Jiabo Ma, Fengtao Zhou 외 arxiv

Pathology foundation models (PFMs) generalize well across computational pathology tasks but remain costly for gigapixel whole-slide image analysis. Here, we present LitePath, a deployment-friendly framework that addresse…

MobileQuant: Mobile-friendly Quantization for On-device Language Models

2024-08-25 · Fuwen Tan, Royson Lee, Łukasz Dudziak, Shell Xu Hu 외

Large language models (LLMs) have revolutionized language processing, delivering outstanding results across multiple applications. However, deploying LLMs on edge devices poses several challenges with respect to memory, …

Quantization

TFormer: A Transmission-Friendly ViT Model for IoT Devices

2023-02-15 · Zhichao Lu, Chuntao Ding, Felix Juefei-Xu, Vishnu Naresh Boddeti 외

Deploying high-performance vision transformer (ViT) models on ubiquitous Internet of Things (IoT) devices to provide high-quality vision services will revolutionize the way we live, work, and interact with the world. Due…

image-classificationImage Classificationobject-detectionObject Detection+1