English
Related papers

Related papers: DetNet: A Backbone network for Object Detection

200 papers

Object detectors are usually equipped with backbone networks designed for image classification. It might be sub-optimal because of the gap between the tasks of image classification and object detection. In this work, we present DetNAS to…

Computer Vision and Pattern Recognition · Computer Science 2020-01-01 Yukang Chen , Tong Yang , Xiangyu Zhang , Gaofeng Meng , Xinyu Xiao , Jian Sun

In existing CNN based detectors, the backbone network is a very important component for basic feature extraction, and the performance of the detectors highly depends on it. In this paper, we aim to achieve better detection performance by…

Computer Vision and Pattern Recognition · Computer Science 2019-09-10 Yudong Liu , Yongtao Wang , Siwei Wang , TingTing Liang , Qijie Zhao , Zhi Tang , Haibin Ling

Multi-scale features are essential for dense prediction tasks, such as object detection, instance segmentation, and semantic segmentation. The prevailing methods usually utilize a classification backbone to extract multi-scale features and…

Computer Vision and Pattern Recognition · Computer Science 2023-11-01 Gang Zhang , Ziyi Li , Chufeng Tang , Jianmin Li , Xiaolin Hu

Object detection problem solving has developed greatly within the past few years. There is a need for lighter models in instances where hardware limitations exist, as well as a demand for models to be tailored to mobile devices. In this…

Computer Vision and Pattern Recognition · Computer Science 2022-07-25 Mohammad Hajizadeh , Mohammad Sabokrou , Adel Rahmani

Previous state-of-the-art real-time object detectors have been reported on GPUs which are extremely expensive for processing massive data and in resource-restricted scenarios. Therefore, high efficiency object detectors on CPU-only devices…

Computer Vision and Pattern Recognition · Computer Science 2020-09-10 Chen Chen , Mengyuan Liu , Xiandong Meng , Wanpeng Xiao , Qi Ju

Convolutional Neural Networks (CNNs) can provide accurate object classification. They can be extended to perform object detection by iterating over dense or selected proposed object regions. However, the runtime of such detectors scales as…

Computer Vision and Pattern Recognition · Computer Science 2014-04-08 Forrest Iandola , Matt Moskewicz , Sergey Karayev , Ross Girshick , Trevor Darrell , Kurt Keutzer

Object detection and classification is one of the most important computer vision problems. Ever since the introduction of deep learning \cite{krizhevsky2012imagenet}, we have witnessed a dramatic increase in the accuracy of this object…

Computer Vision and Pattern Recognition · Computer Science 2018-11-20 Gurjeet Singh , Sun Miao , Shi Shi , Patrick Chiang

The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are applied over a…

Computer Vision and Pattern Recognition · Computer Science 2018-02-08 Tsung-Yi Lin , Priya Goyal , Ross Girshick , Kaiming He , Piotr Dollár

Convolutional neural networks typically encode an input image into a series of intermediate features with decreasing resolutions. While this structure is suited to classification tasks, it does not perform well for tasks requiring…

Computer Vision and Pattern Recognition · Computer Science 2020-06-18 Xianzhi Du , Tsung-Yi Lin , Pengchong Jin , Golnaz Ghiasi , Mingxing Tan , Yin Cui , Quoc V. Le , Xiaodan Song

The basic principles in designing convolutional neural network (CNN) structures for predicting objects on different levels, e.g., image-level, region-level, and pixel-level are diverging. Generally, network structures designed specifically…

Computer Vision and Pattern Recognition · Computer Science 2019-01-14 Shuyang Sun , Jiangmiao Pang , Jianping Shi , Shuai Yi , Wanli Ouyang

Most object detection frameworks use backbone architectures originally designed for image classification, conventionally with pre-trained parameters on ImageNet. However, image classification and object detection are essentially different…

Computer Vision and Pattern Recognition · Computer Science 2022-06-20 Harim Jung , Myeong-Seok Oh , Cheoljong Yang , Seong-Whan Lee

General object detectors use powerful backbones that uniformly extract features from images for enabling detection of a vast amount of object types. However, utilization of such backbones in object detection applications developed for…

Computer Vision and Pattern Recognition · Computer Science 2021-08-04 Alexandra Dana , Maor Shutman , Yotam Perlitz , Ran Vitek , Tomer Peleg , Roy J Jevnisek

Object detection often costs a considerable amount of computation to get satisfied performance, which is unfriendly to be deployed in edge devices. To address the trade-off between computational cost and detection accuracy, this paper…

Computer Vision and Pattern Recognition · Computer Science 2021-11-02 Huimin Shi , Quan Zhou , Yinghao Ni , Xiaofu Wu , Longin Jan Latecki

Convolutional Neural Network (CNN) has become the state-of-the-art for object detection in image task. In this chapter, we have explained different state-of-the-art CNN based object detection models. We have made this review with…

Computer Vision and Pattern Recognition · Computer Science 2020-06-15 F. Sultana , A. Sufian , P. Dutta

FPN (Feature Pyramid Network) has become a basic component of most SoTA one stage object detectors. Many previous studies have repeatedly proved that FPN can caputre better multi-scale feature maps to more precisely describe objects if they…

Computer Vision and Pattern Recognition · Computer Science 2022-03-07 Yu-Ming Zhang , Jun-Wei Hsieh , Chun-Chieh Lee , Kuo-Chin Fan

Feature pyramids are widely exploited by both the state-of-the-art one-stage object detectors (e.g., DSSD, RetinaNet, RefineDet) and the two-stage object detectors (e.g., Mask R-CNN, DetNet) to alleviate the problem arising from scale…

Computer Vision and Pattern Recognition · Computer Science 2019-01-08 Qijie Zhao , Tao Sheng , Yongtao Wang , Zhi Tang , Ying Chen , Ling Cai , Haibin Ling

Due to object detection's close relationship with video analysis and image understanding, it has attracted much research attention in recent years. Traditional object detection methods are built on handcrafted features and shallow trainable…

Computer Vision and Pattern Recognition · Computer Science 2019-04-17 Zhong-Qiu Zhao , Peng Zheng , Shou-tao Xu , Xindong Wu

Few-shot object detection, which aims at detecting novel objects rapidly from extremely few annotated examples of previously unseen classes, has attracted significant research interest in the community. Most existing approaches employ the…

Computer Vision and Pattern Recognition · Computer Science 2021-08-23 Limeng Qiao , Yuxuan Zhao , Zhiyuan Li , Xi Qiu , Jianan Wu , Chi Zhang

Convolutional Neural networks (CNN) have been the first choice of paradigm in many computer vision applications. The convolution operation however has a significant weakness which is it only operates on a local neighborhood of pixels, thus…

Computer Vision and Pattern Recognition · Computer Science 2022-06-14 Michael Yang

Model efficiency has become increasingly important in computer vision. In this paper, we systematically study neural network architecture design choices for object detection and propose several key optimizations to improve efficiency.…

Computer Vision and Pattern Recognition · Computer Science 2020-07-28 Mingxing Tan , Ruoming Pang , Quoc V. Le
‹ Prev 1 2 3 10 Next ›