AICVLGJun 8, 2022

Disentangled Ontology Embedding for Zero-shot Learning

arXiv:2206.03739v127 citationsh-index: 56Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of improving ZSL accuracy by better utilizing knowledge graphs, which is incremental as it builds on existing KG-based methods.

The paper tackles the problem of zero-shot learning (ZSL) by proposing disentangled ontology embeddings to capture fine-grained class relationships, resulting in DOZSL, a framework that achieves state-of-the-art performance on five benchmarks for zero-shot image classification and KG completion.

Knowledge Graph (KG) and its variant of ontology have been widely used for knowledge representation, and have shown to be quite effective in augmenting Zero-shot Learning (ZSL). However, existing ZSL methods that utilize KGs all neglect the intrinsic complexity of inter-class relationships represented in KGs. One typical feature is that a class is often related to other classes in different semantic aspects. In this paper, we focus on ontologies for augmenting ZSL, and propose to learn disentangled ontology embeddings guided by ontology properties to capture and utilize more fine-grained class relationships in different aspects. We also contribute a new ZSL framework named DOZSL, which contains two new ZSL solutions based on generative models and graph propagation models, respectively, for effectively utilizing the disentangled ontology embeddings. Extensive evaluations have been conducted on five benchmarks across zero-shot image classification (ZS-IMGC) and zero-shot KG completion (ZS-KGC). DOZSL often achieves better performance than the state-of-the-art, and its components have been verified by ablation studies and case studies. Our codes and datasets are available at https://github.com/zjukg/DOZSL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes