Functional Random Forest with Adaptive Cost-Sensitive Splitting for Imbalanced Functional Data Classification
Classification of functional data where observations are curves or trajectories poses unique challenges, particularly under severe class imbalance. Traditional Random Forest algorithms, while robust for tabular data, often fail to capture the intrinsic structure of functional observations and struggle with minority class detection. This paper introduces Functional Random Forest with Adaptive Cost-Sensitive Splitting (FRF-ACS), a novel ensemble framework designed for imbalanced functional data classification. The proposed method leverages basis expansions and Functional Principal Component Analysis (FPCA) to represent curves efficiently, enabling trees to operate on low dimensional functional features. To address imbalance, we incorporate a dynamic cost sensitive splitting criterion that adjusts class weights locally at each node, combined with a hybrid sampling strategy integrating functional SMOTE and weighted bootstrapping. Additionally, curve specific similarity metrics replace traditional Euclidean measures to preserve functional characteristics during leaf assignment. Extensive experiments on synthetic and real world datasets including biomedical signals and sensor trajectories demonstrate that FRF-ACS significantly improves minority class recall and overall predictive performance compared to existing functional classifiers and imbalance handling techniques. This work provides a scalable, interpretable solution for high dimensional functional data analysis in domains where minority class detection is critical.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
Randomized Spline Trees for Functional Data Classification: Theory and Application to Environmental Time Series
Functional data analysis (FDA) and ensemble learning can be powerful tools for analyzing complex environmental time series. Recent literature has highlighted the key role of diversity in enhancing accuracy and reducing v…
DiversityEnsemble LearningTime SeriesTime Series Analysis+1MARF: Multiscale Adaptive-switch Random Forest for Leg Detection with 2D Laser Scanners
For the 2D laser-based tasks, e.g., people detection and people tracking, leg detection is usually the first step. Thus, it carries great weight in determining the performance of people detection and people tracking. How…
Binary ClassificationMisclassification cost-sensitive ensemble learning: A unifying framework
Over the years, a plethora of cost-sensitive methods have been proposed for learning on data when different types of misclassification errors incur different costs. Our contribution is a unifying framework that provides …
Ensemble LearningFeature Selection Methods for Cost-Constrained Classification in Random Forests
Cost-sensitive feature selection describes a feature selection problem, where features raise individual costs for inclusion in a model. These costs allow to incorporate disfavored aspects of features, e.g. failure rates …
Classificationfeature selectionGeneral ClassificationModel SelectionUnsupervised and Supervised Learning with the Random Forest Algorithm for Traffic Scenario Clustering and Classification
The goal of this paper is to provide a method, which is able to find categories of traffic scenarios automatically. The architecture consists of three main components: A microscopic traffic simulation, a clustering techn…
ClusteringGeneral Classification