Skip to content

anguyen8/chm-corr-interactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allowing humans to interactively guide machines where to look does not always improve human-AI team’s classification accuracy

image

Try the interactive UI here.

How to run

Ensure Uvicorn is installed:

pip install uvicorn

Run your application:

uvicorn main:app --reload --host 0.0.0.0 --port 7080

Visit http://localhost:7080 in your browser. Use --host 127.0.0.1 for local access only. Remove --reload for production.

References

[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

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors