paper-with-me

Papers

Retrieval-Augmented Egocentric Video Captioning

2024-01-01 · CVPR 2024 1 · Jilan Xu, Yifei HUANG, Junlin Hou, Guo Chen, Yuejie Zhang, Rui Feng, Weidi Xie

Understanding human actions from videos of first-person view poses significant challenges. Most prior approaches explore representation learning on egocentric videos only, while overlooking the potential benefit of exploiting existing large-scale third-person videos. In this paper, (1) we develop EgoInstructor, a retrieval-augmented multimodal captioning model that automatically retrieves semantically relevant third-person instructional videos to enhance the video captioning of egocentric videos. (2) For training the cross-view retrieval module, we devise an automatic pipeline to discover ego-exo video pairs from distinct large-scale egocentric and exocentric datasets. (3) We train the cross-view retrieval module with a novel EgoExoNCE loss that pulls egocentric and exocentric video features closer by aligning them to shared text features that describe similar actions. (4) Through extensive experiments, our cross-view retrieval module demonstrates superior performance across seven benchmarks. Regarding egocentric video captioning, EgoInstructor exhibits significant improvements by leveraging third-person videos as references. Project page is available at: https://jazzcharles.github.io/Egoinstructor/

📄 PDF Abstract BibTeX arXiv:2401.00789

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningRetrievalVideo Captioning

Similar Papers 제목 키워드 기반

Sensor-Augmented Egocentric-Video Captioning with Dynamic Modal Attention

2021-09-07 · Katsuyuki Nakamura, Hiroki Ohashi, Mitsuhiro Okada

Automatically describing video, or video captioning, has been widely studied in the multimedia field. This paper proposes a new task of sensor-augmented egocentric-video captioning, a newly constructed dataset for it cal…

Sensor FusionVideo Captioning

Exo2EgoDVC: Dense Video Captioning of Egocentric Procedural Activities Using Web Instructional Videos

2023-11-28 · Takehiko Ohkawa, Takuma Yagi, Taichi Nishimura, Ryosuke Furuta 외

We propose a novel benchmark for cross-view knowledge transfer of dense video captioning, adapting models from web instructional videos with exocentric views to an egocentric view. While dense video captioning (predictin…

Dense Video CaptioningTransfer LearningVideo Captioning

EgoCITE: Context-Augmented Indexing and Time-Aware Retrieval for Long-Horizon Egocentric Memory

2026-08-12 · Le Zhang, Hao Chen, Vlad Roznyatovskiy, Jianzhong Zhang 외 arxiv

Long-horizon egocentric memory transforms continuous first-person video and audio into a searchable record of past experiences. We demonstrate two bottlenecks in existing systems: indices built from context-poor captions…

It's Just Another Day: Unique Video Captioning by Discriminative Prompting

2024-10-15 · Toby Perrett, Tengda Han, Dima Damen, Andrew Zisserman

Long videos contain many repeating actions, events and shots. These repetitions are frequently given identical captions, which makes it difficult to retrieve the exact desired clip using a text search. In this paper, we …

Video Captioning

CaReBench: A Fine-Grained Benchmark for Video Captioning and Retrieval

2024-12-31 · Yifan Xu, Xinhao Li, Yichun Yang, Desen Meng 외

Video understanding, including video captioning and retrieval, is still a great challenge for video-language models (VLMs). The existing video retrieval and caption benchmarks only include short descriptions, limits thei…

RetrievalText RetrievalText to Video RetrievalVideo Captioning+3