paper-with-me

Papers

Image Captioning based on Feature Refinement and Reflective Decoding

2022-06-16 · Ghadah Alabduljabbar, Hafida Benhidour, Said Kerrache

Image captioning is the process of automatically generating a description of an image in natural language. Image captioning is one of the significant challenges in image understanding since it requires not only recognizing salient objects in the image but also their attributes and the way they interact. The system must then generate a syntactically and semantically correct caption that describes the image content in natural language. With the significant progress in deep learning models and their ability to effectively encode large sets of images and generate correct sentences, several neural-based captioning approaches have been proposed recently, each trying to achieve better accuracy and caption quality. This paper introduces an encoder-decoder-based image captioning system in which the encoder extracts spatial features from the image using ResNet-101. This stage is followed by a refining model, which uses an attention-on-attention mechanism to extract the visual features of the target image objects, then determine their interactions. The decoder consists of an attention-based recurrent module and a reflective attention module, which collaboratively apply attention to the visual and textual features to enhance the decoder's ability to model long-term sequential dependencies. Extensive experiments performed on Flickr30K, show the effectiveness of the proposed approach and the high quality of the generated captions.

📄 PDF Abstract BibTeX arXiv:2206.07986

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage Captioning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIPool 설명 없음
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…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Reflective Decoding Network for Image Captioning

2019-08-30 · ICCV 2019 10 · Lei Ke, Wenjie Pei, Ruiyu Li, Xiaoyong Shen 외

State-of-the-art image captioning methods mostly focus on improving visual features, less attention has been paid to utilizing the inherent properties of language to boost captioning performance. In this paper, we show t…

DecoderImage CaptioningPositionSentence

Perception in Reflection

2025-04-09 · Yana Wei, Liang Zhao, Kangheng Lin, En Yu 외

We present a perception in reflection paradigm designed to transcend the limitations of current large vision-language models (LVLMs), which are expected yet often fail to achieve perfect perception initially. Specificall…

Hallucination

Semi-Autoregressive Image Captioning

2021-10-11 · Xu Yan, Zhengcong Fei, Zekang Li, Shuhui Wang 외

Current state-of-the-art approaches for image captioning typically adopt an autoregressive manner, i.e., generating descriptions word by word, which suffers from slow decoding issue and becomes a bottleneck in real-time …

DecoderImage CaptioningSentence

Non-Autoregressive Coarse-to-Fine Video Captioning

2019-11-27 · Bang Yang, Yuexian Zou, Fenglin Liu, Can Zhang

It is encouraged to see that progress has been made to bridge videos and natural language. However, mainstream video captioning methods suffer from slow inference speed due to the sequential manner of autoregressive deco…

SentenceVideo Captioning

ReflectCAP: Detailed Image Captioning with Reflective Memory

2026-04-14 · Kyungmin Min, Minbeom Kim, Kang-il Lee, Seunghyun Yoon 외 arxiv

Detailed image captioning demands both factual grounding and fine-grained coverage, yet existing methods have struggled to achieve them simultaneously. We address this tension with Reflective Note-Guided Captioning (Refl…

Image Captioning