paper-with-me

Papers

LiftPool: Bidirectional ConvNet Pooling

2021-04-02 · ICLR 2021 1 · Jiaojiao Zhao, Cees G. M. Snoek

Pooling is a critical operation in convolutional neural networks for increasing receptive fields and improving robustness to input variations. Most existing pooling operations downsample the feature maps, which is a lossy process. Moreover, they are not invertible: upsampling a downscaled feature map can not recover the lost information in the downsampling. By adopting the philosophy of the classical Lifting Scheme from signal processing, we propose LiftPool for bidirectional pooling layers, including LiftDownPool and LiftUpPool. LiftDownPool decomposes a feature map into various downsized sub-bands, each of which contains information with different frequencies. As the pooling function in LiftDownPool is perfectly invertible, by performing LiftDownPool backward, a corresponding up-pooling layer LiftUpPool is able to generate a refined upsampled feature map using the detail sub-bands, which is useful for image-to-image translation challenges. Experiments show the proposed methods achieve better results on image classification and semantic segmentation, using various backbones. Moreover, LiftDownPool offers better robustness to input corruptions and perturbations.

📄 PDF Abstract BibTeX arXiv:2104.00996

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage-to-Image TranslationPhilosophySemantic SegmentationTranslation

Similar Papers 제목 키워드 기반

LiftPool: Lifting-based Graph Pooling for Hierarchical Graph Representation Learning

2022-04-27 · Mingxing Xu, Wenrui Dai, Chenglin Li, Junni Zou 외

Graph pooling has been increasingly considered for graph neural networks (GNNs) to facilitate hierarchical graph representation learning. Existing graph pooling methods commonly consist of two stages, i.e., selecting the…

Graph ClassificationGraph Representation LearningRepresentation Learning

Learnable Discrete Wavelet Pooling (LDW-Pooling) For Convolutional Networks

2021-09-13 · Bor-Shiun Wang, Jun-Wei Hsieh, Ming-Ching Chang, Ping-Yang Chen 외

Pooling is a simple but essential layer in modern deep CNN architectures for feature aggregation and extraction. Typical CNN design focuses on the conv layers and activation functions, while leaving the pooling layers wi…

Pooling the Convolutional Layers in Deep ConvNets for Action Recognition

2015-11-06 · Shichao Zhao, Yanbin Liu, Yahong Han, Richang Hong

Deep ConvNets have shown its good performance in image classification tasks. However it still remains as a problem in deep video representation for action recognition. The problem comes from two aspects: on one hand, cur…

Action Recognitionimage-classificationImage ClassificationTemporal Action Localization

Depth Pooling Based Large-scale 3D Action Recognition with Convolutional Neural Networks

2018-03-17 · Pichao Wang, Wanqing Li, Zhimin Gao, Chang Tang 외

This paper proposes three simple, compact yet effective representations of depth sequences, referred to respectively as Dynamic Depth Images (DDI), Dynamic Depth Normal Images (DDNI) and Dynamic Depth Motion Normal Image…

3D Action RecognitionAction RecognitionGesture RecognitionTemporal Action Localization

Convolutional Neural Networks Applied to House Numbers Digit Classification

2012-04-18 · Pierre Sermanet, Soumith Chintala, Yann Lecun

We classify digits of real-world house numbers using convolutional neural networks (ConvNets). ConvNets are hierarchical feature learning neural networks whose structure is biologically inspired. Unlike many popular visi…

ClassificationGeneral Classification