paper-with-me

홈 › Papers

Accurate and Fast Compressed Video Captioning

2023-09-22 · ICCV 2023 1 · Yaojie Shen, Xin Gu, Kai Xu, Heng Fan, Longyin Wen, Libo Zhang

Existing video captioning approaches typically require to first sample video frames from a decoded video and then conduct a subsequent process (e.g., feature extraction and/or captioning model learning). In this pipeline, manual frame sampling may ignore key information in videos and thus degrade performance. Additionally, redundant information in the sampled frames may result in low efficiency in the inference of video captioning. Addressing this, we study video captioning from a different perspective in compressed domain, which brings multi-fold advantages over the existing pipeline: 1) Compared to raw images from the decoded video, the compressed video, consisting of I-frames, motion vectors and residuals, is highly distinguishable, which allows us to leverage the entire video for learning without manual sampling through a specialized model design; 2) The captioning model is more efficient in inference as smaller and less redundant information is processed. We propose a simple yet effective end-to-end transformer in the compressed domain for video captioning that enables learning from the compressed video for captioning. We show that even with a simple design, our method can achieve state-of-the-art performance on different benchmarks while running almost 2x faster than existing approaches. Code is available at https://github.com/acherstyx/CoCap.

📄 PDF Abstract BibTeX arXiv:2309.12867

Code (1)

acherstyx/CoCap 공식 구현 pytorch

Tasks

Video Captioning

Similar Papers 제목 키워드 기반

Video Captioning in Compressed Video

2021-01-02 · Mingjian Zhu, Chenrui Duan, Changbin Yu

Existing approaches in video captioning concentrate on exploring global frame features in the uncompressed videos, while the free of charge and critical saliency information already encoded in the compressed videos is ge…

Caption GenerationVideo Captioning

SnapCap: Efficient Snapshot Compressive Video Captioning

2024-01-10 · JianQiao Sun, Yudi Su, Hao Zhang, Ziheng Cheng 외

Video Captioning (VC) is a challenging multi-modal task since it requires describing the scene in language by understanding various and complex videos. For machines, the traditional VC follows the "imaging-compression-de…

Compressive SensingVideo Captioning

Faster and Accurate Compressed Video Action Recognition Straight from the Frequency Domain

2020-12-26 · Samuel Felipe dos Santos, Jurandy Almeida

Human action recognition has become one of the most active field of research in computer vision due to its wide range of applications, like surveillance, medical, industrial environments, smart homes, among others. Recen…

Action RecognitionTemporal Action Localization

Deep Blind Video Decaptioning by Temporal Aggregation and Recurrence

2019-05-08 · CVPR 2019 6 · Dahun Kim, Sanghyun Woo, Joon-Young Lee, In So Kweon

Blind video decaptioning is a problem of automatically removing text overlays and inpainting the occluded parts in videos without any input masks. While recent deep learning based inpainting methods deal with a single im…

DecoderVideo DenoisingVideo InpaintingVideo-to-Video Synthesis

Progress-Aware Video Frame Captioning

2024-12-03 · CVPR 2025 1 · Zihui Xue, Joungbin An, Xitong Yang, Kristen Grauman

While image captioning provides isolated descriptions for individual images, and video captioning offers one single narrative for an entire video clip, our work explores an important middle ground: progress-aware video c…

Image CaptioningVideo CaptioningVideo Understanding