LGMLJun 1, 2020

Randomly Weighted, Untrained Neural Tensor Networks Achieve Greater Relational Expressiveness

arXiv:2006.12392v2
AI Analysis

This work addresses the challenge of enhancing relational learning in AI for tasks like image interpretation, offering a more efficient approach, though it appears incremental as it builds on existing neural tensor network methods.

The paper tackled the problem of improving relational expressiveness in neural tensor networks by proposing Randomly Weighted Tensor Networks (RWTNs), which use untrained tensors and achieve performance that meets or surpasses traditionally trained Logic Tensor Networks in tasks like Semantic Image Interpretation, with fewer parameters and shared networks for efficiency.

Neural Tensor Networks (NTNs), which are structured to encode the degree of relationship among pairs of entities, are used in Logic Tensor Networks (LTNs) to facilitate Statistical Relational Learning (SRL) in first-order logic. In this paper, we propose Randomly Weighted Tensor Networks (RWTNs), which incorporate randomly drawn, untrained tensors into an NTN encoder network with a trained decoder network. We show that RWTNs meet or surpass the performance of traditionally trained LTNs for Semantic Image Interpretation (SII) tasks that have been used as a representative example of how LTNs utilize reasoning over first-order logic to exceed the performance of solely data-driven methods. We demonstrate that RWTNs outperform LTNs for the detection of the relevant part-of relations between objects, and we show that RWTNs can achieve similar performance as LTNs for object classification while using fewer parameters for learning. Furthermore, we demonstrate that because the randomized weights do not depend on the data, several decoder networks can share a single NTN, giving RWTNs a unique economy of spatial scale for simultaneous classification tasks.

Foundations

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

Your Notes