PulseAugur
LIVE 13:04:15
research · [1 source] ·
0
research

New LCEN algorithm and diffMCC loss boost classification task performance

Researchers have developed a modified LASSO-Clip-EN (LCEN) algorithm specifically for classification tasks, maintaining its interpretability and feature selection capabilities. Experiments show this new LCEN consistently achieves high macro F1 scores and Matthews correlation coefficients (MCC), outperforming most other models tested and eliminating an average of 56% of input features. Additionally, a novel weighted focal differentiable MCC (diffMCC) loss function was evaluated, demonstrating that models trained with it consistently outperformed those trained with weighted cross-entropy loss, achieving significantly higher F1 scores and MCCs. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Introduces novel feature selection and loss function techniques that could improve classification model performance and interpretability.

RANK_REASON Academic paper introducing a new algorithm and loss function for classification tasks.

Read on arXiv cs.LG →

New LCEN algorithm and diffMCC loss boost classification task performance

COVERAGE [1]

  1. arXiv cs.LG TIER_1 · Richard D. Braatz ·

    Improving Performance in Classification Tasks with LCEN and the Weighted Focal Differentiable MCC Loss

    The LASSO-Clip-EN (LCEN) algorithm was previously introduced for nonlinear, interpretable feature selection and machine learning. However, its design and use was limited to regression tasks. In this work, we create a modified version of the LCEN algorithm that is suitable for cla…