paper-with-me

Papers

Efficient Binary Embedding of Categorical Data using BinSketch

2021-11-13 · Bhisham Dev Verma, Rameshwar Pratap, Debajyoti Bera

In this work, we present a dimensionality reduction algorithm, aka. sketching, for categorical datasets. Our proposed sketching algorithm Cabin constructs low-dimensional binary sketches from high-dimensional categorical vectors, and our distance estimation algorithm Cham computes a close approximation of the Hamming distance between any two original vectors only from their sketches. The minimum dimension of the sketches required by Cham to ensure a good estimation theoretically depends only on the sparsity of the data points - making it useful for many real-life scenarios involving sparse datasets. We present a rigorous theoretical analysis of our approach and supplement it with extensive experiments on several high-dimensional real-world data sets, including one with over a million dimensions. We show that the Cabin and Cham duo is a significantly fast and accurate approach for tasks such as RMSE, all-pairs similarity, and clustering when compared to working with the full dataset and other dimensionality reduction techniques.

📄 PDF Abstract BibTeX arXiv:2111.07163

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

QUINT: Node embedding using network hashing

2021-09-09 · Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma, Biswadeep Sen 외

Representation learning using network embedding has received tremendous attention due to its efficacy to solve downstream tasks. Popular embedding methods (such as deepwalk, node2vec, LINE) are based on a neural architec…

Link PredictionNetwork EmbeddingNode ClassificationRepresentation Learning

Efficient Sketching Algorithm for Sparse Binary Data

2019-10-10 · Rameshwar Pratap, Debajyoti Bera, Karthik Revanuru

Recent advancement of the WWW, IOT, social network, e-commerce, etc. have generated a large volume of data. These datasets are mostly represented by high dimensional and sparse datasets. Many fundamental subroutines of c…

ClusteringDimensionality Reduction

Binary Code based Hash Embedding for Web-scale Applications

2021-08-24 · Bencheng Yan, Pengjie Wang, Jinquan Liu, Wei Lin 외

Nowadays, deep learning models are widely adopted in web-scale applications such as recommender systems, and online advertising. In these applications, embedding learning of categorical features is crucial to the success…

Recommendation Systems

Bayesian Optimization over High-Dimensional Combinatorial Spaces via Dictionary-based Embeddings

2023-03-03 · Aryan Deshwal, Sebastian Ament, Maximilian Balandat, Eytan Bakshy 외

We consider the problem of optimizing expensive black-box functions over high-dimensional combinatorial spaces which arises in many science, engineering, and ML applications. We use Bayesian Optimization (BO) and propose…

Bayesian OptimizationVocal Bursts Intensity Prediction

Implementing NLPs in industrial process modeling: Addressing Categorical Variables

2024-09-27 · Eleni D. Koronaki, Geremy Loachamin Suntaxi, Paris Papavasileiou, Dimitrios G. Giovanis 외

Important variables of processes are often categorical, i.e. names or labels representing, e.g. categories of inputs, or types of reactors or a sequence of steps. In this work, we use Natural Language Processing Models t…

Dimensionality ReductionFeature Importance