ARIVJul 14

No Attention, No Problem: DPU-Aware Attention Approximation in Modern YOLO on FPGA

arXiv:2607.131066.0h-index: 2
Predicted impact top 46% in AR · last 90 daysOriginality Incremental advance
AI Analysis

It enables efficient real-time object detection on edge devices by adapting modern YOLO variants to FPGA constraints, but the approach is incremental as it primarily replaces unsupported operations and approximates attention.

This paper proposes a DPU-aware architecture for attention-based YOLO variants on AMD FPGAs, achieving up to 34.05 FPS for standard detection and 29.55 FPS for oriented detection with ~5% accuracy loss due to quantization, while consuming up to 3x less power than state-of-the-art.

Edge-based Artificial Intelligence (AI) acceleration has recently improved progress in real-time object detection. Object detection on edge devices requires a balance between accuracy, speed, and power efficiency. This paper proposes a customized Deep Learning Processor Unit (DPU)-aware architecture for attention-based YOLO variants deployed on AMD FPGAs. Specifically, we evaluate and benchmark YOLOv26 and YOLOv11, two modern attention-based YOLO variants, on the Xilinx ZCU104 across both standard and oriented object detection tasks. We replace unsupported activation functions, substitute split operations with 1x1 convolutions, and approximate the spatial attention mechanism in a DPU-compatible way. All models are then trained and evaluated across six benchmark datasets such as COCO, Pascal VOC, KITTI, DOTA, DIOR-R, and an in-house human presence dataset, and benchmarked across all eight DPU configurations (B512 to B4096) in terms of mAP, FPS, latency, power, and resource utilization. Notably, YOLOv26n and YOLOv26n-OBB deliver the highest end-to-end throughput at 34.05 and 29.55 FPS for standard and oriented detection, respectively, with an average of 5% absolute reduction in accuracy due to quantization while achieving up to approximately 3x lower power consumption compared with the state of the art.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes