paper-with-me

홈 › Papers

Visual-aware Attention Dual-stream Decoder for Video Captioning

2021-10-16 · Zhixin Sun, Xian Zhong, Shuqin Chen, Lin Li, Luo Zhong

Video captioning is a challenging task that captures different visual parts and describes them in sentences, for it requires visual and linguistic coherence. The attention mechanism in the current video captioning method learns to assign weight to each frame, promoting the decoder dynamically. This may not explicitly model the correlation and the temporal coherence of the visual features extracted in the sequence frames.To generate semantically coherent sentences, we propose a new Visual-aware Attention (VA) model, which concatenates dynamic changes of temporal sequence frames with the words at the previous moment, as the input of attention mechanism to extract sequence features.In addition, the prevalent approaches widely use the teacher-forcing (TF) learning during training, where the next token is generated conditioned on the previous ground-truth tokens. The semantic information in the previously generated tokens is lost. Therefore, we design a self-forcing (SF) stream that takes the semantic information in the probability distribution of the previous token as input to enhance the current token.The Dual-stream Decoder (DD) architecture unifies the TF and SF streams, generating sentences to promote the annotated captioning for both streams.Meanwhile, with the Dual-stream Decoder utilized, the exposure bias problem is alleviated, caused by the discrepancy between the training and testing in the TF learning.The effectiveness of the proposed Visual-aware Attention Dual-stream Decoder (VADD) is demonstrated through the result of experimental studies on Microsoft video description (MSVD) corpus and MSR-Video to text (MSR-VTT) datasets.

📄 PDF Abstract BibTeX arXiv:2110.08578

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderVideo CaptioningVideo Description

Similar Papers 제목 키워드 기반

CANet: Context aware network with dual-stream pyramid for medical image segmentation

2023-03-05 · Biomedical Signal Processing and Control 2023 3 · Xie Xiwang, Zhang Weidong, Pan Xipeng, Xie Lijie 외

Owing to the various object types and scales, complicated backgrounds, and similar appearance between tissues in medical images, it is difficult to extract some valuable information from different medical images. In this…

2D Semantic SegmentationDecoderImage SegmentationMedical Image Segmentation+3

SDGIC: A Semantic Disambiguation-Guided Generative Image Compression Method for Ultra-Low Bitrates

2025-12-06 · Kaile Wang, Lijun He, Haisheng Fu, Haixia Bi 외 arxiv

Generative image compression has recently shown impressive perceptual quality, but often suffers from semantic inconsistency at ultra-low bitrates (bpp < 0.05), limiting its reliable deployment in bandwidth-constrained s…

Image Compression

Two-Stream Transformer for Multi-Label Image Classification

2022-10-01 · ACMMM 2022 10 · Xuelin Zhu, Jiuxin Cao, Jiawei Ge, Weijia Liu 외

Multi-label image classification is a fundamental yet challenging task in computer vision that aims to identify multiple objects from a given image. Recent studies on this task mainly focus on learning cross-modal intera…

Classificationimage-classificationImage ClassificationMulti-Label Image Classification+1

Towards Complex Backgrounds: A Unified Difference-Aware Decoder for Binary Segmentation

2022-10-27 · Jiepan Li, wei he, Hongyan zhang

Binary segmentation is used to distinguish objects of interest from background, and is an active area of convolutional encoder-decoder network research. The current decoders are designed for specific objects based on the…

Decoder

Attention-based Dual Supervised Decoder for RGBD Semantic Segmentation

2022-01-05 · Yang Zhang, Yang Yang, Chenyun Xiong, Guodong Sun 외

Encoder-decoder models have been widely used in RGBD semantic segmentation, and most of them are designed via a two-stream network. In general, jointly reasoning the color and geometric information from RGBD is beneficia…

DecoderRGBD Semantic SegmentationSegmentationSemantic Segmentation