paper-with-me

Papers

One Patch to Caption Them All: A Unified Zero-Shot Captioning Framework

2025-10-03 · Lorenzo Bianchi, Giacomo Pacini, Fabio Carrara, Nicola Messina, Giuseppe Amato, Fabrizio Falchi arxiv

Zero-shot captioners are recently proposed models that utilize common-space vision-language representations to caption images without relying on paired image-text data. To caption an image, they proceed by textually decoding a text-aligned image feature, but they limit their scope to global representations and whole-image captions. We present a unified framework for zero-shot captioning that shifts from an image-centric to a patch-centric paradigm, enabling the captioning of arbitrary regions without the need of region-level supervision. Instead of relying on global image representations, we treat individual patches as atomic captioning units and aggregate them to describe arbitrary regions, from single patches to non-contiguous areas and entire images. We analyze the key ingredients that enable current latent captioners to work in our novel proposed framework. Experiments demonstrate that backbones producing meaningful, dense visual features, such as DINO, are key to achieving state-of-the-art performance in multiple region-based captioning tasks. Compared to other baselines and state-of-the-art competitors, our models achieve better performance on zero-shot dense captioning and region-set captioning. We also introduce a new trace captioning task that further demonstrates the effectiveness of patch-wise semantic representations for flexible caption generation. Project page at https://paciosoft.com/Patch-ioner/ .

📄 PDF Abstract BibTeX arXiv:2510.02898

Code (0)

등록된 구현이 없습니다.

Tasks

Dense Captioning

Similar Papers 제목 키워드 기반

IFCap: Image-like Retrieval and Frequency-based Entity Filtering for Zero-shot Captioning

2024-09-26 · Soeun Lee, Si-Woo Kim, Taewhan Kim, Dong-Jin Kim

Recent advancements in image captioning have explored text-only training methods to overcome the limitations of paired image-text data. However, existing text-only training methods often overlook the modality gap between…

Image CaptioningRetrievalVideo Captioning

ZeroNLG: Aligning and Autoencoding Domains for Zero-Shot Multimodal and Multilingual Natural Language Generation

2023-03-11 · Bang Yang, Fenglin Liu, Yuexian Zou, Xian Wu 외

Natural Language Generation (NLG) accepts input data in the form of images, videos, or text and generates corresponding natural language text as output. Existing NLG methods mainly adopt a supervised approach and rely he…

Image CaptioningImage to textMachine TranslationText Generation+4

Unleashing Text-to-Image Diffusion Prior for Zero-Shot Image Captioning

2024-12-31 · Jianjie Luo, Jingwen Chen, Yehao Li, Yingwei Pan 외

Recently, zero-shot image captioning has gained increasing attention, where only text data is available for training. The remarkable progress in text-to-image diffusion model presents the potential to resolve this task b…

Caption GenerationDecoderImage Captioningtext similarity

Unified Zero-Shot Time Series Forecasting: A Darts Foundation

2026-06-25 · Zhihao Dai, Dennis Bader, Alain Gysi arxiv

Since its initial release in 2020, Darts has become a widely used open-source Python library for time series analysis. A series of foundation models have recently claimed accuracy improvements in zero-shot forecasting, p…

Time Series ForecastingTime Series Analysis

SGCap: Decoding Semantic Group for Zero-shot Video Captioning

2025-08-02 · Zeyu Pan, Ping Li, Wenxiao Wang arxiv

Zero-shot video captioning aims to generate sentences for describing videos without training the model on video-text pairs, which remains underexplored. Existing zero-shot image captioning methods typically adopt a text-…

Video CaptioningImage Captioning