paper-with-me

Papers

Deep Interactive Region Segmentation and Captioning

2017-07-26 · Ali Sharifi Boroujerdi, Maryam Khanian, Michael Breuss

With recent innovations in dense image captioning, it is now possible to describe every object of the scene with a caption while objects are determined by bounding boxes. However, interpretation of such an output is not trivial due to the existence of many overlapping bounding boxes. Furthermore, in current captioning frameworks, the user is not able to involve personal preferences to exclude out of interest areas. In this paper, we propose a novel hybrid deep learning architecture for interactive region segmentation and captioning where the user is able to specify an arbitrary region of the image that should be processed. To this end, a dedicated Fully Convolutional Network (FCN) named Lyncean FCN (LFCN) is trained using our special training data to isolate the User Intention Region (UIR) as the output of an efficient segmentation. In parallel, a dense image captioning model is utilized to provide a wide variety of captions for that region. Then, the UIR will be explained with the caption of the best match bounding box. To the best of our knowledge, this is the first work that provides such a comprehensive output. Our experiments show the superiority of the proposed approach over state-of-the-art interactive segmentation methods on several well-known datasets. In addition, replacement of the bounding boxes with the result of the interactive segmentation leads to a better understanding of the dense image captioning output as well as accuracy enhancement for the object detection in terms of Intersection over Union (IoU).

📄 PDF Abstract BibTeX arXiv:1707.08364

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningInteractive Segmentationobject-detectionObject DetectionSegmentation

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

Interactive Key-Value Memory-augmented Attention for Image Paragraph Captioning

2020-12-01 · COLING 2020 8 · Chunpu Xu, Yu Li, Chengming Li, Xiang Ao 외

Image paragraph captioning (IPC) aims to generate a fine-grained paragraph to describe the visual content of an image. Significant progress has been made by deep neural networks, in which the attention mechanism plays an…

DecoderImage Paragraph Captioning

SAMTok: Representing Any Mask with Two Words

2026-01-22 · Yikang Zhou, Tao Zhang, Dengxian Gong, Yuanzheng Wu 외 arxiv

Pixel-wise capabilities are essential for building interactive intelligent systems. However, pixel-wise multi-modal LLMs (MLLMs) remain difficult to scale due to complex region-level encoders, specialized segmentation de…

Interactive SegmentationReinforcement Learning

Interactive Full Image Segmentation by Considering All Regions Jointly

2018-12-05 · CVPR 2019 6 · Eirikur Agustsson, Jasper R. R. Uijlings, Vittorio Ferrari

We address interactive full image annotation, where the goal is to accurately segment all object and stuff regions in an image. We propose an interactive, scribble-based annotation framework which operates on the whole i…

AllImage SegmentationInteractive SegmentationSegmentation+1

ControlCap: Controllable Region-level Captioning

2024-01-31 · Yuzhong Zhao, Yue Liu, Zonghao Guo, Weijia Wu 외

Region-level captioning is challenged by the caption degeneration issue, which refers to that pre-trained multimodal models tend to predict the most frequent captions but miss the less frequent ones. In this study, we pr…

Dense Captioning

Dual-Stream Collaborative Transformer for Image Captioning

2026-01-19 · Jun Wan, Jun Liu, Zhihui lai, Jie Zhou arxiv

Current region feature-based image captioning methods have progressed rapidly and achieved remarkable performance. However, they are still prone to generating irrelevant descriptions due to the lack of contextual informa…

Image Captioning