paper-with-me

Papers

Transferring dense object detection models to event-based data

2022-10-05 · Vincenz Mechler, Pavel Rojtberg

Event-based image representations are fundamentally different to traditional dense images. This poses a challenge to apply current state-of-the-art models for object detection as they are designed for dense images. In this work we evaluate the YOLO object detection model on event data. To this end we replace dense-convolution layers by either sparse convolutions or asynchronous sparse convolutions which enables direct processing of event-based images and compare the performance and runtime to feeding event-histograms into dense-convolutions. Here, hyper-parameters are shared across all variants to isolate the effect sparse-representation has on detection performance. At this, we show that current sparse-convolution implementations cannot translate their theoretical lower computation requirements into an improved runtime.

📄 PDF Abstract BibTeX arXiv:2210.02607

Code (0)

등록된 구현이 없습니다.

Tasks

Dense Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Sparse Convolutions 설명 없음

Similar Papers 제목 키워드 기반

Transferring Object-Scene Convolutional Neural Networks for Event Recognition in Still Images

2016-09-01 · Limin Wang, Zhe Wang, Yu Qiao, Luc van Gool

Event recognition in still images is an intriguing problem and has potential for real applications. This paper addresses the problem of event recognition by proposing a convolutional neural network that exploits knowledg…

Multi-Task Learning

Event Camera Data Dense Pre-training

2023-11-20 · Yan Yang, Liyuan Pan, Liu Liu

This paper introduces a self-supervised learning framework designed for pre-training neural networks tailored to dense prediction tasks using event camera data. Our approach utilizes solely event data for training. Trans…

Self-Supervised LearningTransfer Learning

Dense Contrastive Learning for Self-Supervised Visual Pre-Training

2020-11-18 · CVPR 2021 1 · Xinlong Wang, Rufeng Zhang, Chunhua Shen, Tao Kong 외

To date, most existing self-supervised learning methods are designed and optimized for image classification. These pre-trained models can be sub-optimal for dense prediction tasks due to the discrepancy between image-lev…

Contrastive Learningimage-classificationImage ClassificationInstance Segmentation+7

WD-DETR: Wavelet Denoising-Enhanced Real-Time Object Detection Transformer for Robot Perception with Event Cameras

2025-06-10 · Yangjie Cui, Boyang Gao, Yiwei Zhang, Xin Dong 외

Previous studies on event camera sensing have demonstrated certain detection performance using dense event representations. However, the accumulated noise in such dense representations has received insufficient attention…

Denoisingobject-detectionObject DetectionReal-Time Object Detection

No Dense Tensors Needed: Fully Sparse Object Detection on Event-Camera Voxel Grids

2026-03-23 · Mohamad Yazan Sadoun, Sarah Sharif, Yaser Mike Banad arxiv

Event cameras produce asynchronous, high-dynamic-range streams well suited for detecting small, fast-moving drones, yet most event-based detectors convert the sparse event stream into dense tensors, discarding the repres…

Object Detection