Exposing and Addressing Cross-Task Inconsistency in Unified Vision-Language Models
Adyasha Maharana, Amita Kamath, Christopher Clark, Mohit Bansal, Aniruddha Kembhavi
TL;DR
This work demonstrates that unified vision-language models exhibit substantial cross-task inconsistency across heterogeneous tasks, challenging the expectation of a single semantic backbone. It introduces CocoCon, a cross-task contrast-set benchmark spanning captioning, VQA, localization, and text-to-image generation, to quantify consistency via likelihood-based comparisons and ranking-based metrics. The authors propose a consistency-based training objective using soft rank correlation to align cross-task output spaces, achieving improved cross-task consistency with minimal or no loss to task accuracy. The findings reveal that cross-task consistency can be meaningfully improved through auxiliary training, offering a path toward more trustworthy, reliable multi-task vision-language systems suitable for integration into larger pipelines.
Abstract
As general purpose vision models get increasingly effective at a wide set of tasks, it is imperative that they be consistent across the tasks they support. Inconsistent AI models are considered brittle and untrustworthy by human users and are more challenging to incorporate into larger systems that take dependencies on their outputs. Measuring consistency between very heterogeneous tasks that might include outputs in different modalities is challenging since it is difficult to determine if the predictions are consistent with one another. As a solution, we introduce a benchmark dataset, CocoCon, where we create contrast sets by modifying test instances for multiple tasks in small but semantically meaningful ways to change the gold label and outline metrics for measuring if a model is consistent by ranking the original and perturbed instances across tasks. We find that state-of-the-art vision-language models suffer from a surprisingly high degree of inconsistent behavior across tasks, especially for more heterogeneous tasks. To alleviate this issue, we propose a rank correlation-based auxiliary training objective, computed over large automatically created cross-task contrast sets, that improves the multi-task consistency of large unified models while retaining their original accuracy on downstream tasks.
