paper-with-me

Papers

METEOR Guided Divergence for Video Captioning

2022-12-20 · Daniel Lukas Rothenpieler, Shahin Amiriparian

Automatic video captioning aims for a holistic visual scene understanding. It requires a mechanism for capturing temporal context in video frames and the ability to comprehend the actions and associations of objects in a given timeframe. Such a system should additionally learn to abstract video sequences into sensible representations as well as to generate natural written language. While the majority of captioning models focus solely on the visual inputs, little attention has been paid to the audiovisual modality. To tackle this issue, we propose a novel two-fold approach. First, we implement a reward-guided KL Divergence to train a video captioning model which is resilient towards token permutations. Second, we utilise a Bi-Modal Hierarchical Reinforcement Learning (BMHRL) Transformer architecture to capture long-term temporal dependencies of the input data as a foundation for our hierarchical captioning module. Using our BMHRL, we show the suitability of the HRL agent in the generation of content-complete and grammatically sound sentences by achieving $4.91$, $2.23$, and $10.80$ in BLEU3, BLEU4, and METEOR scores, respectively on the ActivityNet Captions dataset. Finally, we make our BMHRL framework and trained models publicly available for users and developers at https://github.com/d-rothen/bmhrl.

📄 PDF Abstract BibTeX arXiv:2212.10690

Code (1)

d-rothen/bmhrl 공식 구현 pytorch

Tasks

Hierarchical Reinforcement LearningScene UnderstandingVideo Captioning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Semantic-Aware Pretraining for Dense Video Captioning

2022-04-13 · Teng Wang, Zhu Liu, Feng Zheng, Zhichao Lu 외

This report describes the details of our approach for the event dense-captioning task in ActivityNet Challenge 2021. We present a semantic-aware pretraining method for dense video captioning, which empowers the learned f…

Dense CaptioningDense Video CaptioningVideo Captioning

Activitynet 2019 Task 3: Exploring Contexts for Dense Captioning Events in Videos

2019-07-11 · Shizhe Chen, Yuqing Song, Yida Zhao, Qin Jin 외

Contextual reasoning is essential to understand events in long untrimmed videos. In this work, we systematically explore different captioning models with various contexts for the dense-captioning events in video task, wh…

Dense CaptioningDense Video CaptioningDiversityVideo Captioning

Nepali Video Captioning using CNN-RNN Architecture

2023-11-05 · Bipesh Subedi, Saugat Singh, Bal Krishna Bal

This article presents a study on Nepali video captioning using deep neural networks. Through the integration of pre-trained CNNs and RNNs, the research focuses on generating precise and contextually relevant captions for…

Video Captioning

Task-Driven Dynamic Fusion: Reducing Ambiguity in Video Description

2017-07-01 · CVPR 2017 7 · Xishan Zhang, Ke Gao, Yongdong Zhang, Dongming Zhang 외

Integrating complementary features from multiple channels is expected to solve the description ambiguity problem in video captioning, whereas inappropriate fusion strategies often harm rather than help the performance. E…

Video CaptioningVideo Description

RUC+CMU: System Report for Dense Captioning Events in Videos

2018-06-22 · Shizhe Chen, Yuqing Song, Yida Zhao, Jiarong Qiu 외

This notebook paper presents our system in the ActivityNet Dense Captioning in Video task (task 3). Temporal proposal generation and caption generation are both important to the dense captioning task. Therefore, we propo…

Caption GenerationDense CaptioningDense Video CaptioningVideo Captioning