An Efficient Accelerator Design Methodology for Deformable Convolutional Networks
This work addresses the computational inefficiency of deformable convolutions for object recognition tasks, offering a domain-specific hardware acceleration solution.
The paper tackles the irregular memory access and excessive memory footprint in deformable convolutional networks by proposing a training method to reduce the receptive field size by 12.6 times and an efficient systolic architecture, achieving up to 17.25 times speedup over the state-of-the-art accelerator.
Deformable convolutional networks have demonstrated outstanding performance in object recognition tasks with an effective feature extraction. Unlike standard convolution, the deformable convolution decides the receptive field size using dynamically generated offsets, which leads to an irregular memory access. Especially, the memory access pattern varies both spatially and temporally, making static optimization ineffective. Thus, a naive implementation would lead to an excessive memory footprint. In this paper, we present a novel approach to accelerate deformable convolution on FPGA. First, we propose a novel training method to reduce the size of the receptive field in the deformable convolutional layer without compromising accuracy. By optimizing the receptive field, we can compress the maximum size of the receptive field by 12.6 times. Second, we propose an efficient systolic architecture to maximize its efficiency. We then implement our design on FPGA to support the optimized dataflow. Experimental results show that our accelerator achieves up to 17.25 times speedup over the state-of-the-art accelerator.