paper-with-me

홈 › Papers

Word Embedding based on Low-Rank Doubly Stochastic Matrix Decomposition

2018-12-12 · Denis Sedov, Zhirong Yang

Word embedding, which encodes words into vectors, is an important starting point in natural language processing and commonly used in many text-based machine learning tasks. However, in most current word embedding approaches, the similarity in embedding space is not optimized in the learning. In this paper we propose a novel neighbor embedding method which directly learns an embedding simplex where the similarities between the mapped words are optimal in terms of minimal discrepancy to the input neighborhoods. Our method is built upon two-step random walks between words via topics and thus able to better reveal the topics among the words. Experiment results indicate that our method, compared with another existing word embedding approach, is more favorable for various queries.

📄 PDF Abstract BibTeX arXiv:1812.10401

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Doubly Stochastic Neighbor Embedding on Spheres

2016-09-07 · Yao Lu, Jukka Corander, Zhirong Yang

Stochastic Neighbor Embedding (SNE) methods minimize the divergence between the similarity matrix of a high-dimensional data set and its counterpart from a low-dimensional embedding, leading to widely applied tools for d…

Data Visualization

LOTFormer: Doubly-Stochastic Linear Attention via Low-Rank Optimal Transport

2025-09-27 · Ashkan Shahbazi, Chayne Thrash, Yikun Bai, Keaton Hamm 외 arxiv

Transformers have proven highly effective across modalities, but standard softmax attention scales quadratically with sequence length, limiting long context modeling. Linear attention mitigates this by approximating atte…

Doubly Stochastic Adaptive Neighbors Clustering via the Marcus Mapping

2024-08-06 · Jinghui Yuan, Chusheng Zeng, Fangyuan Xie, Zhe Cao 외

Clustering is a fundamental task in machine learning and data science, and similarity graph-based clustering is an important approach within this domain. Doubly stochastic symmetric similarity graphs provide numerous ben…

ClusteringComputational Efficiency

Row-Stochastic Matrices Can Provably Outperform Doubly Stochastic Matrices in Decentralized Learning

2025-11-24 · Bing Liu, Boao Kong, Limin Lu, Kun Yuan 외 arxiv

Decentralized learning often involves a weighted global loss with heterogeneous node weights $λ$. We revisit two natural strategies for incorporating these weights: (i) embedding them into the local losses to retain a un…

Geometry-aware Domain Adaptation for Unsupervised Alignment of Word Embeddings

2020-04-06 · ACL 2020 6 · Pratik Jawanpuria, Mayank Meghwanshi, Bamdev Mishra

We propose a novel manifold based geometric approach for learning unsupervised alignment of word embeddings between the source and the target languages. Our approach formulates the alignment learning problem as a domain …

Bilingual Lexicon InductionDomain AdaptationWord Embeddings