commandeaw commited on
Commit
97b9bd0
·
verified ·
1 Parent(s): 84c8a9d

Add Acknowledgements / Related Work section

Browse files

Acknowledge that query-aware and adaptive frame selection for
Video-LLMs is an active research direction; clarify that this
release is an independent engineering implementation focused on
small-model, low-frame-budget video QA and CCTV-style deployment.

Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -217,6 +217,16 @@ in benchmark mode.
217
  > Video-MME benchmark and are not a leaderboard submission. A full-
218
  > benchmark eval is on the future-work list.
219
 
 
 
 
 
 
 
 
 
 
 
220
  ## License
221
 
222
  | Component | License | Source |
 
217
  > Video-MME benchmark and are not a leaderboard submission. A full-
218
  > benchmark eval is on the future-work list.
219
 
220
+ ## Acknowledgements / Related Work
221
+
222
+ This project builds on Qwen3-VL-2B-Instruct and uses a simple
223
+ CLIP-based query-aware frame selection policy at inference time.
224
+
225
+ Query-aware and adaptive frame selection for Video-LLMs is an active
226
+ research direction. DW-KhotTaeVL-2B-QueryFrames is an independent
227
+ engineering implementation focused on small-model, low-frame-budget
228
+ video QA and CCTV-style deployment constraints.
229
+
230
  ## License
231
 
232
  | Component | License | Source |