Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
schwettmann authored Apr 14, 2024
1 parent 6755844 commit 7ca2eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h2 class="title is-3">Using MAIA to remove spurious features</h2>
<div class="hero-body">
<h2 class="title is-3">Using MAIA to reveal biases</h2>
<div class="content" style="text-align: left;">
<p>MAIA can also be applied to surface model-level biases. In a preliminary demonstration, we investigate biases in the outputs of an image classifier (ResNet-152) trained on a supervised ImageNet classification task. MAIA is easily adapted to this task by instrumenting an output logit corresponding to a particular image class as the system to be interpreted, and instructing MAIA to describe the actual distribution of images that receive high class scores, and whether that correctly matches the class label (see ppaer Appendix for full MAIA instructions).</p>
<p>MAIA can also be applied to surface model-level biases. In a preliminary demonstration, we investigate biases in the outputs of an image classifier (ResNet-152) trained on a supervised ImageNet classification task. MAIA is easily adapted to this task by instrumenting an output logit corresponding to a particular image class as the system to be interpreted, and instructing MAIA to determine whether the actual distribution of images that receive high class scores matches the class label (see papaer Appendix for full MAIA instructions).</p>
</div>
<div style="display: flex; justify-content: center; width: 100%;">
<img src="./static/figures/bias_categories.png" style="width: 95%; height: auto;" />
Expand Down

0 comments on commit 7ca2eb9

Please sign in to comment.