paper-with-me

Papers

FE-LWS: Refined Image-Text Representations via Decoder Stacking and Fused Encodings for Remote Sensing Image Captioning

2025-02-13 · Swadhin Das, Raksha Sharma

Remote sensing image captioning aims to generate descriptive text from remote sensing images, typically employing an encoder-decoder framework. In this setup, a convolutional neural network (CNN) extracts feature representations from the input image, which then guide the decoder in a sequence-to-sequence caption generation process. Although much research has focused on refining the decoder, the quality of image representations from the encoder remains crucial for accurate captioning. This paper introduces a novel approach that integrates features from two distinct CNN based encoders, capturing complementary information to enhance caption generation. Additionally, we propose a weighted averaging technique to combine the outputs of all GRUs in the stacked decoder. Furthermore, a comparison-based beam search strategy is incorporated to refine caption selection. The results demonstrate that our fusion-based approach, along with the enhanced stacked decoder, significantly outperforms both the transformer-based state-of-the-art model and other LSTM-based baselines.

📄 PDF Abstract BibTeX arXiv:2502.09282

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationDecoderDescriptiveImage Captioning

Similar Papers 제목 키워드 기반

Mono3DVG: 3D Visual Grounding in Monocular Images

2023-12-13 · Yang Zhan, Yuan Yuan, Zhitong Xiong

We introduce a novel task of 3D visual grounding in monocular RGB images using language descriptions with both appearance and geometry information. Specifically, we build a large-scale dataset, Mono3DRefer, which contain…

3D Object Detection3D visual groundingDecoderMono3DVG+4

Residual Stacking of RNNs for Neural Machine Translation

2016-12-01 · WS 2016 12 · Raphael Shu, Akiva Miura

To enhance Neural Machine Translation models, several obvious ways such as enlarging the hidden size of recurrent layers and stacking multiple layers of RNN can be considered. Surprisingly, we observe that using naively …

DecoderMachine TranslationNMTTranslation+1

Context-Enhanced Memory-Refined Transformer for Online Action Detection

2025-03-24 · CVPR 2025 1 · Zhanzhong Pang, Fadime Sener, Angela Yao

Online Action Detection (OAD) detects actions in streaming videos using past observations. State-of-the-art OAD approaches model past observations and their interactions with an anticipated future. The past is encoded us…

Action DetectionDecoderOnline Action Detection

Investigation of REFINED CNN ensemble learning for anti-cancer drug sensitivity prediction

2020-09-09 · Omid Bazgir, Souparno Ghosh, Ranadip Pal

Anti-cancer drug sensitivity prediction using deep learning models for individual cell line is a significant challenge in personalized medicine. REFINED (REpresentation of Features as Images with NEighborhood Dependencie…

Ensemble LearningPredictionSensitivity

Pretraining-Based Natural Language Generation for Text Summarization

2019-02-25 · CONLL 2019 11 · Haoyu Zhang, Jianjun Xu, Ji Wang

In this paper, we propose a novel pretraining-based encoder-decoder framework, which can generate the output sequence based on the input sequence in a two-stage manner. For the encoder of our model, we encode the input s…

Abstractive Text SummarizationDecoderText GenerationText Summarization