LGMar 15, 2024

Open Continual Feature Selection via Granular-Ball Knowledge Transfer

arXiv:2403.10253v119 citationsh-index: 25IEEE Trans Knowl Data Eng
Originality Incremental advance
AI Analysis

This addresses the challenge of dynamic data preprocessing for machine learning applications, though it appears incremental as it builds on existing continual learning and granular-ball techniques.

The paper tackles the problem of continual feature selection in open environments with emerging unknown classes by proposing a framework that combines continual learning with granular-ball computing, achieving superior effectiveness and efficiency compared to state-of-the-art methods on public benchmark datasets.

This paper presents a novel framework for continual feature selection (CFS) in data preprocessing, particularly in the context of an open and dynamic environment where unknown classes may emerge. CFS encounters two primary challenges: the discovery of unknown knowledge and the transfer of known knowledge. To this end, the proposed CFS method combines the strengths of continual learning (CL) with granular-ball computing (GBC), which focuses on constructing a granular-ball knowledge base to detect unknown classes and facilitate the transfer of previously learned knowledge for further feature selection. CFS consists of two stages: initial learning and open learning. The former aims to establish an initial knowledge base through multi-granularity representation using granular-balls. The latter utilizes prior granular-ball knowledge to identify unknowns, updates the knowledge base for granular-ball knowledge transfer, reinforces old knowledge, and integrates new knowledge. Subsequently, we devise an optimal feature subset mechanism that incorporates minimal new features into the existing optimal subset, often yielding superior results during each period. Extensive experimental results on public benchmark datasets demonstrate our method's superiority in terms of both effectiveness and efficiency compared to state-of-the-art feature selection methods.

Code Implementations1 repo
Foundations

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

Your Notes