paper-with-me

홈 › Papers

Modification method for single-stage object detectors that allows to exploit the temporal behaviour of a scene to improve detection accuracy

2020-09-03 · Menua Gevorgyan

A simple modification method for single-stage generic object detection neural networks, such as YOLO and SSD, is proposed, which allows for improving the detection accuracy on video data by exploiting the temporal behavior of the scene in the detection pipeline. It is shown that, using this method, the detection accuracy of the base network can be considerably improved, especially for occluded and hidden objects. It is shown that a modified network is more prone to detect hidden objects with more confidence than an unmodified one. A weakly supervised training method is proposed, which allows for training a modified network without requiring any additional annotated data.

📄 PDF Abstract BibTeX arXiv:2009.01617

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

YOLO 설명 없음
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Boundary-Aware Dense Feature Indicator for Single-Stage 3D Object Detection from Point Clouds

2020-04-01 · Guodong Xu, Wenxiao Wang, Zili Liu, Liang Xie 외

3D object detection based on point clouds has become more and more popular. Some methods propose localizing 3D objects directly from raw point clouds to avoid information loss. However, these methods come with complex st…

3D Object Detectionobject-detectionObject DetectionSensor Fusion

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

2018-03-23 · Petru Soviany, Radu Tudor Ionescu

There are mainly two types of state-of-the-art object detectors. On one hand, we have two-stage detectors, such as Faster R-CNN (Region-based Convolutional Neural Networks) or Mask R-CNN, that (i) use a Region Proposal N…

Objectobject-detectionObject DetectionRegion Proposal+1

Single-Stage Object Detection from Top-View Grid Maps on Custom Sensor Setups

2020-02-03 · Sascha Wirges, Shuxiao Ding, Christoph Stiller

We present our approach to unsupervised domain adaptation for single-stage object detectors on top-view grid maps in automated driving scenarios. Our goal is to train a robust object detector on grid maps generated from …

Domain AdaptationObjectobject-detectionObject Detection+1

Object Detection in Aerial Imagery

2022-11-15 · Dmitry Demidov, Rushali Grandhe, Salem AlMarri

Object detection in natural images has achieved remarkable results over the years. However, a similar progress has not yet been observed in aerial object detection due to several challenges, such as high resolution image…

Objectobject-detectionObject Detection

Exploring the Vulnerability of Single Shot Module in Object Detectors via Imperceptible Background Patches

2018-09-16 · Yuezun Li, Xiao Bian, Ming-Ching Chang, Siwei Lyu

Recent works succeeded to generate adversarial perturbations on the entire image or the object of interests to corrupt CNN based object detectors. In this paper, we focus on exploring the vulnerability of the Single Shot…

ObjectRegion Proposal