paper-with-me

Papers

Rank-1 Convolutional Neural Network

2018-08-13 · Hyein Kim, Jungho Yoon, Byeongseon Jeong, Sukho Lee

In this paper, we propose a convolutional neural network(CNN) with 3-D rank-1 filters which are composed by the outer product of 1-D filters. After being trained, the 3-D rank-1 filters can be decomposed into 1-D filters in the test time for fast inference. The reason that we train 3-D rank-1 filters in the training stage instead of consecutive 1-D filters is that a better gradient flow can be obtained with this setting, which makes the training possible even in the case where the network with consecutive 1-D filters cannot be trained. The 3-D rank-1 filters are updated by both the gradient flow and the outer product of the 1-D filters in every epoch, where the gradient flow tries to obtain a solution which minimizes the loss function, while the outer product operation tries to make the parameters of the filter to live on a rank-1 sub-space. Furthermore, we show that the convolution with the rank-1 filters results in low rank outputs, constraining the final output of the CNN also to live on a low dimensional subspace.

📄 PDF Abstract BibTeX arXiv:1808.04303

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Rank Selection of CP-decomposed Convolutional Layers with Variational Bayesian Matrix Factorization

2018-01-16 · Marcella Astrid, Seung-Ik Lee, Beom-Su Seo

Convolutional Neural Networks (CNNs) is one of successful method in many areas such as image classification tasks. However, the amount of memory and computational cost needed for CNNs inference obstructs them to run effi…

image-classificationImage Classification

Stable Low-rank Tensor Decomposition for Compression of Convolutional Neural Network

2020-08-12 · ECCV 2020 8 · Anh-Huy Phan, Konstantin Sobolev, Konstantin Sozykin, Dmitry Ermilov 외

Most state of the art deep neural networks are overparameterized and exhibit a high computational cost. A straightforward approach to this problem is to replace convolutional kernels with its low-rank tensor approximatio…

image-classificationImage ClassificationTensor Decomposition

ELRT: Efficient Low-Rank Training for Compact Convolutional Neural Networks

2024-01-18 · Yang Sui, Miao Yin, Yu Gong, Jinqi Xiao 외

Low-rank compression, a popular model compression technique that produces compact convolutional neural networks (CNNs) with low rankness, has been well-studied in the literature. On the other hand, low-rank training, as …

Low-rank compressionModel Compression

Low-Rank Embedding of Kernels in Convolutional Neural Networks under Random Shuffling

2018-10-31 · Chao Li, Zhun Sun, Jinshi Yu, Ming Hou 외

Although the convolutional neural networks (CNNs) have become popular for various image processing and computer vision task recently, it remains a challenging problem to reduce the storage cost of the parameters for reso…

General ClassificationTensor Decomposition

Single Image Dehazing Using Ranking Convolutional Neural Network

2020-01-15 · Yafei Song, Jia Li, Xiaogang Wang, Xiaowu Chen

Single image dehazing, which aims to recover the clear image solely from an input hazy or foggy image, is a challenging ill-posed problem. Analysing existing approaches, the common key step is to estimate the haze densit…

Image DehazingSingle Image Dehazing