paper-with-me

Papers

Dense Video Captioning Using Unsupervised Semantic Information

2021-12-15 · Valter Estevam, Rayson Laroca, Helio Pedrini, David Menotti

We introduce a method to learn unsupervised semantic visual information based on the premise that complex events can be decomposed into simpler events and that these simple events are shared across several complex events. We first employ a clustering method to group representations producing a visual codebook. Then, we learn a dense representation by encoding the co-occurrence probability matrix for the codebook entries. This representation leverages the performance of the dense video captioning task in a scenario with only visual features. For example, we replace the audio signal in the BMT method and produce temporal proposals with comparable performance. Furthermore, we concatenate the visual representation with our descriptor in a vanilla transformer method to achieve state-of-the-art performance in the captioning subtask compared to the methods that explore only visual features, as well as a competitive performance with multi-modal methods. Our code is available at https://github.com/valterlej/dvcusi.

📄 PDF Abstract BibTeX arXiv:2112.08455

Code (1)

valterlej/dvcusi 공식 구현 pytorch

Tasks

Dense Video CaptioningVideo Captioning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

PIC 4th Challenge: Semantic-Assisted Multi-Feature Encoding and Multi-Head Decoding for Dense Video Captioning

2022-07-06 · Yifan Lu, Ziqi Zhang, Yuxin Chen, Chunfeng Yuan 외

The task of Dense Video Captioning (DVC) aims to generate captions with timestamps for multiple events in one video. Semantic information plays an important role for both localization and description of DVC. We present a…

Dense Video CaptioningVideo Captioning

Multimodal Pretraining for Dense Video Captioning

2020-11-10 · Asian Chapter of the Association for Computational Linguistics 2020 · Gabriel Huang, Bo Pang, Zhenhai Zhu, Clara Rivera 외

Learning specific hands-on skills such as cooking, car maintenance, and home repairs increasingly happens via instructional videos. The user experience with such videos is known to be improved by meta-information such as…

Dense Video CaptioningVideo Captioning

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

Show, Tell and Summarize: Dense Video Captioning Using Visual Cue Aided Sentence Summarization

2025-06-25 · Zhiwang Zhang, Dong Xu, Wanli Ouyang, Chuanqi Tan

In this work, we propose a division-and-summarization (DaS) framework for dense video captioning. After partitioning each untrimmed long video as multiple event proposals, where each event proposal consists of a set of s…

Dense Video CaptioningDescriptiveSentenceSentence Summarization+1

Dense Procedure Captioning in Narrated Instructional Videos

2019-07-01 · ACL 2019 7 · Botian Shi, Lei Ji, Yaobo Liang, Nan Duan 외

Understanding narrated instructional videos is important for both research and real-world web applications. Motivated by video dense captioning, we propose a model to generate procedure captions from narrated instruction…

Dense Captioning