paper-with-me

Papers

POCKET: Pruning Random Convolution Kernels for Time Series Classification from a Feature Selection Perspective

2023-09-15 · Shaowu Chen, Weize Sun, Lei Huang, Xiaopeng Li, Qingyuan Wang, Deepu John

In recent years, two competitive time series classification models, namely, ROCKET and MINIROCKET, have garnered considerable attention due to their low training cost and high accuracy. However, they rely on a large number of random 1-D convolutional kernels to comprehensively capture features, which is incompatible with resource-constrained devices. Despite the development of heuristic algorithms designed to recognize and prune redundant kernels, the inherent time-consuming nature of evolutionary algorithms hinders efficient evaluation. To efficiently prune models, this paper eliminates feature groups contributing minimally to the classifier, thereby discarding the associated random kernels without direct evaluation. To this end, we incorporate both group-level ($l_{2,1}$-norm) and element-level ($l_2$-norm) regularizations to the classifier, formulating the pruning challenge as a group elastic net classification problem. An ADMM-based algorithm is initially introduced to solve the problem, but it is computationally intensive. Building on the ADMM-based algorithm, we then propose our core algorithm, POCKET, which significantly speeds up the process by dividing the task into two sequential stages. In Stage 1, POCKET utilizes dynamically varying penalties to efficiently achieve group sparsity within the classifier, removing features associated with zero weights and their corresponding kernels. In Stage 2, the remaining kernels and features are used to refit a $l_2$-regularized classifier for enhanced performance. Experimental results on diverse time series datasets show that POCKET prunes up to 60% of kernels without a significant reduction in accuracy and performs 11$\times$ faster than its counterparts. Our code is publicly available at https://github.com/ShaowuChen/POCKET.

📄 PDF Abstract BibTeX arXiv:2309.08499

Code (2)

shaowuchen/p-rocket 공식 구현
shaowuchen/pocket 공식 구현

Tasks

Evolutionary Algorithmsfeature selectionTime SeriesTime Series Classification

Methods 이 논문이 사용한 방법론

ROCKET Linear classifier using random convolutional kernels applied to time series.
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Pruning 설명 없음
ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

S-Rocket: Selective Random Convolution Kernels for Time Series Classification

2022-03-07 · Hojjat Salehinejad, Yang Wang, Yuanhao Yu, Tang Jin 외

Random convolution kernel transform (Rocket) is a fast, efficient, and novel approach for time series feature extraction using a large number of independent randomly initialized 1-D convolution kernels of different confi…

Combinatorial OptimizationregressionTime SeriesTime Series Analysis+1

SPEC2: SPECtral SParsE CNN Accelerator on FPGAs

2019-10-16 · Yue Niu, Hanqing Zeng, Ajitesh Srivastava, Kartik Lakhotia 외

To accelerate inference of Convolutional Neural Networks (CNNs), various techniques have been proposed to reduce computation redundancy. Converting convolutional layers into frequency domain significantly reduces the com…

Pruning of Convolutional Neural Networks Using Ising Energy Model

2021-02-10 · Hojjat Salehinejad, Shahrokh Valaee

Pruning is one of the major methods to compress deep neural networks. In this paper, we propose an Ising energy model within an optimization framework for pruning convolutional kernels and hidden units. This model is des…

Reliable Identification of Redundant Kernels for Convolutional Neural Network Compression

2018-12-10 · Wei Wang, Liqiang Zhu

To compress deep convolutional neural networks (CNNs) with large memory footprint and long inference time, this paper proposes a novel pruning criterion using layer-wised Ln-norm of feature maps. Different from existing …

Neural Network Compression

PocketDVDNet: Realtime Video Denoising for Real Camera Noise

2026-01-23 · Crispian Morris, Imogen Dexter, Fan Zhang, David R. Bull 외 arxiv

Live video denoising under realistic, multi-component sensor noise remains challenging for applications such as autofocus, autonomous driving, and surveillance. We propose PocketDVDNet, a lightweight video denoiser devel…

Knowledge DistillationAutonomous DrivingModel CompressionVideo Denoising