paper-with-me

Papers

Analysing object detectors from the perspective of co-occurring object categories

2018-09-21 · Csaba Nemes, Sandor Jordan

The accuracy of state-of-the-art Faster R-CNN and YOLO object detectors are evaluated and compared on a special masked MS COCO dataset to measure how much their predictions rely on contextual information encoded at object category level. Category level representation of context is motivated by the fact that it could be an adequate way to transfer knowledge between visual and non-visual domains. According to our measurements, current detectors usually do not build strong dependency on contextual information at category level, however, when they does, they does it in a similar way, suggesting that contextual dependence of object categories is an independent property that is relevant to be transferred.

📄 PDF Abstract BibTeX arXiv:1809.08132

Code (0)

등록된 구현이 없습니다.

Tasks

Object

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 제목 키워드 기반

Inverting and Understanding Object Detectors

2021-06-26 · Ang Cao, Justin Johnson

As a core problem in computer vision, the performance of object detection has improved drastically in the past few years. Despite their impressive performance, object detectors suffer from a lack of interpretability. Vis…

Objectobject-detectionObject Detection

SDLNet: Statistical Deep Learning Network for Co-Occurring Object Detection and Identification

2024-07-24 · Binay Kumar Singh, Niels da Vitoria Lobo

With the growing advances in deep learning based technologies the detection and identification of co-occurring objects is a challenging task which has many applications in areas such as, security and surveillance. In thi…

object-detectionObject Detection

Analysing domain shift factors between videos and images for object detection

2015-01-06 · Vicky Kalogeiton, Vittorio Ferrari, Cordelia Schmid

Object detection is one of the most important challenges in computer vision. Object detectors are usually trained on bounding-boxes from still images. Recently, video has been used as an alternative source of data. Yet, …

DiversityObjectobject-detectionObject Detection

Occlusion Patterns for Object Class Detection

2013-06-01 · CVPR 2013 6 · Bojan Pepikj, Michael Stark, Peter Gehler, Bernt Schiele

Despite the success of recent object class recognition systems, the long-standing problem of partial occlusion remains a major challenge, and a principled solution is yet to be found. In this paper we leave the beaten pa…

Object

Finding Bipartite Components in Hypergraphs

2022-05-05 · NeurIPS 2021 12 · Peter Macgregor, He Sun

Hypergraphs are important objects to model ternary or higher-order relations of objects, and have a number of applications in analysing many complex datasets occurring in practice. In this work we study a new heat diffus…