paper-with-me

Papers

PANORAMA: Panoptic Grounded Captioning via Mask Proposal Selection

2026-09-16 · Sara Pieri, Evangelos Kazakos, Shizhe Chen, Josef Sivic, Cordelia Schmid hf

Intelligent systems that act in the world require image understanding that is both comprehensive and spatially grounded. Current vision-language models (VLMs) can generate fluent and detailed image captions, but reliably associating them with image pixels remains challenging. Existing methods that combine dense captioning with pixel-level grounding often produce either incomplete descriptions or inaccurate segmentation masks. We study this problem through panoptic grounded captioning, a task that requires a VLM to describe both foreground objects and background regions while grounding each referring phrase with pixel-level masks. We make three contributions. First, we introduce PanoCaps, a human-annotated benchmark constructed from panoptic segmentation datasets. It provides dense captions with near-complete pixel coverage and image-text alignments at the entity level, supporting both training and evaluation. We further propose a phrase-mask matching protocol and a generalized Panoptic Quality (gPQ) metric that jointly evaluates textual and mask agreement. Second, we formulate phrase grounding as selection from a phrase-conditioned pool of mask proposals and introduce PANORAMA, a VLM that conditions a pretrained segmenter on contextualized phrase representations to obtain candidate masks and learns to select those corresponding to each phrase. Training this interface jointly with caption generation enables PANORAMA to produce high-quality masks while allowing each phrase to refer to a single region or multiple instances. Third, PANORAMA achieves the best overall grounding on PanoCaps and matches or exceeds specialized models across several pixel-level grounding tasks. Experiments show that our method produces precise entity-level segmentations while maintaining detailed, mask-consistent captions. Code, data and models are available at https://www.di.ens.fr/willow/research/panorama/.

📄 PDF Abstract BibTeX arXiv:2609.19143

Code (3)

InsomaniacElf/sg-tamil-tts-resources- ★ 1
Tavish9/awesome-daily-AI-arxiv ★ 120
sarapieri/panorama_grounding ★ 10

Tasks

Panoptic SegmentationDense CaptioningPhrase Grounding

Similar Papers 제목 키워드 기반

COCONut-PanCap: Joint Panoptic Segmentation and Grounded Captions for Fine-Grained Understanding and Generation

2025-02-04 · Xueqing Deng, Qihang Yu, Ali Athar, Chenglin Yang 외

This paper introduces the COCONut-PanCap dataset, created to enhance panoptic segmentation and grounded image captioning. Building upon the COCO dataset with advanced COCONut panoptic masks, this dataset aims to overcome…

Image CaptioningPanoptic SegmentationSegmentation

End-to-End Dense Video Captioning with Masked Transformer

2018-04-03 · CVPR 2018 4 · Luowei Zhou, Yingbo Zhou, Jason J. Corso, Richard Socher 외

Dense video captioning aims to generate text descriptions for all events in an untrimmed video. This involves both detecting and describing events. Therefore, all previous methods on dense video captioning tackle this pr…

DecoderDense Video CaptioningVideo Captioning

PanORama: Multiview Consistent Panoptic Segmentation in Operating Rooms

2026-03-20 · Tuna Gürbüz, Ege Özsoy, Tony Danjun Wang, Nassir Navab arxiv

Operating rooms (ORs) are cluttered, dynamic, highly occluded environments, where reliable spatial understanding is essential for situational awareness during complex surgical workflows. Achieving spatial understanding f…

Panoptic Segmentation

Panoptic Captioning: Seeking An Equivalency Bridge for Image and Text

2025-05-22 · Kun-Yu Lin, Hongjun Wang, Weining Ren, Kai Han

This work introduces panoptic captioning, a novel task striving to seek the minimum text equivalence of images. We take the first step towards panoptic captioning by formulating it as a task of generating a comprehensive…

Towards Bounding-Box Free Panoptic Segmentation

2020-02-18 · Ujwal Bonde, Pablo F. Alcantarilla, Stefan Leutenegger

In this work we introduce a new Bounding-Box Free Network (BBFNet) for panoptic segmentation. Panoptic segmentation is an ideal problem for proposal-free methods as it already requires per-pixel semantic class labels. We…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1