Efficient Representations for High-Cardinality Categorical Variables in Machine Learning
Zixuan Liang

TL;DR
This paper proposes new encoding methods for high-cardinality categorical variables that improve model performance and computational efficiency by generating compact, informative embeddings, addressing limitations of traditional one-hot encoding.
Contribution
Introduction of mean, low-rank, and multinomial logistic regression encoding techniques that provide scalable and effective representations for large categorical datasets.
Findings
Significant performance improvements over baseline methods
Enhanced computational efficiency in large datasets
Effective in diverse application domains
Abstract
High\-cardinality categorical variables pose significant challenges in machine learning, particularly in terms of computational efficiency and model interpretability. Traditional one\-hot encoding often results in high\-dimensional sparse feature spaces, increasing the risk of overfitting and reducing scalability. This paper introduces novel encoding techniques, including means encoding, low\-rank encoding, and multinomial logistic regression encoding, to address these challenges. These methods leverage sufficient representations to generate compact and informative embeddings of categorical data. We conduct rigorous theoretical analyses and empirical validations on diverse datasets, demonstrating significant improvements in model performance and computational efficiency compared to baseline methods. The proposed techniques are particularly effective in domains requiring scalable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Face and Expression Recognition · Text and Document Classification Technologies
MethodsLogistic Regression
