paper-with-me

Papers

Multi-modal Entity Alignment in Hyperbolic Space

2021-06-07 · Hao Guo, Jiuyang Tang, Weixin Zeng, Xiang Zhao, Li Liu

Many AI-related tasks involve the interactions of data in multiple modalities. It has been a new trend to merge multi-modal information into knowledge graph(KG), resulting in multi-modal knowledge graphs (MMKG). However, MMKGs usually suffer from low coverage and incompleteness. To mitigate this problem, a viable approach is to integrate complementary knowledge from other MMKGs. To this end, although existing entity alignment approaches could be adopted, they operate in the Euclidean space, and the resulting Euclidean entity representations can lead to large distortion of KG's hierarchical structure. Besides, the visual information has yet not been well exploited. In response to these issues, in this work, we propose a novel multi-modal entity alignment approach, Hyperbolic multi-modal entity alignment(HMEA), which extends the Euclidean representation to hyperboloid manifold. We first adopt the Hyperbolic Graph Convolutional Networks (HGCNs) to learn structural representations of entities. Regarding the visual information, we generate image embeddings using the densenet model, which are also projected into the hyperbolic space using HGCNs. Finally, we combine the structure and visual representations in the hyperbolic space and use the aggregated embeddings to predict potential alignment results. Extensive experiments and ablation studies demonstrate the effectiveness of our proposed model and its components.

📄 PDF Abstract BibTeX arXiv:2106.03619

Code (0)

등록된 구현이 없습니다.

Tasks

Entity AlignmentKnowledge GraphsMulti-modal Entity Alignment

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Batch Normalization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

Hyperbolic Cycle Alignment for Infrared-Visible Image Fusion

2025-07-31 · Timing Li, Bing Cao, Jiahe Feng, Haifang Cao 외 arxiv

Image fusion synthesizes complementary information from multiple sources, mitigating the inherent limitations of unimodal imaging systems. Accurate image registration is essential for effective multi-source data fusion. …

Image Registration

Rank-Aware Hyperbolic Alignment for Vision-Language Dataset Distillation

2026-06-28 · Jongoh Jeong, Sun-Kyung Lee, Kuk-Jin Yoon hf

Vision-language dataset distillation (VLDD) compresses a large image-text paired dataset into a small set of synthetic pairs that can efficiently train contrastive vision-language models under strict data and compute bud…

Cross-Modal Retrieval

Machine Unlearning in Hyperbolic vs. Euclidean Multimodal Contrastive Learning: Adapting Alignment Calibration to MERU

2025-03-19 · Àlex Pujol Vidal, Sergio Escalera, Kamal Nasrollahi, Thomas B. Moeslund

Machine unlearning methods have become increasingly important for selective concept removal in large pre-trained models. While recent work has explored unlearning in Euclidean contrastive vision-language models, the effe…

Contrastive LearningMachine Unlearning

HyperET: Efficient Training in Hyperbolic Space for Multi-modal Large Language Models

2025-10-23 · Zelin Peng, Zhengqin Xu, Qingyang Liu, Xiaokang Yang 외 arxiv

Multi-modal large language models (MLLMs) have emerged as a transformative approach for aligning visual and textual understanding. They typically require extremely high computational resources (e.g., thousands of GPUs) f…

Knowledge Association with Hyperbolic Knowledge Graph Embeddings

2020-10-05 · EMNLP 2020 11 · Zequn Sun, Muhao Chen, Wei Hu, Chengming Wang 외

Capturing associations for knowledge graphs (KGs) through entity alignment, entity type inference and other related tasks benefits NLP applications with comprehensive knowledge representations. Recent related methods bui…

Entity AlignmentGraph Neural NetworkKnowledge Graph EmbeddingsKnowledge Graphs