update readme
Browse files
README.md
CHANGED
|
@@ -5,11 +5,12 @@ library_name: transformers
|
|
| 5 |
|
| 6 |
# EVA: Efficient Reinforcement Learning for End-to-End Video Agent
|
| 7 |
|
| 8 |
-
[ is an end-to-end framework that enables "planning-before-perception" through iterative summary-plan-action-reflection reasoning. Unlike passive recognizers, EVA autonomously decides what to watch, when to watch, and how to watch, achieving query-driven and efficient video understanding.
|
| 15 |
|
|
|
|
| 5 |
|
| 6 |
# EVA: Efficient Reinforcement Learning for End-to-End Video Agent
|
| 7 |
|
| 8 |
+
[](https://arxiv.org/abs/2603.22918)
|
| 9 |
+
[](https://huggingface.co/papers/2603.22918)
|
| 10 |
+
[](https://github.com/wangruohui/EfficientVideoAgent)
|
| 11 |
+
[](https://huggingface.co/WRHC/EfficientVideoAgent/)
|
| 12 |
|
| 13 |
+
This repository contains the model weights proposed in our paper [EVA: Efficient Reinforcement Learning for End-to-End Video Agent](https://arxiv.org/abs/2603.22918). Official evaluation codes are hosted on [GitHub](https://github.com/wangruohui/EfficientVideoAgent).
|
| 14 |
|
| 15 |
EVA (Efficient Video Agent) is an end-to-end framework that enables "planning-before-perception" through iterative summary-plan-action-reflection reasoning. Unlike passive recognizers, EVA autonomously decides what to watch, when to watch, and how to watch, achieving query-driven and efficient video understanding.
|
| 16 |
|