paper-with-me

홈 › Papers

Enabling Long FFT Convolutions on Memory-Constrained FPGAs via Chunking

2025-12-28 · Peter Wang, Neelesh Gupta, Viktor Prasanna arxiv

The need for long-context reasoning has led to alternative neural network architectures besides Transformers and self-attention, a popular model being Hyena, which employs causal 1D-convolutions implemented with FFTs. Long convolutions enable efficient global context mixing, but requirements for intermediate results exceed the 2-3 MB Block RAM capacity of FPGAs. We present a chunked FFT convolution approach enabling 450K length sequence by 450K length filter convolutions on an Alveo U200 FPGA with 2.8 MB BRAM through chunking and overlap-add reconstruction. We find that throughput scales proportionally with chunk size while degrading minimally by 7% for our longest sequences, demonstrating that careful memory management enables deployment of long-context primitives on edge FPGAs without sacrificing performance.

📄 PDF Abstract BibTeX arXiv:2601.06065

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An OpenCL(TM) Deep Learning Accelerator on Arria 10

2017-01-13 · Utku Aydonat, Shane O'Connell, Davor Capalija, Andrew C. Ling 외

Convolutional neural nets (CNNs) have become a practical means to perform vision tasks, particularly in the area of image classification. FPGAs are well known to be able to perform convolutions efficiently, however, most…

Deep LearningGPUimage-classificationImage Classification

VQ4SNN: Vector Quantization for Memory-Efficient FPGA Spiking Neural Networks

2026-06-12 · Dimitrios Sekertzis, Giorgos Dimitrakopoulos arxiv

Spiking Neural Networks (SNNs) offer an energy-efficient paradigm for edge AI, making them attractive for hardware acceleration. However, deploying dense SNNs on FPGAs is constrained by limited on-chip memory for synapti…

CoDeNet: Efficient Deployment of Input-Adaptive Object Detection on Embedded FPGAs

2020-06-12 · Zhen Dong, Dequan Wang, Qijing Huang, Yizhao Gao 외

Deploying deep learning models on embedded systems has been challenging due to limited computing resources. The majority of existing work focuses on accelerating image classification, while other fundamental vision probl…

image-classificationImage ClassificationNovel Object DetectionObject+2

C-LSTM: Enabling Efficient LSTM using Structured Compression Techniques on FPGAs

2018-03-14 · Shuo Wang, Zhe Li, Caiwen Ding, Bo Yuan 외

Recently, significant accuracy improvement has been achieved for acoustic recognition systems by increasing the model size of Long Short-Term Memory (LSTM) networks. Unfortunately, the ever-increasing size of LSTM model …

BILLNET: A Binarized Conv3D-LSTM Network with Logic-gated residual architecture for hardware-efficient video inference

2025-01-24 · Van Thien Nguyen, William Guicquero, Gilles Sicard

Long Short-Term Memory (LSTM) and 3D convolution (Conv3D) show impressive results for many video-based applications but require large memory and intensive computing. Motivated by recent works on hardware-algorithmic co-d…