中文
相关论文

相关论文: Pooling Pyramid Network for Object Detection

200 篇论文

We present a Multi-Scale Pyramidal Pooling Network, featuring a novel pyramidal pooling layer at multiple scales and a novel encoding layer. Thanks to the former the network does not require all images of a given classification task to be…

计算机视觉与模式识别 · 计算机科学 2012-07-10 Jonathan Masci , Ueli Meier , Gabriel Fricout , Jürgen Schmidhuber

We present a method for detecting objects in images using a single deep neural network. Our approach, named SSD, discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature…

计算机视觉与模式识别 · 计算机科学 2016-12-30 Wei Liu , Dragomir Anguelov , Dumitru Erhan , Christian Szegedy , Scott Reed , Cheng-Yang Fu , Alexander C. Berg

SSD (Single Shot Multibox Detector) is one of the best object detection algorithms with both high accuracy and fast speed. However, SSD's feature pyramid detection method makes it hard to fuse the features from different scales. In this…

计算机视觉与模式识别 · 计算机科学 2024-02-26 Zuoxin Li , Lu Yang , Fuqiang Zhou

SSD (Single Shot Multibox Detector) is one of the most successful object detectors for its high accuracy and fast speed. However, the features from shallow layer (mainly Conv4_3) of SSD lack semantic information, resulting in poor…

计算机视觉与模式识别 · 计算机科学 2021-08-26 Hao Zhang , Xianggong Hong , Li Zhu

Asset monitoring in construction sites is an intricate, manually intensive task, that can highly benefit from automated solutions engineered using deep neural networks. We use Single-Shot Multibox Detector --- SSD, for its fine balance…

计算机视觉与模式识别 · 计算机科学 2018-08-21 Viral Thakar , Himani Saini , Walid Ahmed , Mohammad M Soltani , Ahmed Aly , Jia Yuan Yu

Small objects detection is a challenging task in computer vision due to its limited resolution and information. In order to solve this problem, the majority of existing methods sacrifice speed for improvement in accuracy. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2018-11-28 Guimei Cao , Xuemei Xie , Wenzhe Yang , Quan Liao , Guangming Shi , Jinjian Wu

SSD is one of the state-of-the-art object detection algorithms, and it combines high detection accuracy with real-time speed. However, it is widely recognized that SSD is less accurate in detecting small objects compared to large objects,…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Wei Xiang , Dong-Qing Zhang , Heather Yu , Vassilis Athitsos

Single Shot MultiBox Detector (SSD) is one of the fastest algorithms in the current object detection field, which uses fully convolutional neural network to detect all scaled objects in an image. Deconvolutional Single Shot Detector (DSSD)…

计算机视觉与模式识别 · 计算机科学 2018-01-19 Liwen Zheng , Canmiao Fu , Yong Zhao

We propose a framework for compressing state-of-the-art Single Shot MultiBox Detector (SSD). The framework addresses compression in the following stages: Sparsity Induction, Filter Selection, and Filter Pruning. In the Sparsity Induction…

计算机视觉与模式识别 · 计算机科学 2018-11-21 Pravendra Singh , Manikandan R , Neeraj Matiyali , Vinay P. Namboodiri

One-stage object detectors such as SSD or YOLO already have shown promising accuracy with small memory footprint and fast speed. However, it is widely recognized that one-stage detectors have difficulty in detecting small objects while they…

计算机视觉与模式识别 · 计算机科学 2017-09-19 Sanghyun Woo , Soonmin Hwang , In So Kweon

Existing deep convolutional neural networks (CNNs) require a fixed-size (e.g., 224x224) input image. This requirement is "artificial" and may reduce the recognition accuracy for the images or sub-images of an arbitrary size/scale. In this…

计算机视觉与模式识别 · 计算机科学 2016-11-18 Kaiming He , Xiangyu Zhang , Shaoqing Ren , Jian Sun

Following recent breakthroughs in convolutional neural networks and monolithic model architectures, state-of-the-art object detection models can reliably and accurately scale into the realm of up to thousands of classes. Things quickly…

计算机视觉与模式识别 · 计算机科学 2017-11-30 Aayush Garg , Thilo Will , William Darling , Willi Richert , Clemens Marschner

We propose two improvements to the SSD---single shot multibox detector. First, we propose an adaptive approach for default box selection in SSD. This uses data to reduce the uncertainty in the selection of best aspect ratios for the default…

计算机视觉与模式识别 · 计算机科学 2018-08-20 Viral Thakar , Walid Ahmed , Mohammad M Soltani , Jia Yuan Yu

Few-shot object counting aims to count the number of objects in a query image that belong to the same class as the given exemplar images. Existing methods compute the similarity between the query image and exemplars in the 2D spatial domain…

计算机视觉与模式识别 · 计算机科学 2024-05-21 Yuanwu Xu , Feifan Song , Haofeng Zhang

Data pooling offers various advantages, such as increasing the sample size, improving generalization, reducing sampling bias, and addressing data sparsity and quality, but it is not straightforward and may even be counterproductive.…

计算机视觉与模式识别 · 计算机科学 2024-05-09 Stefan Becker , Jens Bayer , Ronny Hug , Wolfgang Hübner , Michael Arens

Recent research advances in salient object detection (SOD) could largely be attributed to ever-stronger multi-scale feature representation empowered by the deep learning technologies. The existing SOD deep models extract multi-scale…

计算机视觉与模式识别 · 计算机科学 2022-10-26 Zhenyu Wu , Shuai Li , Chenglizhao Chen , Hong Qin , Aimin Hao

For most of the object detectors based on multi-scale feature maps, the shallow layers are rich in fine spatial information and thus mainly responsible for small object detection. The performance of small object detection, however, is still…

计算机视觉与模式识别 · 计算机科学 2020-02-27 Lisha Cui , Rui Ma , Pei Lv , Xiaoheng Jiang , Zhimin Gao , Bing Zhou , Mingliang Xu

Convolutional neural networks (CNNs) have made resounding success in many computer vision tasks such as image classification and object detection. However, their performance degrades rapidly on tougher tasks where images are of low…

计算机视觉与模式识别 · 计算机科学 2022-08-09 Raja Sunkara , Tie Luo

This study aims to analyze the benefits of improved multi-scale reasoning for object detection and localization with deep convolutional neural networks. To that end, an efficient and general object detection framework which operates on…

计算机视觉与模式识别 · 计算机科学 2016-07-28 Eshed Ohn-Bar , M. M. Trivedi

Most modern convolutional neural networks (CNNs) used for object recognition are built using the same principles: Alternating convolution and max-pooling layers followed by a small number of fully connected layers. We re-evaluate the state…

机器学习 · 计算机科学 2015-04-14 Jost Tobias Springenberg , Alexey Dosovitskiy , Thomas Brox , Martin Riedmiller
‹ 上一页 1 2 3 10 下一页 ›