paper-with-me

홈 › Papers

Exploring Linear Relationship in Feature Map Subspace for ConvNets Compression

2018-03-15 · Dong Wang, Lei Zhou, Xueni Zhang, Xiao Bai, Jun Zhou

While the research on convolutional neural networks (CNNs) is progressing quickly, the real-world deployment of these models is often limited by computing resources and memory constraints. In this paper, we address this issue by proposing a novel filter pruning method to compress and accelerate CNNs. Our work is based on the linear relationship identified in different feature map subspaces via visualization of feature maps. Such linear relationship implies that the information in CNNs is redundant. Our method eliminates the redundancy in convolutional filters by applying subspace clustering to feature maps. In this way, most of the representative information in the network can be retained in each cluster. Therefore, our method provides an effective solution to filter pruning for which most existing methods directly remove filters based on simple heuristics. The proposed method is independent of the network structure, thus it can be adopted by any off-the-shelf deep learning libraries. Experiments on different networks and tasks show that our method outperforms existing techniques before fine-tuning, and achieves the state-of-the-art results after fine-tuning.

📄 PDF Abstract BibTeX arXiv:1803.05729

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Mask Sampling and Manifold to Euclidean Subspace Learning with Distance Covariance Representation for Hyperspectral Image Classification

2023-04-07 · IEEE Transactions on Geoscience and Remote Sensing 2023 4 · Mingsong Li, Wei Li, Yikun Liu, Yuwen Huang 외

For the abundant spectral and spatial information recorded in hyperspectral images (HSIs), fully exploring spectral-spatial relationships has attracted widespread attention in hyperspectral image classification (HSIC) co…

Hyperspectral image analysisHyperspectral Image ClassificationHyperspectral Image Segmentationimage-classification+1

High-dimensional Convolutional Networks for Geometric Pattern Recognition

2020-05-17 · CVPR 2020 6 · Christopher Choy, Junha Lee, Rene Ranftl, Jaesik Park 외

Many problems in science and engineering can be formulated in terms of geometric patterns in high-dimensional spaces. We present high-dimensional convolutional networks (ConvNets) for pattern recognition problems that ar…

Vocal Bursts Intensity Prediction

Learning Spatiotemporal Features with 3D Convolutional Networks

2014-12-02 · ICCV 2015 12 · Du Tran, Lubomir Bourdev, Rob Fergus, Lorenzo Torresani 외

We propose a simple, yet effective approach for spatiotemporal feature learning using deep 3-dimensional convolutional networks (3D ConvNets) trained on a large scale supervised video dataset. Our findings are three-fold…

Action RecognitionAction Recognition In VideosDynamic Facial Expression Recognition

Is Second-order Information Helpful for Large-scale Visual Recognition?

2017-03-23 · ICCV 2017 10 · Peihua Li, Jiangtao Xie, Qilong Wang, WangMeng Zuo

By stacking layers of convolution and nonlinearity, convolutional networks (ConvNets) effectively learn from low-level to high-level features and discriminative representations. Since the end goal of large-scale recognit…

Object Recognition

A Tensor-based Convolutional Neural Network for Small Dataset Classification

2023-03-29 · Zhenhua Chen, David Crandall

Inspired by the ConvNets with structured hidden representations, we propose a Tensor-based Neural Network, TCNN. Different from ConvNets, TCNNs are composed of structured neurons rather than scalar neurons, and the basic…