Srikant86 commited on
Commit
dc32332
·
1 Parent(s): 2ccb781

readme updated with short intro

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ extra_gated_prompt: >-
4
+ You agree to not use the dataset to conduct experiments that cause harm to
5
+ human subjects. Please note that the data in this dataset may be subject to
6
+ other agreements. Before using the data, be sure to read the relevant
7
+ agreements carefully to ensure compliant use. Video copyrights belong to the
8
+ original video creators or platforms and are for academic research use only.
9
+ task_categories:
10
+ - visual-question-answering
11
+ extra_gated_fields:
12
+ Name: text
13
+ Company/Organization: text
14
+ Country: text
15
+ E-Mail: text
16
+ modalities:
17
+ - Video
18
+ - Text
19
+ configs:
20
+ - config_name: action_sequence
21
+ data_files: json/action_sequence.json
22
+ - config_name: moving_count
23
+ data_files: json/moving_count.json
24
+ - config_name: action_prediction
25
+ data_files: json/action_prediction.json
26
+ - config_name: episodic_reasoning
27
+ data_files: json/episodic_reasoning.json
28
+ - config_name: action_antonym
29
+ data_files: json/action_antonym.json
30
+ - config_name: action_count
31
+ data_files: json/action_count.json
32
+ - config_name: scene_transition
33
+ data_files: json/scene_transition.json
34
+ - config_name: object_shuffle
35
+ data_files: json/object_shuffle.json
36
+ - config_name: object_existence
37
+ data_files: json/object_existence.json
38
+ - config_name: fine_grained_pose
39
+ data_files: json/fine_grained_pose.json
40
+ - config_name: unexpected_action
41
+ data_files: json/unexpected_action.json
42
+ - config_name: moving_direction
43
+ data_files: json/moving_direction.json
44
+ - config_name: state_change
45
+ data_files: json/state_change.json
46
+ - config_name: object_interaction
47
+ data_files: json/object_interaction.json
48
+ - config_name: character_order
49
+ data_files: json/character_order.json
50
+ - config_name: action_localization
51
+ data_files: json/action_localization.json
52
+ - config_name: counterfactual_inference
53
+ data_files: json/counterfactual_inference.json
54
+ - config_name: fine_grained_action
55
+ data_files: json/fine_grained_action.json
56
+ - config_name: moving_attribute
57
+ data_files: json/moving_attribute.json
58
+ - config_name: egocentric_navigation
59
+ data_files: json/egocentric_navigation.json
60
+ language:
61
+ - en
62
+ size_categories:
63
+ - 1K<n<10K
64
+ ---
65
+ # Proposed MVTamperBench, a novel benchmark that systematically evaluates the adversarial robustness of VLMs against video specific tampering techniques, with a focus on temporal reasoning and multimodal coherence.
66
+
67
+ ## Dataset Description
68
+ MVTamperBench applies five distinct tampering techniques to the original MVBench videos: Dropping, Masking, Substitution, Repetition, and Rotation. Each tampering effect introduces unique adversarial challenges to test VLM robustness under various conditions
69
+
70
+ ### Tampering Techniques
71
+ - **Dropping**: Removes a 1-second segment, creating temporal discontinuity.
72
+ - **Masking**: Overlays a black rectangle on a 1-second segment, simulating visual data loss.
73
+ - **Rotation**: Rotates a 1-second segment by 180 degrees, introducing spatial distortion.
74
+ - **Substitution**: Replaces a 1-second segment with a random clip from another video, disrupting the temporal and contextual flow.
75
+ - **Repetition**: Repeats a 1-second segment, introducing temporal redundancy.