paper-with-me

Papers

Learning Versatile Filters for Efficient Convolutional Neural Networks

2018-12-01 · NeurIPS 2018 12 · Yunhe Wang, Chang Xu, Chunjing Xu, Chao Xu, DaCheng Tao

This paper introduces versatile filters to construct efficient convolutional neural network. Considering the demands of efficient deep learning techniques running on cost-effective hardware, a number of methods have been developed to learn compact neural networks. Most of these works aim to slim down filters in different ways, e.g., investigating small, sparse or binarized filters. In contrast, we treat filters from an additive perspective. A series of secondary filters can be derived from a primary filter. These secondary filters all inherit in the primary filter without occupying more storage, but once been unfolded in computation they could significantly enhance the capability of the filter by integrating information extracted from different receptive fields. Besides spatial versatile filters, we additionally investigate versatile filters from the channel perspective. The new techniques are general to upgrade filters in existing CNNs. Experimental results on benchmark datasets and neural networks demonstrate that CNNs constructed with our versatile filters are able to achieve comparable accuracy as that of original filters, but require less memory and FLOPs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Versatile Convolution Filters for Efficient Visual Recognition

2021-09-20 · Kai Han, Yunhe Wang, Chang Xu, Chunjing Xu 외

This paper introduces versatile filters to construct efficient convolutional neural networks that are widely used in various visual recognition tasks. Considering the demands of efficient deep learning techniques running…

Raw Waveform-based Audio Classification Using Sample-level CNN Architectures

2017-12-04 · Jongpil Lee, Taejun Kim, Jiyoung Park, Juhan Nam

Music, speech, and acoustic scene sound are often handled separately in the audio domain because of their different signal characteristics. However, as the image domain grows rapidly by versatile image classification mod…

Audio ClassificationClassificationGeneral Classificationimage-classification+1

InceptionGCN: Receptive Field Aware Graph Convolutional Network for Disease Prediction

2019-03-11 · Anees Kazi, Shayan shekarforoush, S. Arvind krishna, Hendrik Burwinkel 외

Geometric deep learning provides a principled and versatile manner for the integration of imaging and non-imaging modalities in the medical domain. Graph Convolutional Networks (GCNs) in particular have been explored on …

Deep LearningDisease PredictionMatrix CompletionPrediction

Convolutional Sparse Coding for Image Super-Resolution

2015-12-01 · ICCV 2015 12 · Shuhang Gu, WangMeng Zuo, Qi Xie, Deyu Meng 외

Sparse coding (SC) plays an important role in versatile computer vision applications such as image super-resolution (SR). Most of the previous SC based SR methods partition the image into overlapped patches, and proce…

Image ReconstructionImage Super-ResolutionSuper-Resolution

Revisit Kernel Pruning with Lottery Regulated Grouped Convolutions

2021-09-29 · ICLR 2022 4 · Shaochen Zhong, Guanqun Zhang, Ningjia Huang, Shuai Xu

Structured pruning methods which are capable of delivering a densely pruned network are among the most popular techniques in the realm of neural network pruning, where most methods prune the original network at a filter …

ClusteringNetwork Pruning