paper-with-me

Papers

Finding Visual Saliency in Continuous Spike Stream

2024-03-10 · Lin Zhu, Xianzhang Chen, Xiao Wang, Hua Huang

As a bio-inspired vision sensor, the spike camera emulates the operational principles of the fovea, a compact retinal region, by employing spike discharges to encode the accumulation of per-pixel luminance intensity. Leveraging its high temporal resolution and bio-inspired neuromorphic design, the spike camera holds significant promise for advancing computer vision applications. Saliency detection mimics the behavior of human beings and captures the most salient region from the scenes. In this paper, we investigate the visual saliency in the continuous spike stream for the first time. To effectively process the binary spike stream, we propose a Recurrent Spiking Transformer (RST) framework, which is based on a full spiking neural network. Our framework enables the extraction of spatio-temporal features from the continuous spatio-temporal spike stream while maintaining low power consumption. To facilitate the training and validation of our proposed model, we build a comprehensive real-world spike-based visual saliency dataset, enriched with numerous light conditions. Extensive experiments demonstrate the superior performance of our Recurrent Spiking Transformer framework in comparison to other spike neural network-based methods. Our framework exhibits a substantial margin of improvement in capturing and highlighting visual saliency in the spike stream, which not only provides a new perspective for spike-based saliency segmentation but also shows a new paradigm for full SNN-based transformer models. The code and dataset are available at \url{https://github.com/BIT-Vision/SVS}.

📄 PDF Abstract BibTeX arXiv:2403.06233

Code (1)

bit-vision/svs 공식 구현 pytorch

Tasks

Saliency Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…

Similar Papers 제목 키워드 기반

SpikeDerain: Unveiling Clear Videos from Rainy Sequences Using Color Spike Streams

2025-03-26 · Hanwen Liang, Xian Zhong, Wenxuan Liu, Yajing Zheng 외

Restoring clear frames from rainy videos presents a significant challenge due to the rapid motion of rain streaks. Traditional frame-based visual sensors, which capture scene content synchronously, struggle to capture th…

Rain RemovalVideo deraining

Super Resolve Dynamic Scene From Continuous Spike Streams

2021-01-01 · ICCV 2021 10 · Jing Zhao, Jiyu Xie, Ruiqin Xiong, Jian Zhang 외

Recently, a novel retina-inspired camera, namely spike camera, has shown great potential for recording high-speed dynamic scenes. Unlike the conventional digital cameras that compact the visual information within the…

Super-Resolution

Seeing the Unseen in Low-light Spike Streams

2025-09-27 · Liwen Hu, Yang Li, Mianzhi Liu, Yijia Guo 외 arxiv

Spike camera, a type of neuromorphic sensor with high-temporal resolution, shows great promise for high-speed visual tasks. Unlike traditional cameras, spike camera continuously accumulates photons and fires asynchronous…

Unsupervised Neural Architecture for Saliency Detection: Extended Version

2014-11-18 · Natalia Efremova, Sergey Tarasenko

We propose a novel neural network architecture for visual saliency detections, which utilizes neurophysiologically plausible mechanisms for extraction of salient regions. The model has been significantly inspired by rece…

Saliency Detection

Saliency map using features derived from spiking neural networks of primate visual cortex

2022-05-02 · Reza Hojjaty Saeedy, Richard A. Messner

We propose a framework inspired by biological vision systems to produce saliency maps of digital images. Well-known computational models for receptive fields of areas in the visual cortex that are specialized for color a…

Saliency Detection