paper-with-me

홈 › Papers

A Survey of Modern Object Detection Literature using Deep Learning

2018-08-22 · Karanbir Singh Chahal, Kuntal Dey

Object detection is the identification of an object in the image along with its localisation and classification. It has wide spread applications and is a critical component for vision based software systems. This paper seeks to perform a rigorous survey of modern object detection algorithms that use deep learning. As part of the survey, the topics explored include various algorithms, quality metrics, speed/size trade offs and training methodologies. This paper focuses on the two types of object detection algorithms- the SSD class of single step detectors and the Faster R-CNN class of two step detectors. Techniques to construct detectors that are portable and fast on low powered devices are also addressed by exploring new lightweight convolutional base architectures. Ultimately, a rigorous review of the strengths and weaknesses of each detector leads us to the present state of the art.

📄 PDF Abstract BibTeX arXiv:1808.07256

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningGeneral ClassificationObjectobject-detectionObject DetectionSurvey

Methods 이 논문이 사용한 방법론

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…
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$…
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…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Robustness-Aware 3D Object Detection in Autonomous Driving: A Review and Outlook

2024-01-12 · Ziying Song, Lin Liu, Feiyang Jia, Yadan Luo 외

In the realm of modern autonomous driving, the perception system is indispensable for accurately assessing the state of the surrounding environment, thereby enabling informed prediction and planning. The key step to this…

3D Object DetectionAutonomous DrivingObjectobject-detection+2

A Survey on Self-Supervised Representation Learning

2023-08-22 · Tobias Uelwer, Jan Robine, Stefan Sylvius Wagner, Marc Höftmann 외

Learning meaningful representations is at the heart of many tasks in the field of modern machine learning. Recently, a lot of methods were introduced that allow learning of image representations without supervision. Thes…

object-detectionObject DetectionRepresentation LearningSurvey

2D Object Detection: A Survey

2025-03-07 · Mathematics 2025 3 · Emanuele Malagoli, Luca Di Persio

Object detection is a fundamental task in computer vision, aiming to identify and localize objects of interest within an image. Over the past two decades, the domain has changed profoundly, evolving into an active and fa…

2D Object DetectionObjectobject-detectionObject Detection+2

A Survey of Modern Deep Learning based Object Detection Models

2021-04-24 · Syed Sahil Abbas Zaidi, Mohammad Samar Ansari, Asra Aslam, Nadia Kanwal 외

Object Detection is the task of classification and localization of objects in an image or video. It has gained prominence in recent years due to its widespread applications. This article surveys recent developments in de…

ClassificationDeep LearningGeneral ClassificationObject+3

Context in object detection: a systematic literature review

2025-03-29 · Mahtab Jamali, Paul Davidsson, Reza Khoshkangini, Martin Georg Ljungqvist 외

Context is an important factor in computer vision as it offers valuable information to clarify and analyze visual data. Utilizing the contextual information inherent in an image or a video can improve the precision and e…

Few-Shot Object DetectionObjectobject-detectionObject Detection+4