Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: 'pretty_name: COMSATS Structured Video Tampering Evaluation Dataset (CSVTED)'
|
3 |
+
---
|
4 |
+
|
5 |
+
# Dataset Card for COMSATS Structured Video Tampering Evaluation Dataset (CSVTED)
|
6 |
+
|
7 |
+
<!-- Provide a quick summary of the dataset. -->
|
8 |
+
|
9 |
+
The COMSATS Structured Video Tampering Evaluation Dataset (CSVTED) provides a three-level dataset structured by tampering quality and video complexity, designed to support research in video forensic analysis.
|
10 |
+
|
11 |
+
## Dataset Details
|
12 |
+
|
13 |
+
The dataset consists of 1047 videos: 133 original + 914 tampered in various formats (avi, mp4, mov).
|
14 |
+
These were captured using multiple cameras and lighting conditions (morning, noon, evening, night, fog).
|
15 |
+
We includex various tampering types, both spatial and temporal:
|
16 |
+
- Frame duplication
|
17 |
+
- Deletion
|
18 |
+
- Insertion
|
19 |
+
- Copy-move
|
20 |
+
- Splicing
|
21 |
+
- Event-Object-Person (EOP) based tampering
|
22 |
+
|
23 |
+
We used SSIM and Optical Flow to select optimal positions for duplication, insertion, or deletion. This helps maintain visual consistency and avoids abrupt changes, especially by matching object motion direction.
|
24 |
+
|
25 |
+
## Dataset Structure
|
26 |
+
|
27 |
+
The dataset consists of zipped video files in either avi, mp4 or mov formats.
|
28 |
+
|
29 |
+
- EOP-Frame-Deletion.zip (20-videos)
|
30 |
+
- EOP-Frame-Duplication.zip (20-videos)
|
31 |
+
- EOP-Frame-Insertion.zip (20-videos)
|
32 |
+
- Frame-Deletion.zip (260-videos)
|
33 |
+
- Frame-Duplication.zip (291-videos)
|
34 |
+
- Frame-Insertion.zip (293-videos)
|
35 |
+
- Original.zip (133-videos)
|
36 |
+
- Spatial-Tampering.zip (10-videos)
|
37 |
+
|
38 |
+
## Citation [optional]
|
39 |
+
|
40 |
+
**BibTeX:**
|
41 |
+
|
42 |
+
@article{CSVTED,
|
43 |
+
title={{COMSATS} Structured Video Tampering Evaluation Dataset {(CSVTED)}},
|
44 |
+
author={N. Akhtar and M. Saddique and P.L. Rosin and X. Sun and M. Hussain and Z. Habib},
|
45 |
+
journal = {Machine Vision and Applications},
|
46 |
+
pages = {xxx-xxx},
|
47 |
+
year = {2022}
|
48 |
+
}
|
49 |
+
|
50 |
+
## Dataset Card Contact
|
51 |
+
|
52 |
+
Paul Rosin\
|
53 |
+
Cardiff University\
|
54 |
+
[[email protected]](mailto:[email protected])
|