Aloukik21 commited on
Commit
2290a07
·
verified ·
1 Parent(s): 6bc20e2

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +199 -137
config.json CHANGED
@@ -1,146 +1,208 @@
1
  {
2
- "version": "2.0",
3
- "description": "AI Content Detection - Stacking Meta-Classifier Weights",
4
- "models": {
 
 
 
 
 
 
5
  "image": {
6
- "classifiers": [
7
- "NYUAD-ComNets/NYUAD_AI-generated_images_detector",
8
- "Organika/sdxl-detector",
9
- "umm-maybe/AI-image-detector",
10
- "dima806/ai_vs_real_image_detection"
11
- ],
12
- "meta_classifier": {
13
- "scaler_mean": [
14
- 0.6074603661000239,
15
- 0.686688522024317,
16
- 0.3849442189093679,
17
- 0.769625436037109,
18
- -2.7338574212581257,
19
- 2.353111819316856e-05
20
- ],
21
- "scaler_scale": [
22
- 0.4283660795399362,
23
- 0.42213362151536316,
24
- 0.26207683401251386,
25
- 0.24410297413117948,
26
- 0.30930081066524256,
27
- 3.9731677371366066e-05
28
- ],
29
- "lr_coefficients": [
30
- 1.7135966231796458,
31
- 1.2825863926730567,
32
- -0.29594309495805504,
33
- 1.300517880868273,
34
- 2.5003933635884863,
35
- 0.5796105924507469
36
- ],
37
- "lr_intercept": 7.351305864946982,
38
- "feature_names": [
39
- "nyuad_score",
40
- "sdxl_score",
41
- "ai_image_score",
42
- "dima806_score",
43
- "fft_slope",
44
- "fft_hf_ratio"
45
- ],
46
- "training_samples": 570,
47
- "accuracy": 0.991
48
- }
49
  },
50
  "audio": {
51
- "classifiers": [
52
- "DavidCombei/wav2vec2-xls-r-1b-DeepFake-AI4TRUST",
53
- "Gustking/wav2vec2-large-xlsr-deepfake-audio-classification"
54
- ],
55
- "meta_classifier": {
56
- "scaler_mean": [
57
- 0.6209166406230846,
58
- 0.09860975675284862,
59
- 0.021718353962836168,
60
- 1924.8187628110218,
61
- 1258.8948959347454,
62
- 0.15988650152081954,
63
- 6620.699833048576
64
- ],
65
- "scaler_scale": [
66
- 0.4712932092514088,
67
- 0.03994814349451387,
68
- 0.007767299011189912,
69
- 328.93736914891036,
70
- 327.4988847517819,
71
- 0.047731468459419314,
72
- 266.2532958839088
73
- ],
74
- "lr_coefficients": [
75
- 1.809447067482119,
76
- 0.6736835103826301,
77
- 0.42671477059530283,
78
- 0.4348569443039551,
79
- 0.5215924234667307,
80
- -0.9464732912412551,
81
- 0.44753673298714475
82
- ],
83
- "lr_intercept": 1.9856021189388406,
84
- "feature_names": [
85
- "davidcombei_score",
86
- "gustking_score",
87
- "spectral_flatness",
88
- "centroid_mean",
89
- "centroid_std",
90
- "zcr",
91
- "rolloff_99"
92
- ],
93
- "training_samples": 300,
94
- "accuracy": 0.82
95
- }
96
  },
97
  "text": {
98
- "classifiers": [
99
- "tiiuae/falcon-7b",
100
- "tiiuae/falcon-7b-instruct",
101
- "Hello-SimpleAI/chatgpt-detector-roberta"
102
- ],
103
- "meta_classifier": {
104
- "scaler_mean": [
105
- 1.130450439453125,
106
- 0.12016203999519348,
107
- -0.46647878605266724,
108
- 6.471777786621135,
109
- 0.5225984308983255,
110
- 0.35815911186395905,
111
- 4.67180587427633
112
- ],
113
- "scaler_scale": [
114
- 0.10663201835331575,
115
- 0.319080203489424,
116
- 0.1695241896637113,
117
- 0.3085286068821368,
118
- 0.10418367918547129,
119
- 0.11425552726076238,
120
- 0.4851605144906258
121
- ],
122
- "lr_coefficients": [
123
- -1.7326994966116347,
124
- -0.23487951489322348,
125
- -1.1207961610247337,
126
- 0.07210147273481866,
127
- 1.197535850075283,
128
- 1.0243602811395163,
129
- 0.5908107658969592
130
- ],
131
- "lr_intercept": -0.40390869475088775,
132
- "feature_names": [
133
- "binoculars_score",
134
- "roberta_ai_score",
135
- "burstiness",
136
- "entropy",
137
- "ttr",
138
- "hapax_ratio",
139
- "avg_word_len"
140
- ],
141
- "training_samples": 80,
142
- "accuracy": 0.975
143
- }
144
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  }
146
  }
 
1
  {
2
+ "version": "v5.1",
3
+ "description": "AI Content Detection meta-classifier weights (stacking ensemble)",
4
+ "modalities": [
5
+ "image",
6
+ "audio",
7
+ "text",
8
+ "video"
9
+ ],
10
+ "benchmark": {
11
  "image": {
12
+ "accuracy": 0.98,
13
+ "tpr": 1.0,
14
+ "tnr": 0.965,
15
+ "f1": 0.978,
16
+ "samples": 204
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  },
18
  "audio": {
19
+ "accuracy": 0.852,
20
+ "tpr": 0.85,
21
+ "tnr": 0.855,
22
+ "f1": 0.866,
23
+ "samples": 142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  },
25
  "text": {
26
+ "accuracy": 0.93,
27
+ "tpr": 0.917,
28
+ "tnr": 0.947,
29
+ "f1": 0.936,
30
+ "samples": 129
31
+ },
32
+ "video": {
33
+ "accuracy": 0.9,
34
+ "tpr": 0.833,
35
+ "tnr": 1.0,
36
+ "samples": 30
37
+ },
38
+ "overall": {
39
+ "accuracy": 0.928,
40
+ "samples": 475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  }
42
+ },
43
+ "image": {
44
+ "n_features": 8,
45
+ "feature_names": [
46
+ "NYUAD_ViT",
47
+ "ai_vs_real_ViT",
48
+ "DFDC_ViT",
49
+ "ai_image_det_ViT",
50
+ "fft_slope",
51
+ "hf_ratio",
52
+ "Bombek1_SigLIP2_DINOv2",
53
+ "SPAI_CVPR2025"
54
+ ],
55
+ "scaler_mean": [
56
+ 0.46721075337286583,
57
+ 0.4332848905084707,
58
+ 0.34848470501282125,
59
+ 0.7513610315914312,
60
+ -2.7428234702735845,
61
+ 1.4757695660114816e-05,
62
+ 0.47213903127932083,
63
+ 0.5310949190042461
64
+ ],
65
+ "scaler_scale": [
66
+ 0.4562829992667211,
67
+ 0.4653274721438903,
68
+ 0.2594560381028844,
69
+ 0.2566914952700282,
70
+ 0.31761878154208484,
71
+ 1.745336794888413e-05,
72
+ 0.4468171423032323,
73
+ 0.4707389622737817
74
+ ],
75
+ "lr_coef": [
76
+ 0.6488963010751596,
77
+ 0.19470730198227582,
78
+ 0.3669096091179738,
79
+ -1.1058065882150858,
80
+ -0.47635552888598026,
81
+ -0.015401252102331365,
82
+ 2.5029078795863406,
83
+ 1.237011726618108
84
+ ],
85
+ "lr_intercept": -0.7403570533419102,
86
+ "hf_models": [
87
+ "Nahrawy/AIorNot",
88
+ "haywoodsloan/ai-image-detector-deploy",
89
+ "prithivMLmods/Deep-Fake-Detector-Model",
90
+ "Organika/sdxl-detector",
91
+ "Bombek/BombDetector-v3-SigLIP2-DINOv2-LoRA"
92
+ ],
93
+ "notes": "Bombek1 is #1 feature (coef=+2.50). SPAI uses local repo."
94
+ },
95
+ "audio": {
96
+ "n_features": 9,
97
+ "feature_names": [
98
+ "DavidCombei_wav2vec2",
99
+ "Gustking_wav2vec2",
100
+ "mo_thecreator_deepfake",
101
+ "spectral_flatness",
102
+ "centroid_mean",
103
+ "centroid_std",
104
+ "zero_crossing_rate",
105
+ "spectral_rolloff",
106
+ "DF_Arena_1B"
107
+ ],
108
+ "scaler_mean": [
109
+ 0.5667607612050348,
110
+ 0.2773010993612484,
111
+ 0.23310774392822925,
112
+ 0.03141037016224877,
113
+ 1807.2398348786571,
114
+ 897.18004887457,
115
+ 0.12301036345108962,
116
+ 6620.40736210088,
117
+ 0.5433762406366287
118
+ ],
119
+ "scaler_scale": [
120
+ 0.48680867334512096,
121
+ 0.29197482864644153,
122
+ 0.4211570130989059,
123
+ 0.024618810573647662,
124
+ 459.40344999868597,
125
+ 394.8528855416117,
126
+ 0.046570088698838365,
127
+ 829.6553459300637,
128
+ 0.4155082795685684
129
+ ],
130
+ "lr_coef": [
131
+ 0.7845433297452213,
132
+ -0.25601227158569434,
133
+ 0.38715143588917217,
134
+ 0.5305971113288093,
135
+ 0.14191280089652655,
136
+ 1.7648106776858394,
137
+ -1.6174243839603224,
138
+ -1.09787021389514,
139
+ 1.092684667819162
140
+ ],
141
+ "lr_intercept": 0.39250921446958165,
142
+ "hf_models": [
143
+ "DavidCombei/wav2vec2-xls-r-1b-deepfake",
144
+ "Gustking/ai_voice_detect_xlsr",
145
+ "mo-thecreator/Deepfake-audio-detection",
146
+ "Aloukik21/DF_Arena_1B"
147
+ ]
148
+ },
149
+ "text": {
150
+ "n_features": 8,
151
+ "feature_names": [
152
+ "binoculars_score",
153
+ "roberta_chatgpt_score",
154
+ "perplexity_norm",
155
+ "avg_sentence_length",
156
+ "lexical_diversity",
157
+ "hapax_ratio",
158
+ "avg_word_length",
159
+ "fakespot_roberta_score"
160
+ ],
161
+ "scaler_mean": [
162
+ 1.1353826005329457,
163
+ 0.33250804246780497,
164
+ -0.48164806951384675,
165
+ 5.916446148470062,
166
+ 0.6490103211442594,
167
+ 0.5124573713819743,
168
+ 5.220866125485708,
169
+ 0.6364287314816944
170
+ ],
171
+ "scaler_scale": [
172
+ 0.19535976595611237,
173
+ 0.45007809250809544,
174
+ 0.21119484430166974,
175
+ 1.1937958293169302,
176
+ 0.19352867829552858,
177
+ 0.21389850106439456,
178
+ 1.2135677101079925,
179
+ 0.43094435530407293
180
+ ],
181
+ "lr_coef": [
182
+ -0.6243579398646565,
183
+ 0.389259232075374,
184
+ -0.5040499517552531,
185
+ -0.21291399657541557,
186
+ -0.08360375807827485,
187
+ -0.014109874794709326,
188
+ 0.22446151217916235,
189
+ 1.2266905154327146
190
+ ],
191
+ "lr_intercept": 0.1964292008569683,
192
+ "hf_models": [
193
+ "tiiuae/falcon-7b",
194
+ "tiiuae/falcon-7b-instruct",
195
+ "roberta-base-openai-detector",
196
+ "fakespot-ai/roberta-base-fakespot-detector"
197
+ ],
198
+ "notes": "Binoculars uses falcon-7b pair. fakespot is #1 feature (coef=+1.23)."
199
+ },
200
+ "video": {
201
+ "method": "frame_sampling + audio_extraction",
202
+ "frame_detector": "image meta-classifier on sampled frames",
203
+ "audio_detector": "audio meta-classifier on extracted audio (ffmpeg)",
204
+ "combining": "50/50 equal weight of video_prob and audio_prob",
205
+ "default_num_frames": 8,
206
+ "notes": "Video = image detection on frames + audio detection on extracted track"
207
  }
208
  }