TL;DR
This paper proposes a two-step ranking method that combines MRR and NDCG models to improve visual dialog AI performance, achieving state-of-the-art results and winning the Visual Dialog 2020 challenge.
Contribution
It introduces a non-parametric approach to merge MRR and NDCG models, balancing semantic correctness and answer relevance in visual dialog systems.
Findings
Maintains near state-of-the-art MRR performance (70.41% vs. 71.24%)
Achieves state-of-the-art NDCG performance (72.16% vs. 75.35%)
Won the Visual Dialog 2020 challenge
Abstract
Assessing an AI agent that can converse in human language and understand visual content is challenging. Generation metrics, such as BLEU scores favor correct syntax over semantics. Hence a discriminative approach is often used, where an agent ranks a set of candidate options. The mean reciprocal rank (MRR) metric evaluates the model performance by taking into account the rank of a single human-derived answer. This approach, however, raises a new challenge: the ambiguity and synonymy of answers, for instance, semantic equivalence (e.g., `yeah' and `yes'). To address this, the normalized discounted cumulative gain (NDCG) metric has been used to capture the relevance of all the correct answers via dense annotations. However, the NDCG metric favors the usually applicable uncertain answers such as `I don't know. Crafting a model that excels on both MRR and NDCG metrics is challenging.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
