paper-with-me

Papers

Event Camera as Region Proposal Network

2023-05-01 · Shrutarv Awasthi, Anas Gouda, Richard Julian Lodenkaemper, Moritz Roidl

The human eye consists of two types of photoreceptors, rods and cones. Rods are responsible for monochrome vision, and cones for color vision. The number of rods is much higher than the cones, which means that most human vision processing is done in monochrome. An event camera reports the change in pixel intensity and is analogous to rods. Event and color cameras in computer vision are like rods and cones in human vision. Humans can notice objects moving in the peripheral vision (far right and left), but we cannot classify them (think of someone passing by on your far left or far right, this can trigger your attention without knowing who they are). Thus, rods act as a region proposal network (RPN) in human vision. Therefore, an event camera can act as a region proposal network in deep learning Two-stage object detectors in deep learning, such as Mask R-CNN, consist of a backbone for feature extraction and a RPN. Currently, RPN uses the brute force method by trying out all the possible bounding boxes to detect an object. This requires much computation time to generate region proposals making two-stage detectors inconvenient for fast applications. This work replaces the RPN in Mask-RCNN of detectron2 with an event camera for generating proposals for moving objects. Thus, saving time and being computationally less expensive. The proposed approach is faster than the two-stage detectors with comparable accuracy

📄 PDF Abstract BibTeX arXiv:2305.00718

Code (0)

등록된 구현이 없습니다.

Tasks

Region Proposal

Methods 이 논문이 사용한 방법론

RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
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…
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$…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…

Similar Papers 제목 키워드 기반

Driver Behavior Analysis Using Lane Departure Detection Under Challenging Conditions

2019-05-31 · Luis Riera, Koray Ozcan, Jennifer Merickel, Mathew Rizzo 외

In this paper, we present a novel model to detect lane regions and extract lane departure events (changes and incursions) from challenging, lower-resolution videos recorded with mobile cameras. Our algorithm used a Mask-…

Lane DetectionObjectobject-detectionObject Detection+1

Radar-Camera Sensor Fusion for Joint Object Detection and Distance Estimation in Autonomous Vehicles

2020-09-17 · Ramin Nabati, Hairong Qi

In this paper we present a novel radar-camera sensor fusion framework for accurate object detection and distance estimation in autonomous driving scenarios. The proposed architecture uses a middle-fusion approach to fuse…

2D Object DetectionAutonomous DrivingAutonomous VehiclesDistance regression+5

Spiking Neural Network based Region Proposal Networks for Neuromorphic Vision Sensors

2019-02-26 · Jyotibdha Acharya, Vandana Padala, Arindam Basu

This paper presents a three layer spiking neural network based region proposal network operating on data generated by neuromorphic vision sensors. The proposed architecture consists of refractory, convolution and cluster…

ClusteringRegion Proposal

Detection of Binary Square Fiducial Markers Using an Event Camera

2020-12-11 · Hamid Sarmadi, Rafael Muñoz-Salinas, Miguel A. Olivares-Mendez, Rafael Medina-Carnicer

Event cameras are a new type of image sensors that output changes in light intensity (events) instead of absolute intensity values. They have a very high temporal resolution and a high dynamic range. In this paper, we pr…

CPU

Fast Multi-frame Stereo Scene Flow with Motion Segmentation

2017-07-05 · CVPR 2017 7 · Tatsunori Taniai, Sudipta N. Sinha, Yoichi Sato

We propose a new multi-frame method for efficiently computing scene flow (dense depth and optical flow) and camera ego-motion for a dynamic scene observed from a moving stereo camera rig. Our technique also segments out …

CPUMotion SegmentationOptical Flow EstimationStereo Matching+2