中文
相关论文

相关论文: Random Boxes Are Open-world Object Detectors

200 篇论文

Current top performing object recognition systems build on object proposals as a preprocessing step. Object proposal algorithms are designed to generate candidate regions for generic objects, yet current approaches are limited in capturing…

计算机视觉与模式识别 · 计算机科学 2016-03-15 Anton Winschel , Rainer Lienhart , Christian Eggert

Open World Object Detection (OWOD) is a novel computer vision task with a considerable challenge, bridging the gap between classic object detection (OD) benchmarks and real-world object detection. In addition to detecting and classifying…

计算机视觉与模式识别 · 计算机科学 2023-03-22 Shuailei Ma , Yuefeng Wang , Ying Wei , Peihao Chen , Zhixiang Ye , Jiaqi Fan , Enming Zhang , Thomas H. Li

Object detection models perform well at localizing and classifying objects that they are shown during training. However, due to the difficulty and cost associated with creating and annotating detection datasets, trained models detect a…

计算机视觉与模式识别 · 计算机科学 2020-12-01 Ayush Jaiswal , Yue Wu , Pradeep Natarajan , Premkumar Natarajan

Current high-quality object detection approaches use the scheme of salience-based object proposal methods followed by post-classification using deep convolutional features. This spurred recent research in improving object proposal methods.…

计算机视觉与模式识别 · 计算机科学 2015-12-10 Christian Szegedy , Scott Reed , Dumitru Erhan , Dragomir Anguelov , Sergey Ioffe

With the human pursuit of knowledge, open-set object detection (OSOD) has been designed to identify unknown objects in a dynamic world. However, an issue with the current setting is that all the predicted unknown objects share the same…

计算机视觉与模式识别 · 计算机科学 2022-04-13 Jiyang Zheng , Weihao Li , Jie Hong , Lars Petersson , Nick Barnes

Region proposal algorithms play an important role in most state-of-the-art two-stage object detection networks by hypothesizing object locations in the image. Nonetheless, region proposal algorithms are known to be the bottleneck in most…

计算机视觉与模式识别 · 计算机科学 2019-09-17 Ramin Nabati , Hairong Qi

Object proposals are an ensemble of bounding boxes with high potential to contain objects. In order to determine a small set of proposals with a high recall, a common scheme is extracting multiple features followed by a ranking algorithm…

计算机视觉与模式识别 · 计算机科学 2017-05-19 Jing Wang , Jie Shen , Ping Li

Learning accurate object detectors often requires large-scale training data with precise object bounding boxes. However, labeling such data is expensive and time-consuming. As the crowd-sourcing labeling process and the ambiguities of the…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Chengxin Liu , Kewei Wang , Hao Lu , Zhiguo Cao , Ziming Zhang

The learning of the region proposal in object detection using the deep neural networks (DNN) is divided into two tasks: binary classification and bounding box regression task. However, traditional RPN (Region Proposal Network) defines these…

计算机视觉与模式识别 · 计算机科学 2020-05-25 Geonseok Seo , Jaeyoung Yoo , Jaeseok Choi , Nojun Kwak

We propose a novel object localization methodology with the purpose of boosting the localization accuracy of state-of-the-art object detection systems. Our model, given a search region, aims at returning the bounding box of an object of…

计算机视觉与模式识别 · 计算机科学 2016-04-08 Spyros Gidaris , Nikos Komodakis

2D object proposals, quickly detected regions in an image that likely contain an object of interest, are an effective approach for improving the computational efficiency and accuracy of object detection in color images. In this work, we…

计算机视觉与模式识别 · 计算机科学 2018-06-27 Ramanpreet Singh Pahwa , Jiangbo Lu , Nianjuan Jiang , Tian Tsong Ng , Minh N. Do

This paper introduces self-taught object localization, a novel approach that leverages deep convolutional networks trained for whole-image recognition to localize objects in images without additional human supervision, i.e., without using…

计算机视觉与模式识别 · 计算机科学 2016-02-03 Loris Bazzani , Alessandro Bergamo , Dragomir Anguelov , Lorenzo Torresani

Open-world object detection (OWOD) requires incrementally detecting known categories while reliably identifying unknown objects. Existing methods primarily focus on improving unknown recall, yet overlook interpretability, often leading to…

计算机视觉与模式识别 · 计算机科学 2026-02-25 Xueqiang Lv , Shizhou Zhang , Yinghui Xing , Di Xu , Peng Wang , Yanning Zhang

To avoid the exhaustive search over locations and scales, current state-of-the-art object detection systems usually involve a crucial component generating a batch of candidate object proposals from images. In this paper, we present a simple…

计算机视觉与模式识别 · 计算机科学 2018-07-31 Tianshui Chen , Liang Lin , Xian Wu , Nong Xiao , Xiaonan Luo

Object proposal generation is often the first step in many detection models. It is lucrative to train a good proposal model, that generalizes to unseen classes. This could help scaling detection models to larger number of classes with fewer…

计算机视觉与模式识别 · 计算机科学 2020-08-14 Rui Wang , Dhruv Mahajan , Vignesh Ramanathan

Despite great progress in object detection, most existing methods work only on a limited set of object categories, due to the tremendous human effort needed for bounding-box annotations of training data. To alleviate the problem, recent…

计算机视觉与模式识别 · 计算机科学 2022-07-14 Mingfei Gao , Chen Xing , Juan Carlos Niebles , Junnan Li , Ran Xu , Wenhao Liu , Caiming Xiong

This paper addresses the challenging problem of open-vocabulary object detection (OVOD) where an object detector must identify both seen and unseen classes in test images without labeled examples of the unseen classes in training. A typical…

计算机视觉与模式识别 · 计算机科学 2024-06-04 Chau Pham , Truong Vu , Khoi Nguyen

Autonomous driving (AD) operates in open-world scenarios, where encountering unknown objects is inevitable. However, standard object detectors trained on a limited number of base classes tend to ignore any unknown objects, posing potential…

计算机视觉与模式识别 · 计算机科学 2024-12-06 Lars Schmarje , Kaspar Sakman , Reinhard Koch , Dan Zhang

Current top performing object detectors employ detection proposals to guide the search for objects, thereby avoiding exhaustive sliding window search across images. Despite the popularity and widespread use of detection proposals, it is…

计算机视觉与模式识别 · 计算机科学 2015-08-07 Jan Hosang , Rodrigo Benenson , Piotr Dollár , Bernt Schiele

Often multiple instances of an object occur in the same scene, for example in a warehouse. Unsupervised multi-instance object discovery algorithms are able to detect and identify such objects. We use such an algorithm to provide object…

计算机视觉与模式识别 · 计算机科学 2017-07-25 Wim Abbeloos , Sergio Caccamo , Esra Ataer-Cansizoglu , Yuichi Taguchi , Chen Feng , Teng-Yok Lee