Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.25 KB

differentiable_permutations.md

File metadata and controls

19 lines (14 loc) · 1.25 KB

Notes on differentiable permutations

labels: experimental, interpretability, regularization, differentiable_permutation

since this is apparently something I've been thinking about on and off in the context of learning functional regions for interpretability and evolutionary strategies


  1. assign a learnable parameter that will serve as a permutation matrix
  2. segment weights into (non overlapping?) tiles, post-permutation
  3. compute per-tile activation variances (sampled tiles?)
  4. define the permutation score as a statistic over the per-tile variances (e.g. sum, mean, p90...)
  5. learn the permutation matrix which minimizes the permutation score