File size: 632 Bytes
39b5592
 
cc35d27
 
39b5592
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Narrations / Steps to Video Aligner (NSVA)

![](./src/model.png)

NSVA is a lightweight Transformer-based architecture, where the narration or procedural steps are used as queries, to iteratively attend the video features, and output the alignability or optimal temporal windows.

[[project page]](https://lzq5.github.io/Video-Text-Alignment/)
[[Arxiv]](https://arxiv.org/abs/2312.14055)
[[GitHub]](https://github.com/Lzq5/Video-Text-Alignment)

We provide pre-trained models for HTM-Align and HT-Step. You can use these two models for reproducing our results, following our [[code]](https://github.com/Lzq5/Video-Text-Alignment).