[ICCV 2025] Factorized Learning for Temporally Grounded Video-Language Models
Python
24
7 commits
updated Apr 18, 2026
Wenzheng Zeng1, Difei Gao1, Mike Zheng Shou1†, Hwee Tou Ng1†,
1National University of Singapore
†Corresponding authors
Please refer to the following environmental settings that we use. You may install these packages by yourself if you meet any problem during automatic installation.
git clone https://github.com/nusnlp/d2vlm.git
cd d2vlm
conda create -n d2vlm python=3.12 -y
conda activate d2vlm
pip install -r requirements.txt
Please refer to the Dataset page.
bash scripts/inference.sh
# or refer to the inference and Evaluation part of scripts/train_inference_eval.sh
bash all_benchmark_eval/charades/inference.sh
all_benchmark_eval/charades/inference.sh
bash all_benchmark_eval/youcook2/inference.sh
bash scripts/train_inference_eval.sh
If you find our work useful in your research, please consider to cite our paper:
@inproceedings{d2vlm,
title={Factorized Learning for Temporally Grounded Video-Language Models},
author={Zeng, Wenzheng and Gao, Difei and Shou, Mike Zheng and Ng, Hwee Tou},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
year={2025},
pages={20683-20693}
}
This project was built upon E.T. Bench, TimeChat, and AMP. We thank their solid contribution to the community!
7 commits
Python
97.7%
Shell
2.3%
[ICCV 2025] Factorized Learning for Temporally Grounded Video-Language Models
Python
24
7 commits
updated Apr 18, 2026
Wenzheng Zeng1, Difei Gao1, Mike Zheng Shou1†, Hwee Tou Ng1†,
1National University of Singapore
†Corresponding authors
Please refer to the following environmental settings that we use. You may install these packages by yourself if you meet any problem during automatic installation.
git clone https://github.com/nusnlp/d2vlm.git
cd d2vlm
conda create -n d2vlm python=3.12 -y
conda activate d2vlm
pip install -r requirements.txt
Please refer to the Dataset page.
bash scripts/inference.sh
# or refer to the inference and Evaluation part of scripts/train_inference_eval.sh
bash all_benchmark_eval/charades/inference.sh
all_benchmark_eval/charades/inference.sh
bash all_benchmark_eval/youcook2/inference.sh
bash scripts/train_inference_eval.sh
If you find our work useful in your research, please consider to cite our paper:
@inproceedings{d2vlm,
title={Factorized Learning for Temporally Grounded Video-Language Models},
author={Zeng, Wenzheng and Gao, Difei and Shou, Mike Zheng and Ng, Hwee Tou},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
year={2025},
pages={20683-20693}
}
This project was built upon E.T. Bench, TimeChat, and AMP. We thank their solid contribution to the community!
7 commits
Python
97.7%
Shell
2.3%