Search papers, labs, and topics across Lattice.
This paper explores the application of Neurochaos Learning (NL) to linked data represented as knowledge graphs, aiming to leverage NL's small sample learning and low compute advantages. They integrate linked data by implementing node aggregation on knowledge graphs and feeding the aggregated features into a ChaosNet architecture. Experiments on homophilic and heterophilic graph datasets demonstrate the approach's efficacy, showing better performance on homophilic graphs.
Neurochaos Learning, known for its efficiency on small datasets, struggles with heterophilic knowledge graphs, highlighting a key limitation for broader application.
Neurochaos Learning (NL) has shown promise in recent times over traditional deep learning due to its two key features: ability to learn from small sized training samples, and low compute requirements. In prior work, NL has been implemented and extensively tested on separable and time series data, and demonstrated its superior performance on both classification and regression tasks. In this paper, we investigate the next step in NL, viz., applying NL to linked data, in particular, data that is represented in the form of knowledge graphs. We integrate linked data into NL by implementing node aggregation on knowledge graphs, and then feeding the aggregated node features to the simplest NL architecture: ChaosNet. We demonstrate the results of our implementation on homophilic graph datasets as well as heterophilic graph datasets of verying heterophily. We show better efficacy of our approach on homophilic graphs than on heterophilic graphs. While doing so, we also present our analysis of the results, as well as suggestions for future work.