paper-with-me

홈 › Papers

CLID: Controlled-Length Image Descriptions with Limited Data

2022-11-27 · Elad Hirsch, Ayellet Tal

Controllable image captioning models generate human-like image descriptions, enabling some kind of control over the generated captions. This paper focuses on controlling the caption length, i.e. a short and concise description or a long and detailed one. Since existing image captioning datasets contain mostly short captions, generating long captions is challenging. To address the shortage of long training examples, we propose to enrich the dataset with varying-length self-generated captions. These, however, might be of varying quality and are thus unsuitable for conventional training. We introduce a novel training strategy that selects the data points to be used at different times during the training. Our method dramatically improves the length-control abilities, while exhibiting SoTA performance in terms of caption quality. Our approach is general and is shown to be applicable also to paragraph generation.

📄 PDF Abstract BibTeX arXiv:2211.14835

Code (1)

eladhi/clid 공식 구현 pytorch

Tasks

controllable image captioningImage Captioning

Similar Papers 제목 키워드 기반

When More Words Say Less: Decoupling Length and Specificity in Image Description Evaluation

2026-01-08 · Rhea Kapur, Robert Hawkins, Elisa Kreiss arxiv

Vision-language models (VLMs) are increasingly used to make visual content accessible via text-based descriptions. In current systems, however, description specificity is often conflated with their length. We argue that …

FlexCap: Describe Anything in Images in Controllable Detail

2024-03-18 · Debidatta Dwibedi, Vidhi Jain, Jonathan Tompson, Andrew Zisserman 외

We introduce FlexCap, a vision-language model that generates region-specific descriptions of varying lengths. FlexCap is trained to produce length-conditioned captions for input boxes, enabling control over information d…

AttributeDense CaptioningLanguage ModelingLanguage Modelling+8

FisheyeHDK: Hyperbolic Deformable Kernel Learning for Ultra-Wide Field-of-View Image Recognition

2022-03-14 · Ola Ahmad, Freddy Lecue

Conventional convolution neural networks (CNNs) trained on narrow Field-of-View (FoV) images are the state-of-the-art approaches for object recognition tasks. Some methods proposed the adaptation of CNNs to ultra-wide Fo…

Object Recognition

GOAL: Global-local Object Alignment Learning

2025-03-22 · CVPR 2025 1 · Hyungyu Choi, Young Kyun Jang, Chanho Eom

Vision-language models like CLIP have shown impressive capabilities in aligning images and text, but they often struggle with lengthy and detailed text descriptions because of their training focus on short and concise ca…

DescriptiveObjectSentenceText Retrieval

TULIP: Token-length Upgraded CLIP

2024-10-13 · Ivona Najdenkoska, Mohammad Mahdi Derakhshani, Yuki M. Asano, Nanne van Noord 외

We address the challenge of representing long captions in vision-language models, such as CLIP. By design these models are limited by fixed, absolute positional encodings, restricting inputs to a maximum of 77 tokens and…

Image GenerationPositionText to Image GenerationText-to-Image Generation