paper-with-me

Papers

Efficient Accelerator for Dilated and Transposed Convolution with Decomposition

2022-05-02 · Kuo-Wei Chang, Tian-Sheuan Chang

Hardware acceleration for dilated and transposed convolution enables real time execution of related tasks like segmentation, but current designs are specific for these convolutional types or suffer from complex control for reconfigurable designs. This paper presents a design that decomposes input or weight for dilated and transposed convolutions respectively to skip redundant computations and thus executes efficiently on existing dense CNN hardware as well. The proposed architecture can cut down 87.8\% of the cycle counts to achieve 8.2X speedup over a naive execution for the ENet case.

📄 PDF Abstract BibTeX arXiv:2205.02103

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Dilated Convolution 설명 없음
Batch Normalization 설명 없음
ENet Initial Block The ENet Initial Block is an image model block used in the ENet semantic segmentation architecture. [Max…
ENet Bottleneck ENet Bottleneck is an image model block used in the ENet semantic segmentation architecture. Each block consists of three…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ENet Dilated Bottleneck ENet Dilated Bottleneck is an image model block used in the ENet semantic segmentation architecture. It is the same as a regular…
SpatialDropout SpatialDropout is a type of dropout for convolutional networks. For a given…

Similar Papers 제목 키워드 기반

EcoFlow: Efficient Convolutional Dataflows for Low-Power Neural Network Accelerators

2022-02-04 · Lois Orosa, Skanda Koppula, Yaman Umuroglu, Konstantinos Kanellopoulos 외

Dilated and transposed convolutions are widely used in modern convolutional neural networks (CNNs). These kernels are used extensively during CNN training and inference of applications such as image segmentation and high…

Generative Adversarial NetworkImage GenerationImage SegmentationSemantic Segmentation

PhotoGAN: Generative Adversarial Neural Network Acceleration with Silicon Photonics

2025-01-23 · Tharini Suresh, Salma Afifi, Sudeep Pasricha

Generative Adversarial Networks (GANs) are at the forefront of AI innovation, driving advancements in areas such as image synthesis, medical imaging, and data augmentation. However, the unique computational operations wi…

Computational EfficiencyData AugmentationImage Generation

Accelerating Transposed Convolutions on FPGA-based Edge Devices

2025-07-10 · Jude Haris, José Cano arxiv

Transposed Convolutions (TCONV) enable the up-scaling mechanism within generative Artificial Intelligence (AI) models. However, the predominant Input-Oriented Mapping (IOM) method for implementing TCONV has complex outpu…

Hardware Architecture of Embedded Inference Accelerator and Analysis of Algorithms for Depthwise and Large-Kernel Convolutions

2021-04-29 · Tse-Wei Chen, Wei Tao, Deyu Wang, Dongchao Wen 외

In order to handle modern convolutional neural networks (CNNs) efficiently, a hardware architecture of CNN inference accelerator is proposed to handle depthwise convolutions and regular convolutions, which are both essen…

Face Detectionimage-classificationImage Classification

Selectively Dilated Convolution for Accuracy-Preserving Sparse Pillar-based Embedded 3D Object Detection

2024-08-25 · Seongmin Park, Minjae Lee, Junwon Choi, Jungwook Choi

Pillar-based 3D object detection has gained traction in self-driving technology due to its speed and accuracy facilitated by the artificial densification of pillars for GPU-friendly processing. However, dense pillar proc…

3D Object DetectionGPUobject-detectionObject Detection