SinoTechIntel Academic Portal
Open AccessDOI: 10.1631/ENG_ITEE_2025_0081Original Research

TP-ViT: truncated uniform-log2 quantizer and progressive bit-decline reconstruction for vision Transformer quantization

Xichuan ZHOU¹,Sihuan ZHAO¹,Rui DING¹,Jiayu SHI¹,Jing NIE¹,Lihui CHEN¹,Haijun LIU¹

School of Microelectronics and Communication Engineering, Chongqing University, Chongqing 400044, China

Read Executive PreviewQuick FAQ
TP-ViT: truncated uniform-log2 quantizer and progressive bit-decline reconstruction for vision Transformer quantization
Graphical Abstract / Figure
Published In
Engineering Information Technology & Electronic Engineering
Published:May 24, 2025Edition:Vol. 32, Issue 5 • pp. 372-384Citation:Xichuan ZHOU et al. (2025), Engineering Information Technology & Electronic Engineering
Impact Factor2.7 (Q2 - Springer)
Sponsored Research Partner
Keywords & Index Terms:Vision TransformersPost-training quantizationNeural network quantizationImage classificationObject detectionInstance segmentationEdge computingModel compression

Key Takeaways & Executive Findings

  • • Introduces a truncated uniform-log2 quantizer that effectively handles outliers in post-Softmax activations, significantly reducing quantization errors. • Proposes a progressive bit-decline optimization strategy that gradually reduces bit precision while preserving model performance under extreme 3-bit quantization. • Achieves a notable 6.18 percentage points improvement in top-1 accuracy for ViT-small under 3-bit quantization, outperforming state-of-the-art PTQ methods. • Demonstrates robust performance across image classification, object detection, and instance segmentation, enabling efficient deployment of ViTs on edge hardware.
Sponsored Research Highlight

Abstract

Vision Transformers (ViTs) have achieved remarkable success across various artificial intelligence-based computer vision applications. However, their demanding computational and memory requirements pose significant challenges for deployment on resource-constrained edge devices. Although post-training quantization (PTQ) provides a promising solution by reducing model precision with minimal calibration data, aggressive low-bit quantization typically leads to substantial performance degradation. To address this challenge, we present the truncated uniform-log2 quantizer and progressive bit-decline reconstruction method for vision Transformer quantization (TP-ViT). It is an innovative PTQ framework specifically designed for ViTs, featuring two key technical contributions: (1) truncated uniform-log2 quantizer, a novel quantization approach which effectively handles outlier values in post-Softmax activations, significantly reducing quantization errors; (2) bit-decline optimization strategy, which employs transition weights to gradually reduce bit precision while maintaining model performance under extreme quantization conditions. Comprehensive experiments on image classification, object detection, and instance segmentation tasks demonstrate TP-ViT's superior performance compared to state-of-the-art PTQ methods, particularly in challenging 3-bit quantization scenarios. Our framework achieves a notable 6.18 percentage points improvement in top-1 accuracy for ViT-small under 3-bit quantization. These results validate TP-ViT's robustness and general applicability, paving the way for more efficient deployment of ViT models in computer vision applications on edge hardware.

1. Introduction

The vision Transformer (ViT) architecture (Dosovitskiy et al., 2021) has revolutionized computer vision by leveraging its innovative self-attention mechanism, establishing itself as a formidable alternative to traditional convolutional neural networks (CNNs). ViT-based models have achieved state-of-the-art (SOTA) performance across diverse artificial intelligence (AI)-driven engineering applications, including but not limited to image classification (Mahmood et al., 2024; Zhang ZC et al., 2024), object detection (Chen et al., 2024; Gao et al., 2024), semantic segmentation (Li MH et al., 2024; Zheng et al., 2025), and image processing (Tian et al., 2024; Xia et al., 2025). The key advantage of ViT lies in its ability to capture global contextual information, which has significantly advanced vision-based automation and the development of intelligent systems.

Despite their remarkable performance, Transformer-based models like ViT face significant deployment challenges in real-world engineering applications due to their large model size and high computational demands. The self-attention mechanism, while highly effective in capturing global dependencies, introduces substantial memory and processing overhead, particularly when processing high-resolution images, where computational complexity grows quadratically with input size (Zamir et al., 2022). These limitations pose critical obstacles for real-time deployment on resource-constrained platforms, which often operate under strict power and latency constraints.

To address these challenges, neural network quantization has emerged as a promising solution, effectively reducing model size and computational requirements while maintaining acceptable accuracy. By compressing model parameters into lower-bit representations, quantization significantly enhances the feasibility of deploying ViT models in practical and large-scale applications. There are two primary types of quantization in neural networks: quantization-aware training (QAT) (Kim et al., 2022; Nagel et al., 2022; Zhong et al., 2022; Liu SY et al., 2023) and post-training quantization (PTQ) (Li YH et al., 2021; Jiang YF et al., 2025; Zhong et al., 2026). QAT incorporates quantization constraints during the training phase, requiring retraining on labeled datasets to mitigate accuracy loss. Although effective, this approach imposes significant computational burdens, particularly for large Transformer models, making it resource-intensive and time-consuming. In contrast, PTQ operates on pre-trained models, requiring only a small amount of unlabeled calibration data to perform quantization. This method.

SinoTechIntel Interactive Document Reader
Page 1–5 of Preview
100%
Download Full PDF

Loading authentic research manuscript (Pages 1–5)...

Sponsored Research Partner
Cite This Research Paper
Xichuan ZHOU, Sihuan ZHAO, Rui DING, Jiayu SHI, Jing NIE, Lihui CHEN, Haijun LIU (2025). TP-ViT: truncated uniform-log2 quantizer and progressive bit-decline reconstruction for vision Transformer quantization. Engineering Information Technology & Electronic Engineering. https://doi.org/10.1631/ENG_ITEE_2025_0081
SinoTechIntel Academic & Legal Disclaimer

Research & Educational Purpose Only:The translations, structured abstracts, analytical annotations, and data reports provided by SinoTechIntel are intended exclusively for academic research, internal corporate R&D, and educational benchmarking. They do not constitute formal engineering, chemical safety, legal, or professional advice.

Copyright & Intellectual Property Notice: Original copyright of the underlying source articles and experimental data remains with the respective authors, institutions, and original publishing journals. SinoTechIntel claims intellectual property only over its proprietary translations, analytical syntheses, and AEO structured enhancements in accordance with international fair use and academic citation principles.

Frequently Asked Questions

What is TP-ViT?

TP-ViT is a post-training quantization (PTQ) framework specifically designed for Vision Transformers. It introduces two key innovations: a truncated uniform-log2 quantizer to handle outliers in post-Softmax activations and a progressive bit-decline optimization strategy that gradually reduces bit precision while maintaining model performance under extreme quantization conditions.

How does the truncated uniform-log2 quantizer work?

The truncated uniform-log2 quantizer is a novel quantization approach that effectively handles outlier values in post-Softmax activations. By truncating extreme values and applying a uniform-log2 mapping, it significantly reduces quantization errors compared to standard uniform quantization.

What improvements does TP-ViT achieve?

TP-ViT achieves a notable 6.18 percentage points improvement in top-1 accuracy for ViT-small under 3-bit quantization, outperforming state-of-the-art PTQ methods. It demonstrates superior performance across image classification, object detection, and instance segmentation tasks.

Why is TP-ViT important for edge deployment?

TP-ViT enables efficient deployment of Vision Transformers on resource-constrained edge devices by reducing model size and computational requirements through aggressive low-bit quantization, while preserving high accuracy. This makes real-time AI applications feasible under strict power and latency constraints.

What tasks were evaluated in the paper?

The paper evaluates TP-ViT on image classification, object detection, and instance segmentation tasks, demonstrating its robustness and general applicability across different computer vision applications.

Recommended Scientific Literature & Research Partners

Related Technical Papers & Translations

Research Paper
Design and optimization of a high-efficiency distillation process for cellulosic fuel ethanol integrated with thermal coupling and molecular sieve adsorption

Design and optimization of a high-efficiency distillation process for cellulosic fuel ethanol integrated with thermal coupling and molecular sieve adsorption

To address the challenges of high energy consumption and prominent costs in the traditional three-columns distillation process for cellulosic fuel ethanol, a distillation—molecular sieve coupling separation process is proposed. This process integrates a three-column (crude distillation column, first distillation column, second distillation column) system with a 3A molecular sieve adsorption deep dehydration unit. A thermal coupling network is constructed via differential pressure design (steam from medium/high-pressure columns as mutual heat sources, reboiler liquid waste heat for feed preheating), and molecular sieve adsorption conditions are optimized. The study first performs a thermodynamic consistency test on the ethanol—water system, determines optimal non-random two-liquid (NRTL) model binary interaction parameters via experimental data regression for Aspen Plus simulation. Aiming at minimum total annual cost (TAC), Aspen Plus is used to optimize process parameters (theoretical tray number, feed location, reflux ratio, side-draw position, etc.). Economic analysis shows this process reduces CO2 emission costs by 27.56%, TAC by 15.58% (to 5.123 × 106 USD·a-1), and increases ethanol purity to >99.6%, providing an effective solution for green, efficient separation.

Read Abstract & PDF
Research Paper
A cohesion loss model for determining residual strength of deep bedded sandstone

A cohesion loss model for determining residual strength of deep bedded sandstone

Rock residual strength, as an important input parameter, plays an indispensable role in proposing the reasonable and scientific scheme about stope design, underground tunnel excavation and stability evaluation of deep chambers. Therefore, previous residual strength models of rocks established were reviewed. And corresponding related problems were stated. Subsequently, starting from the effects of bedding and whole life-cycle evolution process, series of triaxial mechanical tests of deep bedded s

Read Abstract & PDF
Research Paper
Federated model with contrastive learning and adaptive control variates for human activity recognition

Federated model with contrastive learning and adaptive control variates for human activity recognition

Recent attention to privacy issues demands a communication-safe method for training human activity recognition (HAR) models on client activity data. Federated learning (FL) has become a compelling technique to facilitate model training between the server and clients while preserving data privacy. However, classical FL methods often assume independent and identically distributed (IID) data among clients. This assumption does not hold true in practical scenarios. Human activity in real-world scena

Read Abstract & PDF