paper-with-me

Papers

Rethinking Knowledge Graph Propagation for Zero-Shot Learning

2018-05-29 · CVPR 2019 6 · Michael Kampffmeyer, Yinbo Chen, Xiaodan Liang, Hao Wang, Yu-jia Zhang, Eric P. Xing

Graph convolutional neural networks have recently shown great potential for the task of zero-shot learning. These models are highly sample efficient as related concepts in the graph structure share statistical strength allowing generalization to new classes when faced with a lack of data. However, multi-layer architectures, which are required to propagate knowledge to distant nodes in the graph, dilute the knowledge by performing extensive Laplacian smoothing at each layer and thereby consequently decrease performance. In order to still enjoy the benefit brought by the graph structure while preventing dilution of knowledge from distant nodes, we propose a Dense Graph Propagation (DGP) module with carefully designed direct links among distant nodes. DGP allows us to exploit the hierarchical graph structure of the knowledge graph through additional connections. These connections are added based on a node's relationship to its ancestors and descendants. A weighting scheme is further used to weigh their contribution depending on the distance to the node to improve information propagation in the graph. Combined with finetuning of the representations in a two-stage training approach our method outperforms state-of-the-art zero-shot learning approaches.

📄 PDF Abstract BibTeX arXiv:1805.11724

Code (3)

cyvius96/adgpm 공식 구현 pytorch
cyvius96/DGP pytorch
yinboc/dgp pytorch

Tasks

Zero-Shot Learning

Similar Papers 제목 키워드 기반

Attribute Propagation Network for Graph Zero-shot Learning

2020-09-24 · Lu Liu, Tianyi Zhou, Guodong Long, Jing Jiang 외

The goal of zero-shot learning (ZSL) is to train a model to classify samples of classes that were not seen during training. To address this challenging task, most ZSL methods relate unseen test classes to seen(training) …

AttributeMeta-LearningZero-Shot Learning

Zero-shot Visual Question Answering using Knowledge Graph

2021-07-12 · Zhuo Chen, Jiaoyan Chen, Yuxia Geng, Jeff Z. Pan 외

Incorporating external knowledge to Visual Question Answering (VQA) has become a vital practical need. Existing methods mostly adopt pipeline approaches with different components for knowledge matching and extraction, fe…

Knowledge GraphsQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

TGG: Transferable Graph Generation for Zero-shot and Few-shot Learning

2019-08-30 · Chenrui Zhang, Xiaoqing Lyu, Zhi Tang

Zero-shot and few-shot learning aim to improve generalization to unseen concepts, which are promising in many realistic scenarios. Due to the lack of data in unseen domain, relation modeling between seen and unseen domai…

Few-Shot LearningGraph AttentionGraph GenerationMeta-Learning+2

Alleviating Sparsity of Open Knowledge Graphs with Ternary Contrastive Learning

2022-11-08 · Qian Li, Shafiq Joty, Daling Wang, Shi Feng 외

Sparsity of formal knowledge and roughness of non-ontological construction make sparsity problem particularly prominent in Open Knowledge Graphs (OpenKGs). Due to sparse links, learning effective representation for few-s…

Contrastive LearningKnowledge GraphsRelation

Multi-Label Zero-Shot Learning with Structured Knowledge Graphs

2017-11-17 · CVPR 2018 6 · Chung-Wei Lee, Wei Fang, Chih-Kuan Yeh, Yu-Chiang Frank Wang

In this paper, we propose a novel deep learning architecture for multi-label zero-shot learning (ML-ZSL), which is able to predict multiple unseen class labels for each input instance. Inspired by the way humans utilize …

General ClassificationKnowledge GraphsMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+3