paper-with-me

Papers

Fast Image Caption Generation with Position Alignment

2019-12-13 · Zheng-cong Fei

Recent neural network models for image captioning usually employ an encoder-decoder architecture, where the decoder adopts a recursive sequence decoding way. However, such autoregressive decoding may result in sequential error accumulation and slow generation which limit the applications in practice. Non-autoregressive (NA) decoding has been proposed to cover these issues but suffers from language quality problem due to the indirect modeling of the target distribution. Towards that end, we propose an improved NA prediction framework to accelerate image captioning. Our decoding part consists of a position alignment to order the words that describe the content detected in the given image, and a fine non-autoregressive decoder to generate elegant descriptions. Furthermore, we introduce an inference strategy that regards position information as a latent variable to guide the further sentence generation. The Experimental results on public datasets show that our proposed model achieves better performance compared to general NA captioning models, while achieves comparable performance as autoregressive image captioning models with a significant speedup.

📄 PDF Abstract BibTeX arXiv:1912.06365

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationDecoderImage CaptioningPositionSentence

Similar Papers 제목 키워드 기반

A Picture is Worth a Thousand Words: Principled Recaptioning Improves Image Generation

2023-10-25 · Eyal Segalis, Dani Valevski, Danny Lumen, Yossi Matias 외

Text-to-image diffusion models achieved a remarkable leap in capabilities over the last few years, enabling high-quality and diverse synthesis of images from a textual prompt. However, even the most advanced models often…

Image CaptioningImage Generation

FAST-GOAL: Fast and Efficient Global-local Object Alignment Learning

2026-05-26 · Hyungyu Choi, Young Kyun Jang, Chanho Eom arxiv

Vision-language models such as CLIP have shown impressive capabilities in aligning images and text, but they often struggle with lengthy and detailed text descriptions due to pre-training on short and concise captions. W…

Computational EfficiencyObject Detection

Retrieval, Analogy, and Composition: A framework for Compositional Generalization in Image Captioning

2021-11-01 · Findings (EMNLP) 2021 11 · Zhan Shi, Hui Liu, Martin Renqiang Min, Christopher Malon 외

Image captioning systems are expected to have the ability to combine individual concepts when describing scenes with concept combinations that are not observed during training. In spite of significant progress in image c…

Image CaptioningRetrieval

Text2midi-InferAlign: Improving Symbolic Music Generation with Inference-Time Alignment

2025-05-19 · Abhinaba Roy, Geeta Puri, Dorien Herremans

We present Text2midi-InferAlign, a novel technique for improving symbolic music generation at inference time. Our method leverages text-to-audio alignment and music structural alignment rewards during inference to encour…

Music Generation

Fast Prompt Alignment for Text-to-Image Generation

2024-12-11 · Khalil Mrini, Hanlin Lu, Linjie Yang, Weilin Huang 외

Text-to-image generation has advanced rapidly, yet aligning complex textual prompts with generated visuals remains challenging, especially with intricate object relationships and fine-grained details. This paper introduc…

Image GenerationIn-Context LearningText to Image GenerationText-to-Image Generation+1