Contextual Feature Selection with Conditional Stochastic Gates

Abstract

Feature selection is a crucial tool in machine learning and is widely applied across various scientific disciplines. Traditional supervised methods generally identify a universal set of informative features for the entire population. However, feature relevance often varies with context, while the context itself may not directly affect the outcome variable. Here, we propose a novel architecture for contextual feature selection where the subset of selected features is conditioned on the value of context variables. Our new approach, Conditional Stochastic Gates (c-STG), models the importance of features using conditional Bernoulli variables whose parameters are predicted based on contextual variables. We introduce a hypernetwork that maps context variables to feature selection parameters to learn the context-dependent gates along with a prediction model. We further present a theoretical analysis of our model, indicating that it can improve performance and flexibility over population-level methods in complex feature selection settings. Finally, we conduct an extensive benchmark using simulated and real-world datasets across multiple domains demonstrating that c-STG can lead to improved feature selection capabilities while enhancing prediction accuracy and interpretability.

Cite

Text

Sristi et al. "Contextual Feature Selection with Conditional Stochastic Gates." International Conference on Machine Learning, 2024.

Markdown

[Sristi et al. "Contextual Feature Selection with Conditional Stochastic Gates." International Conference on Machine Learning, 2024.](https://mlanthology.org/icml/2024/sristi2024icml-contextual/)

BibTeX

@inproceedings{sristi2024icml-contextual,
  title     = {{Contextual Feature Selection with Conditional Stochastic Gates}},
  author    = {Sristi, Ram Dyuthi and Lindenbaum, Ofir and Lifshitz, Shira and Lavzin, Maria and Schiller, Jackie and Mishne, Gal and Benisty, Hadas},
  booktitle = {International Conference on Machine Learning},
  year      = {2024},
  pages     = {46375-46392},
  volume    = {235},
  url       = {https://mlanthology.org/icml/2024/sristi2024icml-contextual/}
}