REVIEW 5 cited by
VAQF: Fully Automatic Software-Hardware Co-Design Framework for Low-Bit Vision Transformer
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
The transformer architectures with attention mechanisms have obtained success in Nature Language Processing (NLP), and Vision Transformers (ViTs) have recently extended the application domains to various vision tasks. While achieving high performance, ViTs suffer from large model size and high computation complexity that hinders the deployment of them on edge devices. To achieve high throughput on hardware and preserve the model accuracy simultaneously, we propose VAQF, a framework that builds inference accelerators on FPGA platforms for quantized ViTs with binary weights and low-precision activations. Given the model structure and the desired frame rate, VAQF will automatically output the required quantization precision for activations as well as the optimized parameter settings of the accelerator that fulfill the hardware requirements. The implementations are developed with Vivado High-Level Synthesis (HLS) on the Xilinx ZCU102 FPGA board, and the evaluation results with the DeiT-base model indicate that a frame rate requirement of 24 frames per second (FPS) is satisfied with 8-bit activation quantization, and a target of 30 FPS is met with 6-bit activation quantization. To the best of our knowledge, this is the first time quantization has been incorporated into ViT acceleration on FPGAs with the help of a fully automatic framework to guide the quantization strategy on the software side and the accelerator implementations on the hardware side given the target frame rate. Very small compilation time cost is incurred compared with quantization training, and the generated accelerators show the capability of achieving real-time execution for state-of-the-art ViT models on FPGAs.
Forward citations
Cited by 5 Pith papers
-
Trilinear Compute-in-Memory Architecture for Energy-Efficient Transformer Acceleration
TrilinearCIM enables complete in-memory Transformer attention computation via DG-FeFET three-operand MAC without runtime NVM reprogramming, delivering up to 46.6% energy reduction and 20.4% latency improvement on BERT...
-
ExaGEMM: Exploration Framework for CPU-Driven ML Inference via Associative In-Register Computing for Low-Bit GEMM
ExaGEMM co-explores lightweight CPU ISA support and lookup-table GEMM kernels for 1/2/4-bit ML inference, prunes ~99% of candidates, and reports up to 13.3x simulated speedups over software.
-
FlexViT: A Flexible FPGA-based Accelerator for Edge Vision Transformers
FlexViT is an FPGA accelerator for edge ViTs that unifies FC and conv layers on a single GEMM engine with dual-mode dataflow and depth-first tiling, delivering up to 1.40x end-to-end speedup versus CPU.
-
Mamba-X: An End-to-End Vision Mamba Accelerator for Edge Computing Devices
A dedicated accelerator for Vision Mamba using a Kogge-Stone systolic scan array and hybrid 8-bit quantization achieves 2.3x end-to-end speedup and 11.5x energy-efficiency gain over an edge GPU with less than 1% top-1...
-
DxPTA: An Architecture Design Space Exploration with Optical Dataflow-guided Strategy for HW/SW Co-Design of Photonic Transformer Accelerators
DxPTA is a constraint-aware architecture search algorithm for photonic transformer accelerators that achieves up to 15.2x faster exploration than exhaustive search while meeting area, power, energy, and latency constr...
Discussion (0). Sign in to comment.