中文
相关论文

相关论文: Scale-aware Fast R-CNN for Pedestrian Detection

200 篇论文

In this paper we study the use of convolutional neural networks (convnets) for the task of pedestrian detection. Despite their recent diverse successes, convnets historically underperform compared to other pedestrian detectors. We…

计算机视觉与模式识别 · 计算机科学 2015-01-26 Jan Hosang , Mohamed Omran , Rodrigo Benenson , Bernt Schiele

Generally, the performance of a generic detector decreases significantly when it is tested on a specific scene due to the large variation between the source training dataset and the samples from the target scene. To solve this problem, we…

计算机视觉与模式识别 · 计算机科学 2017-07-14 Ala Mhalla , Thierry Chateau , Houda Maamatou , Sami Gazzah , Najoua Essoukri Ben Amara

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

In the past decade, Convolutional Neural Networks (CNNs) have been demonstrated successful for object detections. However, the size of network input is limited by the amount of memory available on GPUs. Moreover, performance degrades when…

计算机视觉与模式识别 · 计算机科学 2017-06-28 Zibo Meng , Xiaochuan Fan , Xin Chen , Min Chen , Yan Tong

Edge computing allows more computing tasks to take place on the decentralized nodes at the edge of networks. Today many delay sensitive, mission-critical applications can leverage these edge devices to reduce the time delay or even to…

计算机视觉与模式识别 · 计算机科学 2018-05-02 Seyed Yahya Nikouei , Yu Chen , Sejun Song , Ronghua Xu , Baek-Young Choi , Timothy R. Faughnan

Scale-sensitive object detection remains a challenging task, where most of the existing methods could not learn it explicitly and are not robust to scale variance. In addition, the most existing methods are less efficient during training or…

计算机视觉与模式识别 · 计算机科学 2019-09-16 Junran Peng , Ming Sun , Zhaoxiang Zhang , Tieniu Tan , Junjie Yan

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 the current worldwide situation, pedestrian detection has reemerged as a pivotal tool for intelligent video-based systems aiming to solve tasks such as pedestrian tracking, social distancing monitoring or pedestrian mass counting.…

计算机视觉与模式识别 · 计算机科学 2022-04-08 Alejandro López-Cifuentes , Marcos Escudero-Viñolo , Jesús Bescós , Pablo Carballeira

Accurate pedestrian detection has a primary role in automotive safety: for example, by issuing warnings to the driver or acting actively on car's brakes, it helps decreasing the probability of injuries and human fatalities. In order to…

计算机视觉与模式识别 · 计算机科学 2018-08-09 Denis Tome' , Luca Bondi , Emanuele Plebani , Luca Baroffio , Danilo Pau , Stefano Tubaro

High-density object counting in surveillance scenes is challenging mainly due to the drastic variation of object scales. The prevalence of deep learning has largely boosted the object counting accuracy on several benchmark datasets.…

计算机视觉与模式识别 · 计算机科学 2019-04-09 Muming Zhao , Jian Zhang , Chongyang Zhang , Wenjun Zhang

While convolutional neural networks have gained impressive success recently in solving structured prediction problems such as semantic segmentation, it remains a challenge to differentiate individual object instances in the scene. Instance…

机器学习 · 计算机科学 2017-07-14 Mengye Ren , Richard S. Zemel

Object detection is a trendy branch of computer vision, especially on human recognition and pedestrian detection. Recognizing the complete body of a person has always been a difficult problem. Over the years, researchers proposed various…

计算机视觉与模式识别 · 计算机科学 2019-10-29 Asati Minkesh , Kraittipong Worranitta , Miyachi Taizo

Over the past few years, a significant progress has been made in deep convolutional neural networks (CNNs)-based image recognition. This is mainly due to the strong ability of such networks in mining discriminative object pose and parts…

计算机视觉与模式识别 · 计算机科学 2022-10-05 Asish Bera , Zachary Wharton , Yonghuai Liu , Nik Bessis , Ardhendu Behera

Generative adversarial networks (GANs) have been promising for many computer vision problems due to their powerful capabilities to enhance the data for training and test. In this paper, we leveraged GANs and proposed a new architecture with…

计算机视觉与模式识别 · 计算机科学 2019-05-17 Ranjith K Dinakaran , Philip Easom , Ahmed Bouridane , Li Zhang , Richard Jiang , Fozia Mehboob , Abdul Rauf

Typical methods for pedestrian detection focus on either tackling mutual occlusions between crowded pedestrians, or dealing with the various scales of pedestrians. Detecting pedestrians with substantial appearance diversities such as…

计算机视觉与模式识别 · 计算机科学 2022-07-12 Zebin Lin , Wenjie Pei , Fanglin Chen , David Zhang , Guangming Lu

Pedestrian detection methods have been significantly improved with the development of deep convolutional neural networks. Nevertheless, robustly detecting pedestrians with a large variant on sizes and with occlusions remains a challenging…

计算机视觉与模式识别 · 计算机科学 2020-05-20 Tianrui Liu , Jun-Jie Huang , Tianhong Dai , Guangyu Ren , Tania Stathaki

In recent years, visual tracking methods that are based on discriminative correlation filters (DCF) have been very promising. However, most of these methods suffer from a lack of robust scale estimation skills. Although a wide range of…

计算机视觉与模式识别 · 计算机科学 2020-12-14 Seyed Mojtaba Marvasti-Zadeh , Hossein Ghanei-Yakhdan , Shohreh Kasaei

Pedestrian detection is an important but challenging problem in computer vision, especially in human-centric tasks. Over the past decade, significant improvement has been witnessed with the help of handcrafted features and deep features.…

计算机视觉与模式识别 · 计算机科学 2021-05-13 Jiale Cao , Yanwei Pang , Jin Xie , Fahad Shahbaz Khan , Ling Shao

Convolutional Neural Networks (CNNs) require large image corpora to be trained on classification tasks. The variation in image resolutions, sizes of objects and patterns depicted, and image scales, hampers CNN training and performance,…

计算机视觉与模式识别 · 计算机科学 2016-05-16 Nanne van Noord , Eric Postma

Object detection is a fundamental problem in image understanding. One popular solution is the R-CNN framework and its fast versions. They decompose the object detection problem into two cascaded easier tasks: 1) generating object proposals…

计算机视觉与模式识别 · 计算机科学 2016-04-13 Bin Yang , Junjie Yan , Zhen Lei , Stan Z. Li