safetynet
Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization dlr-ki has institutional domain (www.dlr.de) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: DLR-KI
- Default Branch: main
- Size: 53.7 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 1
Metadata Files
README.md
SafetyNet Manifest
This directory contains the JSON schema for the different components of the SafetyNet standard.
Usage
This repository contains the JSON schema to verify an arbitrary JSON file against the SafteyNet standard.
The current version of the SafetyNet standard is 1.0.0.
Accordingly, the JSON schema are located in the 1.0.0 directory and the raw urls are:
- Manifest: https://raw.githubusercontent.com/DLR-KI/safetynet/refs/heads/main/1.0.0/manifest.schema.json
- NNet: https://raw.githubusercontent.com/DLR-KI/safetynet/refs/heads/main/1.0.0/nnet.schema.json
- SafetyNet: https://raw.githubusercontent.com/DLR-KI/safetynet/refs/heads/main/1.0.0/safetynet.schema.json
For a more detailed description of the SafetyNet standard, please refer to the paper.
Business Logic
Unfortunately, the JSON schema does not support the full range of business logic that is required to validate the SafetyNet standard. For example, cross checks between files are not possible. Therefore, to fully validate the SafetyNet standard, a custom validator is required. This custom validator should adhere to the following rules:
| ID | Name | Description | | ----- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | G-001 | Available Files | It shall be ensured that all files referenced in the manifest are available. | | G-002 | Datatype Coherence | It shall be ensured that the same datatype is used for all neural networks and lookup tables referred to in the manifest. This datatype shall be ensured to be the same as the datatype specified in the manifest. It shall moreover be used for both the input and output vector of both the neural networks and lookup tables. | | G-003 | Input Coherence | It shall be ensured that all neural networks and lookup tables adhere to the structure of the inputs defined in the manifest. This includes but is not limited to ensuring that all input strides defined by the neural networks and lookup tables adhere to the input strides defined by the manifest. | | G-004 | Input Coverage | It shall be ensured that all the inputs of all neural networks and lookup tables cover at least the required input space defined in the conditionals of the manifest. | | G-005 | Output Number | It shall be ensured that all neural networks and lookup tables adhere to the number of outputs defined in the manifest. | | G-006 | Output Type | It shall be ensured that the output of both the neural networks and lookup tables are an arbitrary vector of numbers with the length ensured by G-005. | | G-007 | Ensured Responsibility | It shall be ensured that every allowed input vector is covered by at least one neural network or lookup table. | | G-008 | Single Responsibility | It shall be ensured that every allowed input vector is covered by at most one neural network and lookup table. | | G-009 | Condition Limits | It shall be ensured that all conditions of the neural networks and lookup tables are within the limits defined in the input range in the manifest of the corresponding neural network or lookup table. | | G-010 | Wildcard Conditional | It shall be ensured that all inputs which are not part of the conditions are not part of the decision process. | | M-001 | Versioning | It shall be ensured that the version of the manifest adheres to the version of the schema. | | M-002 | Compatible Versioning | It shall be ensured that the version of the neural networks and lookup tables are compatible with the manifest. | | L-001 | Correct Output | It shall be ensured that the output of the lookup table has the correct length and datatype for all defined outputs. | | L-002 | Known Format | It shall be ensured that all lookup tables are in an allowed format. | | L-003 | Relayed Responsibility | It shall be ensured that the lookup table can determine whether the responsibility for any given valid input vector lies within the lookup table or if the neural network has to be queried. | | N-001 | Correct Output | It shall be ensured that the output of the neural network as defined in the manifest has the correct length and datatype for all defined outputs. | | N-002 | Known Format | It shall be ensured that all neural networks are in an allowed format. |
Related Software
The SafetyNet standard has been implemented in the following software:
Citation
If you found our work useful, please cite our paper:
text
@InProceedings{Christensen2024,
author = {Christensen, Johann Maximilian and Zaeske, Wanja and Anilkumar Girija, Akshay and Friedrich, Sven and Stefani, Thomas and Durak, Umut and K{\"{o}}ster, Frank and Kr{\"{u}}ger, Thomas and Hallerbach, Sven},
booktitle = {2024 {IEEE/AIAA} 43st Digital Avionics Systems Conference ({DASC})},
date = {2024-09},
title = {Towards Certifiable AI in Aviation: A Framework for Neural Network Assurance Using Advanced Visualization and Safety Nets},
publisher = {{IEEE}},
}
Owner
- Name: DLR Institute of AI Safety and Security
- Login: DLR-KI
- Kind: organization
- Website: https://www.dlr.de/en/ki
- Repositories: 1
- Profile: https://github.com/DLR-KI
Citation (CITATION.cff)
# SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR) <https://dlr.de>
#
# SPDX-License-Identifier: MIT
authors:
- affiliation: German Aerospace Center (DLR)
email: johann.christensen@dlr.de
family-names: Christensen
given-names: Johann Maximilian
name-particle: Johann
orcid: https://orcid.org/0000-0001-9871-122X
- affiliation: German Aerospace Center (DLR)
family-names: Zaeske
given-names: Wanja
orcid: https://orcid.org/0000-0002-1427-2627
- affiliation: German Aerospace Center (DLR)
family-names: Anilkumar Girija
given-names: Akshay
orcid: https://orcid.org/0000-0002-4384-9739
- affiliation: German Aerospace Center (DLR)
family-names: Friedrich
given-names: Sven
orcid: https://orcid.org/0009-0003-4258-8148
- affiliation: German Aerospace Center (DLR)
family-names: Stefani
given-names: Thomas
orcid: https://orcid.org/0000-0001-7352-0590
- affiliation: German Aerospace Center (DLR)
family-names: Durak
given-names: Umut
orcid: https://orcid.org/0000-0002-2928-1710
- affiliation: German Aerospace Center (DLR)
family-names: Köster
given-names: Frank
- affiliation: German Aerospace Center (DLR)
family-names: Krüger
given-names: Thomas
- affiliation: German Aerospace Center (DLR)
family-names: Hallerbach
given-names: Sven
cff-version: 1.2.0
date-released: '2024-09-01'
message: If you use this software, please cite it using the metadata from this file.
preferred-citation:
authors:
- family-names: Christensen
given-names: Johann Maximilian
- family-names: Zaeske
given-names: Wanja
- family-names: Anilkumar Girija
given-names: Akshay
- family-names: Friedrich
given-names: Sven
- family-names: Stefani
given-names: Thomas
- family-names: Durak
given-names: Umut
- family-names: Köster
given-names: Frank
- family-names: Krüger
given-names: Thomas
- family-names: Hallerbach
given-names: Sven
conference:
name: 2024 IEEE/AIAA 43st Digital Avionics Systems Conference (DASC)
date-released: '2024-09-01'
publisher:
name: IEEE
title: 'Towards Certifiable AI in Aviation: A Framework for Neural Network Assurance Using Advanced Visualization and Safety Nets'
type: conference-paper
repository-code: https://github.com/DLR-KI/safetynet.git
title: 'Towards Certifiable AI in Aviation: A Framework for Neural Network Assurance Using Advanced Visualization and Safety Nets'
GitHub Events
Total
- Delete event: 2
- Push event: 12
- Pull request event: 4
- Pull request review event: 2
- Create event: 1
Last Year
- Delete event: 2
- Push event: 12
- Pull request event: 4
- Pull request review event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
- pre-commit-ci[bot] (3)