Related Experiment Video
Updated: May 20, 2025

04:48
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
Published on: July 5, 2024
335
Progressive fine-to-coarse reconstruction for accurate low-bit post-training quantization in vision transformers
Rui Ding1, Liang Yong1, Sihuan Zhao1
1School of Microelectronics and Communication Engineering, Chongqing University, Chongqing, 401331, China.
Summary
This study introduces Progressive Fine-to-Coarse Reconstruction (PFCR) to enhance low-bit quantization for Vision Transformers (ViTs). PFCR significantly boosts performance, achieving state-of-the-art accuracy in quantized ViTs.
Area of Science:
- Computer Vision
- Deep Learning Model Compression
Background:
- Post-Training Quantization (PTQ) is efficient for compressing Vision Transformers (ViTs) but often causes performance degradation at low bit-widths.
- Existing reconstruction methods in PTQ use fixed granularity, failing to leverage progressive relationships for optimal ViT compression.
Purpose of the Study:
- To propose a novel Progressive Fine-to-Coarse Reconstruction (PFCR) method to improve the accuracy of low-bit quantized Vision Transformers.
- To introduce a Progressive Optimization Strategy (POS) to facilitate training and further enhance model performance.
Main Methods:
- PFCR reconstructs fine-grained units (multi-head self-attention, multi-layer perceptron modules, and shortcuts) and progressively combines them for coarser granularity reconstruction.
- A Progressive Optimization Strategy (POS) is employed to address training challenges associated with PFCR.
Main Results:
- The proposed PFCR method achieves state-of-the-art Top-1 accuracy on the ImageNet dataset for low-bit quantized ViTs.
- Specifically, 3-bit quantized ViT-B achieved 75.61% Top-1 accuracy using PTQ with PFCR.
- Evaluations on the COCO dataset demonstrate the method's effectiveness and generalization for object detection and instance segmentation.
Conclusions:
- PFCR offers a significant improvement in the accuracy of low-bit quantized Vision Transformers.
- The method demonstrates strong performance and generalization across various computer vision tasks.
Related Concept Videos
Reconstruction of Signal using Interpolation
152
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
152
Transformers with Off-Nominal Turns Ratios
127
In scenarios involving parallel transformers with disparate ratings, developing per-unit models requires accommodating off-nominal turns ratios. This situation arises when the selected base voltages are not proportional to the transformer’s voltage ratings. Consider a transformer where the rated voltages are related by the term a. If the chosen voltage bases satisfy a relationship involving term b, term c is defined as the ratio of these bases. This ratio is then substituted into the...
127
Upsampling
178
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
178
Downsampling
116
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
116
Types Of Transformers
937
Transformers can provide desired voltages to a circuit by modifying the number of turns in the secondary windings.
If the ratio of the number of turns in the secondary winding to that of the primary winding is greater than one, then the transformer is said to be a step-up transformer. In a step-up transformer, the voltage at the secondary winding is greater than the voltage applied at the primary winding.
However, if this ratio is less than one, the transformer is said to be a step-down...
If the ratio of the number of turns in the secondary winding to that of the primary winding is greater than one, then the transformer is said to be a step-up transformer. In a step-up transformer, the voltage at the secondary winding is greater than the voltage applied at the primary winding.
However, if this ratio is less than one, the transformer is said to be a step-down...
937
Linear Approximation in Frequency Domain
80
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
80

