Add paper and GitHub links, update task categories

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -1,5 +1,40 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  task_categories:
 
4
  - question-answering
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  task_categories:
4
+ - video-text-to-text
5
  - question-answering
6
+ ---
7
+
8
+ # CUVA: Causation Understanding of Video Anomaly
9
+
10
+ This is the official dataset repository for the paper **"Uncovering What, Why and How: A Comprehensive Benchmark for Causation Understanding of Video Anomaly"** (CVPR 2024).
11
+
12
+ [**Paper**](https://huggingface.co/papers/2405.00181) | [**GitHub Repository**](https://github.com/fesvhtr/CUVA)
13
+
14
+ ## Introduction
15
+ Video Anomaly Understanding (VAU) aims to automatically comprehend unusual occurrences in videos. While existing VAU benchmarks primarily concentrate on anomaly detection and localization, CUVA focuses on more practical applications by addressing three crucial questions:
16
+ - **What** anomaly occurred? (Anomaly type, start/end times, and event descriptions)
17
+ - **Why** did it happen? (Natural language explanations for the cause of an anomaly)
18
+ - **How** severe is it? (Free text reflecting the effect of the abnormality)
19
+
20
+ The benchmark involves three sets of human annotations and introduces **MMEval**, a novel evaluation metric designed to better align with human preferences for causation understanding.
21
+
22
+ ## Dataset Structure
23
+ The dataset consists of video anomaly instances with annotations stored in JSON format.
24
+ As noted in the official repository, there are 4 zip files and 1 json file. Users should unzip the files and organize them into a `data` folder for use with the provided baseline and evaluation scripts.
25
+
26
+ ## Citation
27
+ If you find this work useful for your research, please consider citing:
28
+
29
+ ```bibtex
30
+ @INPROCEEDINGS{CUVA,
31
+ author={Du, Hang and Zhang, Sicheng and Xie, Binzhu and Nan, Guoshun and Zhang, Jiayang and Xu, Junrui and Liu, Hangyu and Leng, Sicong and Liu, Jiangming and Fan, Hehe and Huang, Dajiu and Feng, Jing and Chen, Linli and Zhang, Can and Li, Xuhuan and Zhang, Hao and Chen, Jianhang and Cui, Qimei and Tao, Xiaofeng},
32
+ booktitle={2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
33
+ title={Uncovering what, why and How: A Comprehensive Benchmark for Causation Understanding of Video Anomaly},
34
+ year={2024},
35
+ volume={},
36
+ number={},
37
+ pages={18793-18803},
38
+ keywords={Measurement;Annotations;Surveillance;Natural languages;Benchmark testing;Traffic control;Pattern recognition;Anomaly Video;Large Language Model},
39
+ doi={10.1109/CVPR52733.2024.01778}}
40
+ ```