paper-with-me

홈 › Papers

Learning filter widths of spectral decompositions with wavelets

2018-12-01 · NeurIPS 2018 12 · Haidar Khan, Bulent Yener

Time series classification using deep neural networks, such as convolutional neural networks (CNN), operate on the spectral decomposition of the time series computed using a preprocessing step. This step can include a large number of hyperparameters, such as window length, filter widths, and filter shapes, each with a range of possible values that must be chosen using time and data intensive cross-validation procedures. We propose the wavelet deconvolution (WD) layer as an efficient alternative to this preprocessing step that eliminates a significant number of hyperparameters. The WD layer uses wavelet functions with adjustable scale parameters to learn the spectral decomposition directly from the signal. Using backpropagation, we show the scale parameters can be optimized with gradient descent. Furthermore, the WD layer adds interpretability to the learned time series classifier by exploiting the properties of the wavelet transform. In our experiments, we show that the WD layer can automatically extract the frequency content used to generate a dataset. The WD layer combined with a CNN applied to the phone recognition task on the TIMIT database achieves a phone error rate of 18.1\%, a relative improvement of 4\% over the baseline CNN. Experiments on a dataset where engineered features are not available showed WD+CNN is the best performing method. Our results show that the WD layer can improve neural network based time series classifiers both in accuracy and interpretability by learning directly from the input signal.

📄 PDF Abstract BibTeX

Code (1)

haidark/WaveletDeconv 공식 구현 tf

Tasks

Time SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Data-Driven Graph Filters via Adaptive Spectral Shaping

2026-02-03 · Dylan Sandfelder, Mihai Cucuringu, Xiaowen Dong arxiv

We introduce Adaptive Spectral Shaping, a data-driven framework for graph filtering that learns a reusable baseline spectral kernel and modulates it with a small set of Gaussian factors. The resulting multi-peak, multi-s…

The demodulated band transform

2016-01-19

Background: Windowed Fourier decompositions (WFD) are widely used in measuring stationary and non-stationary spectral phenomena and in describing pairwise relationships among multiple signals. Although a variety of WFDs …

Computational Efficiency

Transfer learning RGB models to hyperspectral images with trainable tensor decompositions

2026-05-27 · Mariette Schönfeld, Laurens Devos, Wannes Meert, Hendrik Blockeel arxiv

Transfer learning makes it possible to use large vision networks on a variety of domains, by specializing their models' general filters to new tasks. However, these networks assume the input images to have 3 input channe…

Transfer Learning

Guided Graph Spectral Embedding: Application to the C. elegans Connectome

2018-12-10 · Miljan Petrović, Thomas A. W. Bolton, Maria Giulia Preti, Raphaël Liégeois 외

Graph spectral analysis can yield meaningful embeddings of graphs by providing insight into distributed features not directly accessible in nodal domain. Recent efforts in graph signal processing have proposed new decomp…

Adaptive spectral graph wavelets for collaborative filtering

2023-12-05 · Osama Alshareet, A. Ben Hamza

Collaborative filtering is a popular approach in recommender systems, whose objective is to provide personalized item suggestions to potential users based on their purchase or browsing history. However, personalized reco…

Collaborative FilteringRecommendation Systems