paper-with-me

Papers

Fair Streaming Feature Selection

2024-06-20 · Zhangling Duan, Tianci Li, Xingyu Wu, Zhaolong Ling, Jingye Yang, Zhaohong Jia

Streaming feature selection techniques have become essential in processing real-time data streams, as they facilitate the identification of the most relevant attributes from continuously updating information. Despite their performance, current algorithms to streaming feature selection frequently fall short in managing biases and avoiding discrimination that could be perpetuated by sensitive attributes, potentially leading to unfair outcomes in the resulting models. To address this issue, we propose FairSFS, a novel algorithm for Fair Streaming Feature Selection, to uphold fairness in the feature selection process without compromising the ability to handle data in an online manner. FairSFS adapts to incoming feature vectors by dynamically adjusting the feature set and discerns the correlations between classification attributes and sensitive attributes from this revised set, thereby forestalling the propagation of sensitive data. Empirical evaluations show that FairSFS not only maintains accuracy that is on par with leading streaming feature selection methods and existing fair feature techniques but also significantly improves fairness metrics.

📄 PDF Abstract BibTeX arXiv:2406.14401

Code (0)

등록된 구현이 없습니다.

Tasks

Fairnessfeature selection

Methods 이 논문이 사용한 방법론

Uphold 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Fairness-Aware Streaming Feature Selection with Causal Graphs

2024-08-17 · Leizhen Zhang, Lusi Li, Di wu, Sheng Chen 외

Its crux lies in the optimization of a tradeoff between accuracy and fairness of resultant models on the selected feature subset. The technical challenge of our setting is twofold: 1) streaming feature inputs, such that …

FairnessFeature Correlationfeature selection

An Online Sparse Streaming Feature Selection Algorithm

2022-08-02 · Feilong Chen, Di wu, Jie Yang, Yi He

Online streaming feature selection (OSFS), which conducts feature selection in an online manner, plays an important role in dealing with high-dimensional data. In many real applications such as intelligent healthcare pla…

feature selection

Deletion-Robust Submodular Maximization at Scale

2017-11-20 · Ehsan Kazemi, Morteza Zadimoghaddam, Amin Karbasi

Can we efficiently extract useful information from a large user-generated dataset while protecting the privacy of the users and/or ensuring fairness in representation. We cast this problem as an instance of a deletion-ro…

Fairnessfeature selection

Scalable Deletion-Robust Submodular Maximization: Data Summarization with Privacy and Fairness Constraints

2018-07-01 · ICML 2018 7 · Ehsan Kazemi, Morteza Zadimoghaddam, Amin Karbasi

Can we efficiently extract useful information from a large user-generated dataset while protecting the privacy of the users and/or ensuring fairness in representation? We cast this problem as an instance of a deleti…

Data SummarizationFairnessfeature selection

LOFS: Library of Online Streaming Feature Selection

2016-03-02 · Kui Yu, Wei Ding, Xindong Wu

As an emerging research direction, online streaming feature selection deals with sequentially added dimensions in a feature space while the number of data instances is fixed. Online streaming feature selection provides a…

feature selection