paper-with-me

Papers

DCT-Conv: Coding filters in convolutional networks with Discrete Cosine Transform

2020-01-23 · Karol Chęciński, Paweł Wawrzyński

Convolutional neural networks are based on a huge number of trained weights. Consequently, they are often data-greedy, sensitive to overtraining, and learn slowly. We follow the line of research in which filters of convolutional neural layers are determined on the basis of a smaller number of trained parameters. In this paper, the trained parameters define a frequency spectrum which is transformed into convolutional filters with Inverse Discrete Cosine Transform (IDCT, the same is applied in decompression from JPEG). We analyze how switching off selected components of the spectra, thereby reducing the number of trained weights of the network, affects its performance. Our experiments show that coding the filters with trained DCT parameters leads to improvement over traditional convolution. Also, the performance of the networks modified this way decreases very slowly with the increasing extent of switching off these parameters. In some experiments, a good performance is observed when even 99.9% of these parameters are switched off.

📄 PDF Abstract BibTeX arXiv:2001.08517

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…

Similar Papers 제목 키워드 기반

Harmonic Convolutional Networks based on Discrete Cosine Transform

2020-01-18 · Matej Ulicny, Vladimir A. Krylov, Rozenn Dahyot

Convolutional neural networks (CNNs) learn filters in order to capture local correlation patterns in feature space. We propose to learn these filters as combinations of preset spectral filters defined by the Discrete Cos…

Edge Detectionimage-classificationImage Classificationobject-detection+2

Discrete Function Bases and Convolutional Neural Networks

2021-03-09 · Andreas Stöckel

We discuss the notion of "discrete function bases" with a particular focus on the discrete basis derived from the Legendre Delay Network (LDN). We characterize the performance of these bases in a delay computation task, …

Harmonic Networks: Integrating Spectral Information into CNNs

2018-12-07 · Matej Ulicny, Vladimir A. Krylov, Rozenn Dahyot

Convolutional neural networks (CNNs) learn filters in order to capture local correlation patterns in feature space. In contrast, in this paper we propose harmonic blocks that produce features by learning optimal combinat…

General Classification

Raw Audio Classification with Cosine Convolutional Neural Network (CosCovNN)

2024-11-30 · Kazi Nazmul Haque, Rajib Rana, Tasnim Jarin, Bjorn W. Schuller Jr

This study explores the field of audio classification from raw waveform using Convolutional Neural Networks (CNNs), a method that eliminates the need for extracting specialised features in the pre-processing step. Unlike…

Audio Classification

Harmonic Networks with Limited Training Samples

2019-04-30 · Matej Ulicny, Vladimir A. Krylov, Rozenn Dahyot

Convolutional neural networks (CNNs) are very popular nowadays for image processing. CNNs allow one to learn optimal filters in a (mostly) supervised machine learning context. However this typically requires abundant lab…

Image Classification