LGAICVMLOct 1, 2019

Compensating Supervision Incompleteness with Prior Knowledge in Semantic Image Interpretation

arXiv:1910.00462v126 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of incomplete training sets in semantic image interpretation for computer vision applications, offering an incremental improvement over existing zero-shot learning approaches.

The paper tackles the problem of zero-shot learning in visual relationship detection by using Logic Tensor Networks to incorporate logical constraints as background knowledge, achieving improved performance on the Visual Relationship Dataset compared to current methods.

Semantic Image Interpretation is the task of extracting a structured semantic description from images. This requires the detection of visual relationships: triples (subject,relation,object) describing a semantic relation between a subject and an object. A pure supervised approach to visual relationship detection requires a complete and balanced training set for all the possible combinations of (subject, relation, object). However, such training sets are not available and would require a prohibitive human effort. This implies the ability of predicting triples which do not appear in the training set. This problem is called zero-shot learning. State-of-the-art approaches to zero-shot learning exploit similarities among relationships in the training set or external linguistic knowledge. In this paper, we perform zero-shot learning by using Logic Tensor Networks, a novel Statistical Relational Learning framework that exploits both the similarities with other seen relationships and background knowledge, expressed with logical constraints between subjects, relations and objects. The experiments on the Visual Relationship Dataset show that the use of logical constraints outperforms the current methods. This implies that background knowledge can be used to alleviate the incompleteness of training sets.

Code Implementations2 repos
Foundations

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

Your Notes