paper-with-me

Papers

Deeply Shared Filter Bases for Parameter-Efficient Convolutional Neural Networks

2020-06-09 · NeurIPS 2021 12 · Woochul Kang, Daeyeon Kim

Modern convolutional neural networks (CNNs) have massive identical convolution blocks, and, hence, recursive sharing of parameters across these blocks has been proposed to reduce the amount of parameters. However, naive sharing of parameters poses many challenges such as limited representational power and the vanishing/exploding gradients problem of recursively shared parameters. In this paper, we present a recursive convolution block design and training method, in which a recursively shareable part, or a filter basis, is separated and learned while effectively avoiding the vanishing/exploding gradients problem during training. We show that the unwieldy vanishing/exploding gradients problem can be controlled by enforcing the elements of the filter basis orthonormal, and empirically demonstrate that the proposed orthogonality regularization improves the flow of gradients during training. Experimental results on image classification and object detection show that our approach, unlike previous parameter-sharing approaches, does not trade performance to save parameters and consistently outperforms overparameterized counterpart networks. This superior performance demonstrates that the proposed recursive convolution block design and the orthogonality regularization not only prevent performance degradation, but also consistently improve the representation capability while a significant amount of parameters are recursively shared.

📄 PDF Abstract BibTeX arXiv:2006.05066

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Learning Deeply Shared Filter Bases for Efficient ConvNets

2021-01-01 · Woochul Kang, Daeyeon Kim

Recently, inspired by repetitive block structure of modern ConvNets, such as ResNets, parameter-sharing among repetitive convolution layers has been proposed to reduce the size of parameters. However, naive sharing of …

DCFNet: Deep Neural Network with Decomposed Convolutional Filters

2018-02-12 · ICML 2018 7 · Qiang Qiu, Xiuyuan Cheng, Robert Calderbank, Guillermo Sapiro

Filters in a Convolutional Neural Network (CNN) contain model parameters learned from enormous amounts of data. In this paper, we suggest to decompose convolutional filters in CNN as a truncated expansion with pre-fixed …

General Classificationimage-classificationImage Classification

Learning Spatially Adaptive $\ell_1$-Norms Weights for Convolutional Synthesis Regularization

2025-03-12 · Andreas Kofler, Luca Calatroni, Christoph Kolbitsch, Kostas Papafitsoros

We propose an unrolled algorithm approach for learning spatially adaptive parameter maps in the framework of convolutional synthesis-based $\ell_1$ regularization. More precisely, we consider a family of pre-trained conv…

Image Reconstruction

Efficient 3D affinely equivariant CNNs with adaptive fusion of augmented spherical Fourier-Bessel bases

2024-02-26 · Wenzhao Zhao, Steffen Albert, Barbara D. Wichtmann, Angelika Maurer 외

Filter-decomposition-based group equivariant convolutional neural networks (CNNs) have shown promising stability and data efficiency for 3D image feature extraction. However, these networks, which rely on parameter shari…

Image SegmentationMedical Image SegmentationOrgan SegmentationSegmentation+1

Learning Structure and Strength of CNN Filters for Small Sample Size Training

2018-03-30 · CVPR 2018 6 · Rohit Keshari, Mayank Vatsa, Richa Singh, Afzel Noore

Convolutional Neural Networks have provided state-of-the-art results in several computer vision problems. However, due to a large number of parameters in CNNs, they require a large number of training samples which is a l…

Face Recognition