paper-with-me

Papers

AFS-BM: Enhancing Model Performance through Adaptive Feature Selection with Binary Masking

2024-01-20 · Mehmet Y. Turali, Mehmet E. Lorasdagi, Ali T. Koc, Suleyman S. Kozat

We study the problem of feature selection in general machine learning (ML) context, which is one of the most critical subjects in the field. Although, there exist many feature selection methods, however, these methods face challenges such as scalability, managing high-dimensional data, dealing with correlated features, adapting to variable feature importance, and integrating domain knowledge. To this end, we introduce the "Adaptive Feature Selection with Binary Masking" (AFS-BM) which remedies these problems. AFS-BM achieves this by joint optimization for simultaneous feature selection and model training. In particular, we do the joint optimization and binary masking to continuously adapt the set of features and model parameters during the training process. This approach leads to significant improvements in model accuracy and a reduction in computational requirements. We provide an extensive set of experiments where we compare AFS-BM with the established feature selection methods using well-known datasets from real-life competitions. Our results show that AFS-BM makes significant improvement in terms of accuracy and requires significantly less computational complexity. This is due to AFS-BM's ability to dynamically adjust to the changing importance of features during the training process, which an important contribution to the field. We openly share our code for the replicability of our results and to facilitate further research.

📄 PDF Abstract BibTeX arXiv:2401.11250

Code (1)

yigitturali/afs_bm-algorithm 공식 구현 pytorch

Tasks

Feature Importancefeature selection

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Adaptive Context Selection for Polyp Segmentation

2023-01-12 · Ruifei Zhang, Guanbin Li, Zhen Li, Shuguang Cui 외

Accurate polyp segmentation is of great significance for the diagnosis and treatment of colorectal cancer. However, it has always been very challenging due to the diverse shape and size of polyp. In recent years, state-o…

DecoderSegmentation

Leveraging Support Vector Regression, Radiomics and Dosiomics for Outcome Prediction in Personalized Ultra-fractionated Stereotactic Adaptive Radiotherapy (PULSAR)

2025-09-09 · Yajun Yu, Steve Jiang, Robert Timmerman, Hao Peng arxiv

Personalized ultra-fractionated stereotactic adaptive radiotherapy (PULSAR) is a novel treatment that delivers radiation in pulses of protracted intervals. Accurate prediction of gross tumor volume (GTV) changes through …

Deep Matrix Factorization with Adaptive Weights for Multi-View Clustering

2024-12-03 · Yasser Khalafaoui, Basarab Matei, Martino Lovisetto, Nistor Grozavu

Recently, deep matrix factorization has been established as a powerful model for unsupervised tasks, achieving promising results, especially for multi-view clustering. However, existing methods often lack effective featu…

Clusteringfeature selection

Bayesian Optimisation-Assisted Neural Network Training Technique for Radio Localisation

2022-03-08 · Xingchi Liu, Peizheng Li, Ziming Zhu

Radio signal-based (indoor) localisation technique is important for IoT applications such as smart factory and warehouse. Through machine learning, especially neural networks methods, more accurate mapping from signal fe…

Bayesian Optimisation

Biologically Inspired Spiking Diffusion Model with Adaptive Lateral Selection Mechanism

2025-03-31 · Linghao Feng, Dongcheng Zhao, Sicheng Shen, Yi Zeng

Lateral connection is a fundamental feature of biological neural circuits, facilitating local information processing and adaptive learning. In this work, we integrate lateral connections with a substructure selection net…