paper-with-me

Papers

Optimizing CNN-based Hyperspectral ImageClassification on FPGAs

2019-06-27 · Shuanglong Liu, Ringo S. W. Chu, Xiwei Wang, Wayne Luk

Hyperspectral image (HSI) classification has been widely adopted in applications involving remote sensing imagery analysis which require high classification accuracy and real-time processing speed. Methods based on Convolutional neural networks (CNNs) have been proven to achieve state-of-the-art accuracy in classifying HSIs. However, CNN models are often too computationally intensive to achieve real-time response due to the high dimensional nature of HSI, compared to traditional methods such as Support Vector Machines (SVMs). Besides, previous CNN models used in HSI are not specially designed for efficient implementation on embedded devices such as FPGAs. This paper proposes a novel CNN-based algorithm for HSI classification which takes into account hardware efficiency. A customized architecture which enables the proposed algorithm to be mapped effectively onto FPGA resources is then proposed to support real-time on-board classification with low power consumption. Implementation results show that our proposed accelerator on a Xilinx Zynq 706 FPGA board achieves more than 70x faster than an Intel 8-core Xeon CPU and 3x faster than an NVIDIA GeForce 1080 GPU. Compared to previous SVM-based FPGA accelerators, we achieve comparable processing speed but provide a much higher classification accuracy.

📄 PDF Abstract BibTeX arXiv:1906.11834

Code (1)

custom-computing-ic/CNN-Based-Hyperspectral-Image-Classification 공식 구현 tf

Tasks

ClassificationCPUGeneral ClassificationGPUHyperspectral Image Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Implementation of hyperspectral inversion algorithms on FPGA: Hardware comparison using High Level Synthesis

2023-10-03 · El Mehdi Abdali, Daniele Picone, Mauro Dalla-Mura, Stéphane Mancini

Hyperspectral imaging is gathering significant attention due to its potential in various domains such as geology, agriculture, ecology, and surveillance. However, the associated processing algorithms, which are essential…

High-Level Synthesis

Onboard Processing of Hyperspectral Imagery: Deep Learning Advancements, Methodologies, Challenges, and Emerging Trends

2024-04-09 · Nafiseh Ghasemi, Jon Alvarez Justo, Marco Celesti, Laurent Despoisse 외

Recent advancements in deep learning techniques have spurred considerable interest in their application to hyperspectral imagery processing. This paper provides a comprehensive review of the latest developments in this f…

Data AugmentationDeep LearningEarth Observation

On-device AI: Quantization-aware Training of Transformers in Time-Series

2024-08-29 · Tianheng Ling, Gregor Schiele

Artificial Intelligence (AI) models for time-series in pervasive computing keep getting larger and more complicated. The Transformer model is by far the most compelling of these AI models. However, it is difficult to obt…

QuantizationTime SeriesTime Series Forecasting

Exploiting FPGA Capabilities for Accelerated Biomedical Computing

2023-07-16 · Kayode Inadagbo, Baran Arig, Nisanur Alici, Murat Isik

This study presents advanced neural network architectures including Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), Long Short-Term Memory Networks (LSTMs), and Deep Belief Networks (DBNs) for enhan…

Harnessing FPGA Technology for Enhanced Biomedical Computation

2023-11-21 · Nisanur Alici, Kayode Inadagbo, Murat Isik

This research delves into sophisticated neural network frameworks like Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), Long Short-Term Memory Networks (LSTMs), and Deep Belief Networks (DBNs) for im…