中文
相关论文

相关论文: Scalable, High-Quality Object Detection

200 篇论文

Accurately localising object proposals is an important precondition for high detection rate for the state-of-the-art object detection frameworks. The accuracy of an object detection method has been shown highly related to the average recall…

计算机视觉与模式识别 · 计算机科学 2018-07-26 Hsueh-Fu Lu , Xiaofei Du , Ping-Lin Chang

Recent object detection systems rely on two critical steps: (1) a set of object proposals is predicted as efficiently as possible, and (2) this set of candidate proposals is then passed to an object classifier. Such approaches have been…

计算机视觉与模式识别 · 计算机科学 2015-09-02 Pedro O. Pinheiro , Ronan Collobert , Piotr Dollar

Object proposals greatly benefit object detection task in recent state-of-the-art works. However, the existing object proposals usually have low localization accuracy at high intersection over union threshold. To address it, we apply…

计算机视觉与模式识别 · 计算机科学 2016-10-18 Shuhan Chen , Jindong Li , Xuelong Hu , Ping Zhou

We propose a unified approach for bottom-up hierarchical image segmentation and object proposal generation for recognition, called Multiscale Combinatorial Grouping (MCG). For this purpose, we first develop a fast normalized cuts algorithm.…

计算机视觉与模式识别 · 计算机科学 2016-03-02 Jordi Pont-Tuset , Pablo Arbelaez , Jonathan T. Barron , Ferran Marques , Jitendra Malik

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

Deep convolutional neural networks have recently achieved state-of-the-art performance on a number of image recognition benchmarks, including the ImageNet Large-Scale Visual Recognition Challenge (ILSVRC-2012). The winning model on the…

计算机视觉与模式识别 · 计算机科学 2013-12-10 Dumitru Erhan , Christian Szegedy , Alexander Toshev , Dragomir Anguelov

We address the problem of weakly supervised object localization where only image-level annotations are available for training object detectors. Numerous methods have been proposed to tackle this problem through mining object proposals.…

计算机视觉与模式识别 · 计算机科学 2017-10-13 Dong Li , Jia-Bin Huang , Yali Li , Shengjin Wang , Ming-Hsuan Yang

Object detection has made substantial progress in the last decade, due to the capability of convolution in extracting local context of objects. However, the scales of objects are diverse and current convolution can only process single-scale…

计算机视觉与模式识别 · 计算机科学 2022-06-17 Junliang Chen , Xiaodong Zhao , Linlin Shen

This paper addresses the problem of discovering the objects present in a collection of images without any supervision. We build on the optimization approach of Vo et al. (CVPR'19) with several key novelties: (1) We propose a novel…

计算机视觉与模式识别 · 计算机科学 2020-08-26 Huy V. Vo , Patrick Pérez , Jean Ponce

The recent trend in multiple object tracking (MOT) is heading towards leveraging deep learning to boost the tracking performance. However, it is not trivial to solve the data-association problem in an end-to-end fashion. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2021-03-29 Peng Dai , Renliang Weng , Wongun Choi , Changshui Zhang , Zhangping He , Wei Ding

In this paper, we focus on semi-supervised object detection to boost performance of proposal-based object detectors (a.k.a. two-stage object detectors) by training on both labeled and unlabeled data. However, it is non-trivial to train…

计算机视觉与模式识别 · 计算机科学 2020-04-27 Peng Tang , Chetan Ramaiah , Yan Wang , Ran Xu , Caiming Xiong

Efficient generation of high-quality object proposals is an essential step in state-of-the-art object detection systems based on deep convolutional neural networks (DCNN) features. Current object proposal algorithms are computationally…

计算机视觉与模式识别 · 计算机科学 2016-04-14 Yongxi Lu , Tara Javidi

Object detection is a basic computer vision task to loccalize and categorize objects in a given image. Most state-of-the-art detection methods utilize a fixed number of proposals as an intermediate representation of object candidates, which…

计算机视觉与模式识别 · 计算机科学 2022-07-13 Yiming Cui , Linjie Yang , Ding Liu

Localizing objects with weak supervision in an image is a key problem of the research in computer vision community. Many existing Weakly-Supervised Object Localization (WSOL) approaches tackle this problem by estimating the most…

计算机视觉与模式识别 · 计算机科学 2019-09-25 Pei Lv , Haiyu Yu , Junxiao Xue , Junjin Cheng , Lisha Cui , Bing Zhou , Mingliang Xu , Yi Yang

In recent years, the use of object proposal as a preprocessing step for target detection to improve computational efficiency has become an effective method. Good object proposal methods should have high object detection recall rate and low…

计算机视觉与模式识别 · 计算机科学 2020-05-15 Jiang Chao , Liang Huawei , Wang Zhiling

Object proposal is essential for current state-of-the-art object detection pipelines. However, the existing proposal methods generally fail in producing results with satisfying localization accuracy. The case is even worse for small objects…

计算机视觉与模式识别 · 计算机科学 2016-07-26 Zequn Jie , Xiaodan Liang , Jiashi Feng , Wen Feng Lu , Eng Hock Francis Tay , Shuicheng Yan

In a real-world setting, object instances from new classes can be continuously encountered by object detectors. When existing object detectors are applied to such scenarios, their performance on old classes deteriorates significantly. A few…

计算机视觉与模式识别 · 计算机科学 2021-12-16 K J Joseph , Jathushan Rajasegaran , Salman Khan , Fahad Shahbaz Khan , Vineeth N Balasubramanian

Object detection often suffers from a plenty of bootless proposals, selecting high quality proposals remains a great challenge. In this paper, we propose a semantic, class-specific approach to re-rank object proposals, which can…

计算机视觉与模式识别 · 计算机科学 2016-05-23 Zhun Zhong , Mingyi Lei , Shaozi Li , Jianping Fan

Deep Convolutional Neural Networks (CNNs) have demonstrated excellent performance in image classification, but still show room for improvement in object-detection tasks with many categories, in particular for cluttered scenes and occlusion.…

计算机视觉与模式识别 · 计算机科学 2015-03-24 Nikolaos Karianakis , Thomas J. Fuchs , Stefano Soatto

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
‹ 上一页 1 2 3 10 下一页 ›