Allowing humans to interactively guide machines where to look does not always improve human-AI team’s classification accuracy
Try the interactive UI here.
Ensure Uvicorn is installed:
pip install uvicornRun your application:
uvicorn main:app --reload --host 0.0.0.0 --port 7080Visit http://localhost:7080 in your browser. Use --host 127.0.0.1 for local access only. Remove --reload for production.
[1] Visual correspondence-based explanations improve AI robustness and human-AI team accuracy, NeurIPS 2022
[2] HIVE: Evaluating the Human Interpretability of Visual Explanations, ECCV 2022
