paper-with-me

Papers

IBMEA: Exploring Variational Information Bottleneck for Multi-modal Entity Alignment

2024-07-27 · Taoyu Su, Jiawei Sheng, Shicheng Wang, Xinghua Zhang, Hongbo Xu, Tingwen Liu

Multi-modal entity alignment (MMEA) aims to identify equivalent entities between multi-modal knowledge graphs (MMKGs), where the entities can be associated with related images. Most existing studies integrate multi-modal information heavily relying on the automatically-learned fusion module, rarely suppressing the redundant information for MMEA explicitly. To this end, we explore variational information bottleneck for multi-modal entity alignment (IBMEA), which emphasizes the alignment-relevant information and suppresses the alignment-irrelevant information in generating entity representations. Specifically, we devise multi-modal variational encoders to generate modal-specific entity representations as probability distributions. Then, we propose four modal-specific information bottleneck regularizers, limiting the misleading clues in refining modal-specific entity representations. Finally, we propose a modal-hybrid information contrastive regularizer to integrate all the refined modal-specific representations, enhancing the entity similarity between MMKGs to achieve MMEA. We conduct extensive experiments on two cross-KG and three bilingual MMEA datasets. Experimental results demonstrate that our model consistently outperforms previous state-of-the-art methods, and also shows promising and robust performance in low-resource and high-noise data scenarios.

📄 PDF Abstract BibTeX arXiv:2407.19302

Code (1)

sutaoyu/IBMEA 공식 구현 pytorch

Tasks

Entity AlignmentKnowledge GraphsMulti-modal Entity Alignment

Similar Papers 제목 키워드 기반

Deep Variational Multivariate Information Bottleneck -- A Framework for Variational Losses

2023-10-05 · Eslam Abdelaleem, Ilya Nemenman, K. Michael Martini

Variational dimensionality reduction methods are widely used for their accuracy, generative capabilities, and robustness. We introduce a unifying framework that generalizes both such as traditional and state-of-the-art m…

Contrastive LearningDecoderDimensionality ReductionRepresentation Learning

Deep Variational Information Bottleneck

2016-12-01 · Alexander A. Alemi, Ian Fischer, Joshua V. Dillon, Kevin Murphy

We present a variational approximation to the information bottleneck of Tishby et al. (1999). This variational approach allows us to parameterize the information bottleneck model using a neural network and leverage the r…

Adversarial Attack

Variational Information Bottleneck on Vector Quantized Autoencoders

2018-08-02 · Hanwei Wu, Markus Flierl

In this paper, we provide an information-theoretic interpretation of the Vector Quantized-Variational Autoencoder (VQ-VAE). We show that the loss function of the original VQ-VAE can be derived from the variational determ…

Flexible Variational Information Bottleneck: Achieving Diverse Compression with a Single Training

2024-02-02 · Sota Kudo, Naoaki Ono, Shigehiko Kanaya, Ming Huang

Information Bottleneck (IB) is a widely used framework that enables the extraction of information related to a target random variable from a source random variable. In the objective function, IB controls the trade-off be…

Data Compression

Understanding Self-supervised Learning via Information Bottleneck Principle

2021-09-29 · Jin Li, Yaoming Wang, Dongsheng Jiang, Xiaopeng Zhang 외

Self-supervised learning alleviates the massive demands for annotations in deep learning, and recent advances are mainly dominated by contrastive learning. Existed contrastive learning methods narrows the distance betwee…

Contrastive LearningSelf-Supervised Learning