中文
相关论文

相关论文: Object Detection based on Region Decomposition and…

200 篇论文

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

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

R-CNN style methods are sorts of the state-of-the-art object detection methods, which consist of region proposal generation and deep CNN classification. However, the proposal generation phase in this paradigm is usually time consuming,…

计算机视觉与模式识别 · 计算机科学 2017-04-27 Guiying Li , Junlong Liu , Chunhui Jiang , Liangpeng Zhang , Minlong Lin , Ke Tang

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

We propose an object detection system that relies on a multi-region deep convolutional neural network (CNN) that also encodes semantic segmentation-aware features. The resulting CNN-based representation aims at capturing a diverse set of…

计算机视觉与模式识别 · 计算机科学 2015-09-25 Spyros Gidaris , Nikos Komodakis

Object detection performance, as measured on the canonical PASCAL VOC dataset, has plateaued in the last few years. The best-performing methods are complex ensemble systems that typically combine multiple low-level image features with…

计算机视觉与模式识别 · 计算机科学 2014-10-23 Ross Girshick , Jeff Donahue , Trevor Darrell , Jitendra Malik

Jointly integrating aspect ratio and context has been extensively studied and shown performance improvement in traditional object detection systems such as the DPMs. It, however, has been largely ignored in deep neural network based…

计算机视觉与模式识别 · 计算机科学 2017-03-23 Bo Li , Tianfu Wu , Shuai Shao , Lun Zhang , Rufeng Chu

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

We study the problem of object detection over scanned images of scientific documents. We consider images that contain objects of varying aspect ratios and sizes and range from coarse elements such as tables and figures to fine elements such…

计算机视觉与模式识别 · 计算机科学 2019-10-31 Ankur Goswami , Joshua McGrath , Shanan Peters , Theodoros Rekatsinas

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

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

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

In this paper, we propose a novel object detection algorithm named "Deep Regionlets" by integrating deep neural networks and a conventional detection schema for accurate generic object detection. Motivated by the effectiveness of regionlets…

计算机视觉与模式识别 · 计算机科学 2019-12-04 Hongyu Xu , Xutao Lv , Xiaoyu Wang , Zhou Ren , Navaneeth Bodla , Rama Chellappa

Detecting partially occluded objects is a difficult task. Our experimental results show that deep learning approaches, such as Faster R-CNN, are not robust at object detection under occlusion. Compositional convolutional neural networks…

计算机视觉与模式识别 · 计算机科学 2020-06-02 Angtian Wang , Yihong Sun , Adam Kortylewski , Alan Yuille

Object detection is a fundamental task in computer vision and image understanding, with the goal of identifying and localizing objects of interest within an image while assigning them corresponding class labels. Traditional methods, which…

计算机视觉与模式识别 · 计算机科学 2024-12-09 Fnu Neha , Deepshikha Bhati , Deepak Kumar Shukla , Md Amiruzzaman

Salient object detection (SOD) in remote sensing images faces significant challenges due to large variations in object sizes, the computational cost of self-attention mechanisms, and the limitations of CNN-based extractors in capturing…

计算机视觉与模式识别 · 计算机科学 2026-03-13 Bin Wan , Runmin Cong , Xiaofei Zhou , Hao Fang , Yaoqi Sun , Sam Kwong

Object detection systems based on the deep convolutional neural network (CNN) have recently made ground- breaking advances on several object detection benchmarks. While the features learned by these high-capacity neural networks are…

计算机视觉与模式识别 · 计算机科学 2016-01-15 Yuting Zhang , Kihyuk Sohn , Ruben Villegas , Gang Pan , Honglak Lee

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

In this chapter, we present a brief overview of the recent development in object detection using convolutional neural networks (CNN). Several classical CNN-based detectors are presented. Some developments are based on the detector…

计算机视觉与模式识别 · 计算机科学 2019-12-05 Kaidong Li , Wenchi Ma , Usman Sajid , Yuanwei Wu , Guanghui Wang

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