You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bunch of dead latents.
I'm training width 16K SAEs on DINOv3 ViT-L activations on FishVista (very homogenous images).
I am comparing TopK and ReLU + L1 sparsity penalties and I realized that many, many of my latents are dead.
Here are graphs of the number of dead latents during training, grouped by the relative sparsity penalty:
ReLU + L1 sparsity penalty dead units throughout training on FishVista.
Starting with (1) seems super easy and reasonable.
Doing (2) seems like I need to do a bunch of forward passes, which seems bad.
3 and 4 seem reasonable as well, but I don't really like throwing additional loss terms into my objective