paper-with-me

홈 › Papers

Learning K-way D-dimensional Discrete Code For Compact Embedding Representations

2017-11-08 · Ting Chen, Martin Renqiang Min, Yizhou Sun

Embedding methods such as word embedding have become pillars for many applications containing discrete structures. Conventional embedding methods directly associate each symbol with a continuous embedding vector, which is equivalent to applying linear transformation based on "one-hot" encoding of the discrete symbols. Despite its simplicity, such approach yields number of parameters that grows linearly with the vocabulary size and can lead to overfitting. In this work we propose a much more compact K-way D-dimensional discrete encoding scheme to replace the "one-hot" encoding. In "KD encoding", each symbol is represented by a $D$-dimensional code, and each of its dimension has a cardinality of $K$. The final symbol embedding vector can be generated by composing the code embedding vectors. To learn the semantically meaningful code, we derive a relaxed discrete optimization technique based on stochastic gradient descent. By adopting the new coding system, the efficiency of parameterization can be significantly improved (from linear to logarithmic), and this can also mitigate the over-fitting problem. In our experiments with language modeling, the number of embedding parameters can be reduced by 97\% while achieving similar or better performance.

📄 PDF Abstract BibTeX arXiv:1711.03067

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Learning K-way D-dimensional Discrete Codes for Compact Embedding Representations

2018-06-21 · ICML 2018 7 · Ting Chen, Martin Renqiang Min, Yizhou Sun

Conventional embedding methods directly associate each symbol with a continuous embedding vector, which is equivalent to applying a linear transformation based on a "one-hot" encoding of the discrete symbols. Despite its…

Node Identifiers: Compact, Discrete Representations for Efficient Graph Learning

2024-05-26 · Yuankai Luo, Hongkang Li, Qijiong Liu, Lei Shi 외

We present a novel end-to-end framework that generates highly compact (typically 6-15 dimensions), discrete (int4 type), and interpretable node representations, termed node identifiers (node IDs), to tackle inference cha…

Computational EfficiencyGraph ClassificationGraph ClusteringGraph Learning+4

Compact Hypercube Embeddings for Fast Text-based Wildlife Observation Retrieval

2026-01-30 · Ilyass Moummad, Marius Miron, David Robinson, Kawtar Zaher 외 arxiv

Large-scale biodiversity monitoring platforms increasingly rely on multimodal wildlife observations. While recent foundation models enable rich semantic representations across vision, audio, and language, retrieving rele…

parameter-efficient fine-tuningZero-shot GeneralizationImage Retrieval

K-Nearest Neighbors Hashing

2019-06-01 · CVPR 2019 6 · Xiangyu He, Peisong Wang, Jian Cheng

Hashing based approximate nearest neighbor search embeds high dimensional data to compact binary codes, which enables efficient similarity search and storage. However, the non-isometry sign() function makes it hard to pr…

Benchmarking Wireless Representations: High-Dimensional vs. Compressed Embeddings for Efficiency and Robustness

2026-05-03 · Murilo Batista, Shirin Salehi, Saeed Mashdour, Paul Zheng 외 arxiv

Building on recent advances in representation learning for wireless channels, this work investigates the cost-benefit trade-offs of high-dimensional channel embeddings in practical systems. We benchmark multiple wireless…

Representation Learning