paper-with-me

홈 › Papers

SFOD: Spiking Fusion Object Detector

2024-03-22 · CVPR 2024 1 · Yimeng Fan, Wei zhang, Changsong Liu, Mingyang Li, Wenrui Lu

Event cameras, characterized by high temporal resolution, high dynamic range, low power consumption, and high pixel bandwidth, offer unique capabilities for object detection in specialized contexts. Despite these advantages, the inherent sparsity and asynchrony of event data pose challenges to existing object detection algorithms. Spiking Neural Networks (SNNs), inspired by the way the human brain codes and processes information, offer a potential solution to these difficulties. However, their performance in object detection using event cameras is limited in current implementations. In this paper, we propose the Spiking Fusion Object Detector (SFOD), a simple and efficient approach to SNN-based object detection. Specifically, we design a Spiking Fusion Module, achieving the first-time fusion of feature maps from different scales in SNNs applied to event cameras. Additionally, through integrating our analysis and experiments conducted during the pretraining of the backbone network on the NCAR dataset, we delve deeply into the impact of spiking decoding strategies and loss functions on model performance. Thereby, we establish state-of-the-art classification results based on SNNs, achieving 93.7\% accuracy on the NCAR dataset. Experimental results on the GEN1 detection dataset demonstrate that the SFOD achieves a state-of-the-art mAP of 32.1\%, outperforming existing SNN-based approaches. Our research not only underscores the potential of SNNs in object detection with event cameras but also propels the advancement of SNNs. Code is available at https://github.com/yimeng-fan/SFOD.

📄 PDF Abstract BibTeX arXiv:2403.15192

Code (1)

yimeng-fan/SFOD 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Real-Time Source-Free Object Detection

2026-06-30 · Sairam VCR, Varun Gopal, Poornima Jain, Vineeth N Balasubramanian 외 arxiv

Real-world detectors for autonomous driving, surveillance, and robotics must handle domain-shifts under strict latency and memory constraints, yet existing source-free object detection (SFOD) methods rely on heavyweight …

Autonomous DrivingObject Detection

Beyond Boundaries: Leveraging Vision Foundation Models for Source-Free Object Detection

2025-11-10 · Huizai Yao, Sicheng Zhao, Pengteng Li, Yi Cui 외 arxiv

Source-Free Object Detection (SFOD) aims to adapt a source-pretrained object detector to a target domain without access to source data. However, existing SFOD methods predominantly rely on internal knowledge from the sou…

Contrastive LearningObject Detection

Foundation Model Priors Enhance Object Focus in Feature Space for Source-Free Object Detection

2025-12-19 · Sairam VCR, Rishabh Lalla, Aveen Dayal, Tejal Kulkarni 외 arxiv

Current state-of-the-art approaches in Source-Free Object Detection (SFOD) typically rely on Mean-Teacher self-labeling. However, domain shift often reduces the detector's ability to maintain strong object-focused repres…

Object Detection

Simplifying Source-Free Domain Adaptation for Object Detection: Effective Self-Training Strategies and Performance Insights

2024-07-10 · Yan Hao, Florent Forest, Olga Fink

This paper focuses on source-free domain adaptation for object detection in computer vision. This task is challenging and of great practical interest, due to the cost of obtaining annotated data sets for every new domain…

Domain Adaptationobject-detectionObject DetectionPseudo Label+2

Adversarial Alignment for Source Free Object Detection

2023-01-11 · Qiaosong Chu, Shuyan Li, Guangyi Chen, Kai Li 외

Source-free object detection (SFOD) aims to transfer a detector pre-trained on a label-rich source domain to an unlabeled target domain without seeing source data. While most existing SFOD methods generate pseudo labels …

Objectobject-detectionObject DetectionSource Free Object Detection