Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typo #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Faceted Feature Visualization
</p>

<p>
The reader may be curious why we do not maximize <d-math>{"f(g(x)) + w^Tg(x)"}</d-math> instead. We have found that, in practice, the former objective produces far higher quality feature visualizations; we believe this is because the <d-math>\nabla f(g(x))</d-math> acts as a acts as a filter, downweighting the irrelevant components of <d-math>{"g(x)"}</d-math> that do not contribute to the objective <d-math>f \circ g(x)</d-math>. We have found, too, replacing the diversity term on the intermediate activations <d-math>{"g"}</d-math> in <d-cite bibtex-key="olah2017feature"></d-cite> with <d-math>g(x)\odot \nabla f(g(x))</d-math> improves the quality of resulting visualizations dramatically.
The reader may be curious why we do not maximize <d-math>{"f(g(x)) + w^Tg(x)"}</d-math> instead. We have found that, in practice, the former objective produces far higher quality feature visualizations; we believe this is because the <d-math>\nabla f(g(x))</d-math> acts as a filter, downweighting the irrelevant components of <d-math>{"g(x)"}</d-math> that do not contribute to the objective <d-math>f \circ g(x)</d-math>. We have found, too, replacing the diversity term on the intermediate activations <d-math>{"g"}</d-math> in <d-cite bibtex-key="olah2017feature"></d-cite> with <d-math>g(x)\odot \nabla f(g(x))</d-math> improves the quality of resulting visualizations dramatically.
</p>

<Todos />