paper-with-me

Papers

FOC OSOD: Focus on Classification One-Shot Object Detection

2021-01-01 · Hanqing Yang, Huaijin Pi, SABA GHORBANI BARZEGAR, Yu Zhang

One-shot object detection (OSOD) aims at detecting all instances that are consistent with the category of the single reference image. OSOD achieves object detection by comparing the query image and the reference image. We observe that the essential problem behind the limited performance of OSOD is that OSOD generates a lot of false positives due to its poor classification ability. This paper analyzes the serious false positive problem in OSOD and proposes a Focus on Classification One-Shot Object Detection (FOC OSOD) framework, which is improved in two important aspects: (1) classification cascade head with the fixed IoU threshold can enhance the robustness of classification by comparing multiple close regions; (2) classification region deformation on the query feature and the reference feature to obtain a more effective comparison region. Without bells and whistles, a single FOC obtains 1.8% AP and 1.3% AP improvement on the seen classes and the unseen classes over a Siamese Faster R-CNN baseline on the MS-COCO dataset in the one-shot setting. The code will be available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationObjectobject-detectionObject DetectionOne-Shot Object Detection

Methods 이 논문이 사용한 방법론

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 설명 없음
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$…
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 제목 키워드 기반

Zero-Shot Co-salient Object Detection Framework

2023-09-11 · Haoke Xiao, Lv Tang, Bo Li, Zhiming Luo 외

Co-salient Object Detection (CoSOD) endeavors to replicate the human visual system's capacity to recognize common and salient objects within a collection of images. Despite recent advancements in deep learning models, th…

Co-Salient Object DetectionObjectobject-detectionObject Detection+1

Open-Set Object Detection By Aligning Known Class Representations

2024-12-30 · Hiran Sarkar, Vishal Chudasama, Naoyuki Onoe, Pankaj Wasnik 외

Open-Set Object Detection (OSOD) has emerged as a contemporary research direction to address the detection of unknown objects. Recently, few works have achieved remarkable performance in the OSOD task by employing contra…

Clusteringobject-detectionObject Detection

A Survey of Deep Learning for Low-Shot Object Detection

2021-12-06 · Qihan Huang, Haofei Zhang, Mengqi Xue, Jie Song 외

Object detection has achieved a huge breakthrough with deep neural networks and massive annotated data. However, current detection methods cannot be directly transferred to the scenario where the annotated data is scarce…

Deep LearningFew-Shot LearningFew-Shot Object Detectionimage-classification+8

Rectifying Open-set Object Detection: A Taxonomy, Practical Applications, and Proper Evaluation

2022-07-20 · Yusuke Hosoya, Masanori Suganuma, Takayuki Okatani

Open-set object detection (OSOD) has recently gained attention. It is to detect unknown objects while correctly detecting known objects. In this paper, we first point out that the recent studies' formalization of OSOD, w…

image-classificationImage ClassificationObjectobject-detection+3

Unsupervised and semi-supervised co-salient object detection via segmentation frequency statistics

2023-11-11 · Souradeep Chakraborty, Shujon Naha, Muhammet Bastan, Amit Kumar K C 외

In this paper, we address the detection of co-occurring salient objects (CoSOD) in an image group using frequency statistics in an unsupervised manner, which further enable us to develop a semi-supervised method. While p…

Co-Salient Object Detectionobject-detectionObject DetectionSalient Object Detection