paper-with-me

홈 › Papers

TRINE: A Token-Aware, Runtime-Adaptive FPGA Inference Engine for Multimodal AI

2026-03-24 · Hyunwoo Oh, Hanning Chen, Sanggeon Yun, Yang Ni, Suyeon Jang, Behnam Khaleghi, Fei Wen, Mohsen Imani arxiv

Multimodal stacks that mix ViTs, CNNs, GNNs, and transformer NLP strain embedded platforms because their compute/memory patterns diverge and hard real-time targets leave little slack. TRINE is a single-bitstream FPGA accelerator and compiler that executes end-to-end multimodal inference without reconfiguration. Layers are unified as DDMM/SDDMM/SpMM and mapped to a mode-switchable engine that toggles at runtime among weight/output-stationary systolic, 1xCS SIMD, and a routable adder tree (RADT) on a shared PE array. A width-matched, two-stage top-k unit enables in-stream token pruning, while dependency-aware layer offloading (DALO) overlaps independent kernels across reconfigurable processing units to sustain utilization. Evaluated on Alveo U50 and ZCU104, TRINE reduces latency by up to 22.57x vs. RTX 4090 and 6.86x vs. Jetson Orin Nano at 20-21 W; token pruning alone yields up to 7.8x on ViT-heavy pipelines, and DALO contributes up to 79% throughput improvement. With int8 quantization, accuracy drops remain <2.5% across representative tasks, delivering state-of-the-art latency and energy efficiency for unified vision, language, and graph workloads-in one bitstream.

📄 PDF Abstract BibTeX arXiv:2603.22867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ViM-Q: Scalable Algorithm-Hardware Co-Design for Vision Mamba Model Inference on FPGA

2026-05-03 · Shengzhe Lyu, Yuhan She, Patrick S. Y. Hung, Ray C. C. Cheung 외 arxiv

Vision Mamba (ViM) models offer a compelling efficiency advantage over Transformers by leveraging the linear complexity of State Space Models (SSMs), yet efficiently deploying them on FPGAs remains challenging. Linear la…

A Runtime-Adaptive Transformer Neural Network Accelerator on FPGAs

2024-11-27 · Ehsan Kabir, Austin R. J. Downey, Jason D. Bakos, David Andrews 외

Transformer neural networks (TNN) excel in natural language processing (NLP), machine translation, and computer vision (CV) without relying on recurrent or convolutional layers. However, they have high computational and …

Computational EfficiencyCPUGPUMachine Translation

TriNeRFLet: A Wavelet Based Triplane NeRF Representation

2024-01-11 · Rajaei Khatib, Raja Giryes

In recent years, the neural radiance field (NeRF) model has gained popularity due to its ability to recover complex 3D scenes. Following its success, many approaches proposed different NeRF representations in order to fu…

NeRFSuper-Resolution

On-device AI: Quantization-aware Training of Transformers in Time-Series

2024-08-29 · Tianheng Ling, Gregor Schiele

Artificial Intelligence (AI) models for time-series in pervasive computing keep getting larger and more complicated. The Transformer model is by far the most compelling of these AI models. However, it is difficult to obt…

QuantizationTime SeriesTime Series Forecasting

DriftSched: Adaptive QoS-Aware Scheduling under Runtime Token Drift for Multi-Tenant GPU Inference

2026-06-02 · Kathiravan Palaniappan arxiv

The rapid growth of large language model (LLM) inference services has increased the demand for efficient multi-tenant GPU scheduling. While modern inference runtimes such as vLLM improve throughput through continuous bat…