paper-with-me

Papers

Conditional Gumbel-Softmax for constrained feature selection with application to node selection in wireless sensor networks

2024-06-03 · Thomas Strypsteen, Alexander Bertrand

In this paper, we introduce Conditional Gumbel-Softmax as a method to perform end-to-end learning of the optimal feature subset for a given task and deep neural network (DNN) model, while adhering to certain pairwise constraints between the features. We do this by conditioning the selection of each feature in the subset on another feature. We demonstrate how this approach can be used to select the task-optimal nodes composing a wireless sensor network (WSN) while ensuring that none of the nodes that require communication between one another have too large of a distance between them, limiting the required power spent on this communication. We validate this approach on an emulated Wireless Electroencephalography (EEG) Sensor Network (WESN) solving a motor execution task. We analyze how the performance of the WESN varies as the constraints are made more stringent and how well the Conditional Gumbel-Softmax performs in comparison with a heuristic, greedy selection method. While the application focus of this paper is on wearable brain-computer interfaces, the proposed methodology is generic and can readily be applied to node deployment in wireless sensor networks and constrained feature selection in other applications as well.

📄 PDF Abstract BibTeX arXiv:2406.01162

Code (0)

등록된 구현이 없습니다.

Tasks

EEGfeature selection

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

Gumbel-Softmax Flow Matching with Straight-Through Guidance for Controllable Biological Sequence Generation

2025-03-21 · Sophia Tang, Yinuo Zhang, Alexander Tong, Pranam Chatterjee

Flow matching in the continuous simplex has emerged as a promising strategy for DNA sequence design, but struggles to scale to higher simplex dimensions required for peptide and protein generation. We introduce Gumbel-So…

Channel selection using Gumbel Softmax

2018-12-11 · ECCV 2020 8 · Charles Herrmann, Richard Strong Bowen, Ramin Zabih

Important applications such as mobile computing require reducing the computational costs of neural network inference. Ideally, applications would specify their preferred tradeoff between accuracy and speed, and the netwo…

channel selectionClassificationGeneral Classification

Indirectly Parameterized Concrete Autoencoders

2024-03-01 · Alfred Nilsson, Klas Wijk, Sai Bharath Chandra Gutha, Erik Englesson 외

Feature selection is a crucial task in settings where data is high-dimensional or acquiring the full set of features is costly. Recent developments in neural network-based embedded feature selection show promising result…

Decoderfeature selection

Gumbel-Softmax Selective Networks

2022-11-19 · Mahmoud Salem, Mohamed Osama Ahmed, Frederick Tung, Gabriel Oliveira

ML models often operate within the context of a larger system that can adapt its response when the ML model is uncertain, such as falling back on safe defaults or a human in the loop. This commonly encountered operationa…

Gradient Estimation with Stochastic Softmax Tricks

2020-06-15 · NeurIPS 2020 12 · Max B. Paulus, Dami Choi, Daniel Tarlow, Andreas Krause 외

The Gumbel-Max trick is the basis of many relaxed gradient estimators. These estimators are easy to implement and low variance, but the goal of scaling them comprehensively to large combinatorial distributions is still o…