CLAIDec 7, 2021

UNITER-Based Situated Coreference Resolution with Rich Multimodal Input

arXiv:2112.03521v110 citations
Originality Incremental advance
AI Analysis

This work addresses coreference resolution in multimodal conversational AI for applications like virtual assistants, but it is incremental as it builds on existing UNITER and SIMMC frameworks.

The paper tackled multimodal coreference resolution in dialog by proposing a UNITER-based model that uses textual, visual, and knowledge base inputs to identify object mentions, achieving an F1 score improvement from 36.6% to 77.3% on a development set and ranking second in an official challenge with 73.3% F1.

We present our work on the multimodal coreference resolution task of the Situated and Interactive Multimodal Conversation 2.0 (SIMMC 2.0) dataset as a part of the tenth Dialog System Technology Challenge (DSTC10). We propose a UNITER-based model utilizing rich multimodal context such as textual dialog history, object knowledge base and visual dialog scenes to determine whether each object in the current scene is mentioned in the current dialog turn. Results show that the proposed approach outperforms the official DSTC10 baseline substantially, with the object F1 score boosted from 36.6% to 77.3% on the development set, demonstrating the effectiveness of the proposed object representations from rich multimodal input. Our model ranks second in the official evaluation on the object coreference resolution task with an F1 score of 73.3% after model ensembling.

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