You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
## What is VAAS?
17
17
18
-
VAAS is an inference-first, research-driven dual-module vision library for image integrity analysis. It integrates Vision Transformer Attention Mechanisms with patch-level self-consistency analysis to enable fine-grained localization and detection of visual inconsistencies across diverse image analysis tasks.
18
+
VAAS is an inference-first, research-driven dual-module vision library for image integrity analysis. It integrates Vision Transformer Attention Mechanisms with patch-level self-consistency analysis to enable fine-grained localization and detection of visual inconsistencies across diverse image integrity analysis tasks
19
19
20
20
*This repository provides the **inference-ready implementation** of VAAS for research engineers and practitioners.*
21
21
@@ -45,7 +45,7 @@ These combine to produce:
45
45
-`S_P` — patch-level plausibility
46
46
-`S_H` — hybrid anomaly score (final)
47
47
48
-
`S_H` is continuous and reflects anomaly **intensity**, not just presence.
48
+
`S_H` is continuous and reflects relative anomaly **intensity**, not a binary decision.
49
49
50
50
---
51
51
@@ -137,7 +137,8 @@ This will save a figure containing:
137
137
* Global attention overlays
138
138
* A gauge-style visualization of the hybrid anomaly score
139
139
140
-
For examples:
140
+
The examples below illustrate realistic manipulation scenarios where visual
141
+
integrity is compromised through structural or semantic inconsistencies.
141
142
142
143

143
144

@@ -179,9 +180,19 @@ If you would like to contribute a notebook, see **[CONTRIBUTING.md](CONTRIBUTIN
179
180
| v5 | Other datasets | Exploratory generalisation study | TBD | TBD |
180
181
181
182
182
-
183
183
These planned variants aim to study the effect of training scale, dataset diversity, and cross-dataset benchmarking on generalisation and score calibration.
184
184
185
+
### Notes on Model Scope
186
+
187
+
VAAS models may be trained with emphasis on different classes of visual
188
+
integrity violations (e.g. splicing, identity manipulation, text editing,
189
+
structural deformation, or AI-generated artifacts).
190
+
191
+
These variants share the same inference API and scoring framework, but may
192
+
differ in training data composition and calibration depending on the target
193
+
integrity focus.
194
+
195
+
185
196
## Reported Quantitative Performance
186
197
187
198
Quantitative detection and localisation metrics for VAAS are
@@ -203,7 +214,7 @@ interpreted in conjunction with the methodology described in
0 commit comments