中文
相关论文

相关论文: SpikingRTNH: Spiking Neural Network for 4D Radar O…

200 篇论文

We propose a 3D object detection method for autonomous driving by fully exploiting the sparse and dense, semantic and geometry information in stereo imagery. Our method, called Stereo R-CNN, extends Faster R-CNN for stereo inputs to…

计算机视觉与模式识别 · 计算机科学 2019-04-11 Peiliang Li , Xiaozhi Chen , Shaojie Shen

Event camera-based driver monitoring is emerging as a pivotal area of research, driven by its significant advantages such as rapid response, low latency, power efficiency, enhanced privacy, and prevention of undersampling. Effective…

计算机视觉与模式识别 · 计算机科学 2024-10-01 Waseem Shariff , Paul Kielty , Joseph Lemley , Peter Corcoran

Video analysis is a major computer vision task that has received a lot of attention in recent years. The current state-of-the-art performance for video analysis is achieved with Deep Neural Networks (DNNs) that have high computational costs…

计算机视觉与模式识别 · 计算机科学 2023-09-25 Mireille El-Assal , Pierre Tirilly , Ioan Marius Bilasco

Over the past few years, Spiking Neural Networks (SNNs) have become popular as a possible pathway to enable low-power event-driven neuromorphic hardware. However, their application in machine learning have largely been limited to very…

计算机视觉与模式识别 · 计算机科学 2019-02-20 Abhronil Sengupta , Yuting Ye , Robert Wang , Chiao Liu , Kaushik Roy

The remarkable success of Vision Transformers in Artificial Neural Networks (ANNs) has led to a growing interest in incorporating the self-attention mechanism and transformer-based architecture into Spiking Neural Networks (SNNs). While…

神经与进化计算 · 计算机科学 2024-03-29 Xinyu Shi , Zecheng Hao , Zhaofei Yu

Spiking Neural Networks (SNNs) have attracted the attention of the deep learning community for use in low-latency, low-power neuromorphic hardware, as well as models for understanding neuroscience. In this paper, we introduce Spiking Phasor…

神经与进化计算 · 计算机科学 2022-04-04 Connor Bybee , E. Paxon Frady , Friedrich T. Sommer

In this work, a spiking neural network (SNN) is proposed for approximating differential sensorimotor maps of robotic systems. The computed model is used as a local Jacobian-like projection that relates changes in sensor space to changes in…

机器人学 · 计算机科学 2021-10-12 Omar Zahra , Silvia Tolu , David Navarro-Alarcon

Artificial neural network based Pedestrian Attribute Recognition (PAR) has been widely studied in recent years, despite many progresses, however, the energy consumption is still high. To address this issue, in this paper, we propose a…

计算机视觉与模式识别 · 计算机科学 2024-10-11 Haiyang Wang , Qian Zhu , Mowen She , Yabo Li , Haoyu Song , Minghe Xu , Xiao Wang

In recent decades, Industrial Fault Diagnosis (IFD) has emerged as a crucial discipline concerned with detecting and gathering vital information about industrial equipment's health condition, thereby facilitating the identification of…

神经与进化计算 · 计算机科学 2024-10-28 Huan Wang , Yan-Fu Li , Konstantinos Gryllias

Deformable medical image registration aligns anatomical structures across images but remains computationally dense at 3D resolution. Spiking neural networks (SNNs) offer sparse event-driven computation, yet have not been systematically…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Ali Mikaeili Barzili , Behzad Moshiri , Hamid Azadegan , Mohammad-Reza A. Dehaqani

Graph representation learning has become a crucial task in machine learning and data mining due to its potential for modeling complex structures such as social networks, chemical compounds, and biological systems. Spiking neural networks…

人工智能 · 计算机科学 2024-03-27 Huifeng Yin , Mingkun Xu , Jing Pei , Lei Deng

Spiking Neural Networks (SNNs) are gaining interest due to their event-driven processing which potentially consumes low power/energy computations in hardware platforms, while offering unsupervised learning capability due to the…

神经与进化计算 · 计算机科学 2023-03-06 Rachmad Vidya Wicaksana Putra , Muhammad Shafique

Spiking Neural Networks (SNNs) have garnered attention over recent years due to their increased energy efficiency and advantages in terms of operational complexity compared to traditional Artificial Neural Networks (ANNs). Two important…

神经与进化计算 · 计算机科学 2025-01-15 Daniel Windhager , Lothar Ratschbacher , Bernhard A. Moser , Michael Lunglmayr

Children possess the ability to learn multiple cognitive tasks sequentially, which is a major challenge toward the long-term goal of artificial general intelligence. Existing continual learning frameworks are usually applicable to Deep…

人工智能 · 计算机科学 2023-08-10 Bing Han , Feifei Zhao , Yi Zeng , Wenxuan Pan , Guobin Shen

We study the Human Activity Recognition (HAR) task, which predicts user daily activity based on time series data from wearable sensors. Recently, researchers use end-to-end Artificial Neural Networks (ANNs) to extract the features and…

神经与进化计算 · 计算机科学 2022-12-06 Yuhang Li , Ruokai Yin , Hyoungseob Park , Youngeun Kim , Priyadarshini Panda

Spiking neural networks (SNNs) are energy-efficient neural networks because of their spiking nature. However, as the spike firing rate of SNNs increases, the energy consumption does as well, and thus, the advantage of SNNs diminishes. Here,…

机器学习 · 计算机科学 2024-01-15 Kazuma Suetake , Takuya Ushimaru , Ryuji Saiin , Yoshihide Sawada

Spiking neural networks, also often referred to as the third generation of neural networks, carry the potential for a massive reduction in memory and energy consumption over traditional, second-generation neural networks. Inspired by the…

神经与进化计算 · 计算机科学 2022-10-27 Alexander Henkes , Jason K. Eshraghian , Henning Wessels

In robotics, Spiking Neural Networks (SNNs) are increasingly recognized for their largely-unrealized potential energy efficiency and low latency particularly when implemented on neuromorphic hardware. Our paper highlights three advancements…

计算机视觉与模式识别 · 计算机科学 2025-03-25 Somayeh Hussaini , Michael Milford , Tobias Fischer

Spiking neural networks (SNNs) have advantages in latency and energy efficiency over traditional artificial neural networks (ANNs) due to its event-driven computation mechanism and replacement of energy-consuming weight multiplications with…

神经与进化计算 · 计算机科学 2023-11-03 Zhehui Wang , Xiaozhe Gu , Rick Goh , Joey Tianyi Zhou , Tao Luo

A robust and accurate 3D detection system is an integral part of autonomous vehicles. Traditionally, a majority of 3D object detection algorithms focus on processing 3D point clouds using voxel grids or bird's eye view (BEV). Recent works,…

计算机视觉与模式识别 · 计算机科学 2020-09-18 Sumesh Thakur , Jiju Peethambaran