LGAIGNSep 27, 2024

TemporalPaD: a reinforcement-learning framework for temporal feature representation and dimension reduction

arXiv:2409.18597v1h-index: 7
Originality Incremental advance
AI Analysis

This work addresses feature reduction for temporal datasets, such as time series and DNA sequences, but appears incremental as it combines existing RL and neural network techniques.

The authors tackled the problem of feature representation and dimension reduction for temporal data by introducing TemporalPaD, a reinforcement-learning framework that integrates neural networks, and demonstrated its efficiency on 29 UCI datasets and a real-world DNA classification task.

Recent advancements in feature representation and dimension reduction have highlighted their crucial role in enhancing the efficacy of predictive modeling. This work introduces TemporalPaD, a novel end-to-end deep learning framework designed for temporal pattern datasets. TemporalPaD integrates reinforcement learning (RL) with neural networks to achieve concurrent feature representation and feature reduction. The framework consists of three cooperative modules: a Policy Module, a Representation Module, and a Classification Module, structured based on the Actor-Critic (AC) framework. The Policy Module, responsible for dimensionality reduction through RL, functions as the actor, while the Representation Module for feature extraction and the Classification Module collectively serve as the critic. We comprehensively evaluate TemporalPaD using 29 UCI datasets, a well-known benchmark for validating feature reduction algorithms, through 10 independent tests and 10-fold cross-validation. Additionally, given that TemporalPaD is specifically designed for time series data, we apply it to a real-world DNA classification problem involving enhancer category and enhancer strength. The results demonstrate that TemporalPaD is an efficient and effective framework for achieving feature reduction, applicable to both structured data and sequence datasets. The source code of the proposed TemporalPaD is freely available as supplementary material to this article and at http://www.healthinformaticslab.org/supp/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes