中文
相关论文

相关论文: Relief R-CNN : Utilizing Convolutional Features fo…

200 篇论文

Deep convolutional neural networks (CNNs) have had a major impact in most areas of image understanding, including object category detection. In object detection, methods such as R-CNN have obtained excellent results by integrating CNNs with…

计算机视觉与模式识别 · 计算机科学 2015-06-24 Karel Lenc , Andrea Vedaldi

State-of-the-art object detection networks depend on region proposal algorithms to hypothesize object locations. Advances like SPPnet and Fast R-CNN have reduced the running time of these detection networks, exposing region proposal…

计算机视觉与模式识别 · 计算机科学 2016-01-07 Shaoqing Ren , Kaiming He , Ross Girshick , Jian Sun

This paper proposes a Fast Region-based Convolutional Network method (Fast R-CNN) for object detection. Fast R-CNN builds on previous work to efficiently classify object proposals using deep convolutional networks. Compared to previous…

计算机视觉与模式识别 · 计算机科学 2015-09-29 Ross Girshick

We present region-based, fully convolutional networks for accurate and efficient object detection. In contrast to previous region-based detectors such as Fast/Faster R-CNN that apply a costly per-region subnetwork hundreds of times, our…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Jifeng Dai , Yi Li , Kaiming He , Jian Sun

Region-based object detection infers object regions for one or more categories in an image. Due to the recent advances in deep learning and region proposal methods, object detectors based on convolutional neural networks (CNNs) have been…

计算机视觉与模式识别 · 计算机科学 2020-11-17 Seung-Hwan Bae

Image representations derived from pre-trained Convolutional Neural Networks (CNNs) have become the new state of the art in computer vision tasks such as instance retrieval. This work explores the suitability for instance retrieval of…

计算机视觉与模式识别 · 计算机科学 2016-05-02 Amaia Salvador , Xavier Giro-i-Nieto , Ferran Marques , Shin'ichi Satoh

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

In this paper, we propose a novel method called Rotational Region CNN (R2CNN) for detecting arbitrary-oriented texts in natural scene images. The framework is based on Faster R-CNN [1] architecture. First, we use the Region Proposal Network…

计算机视觉与模式识别 · 计算机科学 2017-07-03 Yingying Jiang , Xiangyu Zhu , Xiaobing Wang , Shuli Yang , Wei Li , Hua Wang , Pei Fu , Zhenbo Luo

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

In CNN-based object detection methods, region proposal becomes a bottleneck when objects exhibit significant scale variation, occlusion or truncation. In addition, these methods mainly focus on 2D object detection and cannot estimate…

计算机视觉与模式识别 · 计算机科学 2017-03-10 Yu Xiang , Wongun Choi , Yuanqing Lin , Silvio Savarese

Object detection is one of the most active areas in computer vision, which has made significant improvement in recent years. Current state-of-the-art object detection methods mostly adhere to the framework of regions with convolutional…

计算机视觉与模式识别 · 计算机科学 2016-04-15 Wenqing Chu , Deng Cai

Region-based Convolutional Neural Networks (R-CNNs) have achieved great success in the field of object detection. The existing R-CNNs usually divide a Region-of-Interest (ROI) into grids, and then localize objects by utilizing the spatial…

计算机视觉与模式识别 · 计算机科学 2018-02-13 Xiaochuan Fan , Hao Guo , Kang Zheng , Wei Feng , Song Wang

Current state-of-the-art two-stage detectors generate oriented proposals through time-consuming schemes. This diminishes the detectors' speed, thereby becoming the computational bottleneck in advanced oriented object detection systems. This…

计算机视觉与模式识别 · 计算机科学 2021-08-13 Xingxing Xie , Gong Cheng , Jiabao Wang , Xiwen Yao , Junwei Han

The current models of image representation based on Convolutional Neural Networks (CNN) have shown tremendous performance in image retrieval. Such models are inspired by the information flow along the visual pathway in the human visual…

计算机视觉与模式识别 · 计算机科学 2017-03-06 Zakaria Laskar , Juho Kannala

This paper proposes a Region-based Convolutional Recurrent Neural Network (R-CRNN) for audio event detection (AED). The proposed network is inspired by Faster-RCNN, a well known region-based convolutional network framework for visual object…

声音 · 计算机科学 2018-08-22 Chieh-Chi Kao , Weiran Wang , Ming Sun , Chao Wang

Recognizing objects and scenes are two challenging but essential tasks in image understanding. In particular, the use of RGB-D sensors in handling these tasks has emerged as an important area of focus for better visual understanding.…

计算机视觉与模式识别 · 计算机科学 2022-01-12 Ali Caglayan , Nevrez Imamoglu , Ahmet Burak Can , Ryosuke Nakamura

Region proposal based methods like R-CNN and Faster R-CNN models have proven to be extremely successful in object detection and segmentation tasks. Recently, Transformers have also gained popularity in the domain of Computer Vision, and are…

计算机视觉与模式识别 · 计算机科学 2021-10-07 Deepanshu Pandey , Pradyumna Gupta , Sumit Bhattacharya , Aman Sinha , Rohit Agarwal

Recently, the convolutional neural network has brought impressive improvements for object detection. However, detecting tiny objects in large-scale remote sensing images still remains challenging. First, the extreme large input size makes…

计算机视觉与模式识别 · 计算机科学 2019-04-02 Jiangmiao Pang , Cong Li , Jianping Shi , Zhihai Xu , Huajun Feng

Many modern approaches for object detection are two-staged pipelines. The first stage identifies regions of interest which are then classified in the second stage. Faster R-CNN is such an approach for object detection which combines both…

计算机视觉与模式识别 · 计算机科学 2017-05-01 Christian Eggert , Dan Zecha , Stephan Brehm , Rainer Lienhart

Detecting pedestrian has been arguably addressed as a special topic beyond general object detection. Although recent deep learning object detectors such as Fast/Faster R-CNN [1, 2] have shown excellent performance for general object…

计算机视觉与模式识别 · 计算机科学 2016-07-28 Liliang Zhang , Liang Lin , Xiaodan Liang , Kaiming He
‹ 上一页 1 2 3 10 下一页 ›