Update README.md
#2
by neptunel1 - opened
README.md
CHANGED
|
@@ -4,10 +4,10 @@ language:
|
|
| 4 |
- en
|
| 5 |
library_name: nv-tesseract
|
| 6 |
---
|
| 7 |
-
# NV-Tesseract-AD
|
| 8 |
|
| 9 |
## Description: <br>
|
| 10 |
-
NVIDIA NV-Tesseract-AD
|
| 11 |
|
| 12 |
This model is for research and development only.
|
| 13 |
|
|
@@ -33,9 +33,9 @@ Companies, organizations, research hubs looking to do anomaly detection on tempo
|
|
| 33 |
|
| 34 |
**Network Architecture:** ResNet34 <br>
|
| 35 |
|
| 36 |
-
**Number of model parameters:**
|
| 37 |
|
| 38 |
-
The NV-Tesseract-AD
|
| 39 |
|
| 40 |
## Input: <br>
|
| 41 |
**Input Type(s):** Tabular numeric <br>
|
|
@@ -67,7 +67,8 @@ Linux<br>
|
|
| 67 |
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
|
| 68 |
|
| 69 |
## Model Version(s):
|
| 70 |
-
NV-Tesseract-AD
|
|
|
|
| 71 |
|
| 72 |
# Training & Testing Datasets: <br>
|
| 73 |
80/20 split per dataset. <br />
|
|
@@ -77,52 +78,52 @@ NV-Tesseract-AD-2.0<br>
|
|
| 77 |
**Training Data Size:** 3 million data points
|
| 78 |
|
| 79 |
### <a href="https://thedatumorg.github.io/TSB-AD/">TSB-AD-M</a><br />
|
| 80 |
-
**Data Collection Method by dataset**
|
| 81 |
-
Hybrid:
|
| 82 |
-
**Labeling Method by dataset**
|
| 83 |
-
Hybrid:
|
| 84 |
-
**Properties:** The TSB-AD-M benchmark
|
| 85 |
<br>
|
| 86 |
|
| 87 |
# Evaluation Datasets: <br>
|
| 88 |
|
| 89 |
### <a href="https://www.kaggle.com/datasets/arbazkhan971/anomaly-detection">Detecting Anomalies in Wafer Manufacturing</a><br />
|
| 90 |
-
**Data Collection Method by dataset**
|
| 91 |
-
|
| 92 |
-
**Labeling Method by dataset**
|
| 93 |
-
|
| 94 |
-
**Properties:**
|
| 95 |
<br>
|
| 96 |
|
| 97 |
### <a href="https://archive.ics.uci.edu/dataset/156/calit2+building+people+counts">CalIt2 Building People Counts</a><br />
|
| 98 |
-
**Data Collection Method by dataset**
|
| 99 |
-
|
| 100 |
-
**Labeling Method by dataset**
|
| 101 |
-
|
| 102 |
-
**Properties:**
|
| 103 |
<br>
|
| 104 |
|
| 105 |
### <a href="https://www.kaggle.com/datasets/ziya07/network-traffic-anomaly-detection-dataset">Network Traffic</a><br />
|
| 106 |
-
**Data Collection Method by dataset**
|
| 107 |
-
|
| 108 |
-
**Labeling Method by dataset**
|
| 109 |
-
|
| 110 |
-
**Properties:**
|
| 111 |
<br>
|
| 112 |
|
| 113 |
### <a href="https://www.kaggle.com/datasets/inIT-OWL/genesis-demonstrator-data-for-machine-learning">Genesis Demonstrator</a><br />
|
| 114 |
-
**Data Collection Method by dataset**
|
| 115 |
-
|
| 116 |
-
**Labeling Method by dataset**
|
| 117 |
-
|
| 118 |
-
**Properties:**
|
| 119 |
<br>
|
| 120 |
|
| 121 |
### <a href="https://www.kaggle.com/datasets/jorekai/anomaly-detection-falling-people-events?select=data">Falling People</a><br />
|
| 122 |
-
**Data Collection Method by dataset**
|
| 123 |
-
|
| 124 |
-
**Labeling Method by dataset**
|
| 125 |
-
|
| 126 |
**Properties:** This data set was used during a thesis to develop safer smart environments. The origin is a care independent smart home environment to detect the falling of elderly people.
|
| 127 |
<br>
|
| 128 |
|
|
|
|
| 4 |
- en
|
| 5 |
library_name: nv-tesseract
|
| 6 |
---
|
| 7 |
+
# NV-Tesseract-AD Overview
|
| 8 |
|
| 9 |
## Description: <br>
|
| 10 |
+
NVIDIA NV-Tesseract-AD provides anomaly detection functionality. Rather than relying only on transformers, it introduces diffusion modeling, stabilized through curriculum learning, and pairs it with adaptive thresholding methods in a model purpose-built for anomaly detection. Together, these elements address some of the most challenging issues in the field: noisy, high-dimensional signals that drift over time and contain rare, irregular events.
|
| 11 |
|
| 12 |
This model is for research and development only.
|
| 13 |
|
|
|
|
| 33 |
|
| 34 |
**Network Architecture:** ResNet34 <br>
|
| 35 |
|
| 36 |
+
**Number of model parameters:** 8 million <br>
|
| 37 |
|
| 38 |
+
The NV-Tesseract-AD is a diffusion-based model for time-series imputation and anomaly detection. <br>
|
| 39 |
|
| 40 |
## Input: <br>
|
| 41 |
**Input Type(s):** Tabular numeric <br>
|
|
|
|
| 67 |
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
|
| 68 |
|
| 69 |
## Model Version(s):
|
| 70 |
+
NV-Tesseract-AD<br>
|
| 71 |
+
|
| 72 |
|
| 73 |
# Training & Testing Datasets: <br>
|
| 74 |
80/20 split per dataset. <br />
|
|
|
|
| 78 |
**Training Data Size:** 3 million data points
|
| 79 |
|
| 80 |
### <a href="https://thedatumorg.github.io/TSB-AD/">TSB-AD-M</a><br />
|
| 81 |
+
**Data Collection Method by dataset**
|
| 82 |
+
Hybrid: Automatic/Sensors, Human, Synthetic<br />
|
| 83 |
+
**Labeling Method by dataset**
|
| 84 |
+
Hybrid: Human, Automatic, Synthetic<br/>
|
| 85 |
+
**Properties:** The TSB-AD-M benchmark consists of **17 public multivariate datasets** containing **198 curated multivariate time series** spanning diverse application domains. The datasets include both point and sequence anomalies with varying dimensionalities, anomaly ratios, anomaly lengths, and time-series lengths, providing a comprehensive benchmark for multivariate time-series anomaly detection.
|
| 86 |
<br>
|
| 87 |
|
| 88 |
# Evaluation Datasets: <br>
|
| 89 |
|
| 90 |
### <a href="https://www.kaggle.com/datasets/arbazkhan971/anomaly-detection">Detecting Anomalies in Wafer Manufacturing</a><br />
|
| 91 |
+
**Data Collection Method by dataset**
|
| 92 |
+
Automatic/Sensors<br />
|
| 93 |
+
**Labeling Method by dataset**
|
| 94 |
+
Human, Automatic<br/>
|
| 95 |
+
**Properties:** High-dimensional tabular anomaly detection dataset collected from semiconductor wafer manufacturing. Each sample represents a single wafer described by **1,558 anonymized process features** and a binary anomaly label indicating normal or anomalous production.
|
| 96 |
<br>
|
| 97 |
|
| 98 |
### <a href="https://archive.ics.uci.edu/dataset/156/calit2+building+people+counts">CalIt2 Building People Counts</a><br />
|
| 99 |
+
**Data Collection Method by dataset**
|
| 100 |
+
Automatic/Sensors<br />
|
| 101 |
+
**Labeling Method by dataset**
|
| 102 |
+
Human<br/>
|
| 103 |
+
**Properties:** Time-series dataset containing people counts collected from sensors at the main entrance of the Calit2 building at the University of California, Irvine. Measurements were recorded every 30 minutes over approximately 15 weeks, producing 48 observations per day.
|
| 104 |
<br>
|
| 105 |
|
| 106 |
### <a href="https://www.kaggle.com/datasets/ziya07/network-traffic-anomaly-detection-dataset">Network Traffic</a><br />
|
| 107 |
+
**Data Collection Method by dataset**
|
| 108 |
+
Synthetic, Automatic/Sensors<br />
|
| 109 |
+
**Labeling Method by dataset**
|
| 110 |
+
Automatic, Human<br/>
|
| 111 |
+
**Properties:** Labeled network traffic dataset for anomaly detection containing normal and malicious traffic records represented by multiple network features. The dataset is intended for evaluating supervised anomaly detection methods on network intrusion scenarios.
|
| 112 |
<br>
|
| 113 |
|
| 114 |
### <a href="https://www.kaggle.com/datasets/inIT-OWL/genesis-demonstrator-data-for-machine-learning">Genesis Demonstrator</a><br />
|
| 115 |
+
**Data Collection Method by dataset**
|
| 116 |
+
Automatic/Sensors<br />
|
| 117 |
+
**Labeling Method by dataset**
|
| 118 |
+
Human<br/>
|
| 119 |
+
**Properties:** Multivariate industrial time-series dataset collected from the Genesis portable pick-and-place demonstrator developed as part of the OPAK and IMPROVE projects. The dataset contains continuous and discrete sensor signals together with timestamps and labeled anomalous operating conditions.
|
| 120 |
<br>
|
| 121 |
|
| 122 |
### <a href="https://www.kaggle.com/datasets/jorekai/anomaly-detection-falling-people-events?select=data">Falling People</a><br />
|
| 123 |
+
**Data Collection Method by dataset**
|
| 124 |
+
Human, Automatic/Sensors<br />
|
| 125 |
+
**Labeling Method by dataset**
|
| 126 |
+
Human<br/>
|
| 127 |
**Properties:** This data set was used during a thesis to develop safer smart environments. The origin is a care independent smart home environment to detect the falling of elderly people.
|
| 128 |
<br>
|
| 129 |
|