paper-with-me

Papers

An Efficient, Parallelized Algorithm for Optimal Conditional Entropy-Based Feature Selection

2020-04-24 · Gustavo Estrela, Marco D. Gubitoso, Carlos E. Ferreira, Junior Barrera, Marcelo S. Reis

In Machine Learning, feature selection is an important step in classifier design. It consists of finding a subset of features that is optimum for a given cost function. One possibility to solve feature selection is to organize all possible feature subsets into a Boolean lattice and to exploit the fact that the costs of chains in that lattice describe U-shaped curves. Minimization of such cost function is known as the U-curve problem. Recently, a study proposed U-Curve Search (UCS), an optimal algorithm for that problem, which was successfully used for feature selection. However, despite of the algorithm optimality, the UCS required time in computational assays was exponential on the number of features. Here, we report that such scalability issue arises due to the fact that the U-curve problem is NP-hard. In the sequence, we introduce the Parallel U-Curve Search (PUCS), a new algorithm for the U-curve problem. In PUCS, we present a novel way to partition the search space into smaller Boolean lattices, thus rendering the algorithm highly parallelizable. We also provide computational assays with both synthetic data and Machine Learning datasets, where the PUCS performance was assessed against UCS and other golden standard algorithms in feature selection.

📄 PDF Abstract BibTeX

Code (1)

msreis/featsel

Tasks

BIG-bench Machine Learningfeature selection

Methods 이 논문이 사용한 방법론

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

Maximum Entropy Auto-Encoding

2021-04-13 · Paul M Baggenstoss

In this paper, it is shown that an auto-encoder using optimal reconstruction significantly outperforms a conventional auto-encoder. Optimal reconstruction uses the conditional mean of the input given the features, under …

Image Reconstruction

Cross-Entropy Optimization of Physically Grounded Task and Motion Plans

2025-12-12 · Andreu Matoses Gimenez, Nils Wilde, Chris Pek, Javier Alonso-Mora arxiv

Autonomously performing tasks often requires robots to plan high-level discrete actions and continuous low-level motions to realize them. Previous TAMP algorithms have focused mainly on computational performance, complet…

Image Compression With Learned Lifting-Based DWT and Learned Tree-Based Entropy Models

2022-12-07 · Ugur Berk Sahin, Fatih Kamisli

This paper explores learned image compression based on traditional and learned discrete wavelet transform (DWT) architectures and learned entropy models for coding DWT subband coefficients. A learned DWT is obtained thro…

Image Compression

A unified view of entropy-regularized Markov decision processes

2017-05-22 · Gergely Neu, Anders Jonsson, Vicenç Gómez

We propose a general framework for entropy-regularized average-reward reinforcement learning in Markov decision processes (MDPs). Our approach is based on extending the linear-programming formulation of policy optimizati…

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

OTCE: A Transferability Metric for Cross-Domain Cross-Task Representations

2021-03-25 · CVPR 2021 1 · Yang Tan, Yang Li, Shao-Lun Huang

Transfer learning across heterogeneous data distributions (a.k.a. domains) and distinct tasks is a more general and challenging problem than conventional transfer learning, where either domains or tasks are assumed to be…

Model SelectionTransfer Learning