OBA-Research commited on
Commit
20cd615
ยท
verified ยท
1 Parent(s): 77a76c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -47,7 +47,7 @@ The framework is further extended with a cross-attention fusion mechanism that e
47
 
48
  - [Journal version (FSIDI / DFRWS EU 2026)](https://www.sciencedirect.com/science/article/pii/S266628172600020X)
49
  - [Arxiv version](https://arxiv.org/abs/2512.15512)
50
-
51
  ---
52
 
53
  ## Architecture Overview
@@ -108,7 +108,17 @@ VAAS will automatically detect PyTorch at runtime and raise a clear error if it
108
 
109
  ---
110
 
111
- ## Usage
 
 
 
 
 
 
 
 
 
 
112
 
113
  ---
114
 
@@ -191,13 +201,13 @@ anomaly_map = result["anomaly_map"]
191
 
192
  ---
193
 
194
- ### v1 (Legacy)
195
 
196
- | Models | Training Data | Description | Hugging Face Model |
197
- |--------|----------------|-------------|--------------------|
198
- | vaas-v1-base-df2023 | DF2023 (10%) | Initial public inference release | https://huggingface.co/OBA-Research/vaas |
199
- | vaas-v1-medium-df2023 | DF2023 (โ‰ˆ50%) | Scale-up experiment | https://huggingface.co/OBA-Research/vaas/tree/v1-medium-df2023 |
200
- | vaas-v1-large-df2023 | DF2023 (100%) | Full-dataset training | https://huggingface.co/OBA-Research/vaas/tree/v1-large-df2023 |
201
 
202
  ---
203
 
 
47
 
48
  - [Journal version (FSIDI / DFRWS EU 2026)](https://www.sciencedirect.com/science/article/pii/S266628172600020X)
49
  - [Arxiv version](https://arxiv.org/abs/2512.15512)
50
+ * [Presentation Slides](https://opeyemibami.github.io/slides/vaas)
51
  ---
52
 
53
  ## Architecture Overview
 
108
 
109
  ---
110
 
111
+ # Usage
112
+
113
+ ## Documentation and Examples
114
+
115
+ ๐Ÿ‘‰ [APIs and Usage Documentation](https://github.com/OBA-Research/VAAS/blob/main/docs/usage/api_doc.md)
116
+
117
+ ๐Ÿ‘‰ [colab notebooks](https://drive.google.com/drive/folders/1xA0OdPgz9C8OL63nfl_nlUcZ-wWeRz84?usp=sharing)
118
+
119
+ ๐Ÿ‘‰ [v2 notebooks](https://github.com/OBA-Research/VAAS/tree/main/examples/notebooks/vaas_v2/)
120
+
121
+ ๐Ÿ‘‰ [v1 notebooks](https://github.com/OBA-Research/VAAS/tree/main/examples/notebooks/vaas_v017)
122
 
123
  ---
124
 
 
201
 
202
  ---
203
 
204
+ ### V1 Model Variants
205
 
206
+ | Models | Training Data | Description | Reported Evaluation (Paper) | Hugging Face Model |
207
+ | --------------------- | ------------- | -------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
208
+ | vaas-v1-base-df2023 | DF2023 (10%) | Initial public inference release | [F1 & IoU are reported in research paper](https://arxiv.org/pdf/2512.15512) | [vaas-v1-base-df2023](https://huggingface.co/OBA-Research/vaas) |
209
+ | vaas-v1-medium-df2023 | DF2023 (โ‰ˆ50%) | Scale-up experiment | 5% better than base | [vaas-v1-medium-df2023](https://huggingface.co/OBA-Research/vaas/tree/v1-medium-df2023) |
210
+ | vaas-v1-large-df2023 | DF2023 (100%) | Full-dataset training | 9% better than medium | [vaas-v1-large-df2023](https://huggingface.co/OBA-Research/vaas/tree/v1-large-df2023) |
211
 
212
  ---
213