Event Camera as Region Proposal Network

05/01/2023
by   Shrutarv Awasthi, et al.
0

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

READ FULL TEXT

page 3

page 4

page 5

research
04/16/2019

Single Pixel Reconstruction for One-stage Instance Segmentation

Object instance segmentation is one of the most fundamental but challeng...
research
09/06/2021

Moving Object Detection for Event-based Vision using k-means Clustering

Moving object detection is a crucial task in computer vision. Event-base...
research
06/24/2020

IA-MOT: Instance-Aware Multi-Object Tracking with Motion Consistency

Multiple object tracking (MOT) is a crucial task in computer vision soci...
research
03/23/2018

Optimizing the Trade-off between Single-Stage and Two-Stage Object Detectors using Image Difficulty Prediction

There are mainly two types of state-of-the-art object detectors. On one ...
research
03/04/2020

Mixup Regularization for Region Proposal based Object Detectors

Mixup - a neural network regularization technique based on linear interp...
research
02/28/2022

The Right Spin: Learning Object Motion from Rotation-Compensated Flow Fields

Both a good understanding of geometrical concepts and a broad familiarit...
research
03/06/2023

Enhancing Border Security and Countering Terrorism Through Computer Vision: a Field of Artificial Intelligence

Border security had been a persistent problem in international border es...

Please sign up or login with your details

Forgot password? Click here to reset