CVAIMar 4, 2024

Non-autoregressive Sequence-to-Sequence Vision-Language Models

arXiv:2403.02249v25 citationsh-index: 19CVPR
AI Analysis

This addresses the speed bottleneck for real-time applications of vision-language models, though it is incremental as it builds on existing architectures.

The paper tackles the high inference latency of autoregressive sequence-to-sequence vision-language models by proposing a parallel decoding model with Query-CTC loss, achieving performance on-par with state-of-the-art autoregressive models while reducing inference time from linear to constant complexity.

Sequence-to-sequence vision-language models are showing promise, but their applicability is limited by their inference latency due to their autoregressive way of generating predictions. We propose a parallel decoding sequence-to-sequence vision-language model, trained with a Query-CTC loss, that marginalizes over multiple inference paths in the decoder. This allows us to model the joint distribution of tokens, rather than restricting to conditional distribution as in an autoregressive model. The resulting model, NARVL, achieves performance on-par with its state-of-the-art autoregressive counterpart, but is faster at inference time, reducing from the linear complexity associated with the sequential generation of tokens to a paradigm of constant time joint inference.

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