Skip to content

Commit

Permalink
title case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayukhdeb committed Feb 25, 2024
1 parent 8d7a757 commit 70d9a76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Post(
filename="content/post/2024-02-23-magnitude-constrained-featurevis.md",
slug="2024-02-23-magnitude-constrained-featurevis",
title="MaCo - feature visualization for deeper networks",
title="MaCo - Feature Visualization for Deeper Networks",
),
Post(
filename="content/post/2024-02-10-optically-pumped-magnetometers.md",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="title">Notes</h1>
<h2 id="posts">Posts</h2>
<ul>
<li><a href="posts/2024-02-24-phase-spectrum.html">The Phase Spectrum</a></li>
<li><a href="posts/2024-02-23-magnitude-constrained-featurevis.html">MaCo - feature visualization for deeper networks</a></li>
<li><a href="posts/2024-02-23-magnitude-constrained-featurevis.html">MaCo - Feature Visualization for Deeper Networks</a></li>
<li><a href="posts/2024-02-10-optically-pumped-magnetometers.html">Optically Pumped Magnetometers</a></li>
<li><a href="posts/2024-02-10-animatediff-svd-moonshot.html">Video Generation Models</a></li>
<li><a href="posts/2024-01-16-dpo-diffusion.html">Direct Preference Optimization for Diffusion Models</a></li>
Expand Down
4 changes: 2 additions & 2 deletions posts/2024-02-23-magnitude-constrained-featurevis.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>MaCo - feature visualization for deeper networks</title>
<title>MaCo - Feature Visualization for Deeper Networks</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand All @@ -17,7 +17,7 @@
</head>
<body>
<header id="title-block-header">
<h1 class="title">MaCo - feature visualization for deeper networks</h1>
<h1 class="title">MaCo - Feature Visualization for Deeper Networks</h1>
</header>
<p>The primary drawback of feature visualization has been it’s inability generate interpretable features in deeper networks. In my own experience, I’ve seen that feature vis basically stops working once we go past the 3rd resnet block on a resnet18.</p>
<p><a href="https://arxiv.org/abs/2306.06805">MaCo</a> fixes this issue by optimizing the images in the phase spectrum while keeping the magnitude constant. I have explained the concept of a phase spectrum in this <a href="https://mayukhdeb.github.io/notes/posts/2024-02-24-phase-spectrum.html">other post</a>.</p>
Expand Down

0 comments on commit 70d9a76

Please sign in to comment.