TengfeiLiuCoder commited on
Commit
f85622f
·
verified ·
1 Parent(s): 403ebeb

Add task and method overview figures

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. README.md +11 -2
  3. framework.png +3 -0
  4. teaser.png +3 -0
.gitattributes CHANGED
@@ -6,3 +6,5 @@
6
  *.gguf filter=lfs diff=lfs merge=lfs -text
7
  captioncase_01.png filter=lfs diff=lfs merge=lfs -text
8
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
6
  *.gguf filter=lfs diff=lfs merge=lfs -text
7
  captioncase_01.png filter=lfs diff=lfs merge=lfs -text
8
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
9
+ teaser.png filter=lfs diff=lfs merge=lfs -text
10
+ framework.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -20,6 +20,12 @@ RefCaptioner is an 8B vision-language model for **multi-reference image-grounded
20
 
21
  The released weights are a merged Hugging Face checkpoint based on [Qwen3-VL-8B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct). No PEFT adapter is required at inference time.
22
 
 
 
 
 
 
 
23
  ## Model details
24
 
25
  | Item | Value |
@@ -31,6 +37,11 @@ The released weights are a merged Hugging Face checkpoint based on [Qwen3-VL-8B-
31
  | Thinking mode | Disabled |
32
  | Weight format | Merged `safetensors` |
33
 
 
 
 
 
 
34
  ## Installation
35
 
36
  The tested environment for loading RefCaptioner and running inference is provided in `requirement.txt`. Use Python 3.10 and install it with:
@@ -39,9 +50,7 @@ The tested environment for loading RefCaptioner and running inference is provide
39
  pip install -r requirement.txt
40
  ```
41
 
42
- RefCaptioner uses the standard Qwen3-VL inference stack and does not require a task-specific runtime. Any environment that can run Qwen3-VL with a compatible Transformers release can be used directly.
43
 
44
- The benchmark environment used `torch==2.9.0`, `transformers==4.57.6`, `accelerate==1.14.0`, `qwen-vl-utils==0.0.14`, and `av==17.1.0`.
45
 
46
  ## Quick start
47
 
 
20
 
21
  The released weights are a merged Hugging Face checkpoint based on [Qwen3-VL-8B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct). No PEFT adapter is required at inference time.
22
 
23
+ ## Task overview
24
+
25
+ ![Multi-reference image-grounded video captioning](teaser.png)
26
+
27
+ RefCaptioner grounds relevant reference images to local phrases in a video caption while rejecting distractor references.
28
+
29
  ## Model details
30
 
31
  | Item | Value |
 
37
  | Thinking mode | Disabled |
38
  | Weight format | Merged `safetensors` |
39
 
40
+ ## Method overview
41
+
42
+ ![RefCaptioner training framework](framework.png)
43
+ Training Framework
44
+
45
  ## Installation
46
 
47
  The tested environment for loading RefCaptioner and running inference is provided in `requirement.txt`. Use Python 3.10 and install it with:
 
50
  pip install -r requirement.txt
51
  ```
52
 
 
53
 
 
54
 
55
  ## Quick start
56
 
framework.png ADDED

Git LFS Details

  • SHA256: 0ea48392e6c91f713035ff1904c3705d971b83f7b281de1df800a3330dc625bb
  • Pointer size: 131 Bytes
  • Size of remote file: 580 kB
teaser.png ADDED

Git LFS Details

  • SHA256: b4157be5baf79a750e800352ca13dfd8e72468f9576b188636786352741618d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.96 MB