Non-Autoregressive Sequence-to-Sequence Vision-Language Models

Abstract

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.

Cite

Text

Shi et al. "Non-Autoregressive Sequence-to-Sequence Vision-Language Models." Conference on Computer Vision and Pattern Recognition, 2024. doi:10.1109/CVPR52733.2024.01291

Markdown

[Shi et al. "Non-Autoregressive Sequence-to-Sequence Vision-Language Models." Conference on Computer Vision and Pattern Recognition, 2024.](https://mlanthology.org/cvpr/2024/shi2024cvpr-nonautoregressive/) doi:10.1109/CVPR52733.2024.01291

BibTeX

@inproceedings{shi2024cvpr-nonautoregressive,
  title     = {{Non-Autoregressive Sequence-to-Sequence Vision-Language Models}},
  author    = {Shi, Kunyu and Dong, Qi and Goncalves, Luis and Tu, Zhuowen and Soatto, Stefano},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2024},
  pages     = {13603-13612},
  doi       = {10.1109/CVPR52733.2024.01291},
  url       = {https://mlanthology.org/cvpr/2024/shi2024cvpr-nonautoregressive/}
}