Anti-Drifting Feature Selection via Deep Reinforcement Learning (Student Abstract)

Abstract

Feature selection (FS) is a crucial procedure in machine learning pipelines for its significant benefits in removing data redundancy and mitigating model overfitting. Since concept drift is a widespread phenomenon in streaming data and could severely affect model performance, effective FS on concept drifting data streams is imminent. However, existing state-of-the-art FS algorithms fail to adjust their selection strategy adaptively when the effective feature subset changes, making them unsuitable for drifting streams. In this paper, we propose a dynamic FS method that selects effective features on concept drifting data streams via deep reinforcement learning. Specifically, we present two novel designs: (i) a skip-mode reinforcement learning environment that shrinks action space size for high-dimensional FS tasks; (ii) a curiosity mechanism that generates intrinsic rewards to address the long-horizon exploration problem. The experiment results show that our proposed method outperforms other FS methods and can dynamically adapt to concept drifts.

Cite

Text

Wang et al. "Anti-Drifting Feature Selection via Deep Reinforcement Learning (Student Abstract)." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I13.27038

Markdown

[Wang et al. "Anti-Drifting Feature Selection via Deep Reinforcement Learning (Student Abstract)." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/wang2023aaai-anti/) doi:10.1609/AAAI.V37I13.27038

BibTeX

@inproceedings{wang2023aaai-anti,
  title     = {{Anti-Drifting Feature Selection via Deep Reinforcement Learning (Student Abstract)}},
  author    = {Wang, Aoran and Yang, Hongyang and Mao, Feng and Zhang, Zongzhang and Yu, Yang and Liu, Xiaoyang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {16356-16357},
  doi       = {10.1609/AAAI.V37I13.27038},
  url       = {https://mlanthology.org/aaai/2023/wang2023aaai-anti/}
}