paper-with-me

Papers

Random Convolution Kernels with Multi-Scale Decomposition for Preterm EEG Inter-burst Detection

2021-08-04 · Christopher Lundy, John M. O'Toole

Linear classifiers with random convolution kernels are computationally efficient methods that need no design or domain knowledge. Unlike deep neural networks, there is no need to hand-craft a network architecture; the kernels are randomly generated and only the linear classifier needs training. A recently proposed method, RandOm Convolutional KErnel Transforms (ROCKETs), has shown high accuracy across a range of time-series data sets. Here we propose a multi-scale version of this method, using both high- and low-frequency components. We apply our methods to inter-burst detection in a cohort of preterm EEG recorded from 36 neonates <30 weeks gestational age. Two features from the convolution of 10,000 random kernels are combined using ridge regression. The proposed multi-scale ROCKET method out-performs the method without scale: median (interquartile range, IQR) Matthews correlation coefficient (MCC) of 0.859 (0.815 to 0.874) for multi-scale versus 0.841 (0.807 to 0.865) without scale, p<0.001. The proposed method lags behind an existing feature-based machine learning method developed with deep domain knowledge, but is fast to train and can quickly set an initial baseline threshold of performance for generic and biomedical time-series classification.

📄 PDF Abstract BibTeX arXiv:2108.02039

Code (1)

otoolej/ms_rocket 공식 구현

Tasks

EEGElectroencephalogram (EEG)Time SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

ROCKET Linear classifier using random convolutional kernels applied to time series.
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 제목 키워드 기반

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

A spectral mixture representation of isotropic kernels to generalize random Fourier features

2024-11-05 · Nicolas Langrené, Xavier Warin, Pierre Gruet

Rahimi and Recht (2007) introduced the idea of decomposing positive definite shift-invariant kernels by randomly sampling from their spectral distribution. This famous technique, known as Random Fourier Features (RFF), i…

Gaussian Processes

Towards end-to-end F0 voice conversion based on Dual-GAN with convolutional wavelet kernels

2021-04-15 · Clément Le Moine Veillon, Nicolas Obin, Axel Roebel

This paper presents a end-to-end framework for the F0 transformation in the context of expressive voice conversion. A single neural network is proposed, in which a first module is used to learn F0 representation over dif…

Voice Conversion

Fast Learning in Reproducing Kernel Krein Spaces via Signed Measures

2020-05-30 · Fanghui Liu, Xiaolin Huang, Yingyi Chen, Johan A. K. Suykens

In this paper, we attempt to solve a long-lasting open question for non-positive definite (non-PD) kernels in machine learning community: can a given non-PD kernel be decomposed into the difference of two PD kernels (ter…

Open-Ended Question Answering

Compressing 3DCNNs Based on Tensor Train Decomposition

2019-12-08 · Dingheng Wang, Guangshe Zhao, Guoqi Li, Lei Deng 외

Three dimensional convolutional neural networks (3DCNNs) have been applied in many tasks, e.g., video and 3D point cloud recognition. However, due to the higher dimension of convolutional kernels, the space complexity of…

Hand Gesture RecognitionHand-Gesture RecognitionNeural Network CompressionQuantization+1