Divide-and-Conquer: Tree-structured Strategy with Answer Distribution Estimator for Goal-Oriented Visual Dialogue
Shuo Cai, Xinzhe Han, Shuhui Wang
TL;DR
Goal-oriented visual dialogue suffers from unstructured questioning and high question repetition, hindering efficient target localization. The authors propose TSADE, a plug-in framework that uses a Tree-structured Strategy and an Answer Distribution Estimator to guide question generation by dividing candidate objects and maximizing information gain, with two RL rewards (binary and candidate-minimization). They show that TSADE reduces search complexity from $O(N)$ to $O(\log N)$ in ideal conditions and improves end-to-end accuracy and dialogue quality on GuessWhat?! and VisDial, across multiple baselines, including LVLM-based experiments. The work offers a practical, generalizable method to make goal-oriented visual dialogue more efficient and informative, with potential extensions toward embodied AI applications.
Abstract
Goal-oriented visual dialogue involves multi-round interaction between artificial agents, which has been of remarkable attention due to its wide applications. Given a visual scene, this task occurs when a Questioner asks an action-oriented question and an Answerer responds with the intent of letting the Questioner know the correct action to take. The quality of questions affects the accuracy and efficiency of the target search progress. However, existing methods lack a clear strategy to guide the generation of questions, resulting in the randomness in the search process and inconvergent results. We propose a Tree-Structured Strategy with Answer Distribution Estimator (TSADE) which guides the question generation by excluding half of the current candidate objects in each round. The above process is implemented by maximizing a binary reward inspired by the ``divide-and-conquer'' paradigm. We further design a candidate-minimization reward which encourages the model to narrow down the scope of candidate objects toward the end of the dialogue. We experimentally demonstrate that our method can enable the agents to achieve high task-oriented accuracy with fewer repeating questions and rounds compared to traditional ergodic question generation approaches. Qualitative results further show that TSADE facilitates agents to generate higher-quality questions.
