paper-with-me

Papers

ReCDAP: Relation-Based Conditional Diffusion with Attention Pooling for Few-Shot Knowledge Graph Completion

2025-05-12 · Jeongho Kim, Chanyeong Heo, Jaehee Jung

Knowledge Graphs (KGs), composed of triples in the form of (head, relation, tail) and consisting of entities and relations, play a key role in information retrieval systems such as question answering, entity search, and recommendation. In real-world KGs, although many entities exist, the relations exhibit a long-tail distribution, which can hinder information retrieval performance. Previous few-shot knowledge graph completion studies focused exclusively on the positive triple information that exists in the graph or, when negative triples were incorporated, used them merely as a signal to indicate incorrect triples. To overcome this limitation, we propose Relation-Based Conditional Diffusion with Attention Pooling (ReCDAP). First, negative triples are generated by randomly replacing the tail entity in the support set. By conditionally incorporating positive information in the KG and non-existent negative information into the diffusion process, the model separately estimates the latent distributions for positive and negative relations. Moreover, including an attention pooler enables the model to leverage the differences between positive and negative cases explicitly. Experiments on two widely used datasets demonstrate that our method outperforms existing approaches, achieving state-of-the-art performance. The code is available at https://github.com/hou27/ReCDAP-FKGC.

📄 PDF Abstract BibTeX arXiv:2505.07171

Code (1)

hou27/recdap-fkgc 공식 구현 pytorch

Tasks

Information RetrievalKnowledge Graph CompletionKnowledge GraphsQuestion AnsweringRelationRetrieval

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Attention Pooling 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Scalable Single-Cell Gene Expression Generation with Latent Diffusion Models

2025-11-04 · Giovanni Palla, Sudarshan Babu, Payam Dibaeinia, James D. Pearce 외 arxiv

Computational modeling of single-cell gene expression is crucial for understanding cellular processes, but generating realistic expression profiles remains a major challenge. This difficulty arises from the count nature …

Generative Diffusion Models of Stochastic Graph Signals

2026-07-07 · Yiğit Berkay Uslu, Samar Hadou, Sergio Rozada, Shirin Saeedi Bidokhti 외 arxiv

Sampling stochastic signals supported on a graph underlies many graph machine learning tasks, including recommender systems, forecasting in financial markets, and wireless network optimization. In these settings, the tar…

Graph Neural Network

StructPool: Structured Graph Pooling via Conditional Random Fields

2020-05-01 · ICLR 2020 1 · Hao Yuan, Shuiwang Ji

Learning high-level representations for graphs is of great importance for graph analysis tasks. In addition to graph convolution, graph pooling is an important but less explored research area. In particular, most of exis…

ClusteringNode ClusteringStructured Prediction

Cross-Image-Attention for Conditional Embeddings in Deep Metric Learning

2023-01-01 · CVPR 2023 1 · Dmytro Kotovenko, Pingchuan Ma, Timo Milbich, Björn Ommer

Learning compact image embeddings that yield semantic similarities between images and that generalize to unseen test classes, is at the core of deep metric learning (DML). Finding a mapping from a rich, localized ima…

Metric Learning

Leveraging Off-the-shelf Diffusion Model for Multi-attribute Fashion Image Manipulation

2022-10-12 · Chaerin Kong, Donghyeon Jeon, Ohjoon Kwon, Nojun Kwak

Fashion attribute editing is a task that aims to convert the semantic attributes of a given fashion image while preserving the irrelevant regions. Previous works typically employ conditional GANs where the generator expl…

AttributeImage Manipulation