Companion web application for EQUINE^2: Establishing Quantified Uncertainty for Neural Networks
Project description
EQUINE Webapp
This is a web application utilizing EQUINE for neural network uncertainty quantification through a visual user interface. The webapp allows you to upload your own model and data, and let the server retrain the model with EQUINE. The visualization dashboard also allows you to analyze your samples and view uncertainty quantification visualizations to explain model uncertainty.
The EQUINE repository is here https://github.com/mit-ll-responsible-ai/equine
ScatterUQ at IEEE VIS 2023
We presented ScatterUQ at IEEE VIS 2023: https://ieeexplore.ieee.org/document/10360884
Our data and analysis script can be found in this release: https://github.com/mit-ll-responsible-ai/equine-webapp/releases/tag/ScatterUQ-VIS-2023-Data
React Frontend
ScatterUQ Static Demo
We deployed the frontend application to GitHub pages. You can view a static demo of ScatterUQ here:
https://mit-ll-responsible-ai.github.io/equine-webapp/demo
Development Frontend Server Setup
- Install node packages
cd client
npm i
- Start the development server
npm run dev
Python Flask Server
Development Flask Server Setup
- Create a new Anaconda environment
conda create --name equine-webapp python=3.10
- Activate your new environment
conda activate equine-webapp
- Install the necessary packages from pip
pip install -r requirements.txt
- Start the Flask server
python start_dev_server.py
Flask Testing
If you'd like to run our flask tests:
- Install pytest
pip install pytest
- Run pytest
python -m pytest
Bibliography
@INPROCEEDINGS{10360884,
author={Li, Harry X. and Jorgensen, Steven and Holodnak, John and Wollaber, Allan B.},
booktitle={2023 IEEE Visualization and Visual Analytics (VIS)},
title={ScatterUQ: Interactive Uncertainty Visualizations for Multiclass Deep Learning Problems},
year={2023},
volume={},
number={},
pages={246-250},
keywords={Deep learning;Dimensionality reduction;Training;Uncertainty;Visual analytics;Soft sensors;Interactive systems;Uncertainty quantification;Machine learning;Dimensionality reduction;Visualization;Explainable AI},
doi={10.1109/VIS54172.2023.00058}}
Disclaimer
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.
© 2023 MASSACHUSETTS INSTITUTE OF TECHNOLOGY
- Subject to FAR 52.227-11 – Patent Rights – Ownership by the Contractor (May 2014)
- SPDX-License-Identifier: MIT
This material is based upon work supported by the Under Secretary of Defense for Research and Engineering under Air Force Contract No. FA8702-15-D-0001. Any opinions, findings, conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the Under Secretary of Defense for Research and Engineering.
The software/firmware is provided to you on an As-Is basis.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file equine_webapp-0.1.dev81.tar.gz.
File metadata
- Download URL: equine_webapp-0.1.dev81.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46cededda4c0b5ec716106de2d528d2576cfab63bb03c97cb18f0740c58305a2
|
|
| MD5 |
0e8bc898609e7bc50410973a846ca49b
|
|
| BLAKE2b-256 |
31005dcc4d66bad29774e703dd548b3c332cb9470075f7bc27f89db328acf1f7
|
File details
Details for the file equine_webapp-0.1.dev81-py3-none-any.whl.
File metadata
- Download URL: equine_webapp-0.1.dev81-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5060062a0008aa38bdb2d795675557bd7385dbe8526b551e28e80512c431e2c2
|
|
| MD5 |
db6c5dcee9732aee3f2e7e563b1786bd
|
|
| BLAKE2b-256 |
4ead80e04a5dae01a512399e43f470331394305463de803e69115a7b7ce15801
|