TL;DR
This paper introduces Dense Graph Propagation (DGP), a novel method that enhances knowledge transfer in zero-shot learning by adding direct links among distant nodes to prevent knowledge dilution in graph neural networks.
Contribution
The paper proposes DGP with hierarchical connections and a weighting scheme, improving information propagation and outperforming existing zero-shot learning methods.
Findings
DGP outperforms state-of-the-art zero-shot learning approaches.
Hierarchical connections improve knowledge propagation.
Weighted contributions enhance model performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
