paper-with-me

Papers

R2VF: A Two-Step Regularization Algorithm to Cluster Categories in GLMs

2025-03-03 · Yuval Ben Dror

Over recent decades, extensive research has aimed to overcome the restrictive underlying assumptions required for a Generalized Linear Model to generate accurate and meaningful predictions. These efforts include regularizing coefficients, selecting features, and clustering ordinal categories, among other approaches. Despite these advances, efficiently clustering nominal categories in GLMs without incurring high computational costs remains a challenge. This paper introduces Ranking to Variable Fusion (R2VF), a two-step method designed to efficiently fuse nominal and ordinal categories in GLMs. By first transforming nominal features into an ordinal framework via regularized regression and then applying variable fusion, R2VF strikes a balance between model complexity and interpretability. We demonstrate the effectiveness of R2VF through comparisons with other methods, highlighting its performance in addressing overfitting and identifying an appropriate set of covariates.

📄 PDF Abstract BibTeX arXiv:2503.01521

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Efficient Learning of Generalized Linear and Single Index Models with Isotonic Regression

2011-12-01 · NeurIPS 2011 12 · Sham M. Kakade, Varun Kanade, Ohad Shamir, Adam Kalai

Generalized Linear Models (GLMs) and Single Index Models (SIMs) provide powerful generalizations of linear regression, where the target variable is assumed to be a (possibly unknown) 1-dimensional function of a linear pr…

regression

Easy Variational Inference for Categorical Models via an Independent Binary Approximation

2022-05-31 · Michael T. Wojnowicz, Shuchin Aeron, Eric L. Miller, Michael C. Hughes

We pursue tractable Bayesian analysis of generalized linear models (GLMs) for categorical data. Thus far, GLMs are difficult to scale to more than a few dozen categories due to non-conjugacy or strong posterior dependenc…

Variational Inference

A Muon-Accelerated Algorithm for Low Separation Rank Tensor Generalized Linear Models

2026-04-06 · Xiao Liang, Shuang Li arxiv

Tensor-valued data arise naturally in multidimensional signal and imaging problems, such as biomedical imaging. When incorporated into generalized linear models (GLMs), naive vectorization can destroy their multi-way str…

Computational Efficiency

Automated Text Scoring in the Age of Generative AI for the GPU-poor

2024-07-02 · Christopher Michael Ormerod, Alexander Kwako

Current research on generative language models (GLMs) for automated text scoring (ATS) has focused almost exclusively on querying proprietary models via Application Programming Interfaces (APIs). Yet such practices raise…

GPU

Analysis of spectral clustering algorithms for community detection: the general bipartite setting

2018-03-12 · Zhixin Zhou, Arash A. Amini

We consider spectral clustering algorithms for community detection under a general bipartite stochastic block model (SBM). A modern spectral clustering algorithm consists of three steps: (1) regularization of an appropri…

ClusteringCommunity DetectionStochastic Block Model