paper-with-me

Papers

Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition

2020-06-20 · Ionut Cosmin Duta, Li Liu, Fan Zhu, Ling Shao

This work introduces pyramidal convolution (PyConv), which is capable of processing the input at multiple filter scales. PyConv contains a pyramid of kernels, where each level involves different types of filters with varying size and depth, which are able to capture different levels of details in the scene. On top of these improved recognition capabilities, PyConv is also efficient and, with our formulation, it does not increase the computational cost and parameters compared to standard convolution. Moreover, it is very flexible and extensible, providing a large space of potential network architectures for different applications. PyConv has the potential to impact nearly every computer vision task and, in this work, we present different architectures based on PyConv for four main tasks on visual recognition: image classification, video action classification/recognition, object detection and semantic image segmentation/parsing. Our approach shows significant improvements over all these core tasks in comparison with the baselines. For instance, on image recognition, our 50-layers network outperforms in terms of recognition performance on ImageNet dataset its counterpart baseline ResNet with 152 layers, while having 2.39 times less parameters, 2.52 times lower computational complexity and more than 3 times less layers. On image segmentation, our novel framework sets a new state-of-the-art on the challenging ADE20K benchmark for scene parsing. Code is available at: https://github.com/iduta/pyconv

📄 PDF Abstract BibTeX arXiv:2006.11538

Code (3)

iduta/pyconv 공식 구현 pytorch
PaulEmmanuelSotir/DeepCV pytorch
iduta/pyconvsegnet pytorch

Tasks

Action ClassificationAction Recognitionimage-classificationImage ClassificationImage Segmentationobject-detectionObject DetectionScene ParsingSemantic SegmentationVideo ClassificationVideo Recognition

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Batch Normalization 설명 없음
Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

A Sub-Layered Hierarchical Pyramidal Neural Architecture for Facial Expression Recognition

2021-03-23 · Henrique Siqueira, Pablo Barros, Sven Magg, Cornelius Weber 외

In domains where computational resources and labeled data are limited, such as in robotics, deep networks with millions of weights might not be the optimal solution. In this paper, we introduce a connectivity scheme for …

Facial Expression RecognitionFacial Expression Recognition (FER)

Kernel Inversed Pyramidal Resizing Network for Efficient Pavement Distress Recognition

2022-12-04 · Rong Qin, Luwen Huangfu, Devon Hood, James Ma 외

Pavement Distress Recognition (PDR) is an important step in pavement inspection and can be powered by image-based automation to expedite the process and reduce labor costs. Pavement images are often in high-resolution wi…

image-classificationImage Classification

Pyramidal Dense Attention Networks for Lightweight Image Super-Resolution

2021-06-13 · Huapeng Wu, Jie Gui, Jun Zhang, James T. Kwok 외

Recently, deep convolutional neural network methods have achieved an excellent performance in image superresolution (SR), but they can not be easily applied to embedded devices due to large memory cost. To solve this pro…

Image Super-ResolutionSuper-Resolution

When Residual Learning Meets Dense Aggregation: Rethinking the Aggregation of Deep Neural Networks

2020-04-19 · Zhiyu Zhu, Zhen-Peng Bian, Junhui Hou, Yi Wang 외

Various architectures (such as GoogLeNets, ResNets, and DenseNets) have been proposed. However, the existing networks usually suffer from either redundancy of convolutional layers or insufficient utilization of parameter…

Neural Architecture Search

Deep Pyramidal Residual Networks with Separated Stochastic Depth

2016-12-05 · Yoshihiro Yamada, Masakazu Iwamura, Koichi Kise

On general object recognition, Deep Convolutional Neural Networks (DCNNs) achieve high accuracy. In particular, ResNet and its improvements have broken the lowest error rate records. In this paper, we propose a method to…

Object Recognition