paper-with-me

Papers

Consistent Multiple Sequence Decoding

2020-04-02 · Bicheng Xu, Leonid Sigal

Sequence decoding is one of the core components of most visual-lingual models. However, typical neural decoders when faced with decoding multiple, possibly correlated, sequences of tokens resort to simple independent decoding schemes. In this paper, we introduce a consistent multiple sequence decoding architecture, which is while relatively simple, is general and allows for consistent and simultaneous decoding of an arbitrary number of sequences. Our formulation utilizes a consistency fusion mechanism, implemented using message passing in a Graph Neural Network (GNN), to aggregate context from related decoders. This context is then utilized as a secondary input, in addition to previously generated output, to make a prediction at a given step of decoding. Self-attention, in the GNN, is used to modulate the fusion mechanism locally at each node and each step in the decoding process. We show the efficacy of our consistent multiple sequence decoder on the task of dense relational image captioning and illustrate state-of-the-art performance (+ 5.2% in mAP) on the task. More importantly, we illustrate that the decoded sentences, for the same regions, are more consistent (improvement of 9.5%), while across images and regions maintain diversity.

📄 PDF Abstract BibTeX arXiv:2004.00760

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversityGraph Neural NetworkImage Captioning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

SpecMER: Fast Protein Generation with K-mer Guided Speculative Decoding

2025-09-25 · Thomas Walton, Darin Tsui, Aryan Musharaf, Amirali Aghazadeh arxiv

Autoregressive models have transformed protein engineering by enabling the generation of novel protein sequences beyond those found in nature. However, their sequential inference introduces significant latency, limiting …

Beyond Tokens: Semantic-Aware Speculative Decoding for Efficient Inference by Probing Internal States

2026-02-03 · Ximing Dong, Shaowei Wang, Dayi Lin, Boyuan Chen 외 arxiv

Large Language Models (LLMs) achieve strong performance across many tasks but suffer from high inference latency due to autoregressive decoding. The issue is exacerbated in Large Reasoning Models (LRMs), which generate l…

Multi-Candidate Speculative Decoding

2024-01-12 · Sen yang, ShuJian Huang, Xinyu Dai, Jiajun Chen

Large language models have shown impressive capabilities across a variety of NLP tasks, yet their generating text autoregressively is time-consuming. One way to speed them up is speculative decoding, which generates cand…

Consistency of a Recurrent Language Model With Respect to Incomplete Decoding

2020-02-06 · EMNLP 2020 11 · Sean Welleck, Ilia Kulikov, Jaedeok Kim, Richard Yuanzhe Pang 외

Despite strong performance on a variety of tasks, neural sequence models trained with maximum likelihood have been shown to exhibit issues such as length bias and degenerate repetition. We study the related issue of rece…

Language ModelingLanguage Modelling

Deep Learning-Based Decoding for Constrained Sequence Codes

2018-09-06 · Congzhe Cao, Duanshun Li, Ivan Fair

Constrained sequence codes have been widely used in modern communication and data storage systems. Sequences encoded with constrained sequence codes satisfy constraints imposed by the physical channel, hence enabling eff…

Deep Learning