paper-with-me

Papers

Discrete Knowledge Graph Embedding based on Discrete Optimization

2021-01-13 · Yunqi Li, Shuyuan Xu, Bo Liu, Zuohui Fu, Shuchang Liu, Xu Chen, Yongfeng Zhang

This paper proposes a discrete knowledge graph (KG) embedding (DKGE) method, which projects KG entities and relations into the Hamming space based on a computationally tractable discrete optimization algorithm, to solve the formidable storage and computation cost challenges in traditional continuous graph embedding methods. The convergence of DKGE can be guaranteed theoretically. Extensive experiments demonstrate that DKGE achieves superior accuracy than classical hashing functions that map the effective continuous embeddings into discrete codes. Besides, DKGE reaches comparable accuracy with much lower computational complexity and storage compared to many continuous graph embedding methods.

📄 PDF Abstract BibTeX arXiv:2101.04817

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph Embedding

Similar Papers 제목 키워드 기반

A Greedy Bit-flip Training Algorithm for Binarized Knowledge Graph Embeddings

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Katsuhiko Hayashi, Koki Kishimoto, Masashi Shimbo

This paper presents a simple and effective discrete optimization method for training binarized knowledge graph embedding model B-CP. Unlike the prior work using a SGD-based method and quantization of real-valued vectors,…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graph Embeddings+1

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…

GraphDF: A Discrete Flow Model for Molecular Graph Generation

2021-02-01 · Youzhi Luo, Keqiang Yan, Shuiwang Ji

We consider the problem of molecular graph generation using deep models. While graphs are discrete, most existing methods use continuous latent variables, resulting in inaccurate modeling of discrete graph structures. In…

Graph GenerationMolecular Graph Generation

Non-linear Embeddings in Hilbert Simplex Geometry

2022-03-22 · Frank Nielsen, Ke Sun

A key technique of machine learning and computer vision is to embed discrete weighted graphs into continuous spaces for further downstream processing. Embedding discrete hierarchical structures in hyperbolic geometry has…

Differentiable Scaffolding Tree for Molecule Optimization

2021-09-29 · ICLR 2022 4 · Tianfan Fu, Wenhao Gao, Cao Xiao, Jacob Yasonik 외

The structural design of functional molecules, also called molecular optimization, is an essential chemical science and engineering task with important applications, such as drug discovery. Deep generative models and com…

Combinatorial OptimizationDrug DiscoveryGraph Neural Network