CLCVMar 17, 2022

Finding Structural Knowledge in Multimodal-BERT

arXiv:2203.09306v1642 citationsh-index: 50Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the interpretability of multimodal AI models for researchers, but it is incremental as it builds on existing probing methods.

The study investigated whether multimodal-BERT models encode grammatical and visual structural knowledge, specifically through dependency parses and scene trees, and found that they do not store these structures.

In this work, we investigate the knowledge learned in the embeddings of multimodal-BERT models. More specifically, we probe their capabilities of storing the grammatical structure of linguistic data and the structure learned over objects in visual data. To reach that goal, we first make the inherent structure of language and visuals explicit by a dependency parse of the sentences that describe the image and by the dependencies between the object regions in the image, respectively. We call this explicit visual structure the \textit{scene tree}, that is based on the dependency tree of the language description. Extensive probing experiments show that the multimodal-BERT models do not encode these scene trees.Code available at \url{https://github.com/VSJMilewski/multimodal-probes}.

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