gaostar commited on
Commit
0a29fd8
·
verified ·
1 Parent(s): de54543

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -1,3 +1,49 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: transformers
4
+ base_model: DAMO-NLP-SG/VideoLLaMA3-7B
5
+ tags:
6
+ - multimodal
7
+ - video-llm
8
+ - video-understanding
9
+ - video-grounding
10
+ - spatio-temporal-grounding
11
+ - temporal-grounding
12
+ - referring-expression-comprehension
13
+ - grounding
14
+ - reasoning
15
+ - custom_code
16
+ - pytorch
17
  ---
18
+
19
+ <div align="center">
20
+
21
+ # DeViL-7B
22
+
23
+ **Official checkpoint for "Detector-Empowered Video Large Language Model for Efficient Spatio-Temporal Grounding"**
24
+
25
+ [Paper](https://arxiv.org/abs/2512.06673) | [Code](https://github.com/gaostar123/DeViL)
26
+
27
+ </div>
28
+
29
+ <p align="center">
30
+ <img src="https://raw.githubusercontent.com/gaostar123/DeViL/main/assets/intro_v10.png" alt="DeViL teaser" width="100%">
31
+ </p>
32
+
33
+ ## Overview
34
+
35
+ DeViL is a detector-empowered video large language model designed for efficient spatio-temporal video grounding (STVG) and grounded video reasoning. Instead of relying on long autoregressive coordinate decoding or expensive candidate construction, DeViL offloads dense spatial grounding to a fully parallel detector. It distills the user query into a detector-compatible reference-semantic token and uses temporal consistency regularization to maintain object coherence across frames.
36
+
37
+ This repository hosts the official DeViL-7B checkpoint released by the authors.
38
+
39
+ ## Highlights
40
+
41
+ - Detector-empowered grounding for efficient spatio-temporal localization
42
+ - Strong performance reported in the paper: 43.1 m_vIoU on HC-STVG and 14.33 FPS
43
+ - Preserves the backbone MLLM's general video understanding and reasoning ability
44
+ - Supports both image and video inputs in the official demo pipeline
45
+
46
+ ## Links
47
+
48
+ - Paper: https://arxiv.org/abs/2512.06673
49
+ - Code: https://github.com/gaostar123/DeViL