CVAICLIRLGApr 11, 2019

Factor Graph Attention

arXiv:1904.05880v3115 citations
Originality Incremental advance
AI Analysis

This addresses the problem of extracting subtle details in visual dialog for AI systems, though it appears incremental as it builds on existing attention techniques.

The authors tackled the challenge of handling multiple data utilities in visual dialog by developing a factor graph-based attention mechanism, which outperformed recent state-of-the-art methods by 1.1% on VisDial0.9 and 2% on VisDial1.0 in MRR, with an ensemble model improving MRR by over 6% on VisDial1.0.

Dialog is an effective way to exchange information, but subtle details and nuances are extremely important. While significant progress has paved a path to address visual dialog with algorithms, details and nuances remain a challenge. Attention mechanisms have demonstrated compelling results to extract details in visual question answering and also provide a convincing framework for visual dialog due to their interpretability and effectiveness. However, the many data utilities that accompany visual dialog challenge existing attention techniques. We address this issue and develop a general attention mechanism for visual dialog which operates on any number of data utilities. To this end, we design a factor graph based attention mechanism which combines any number of utility representations. We illustrate the applicability of the proposed approach on the challenging and recently introduced VisDial datasets, outperforming recent state-of-the-art methods by 1.1% for VisDial0.9 and by 2% for VisDial1.0 on MRR. Our ensemble model improved the MRR score on VisDial1.0 by more than 6%.

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