paper-with-me

홈 › Papers

B-DCGAN:Evaluation of Binarized DCGAN for FPGA

2018-03-29 · Hideo Terada, Hayaru Shouno

We are trying to implement deep neural networks in the edge computing environment for real-world applications such as the IoT(Internet of Things), the FinTech etc., for the purpose of utilizing the significant achievement of Deep Learning in recent years. Especially, we now focus algorithm implementation on FPGA, because FPGA is one of the promising devices for low-cost and low-power implementation of the edge computer. In this work, we introduce Binary-DCGAN(B-DCGAN) - Deep Convolutional GAN model with binary weights and activations, and with using integer-valued operations in forward pass(train-time and run-time). And we show how to implement B-DCGAN on FPGA(Xilinx Zynq). Using the B-DCGAN, we do feasibility study of FPGA's characteristic and performance for Deep Learning. Because the binarization and using integer-valued operation reduce the memory capacity and the number of the circuit gates, it is very effective for FPGA implementation. On the other hand, the quality of generated data from the model will be decreased by these reductions. So we investigate the influence of these reductions.

📄 PDF Abstract BibTeX arXiv:1803.10930

Code (1)

hterada/b-dcgan 공식 구현

Tasks

BinarizationEdge-computing

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

BI-DCGAN: A Theoretically Grounded Bayesian Framework for Efficient and Diverse GANs

2025-10-30 · Mahsa Valizadeh, Rui Tuo, James Caverlee arxiv

Generative Adversarial Networks (GANs) are proficient at generating synthetic data but continue to suffer from mode collapse, where the generator produces a narrow range of outputs that fool the discriminator but fail to…

Computational Efficiency

Covid-19 chest x-ray image generation using resnet-dcgan model

2022-05-17 · Advances in Intelligent Computing and Communication: Proceedings of ICAC 2021 2022 5 · Sukonya Phukan, Jyoti Singh, Rajlakshmi Gogoi, Sandipan Dhar 외

Detection of severe diseases like COVID-19 using deep learning (DL) models is a very time-relevant subject to be focused on looking at the present scenario. However, there is always a problem regarding the availability…

Image Generation

Parameter and Data-Efficient Spectral StyleDCGAN

2024-03-31 · Aryan Garg

We present a simple, highly parameter, and data-efficient adversarial network for unconditional face generation. Our method: Spectral Style-DCGAN or SSD utilizes only 6.574 million parameters and 4739 dog faces from the …

Face Generation

Synthesising Handwritten Music with GANs: A Comprehensive Evaluation of CycleWGAN, ProGAN, and DCGAN

2024-11-25 · Elona Shatri, Kalikidhar Palavala, George Fazekas

The generation of handwritten music sheets is a crucial step toward enhancing Optical Music Recognition (OMR) systems, which rely on large and diverse datasets for optimal performance. However, handwritten music sheets, …

Style Transfer

LSTM-Based Distributed Conditional Generative Adversarial Network For Data-Driven 5G-Enabled Maritime UAV Communications

2022-05-09 · Iftikhar Rasheed, Muhammad Asif, Asim Ihsan, Wali Ullah Khan 외

5G enabled maritime unmanned aerial vehicle (UAV) communication is one of the important applications of 5G wireless network which requires minimum latency and higher reliability to support mission-critical applications. …

Federated LearningGenerative Adversarial Network