中文
相关论文

相关论文: Scale-aware Pixel-wise Object Proposal Networks

200 篇论文

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 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

Object proposals have become an integral preprocessing steps of many vision pipelines including object detection, weakly supervised detection, object discovery, tracking, etc. Compared to the learning-free methods, learning-based proposals…

计算机视觉与模式识别 · 计算机科学 2021-08-17 Dahun Kim , Tsung-Yi Lin , Anelia Angelova , In So Kweon , Weicheng Kuo

A novel efficient method for extraction of object proposals is introduced. Its "objectness" function exploits deep spatial pyramid features, a novel fast-to-compute HoG-based edge statistic and the EdgeBoxes score. The efficiency is…

计算机视觉与模式识别 · 计算机科学 2015-10-14 David Novotny , Jiri Matas

Recently, significant progresses have been made in object detection on common benchmarks (i.e., Pascal VOC). However, object detection in real world is still challenging due to the serious data imbalance. Images in real world are dominated…

计算机视觉与模式识别 · 计算机科学 2019-08-20 Dongming Yang , YueXian Zou , Jian Zhang , Ge Li

Object proposal algorithms have shown great promise as a first step for object recognition and detection. Good object proposal generation algorithms require high object recall rate as well as low computational cost, because generating…

计算机视觉与模式识别 · 计算机科学 2014-07-22 Ziming Zhang , Philip H. S. Torr

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

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

Weakly Supervised Object Detection (WSOD), using only image-level annotations to train object detectors, is of growing importance in object recognition. In this paper, we propose a novel deep network for WSOD. Unlike previous networks that…

计算机视觉与模式识别 · 计算机科学 2018-10-16 Peng Tang , Xinggang Wang , Song Bai , Wei Shen , Xiang Bai , Wenyu Liu , Alan Yuille

Object detection using single point supervision has received increasing attention over the years. However, the performance gap between point supervised object detection (PSOD) and bounding box supervised detection remains large. In this…

计算机视觉与模式识别 · 计算机科学 2022-10-21 Pengfei Chen , Xuehui Yu , Xumeng Han , Najmul Hassan , Kai Wang , Jiachen Li , Jian Zhao , Humphrey Shi , Zhenjun Han , Qixiang Ye

Region anchors are the cornerstone of modern object detection techniques. State-of-the-art detectors mostly rely on a dense anchoring scheme, where anchors are sampled uniformly over the spatial domain with a predefined set of scales and…

计算机视觉与模式识别 · 计算机科学 2019-04-15 Jiaqi Wang , Kai Chen , Shuo Yang , Chen Change Loy , Dahua Lin

In this paper, we propose a zoom-out-and-in network for generating object proposals. A key observation is that it is difficult to classify anchors of different sizes with the same set of features. Anchors of different sizes should be placed…

计算机视觉与模式识别 · 计算机科学 2018-06-11 Hongyang Li , Yu Liu , Wanli Ouyang , Xiaogang Wang

We propose an object detection method that improves the accuracy of the conventional SSD (Single Shot Multibox Detector), which is one of the top object detection algorithms in both aspects of accuracy and speed. The performance of a deep…

计算机视觉与模式识别 · 计算机科学 2017-11-07 Jisoo Jeong , Hyojin Park , Nojun Kwak

Object Proposals is a recent computer vision technique receiving increasing interest from the research community. Its main objective is to generate a relatively small set of bounding box proposals that are most likely to contain objects of…

计算机视觉与模式识别 · 计算机科学 2015-09-09 Lluis Gomez , Dimosthenis Karatzas

Video object segmentation (VOS) aims at pixel-level object tracking given only the annotations in the first frame. Due to the large visual variations of objects in video and the lack of training samples, it remains a difficult task despite…

计算机视觉与模式识别 · 计算机科学 2019-07-05 Qiang Zhou , Zilong Huang , Lichao Huang , Yongchao Gong , Han Shen , Chang Huang , Wenyu Liu , Xinggang Wang

Existing Object Pose Estimation (OPE) methods for stacked scenarios are not robust to changes in object scale. This paper proposes a new 6DoF OPE network (NormNet) for different scale objects in stacked scenarios. Specifically, each…

计算机视觉与模式识别 · 计算机科学 2023-11-17 En-Te Lin , Wei-Jie Lv , Ding-Tao Huang , Long Zeng

Object detection is a fundamental and challenging problem in aerial and satellite image analysis. More recently, a two-stage detector Faster R-CNN is proposed and demonstrated to be a promising tool for object detection in optical remote…

计算机视觉与模式识别 · 计算机科学 2018-07-20 Lin Cheng , Xu Liu , Lingling Li , Licheng Jiao , Xu Tang

Forward-looking sonar can capture high resolution images of underwater scenes, but their interpretation is complex. Generic object detection in such images has not been solved, specially in cases of small and unknown objects. In comparison,…

计算机视觉与模式识别 · 计算机科学 2017-09-11 Matias Valdenegro-Toro

Most of existing detection pipelines treat object proposals independently and predict bounding box locations and classification scores over them separately. However, the important semantic and spatial layout correlations among proposals are…

计算机视觉与模式识别 · 计算机科学 2016-08-19 Jianan Li , Xiaodan Liang , Jianshu Li , Tingfa Xu , Jiashi Feng , Shuicheng Yan

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