paper-with-me

Papers

A dynamic vision sensor object recognition model based on trainable event-driven convolution and spiking attention mechanism

2024-09-19 · Peng Zheng, Qian Zhou

Spiking Neural Networks (SNNs) are well-suited for processing event streams from Dynamic Visual Sensors (DVSs) due to their use of sparse spike-based coding and asynchronous event-driven computation. To extract features from DVS objects, SNNs commonly use event-driven convolution with fixed kernel parameters. These filters respond strongly to features in specific orientations while disregarding others, leading to incomplete feature extraction. To improve the current event-driven convolution feature extraction capability of SNNs, we propose a DVS object recognition model that utilizes a trainable event-driven convolution and a spiking attention mechanism. The trainable event-driven convolution is proposed in this paper to update its convolution kernel through gradient descent. This method can extract local features of the event stream more efficiently than traditional event-driven convolution. Furthermore, the spiking attention mechanism is used to extract global dependence features. The classification performances of our model are better than the baseline methods on two neuromorphic datasets including MNIST-DVS and the more complex CIFAR10-DVS. Moreover, our model showed good classification ability for short event streams. It was shown that our model can improve the performance of event-driven convolutional SNNs for DVS objects.

📄 PDF Abstract BibTeX arXiv:2409.12691

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

Pose-Invariant Object Recognition for Event-Based Vision with Slow-ELM

2019-03-19 · Rohan Ghosh, Siyi Tang, Mahdi Rasouli, Nitish Thakor 외

Neuromorphic image sensors produce activity-driven spiking output at every pixel. These low-power consuming imagers which encode visual change information in the form of spikes help reduce computational overhead and real…

CPUEvent-based visionGeneral ClassificationObject Recognition+1

Temporal Pulses Driven Spiking Neural Network for Fast Object Recognition in Autonomous Driving

2020-01-24 · Wei Wang, Shibo Zhou, Jingxi Li, Xiaohua LI 외

Accurate real-time object recognition from sensory data has long been a crucial and challenging task for autonomous driving. Even though deep neural networks (DNNs) have been successfully applied in this area, most exist…

Autonomous DrivingObjectObject Recognition

Chargrid-OCR: End-to-end trainable Optical Character Recognition through Semantic Segmentation and Object Detection

2019-09-14 · NeurIPS Workshop Document_Intelligen 2019 12 · Christian Reisswig, Anoop R Katti, Marco Spinaci, Johannes Höhne

We present an end-to-end trainable approach for optical character recognition (OCR) on printed documents. It is based on predicting a two-dimensional character grid ('chargrid') representation of a document image as a se…

GPUobject-detectionObject DetectionOptical Character Recognition+2

Rotation-invariant shipwreck recognition with forward-looking sonar

2019-10-11 · Gustavo Neves, Rômulo Cerqueira, Jan Albiez, Luciano Oliveira

Under the sea, visible spectrum cameras have limited sensing capacity, being able to detect objects only in clear water, but in a constrained range. Considering any sea water condition, sonars are more suitable to suppor…

Object Recognition

Utility-Based Control for Computer Vision

2013-03-27 · Tod S. Levitt, Thomas O. Binford, Gil J. Ettinger, Patrice Gelband

Several key issues arise in implementing computer vision recognition of world objects in terms of Bayesian networks. Computational efficiency is a driving force. Perceptual networks are very deep, typically fifteen level…

Computational Efficiency