paper-with-me

Papers

A Hash-based Co-Clustering Algorithm for Categorical Data

2014-07-29 · Fabricio Olivetti de França

Many real-life data are described by categorical attributes without a pre-classification. A common data mining method used to extract information from this type of data is clustering. This method group together the samples from the data that are more similar than all other samples. But, categorical data pose a challenge when extracting information because: the calculation of two objects similarity is usually done by measuring the number of common features, but ignore a possible importance weighting; if the data may be divided differently according to different subsets of the features, the algorithm may find clusters with different meanings from each other, difficulting the post analysis. Data Co-Clustering of categorical data is the technique that tries to find subsets of samples that share a subset of features in common. By doing so, not only a sample may belong to more than one cluster but, the feature selection of each cluster describe its own characteristics. In this paper a novel Co-Clustering technique for categorical data is proposed by using Locality Sensitive Hashing technique in order to preprocess a list of Co-Clusters seeds based on a previous research. Results indicate this technique is capable of finding high quality Co-Clusters in many different categorical data sets and scales linearly with the data set size.

📄 PDF Abstract BibTeX arXiv:1407.7753

Code (1)

folivetti/HBLCoClust 공식 구현

Tasks

Clusteringfeature selection

Similar Papers 제목 키워드 기반

GraphHash: Graph Clustering Enables Parameter Efficiency in Recommender Systems

2024-12-23 · Xinyi Wu, Donald Loveland, Runjin Chen, Yozen Liu 외

Deep recommender systems rely heavily on large embedding tables to handle high-cardinality categorical features such as user/item identifiers, and face significant memory constraints at scale. To tackle this challenge, h…

Click-Through Rate PredictionClusteringGraph ClusteringRecommendation Systems

Probabilistic Hash Embeddings for Online Learning of Categorical Features

2025-11-25 · Aodong Li, Abishek Sankararaman, Balakrishnan Narayanaswamy arxiv

We study streaming data with categorical features where the vocabulary of categorical feature values is changing and can even grow unboundedly over time. Feature hashing is commonly used as a pre-processing step to map t…

Recommendation Systems

Clustering the Sketch: Dynamic Compression for Embedding Tables

2023-09-21 · NeurIPS 2023 11

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in…

Clustering the Sketch: A Novel Approach to Embedding Table Compression

2022-10-12 · Henry Ling-Hei Tsang, Thomas Dybdahl Ahle

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in …

Click-Through Rate PredictionClusteringQuantizationRecommendation Systems

Dimensionality Reduction for Categorical Data

2021-12-01 · Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma

Categorical attributes are those that can take a discrete set of values, e.g., colours. This work is about compressing vectors over categorical attributes to low-dimension discrete vectors. The current hash-based methods…

Dimensionality Reduction