Research / research/notes/4.5_weight_space_cartography.md

documentPhase 1 notes — §4.5 Weight-space cartography (no forward pass required)authorSimon-Pierre BouchercreatedTue Aug 11 2026 20:00:00 GMT-0400 (heure avancée de l’Est)statusdraft

§4.5 — Weight-space cartography

A1. LASER — layer-selective rank reduction (SVD spectra as intervention targets)

  • Key paper: Sharma, Ash, Misra, ICLR 2024, https://arxiv.org/abs/2312.13558 ; code https://github.com/pratyushasharma/laser
  • Claims: Replacing individual weight matrices (esp. late-layer MLP down-projections) with low-rank truncations can improve QA accuracy up to 20–30 points.
  • Type: Causal on behavior; correlational on interpretation ("noise in high components").
  • Cost: SVD of 4096×11008 = seconds on M-series CPU (Accelerate/LAPACK); full per-matrix sweep of a 7B = CPU-minutes; behavioral validation is the expensive part (hours).
  • Failure modes: task/matrix-specific gains; (layer, matrix, rank) sweep invites multiple-comparison illusions.
  • Epistemic status: Established phenomenon; contested interpretation.

A2. Heavy-tailed spectral analysis / WeightWatcher — closest prior art to the weight-only pre-screen hypothesis

  • Key papers: Martin & Mahoney 2019, https://arxiv.org/abs/1901.08278 ; Martin, Peng, Mahoney 2020 (Nature Comms 2021), https://arxiv.org/abs/2002.06716 ; tool: https://github.com/CalculatedContent/WeightWatcher (pip, pure CPU, runs natively on Apple Silicon today)
  • Claims: Power-law exponents ("alpha") of per-matrix spectral densities predict relative test quality across model zoos with zero data, zero forward passes; per-layer alpha profiles diagnose over/under-training.
  • Cost: cheapest technique surveyed — full 7B scan in minutes on any Mac.
  • Failure modes: power-law fitting finicky (fit-range sensitivity); documented Simpson's-paradox failure (https://arxiv.org/abs/2106.00734); predicts trends, not absolute capability; largely untested as a predictor of internal/activation-level structure — that's the modelmap gap.
  • Epistemic status: Established for accuracy-trend prediction; contested at fine granularity.

A3. Outlier channels, super weights, massive activations, attention sinks

A4. Cross-layer/cross-model similarity (CKA, SVCCA, Procrustes) and CKA's pathologies

  • Key papers: CKA: Kornblith et al. 2019, https://arxiv.org/abs/1905.00414 ; SVCCA: https://arxiv.org/abs/1706.05806 ; pathologies: Davari et al., ICLR 2023, https://arxiv.org/abs/2210.16156 ; Ding, Denain, Steinhardt 2021, https://arxiv.org/abs/2108.01661
  • Substance: CKA dominated by outlier directions, arbitrarily manipulable without functional change; CKA/CCA disagree and fail sanity checks. Interacts badly with A3: LLM CKA scores can be dominated by sink dimensions unless removed. Canonical CKA needs activations; weight-only analogues (Procrustes/subspace angles between weight matrices, 2026: https://arxiv.org/pdf/2601.10266) exist but are less validated.
  • Rule for modelmap: report ≥2 similarity metrics + Ding-style statistical tests; strip outlier dims as a control.
  • Epistemic status: Established tool, debunked-in-part as a standalone measure.

A5. Layer redundancy maps (similarity-guided depth pruning)

  • Key papers: Gromov et al. 2024, https://arxiv.org/abs/2403.17887 ; ShortGPT: Men et al. 2024, https://arxiv.org/abs/2403.03853
  • Claims: Angular similarity between layer input/output identifies deletable deep-layer blocks — an internal depth-redundancy map. Causal (delete-and-measure).
  • Note: needs a small calibration set (minutes on Mac). A candidate target that weight-only spectra (A2) might predict — explicit modelmap experiment. Caveat: benchmark loss ≠ capability loss (deep-layer deletion selectively harms reasoning even when perplexity survives).

A6. Model stitching

  • Key papers: Lenc & Vedaldi 2015, https://arxiv.org/abs/1411.5908 ; Bansal, Nakkiran, Barak 2021, https://arxiv.org/abs/2106.07682
  • Claims: low stitching penalty = functionally interchangeable representations — stronger, task-grounded similarity than CKA. Quasi-causal.
  • Cost: train stitching layers — hours per pair on Mac for small LLMs.
  • Failure modes: stitcher capacity confounds (expressive stitcher "repairs" dissimilar reps); direction asymmetry. Mostly vision; LLM stitching thin.
  • Epistemic status: Established in vision; under-explored for LLMs.

A7. Permutation alignment / Git Re-Basin

A8. Mode connectivity

A9. Task arithmetic / delta analysis

A10. Model diffing via crosscoders — and 2025 weight-first convergence

A11. MoE router / expert structure

  • Key papers: Mixtral: https://arxiv.org/abs/2401.04088 (routing more syntactic/positional than semantic) ; DeepSeekMoE: https://arxiv.org/abs/2401.06066 ; Myth of Expert Specialization (2026): https://arxiv.org/html/2604.09780v1
  • Substance: router weights are weight-only artifacts (expert similarity, router row norms: CPU-minutes); "expert = topic" readings largely debunked; load-balancing losses confound structure. Structure-of-routers is an open, cheap mapping target. Mixtral 8x7B strains 64 GB except 4-bit.

A12. Weight-space learning (weights as data) — and the pre-screen novelty check

⚑ Novelty check for the core hypothesis (weight-only maps → activation-level properties)

Partially anticipated but not occupied: WeightWatcher predicts behavioral quality (not internal structure); Super Weight links one weight-visible phenomenon to activations; Watch-the-Weights monitors fine-tuning; weight-space learning predicts global properties; LASER flags behaviorally-loaded components; QK/OV composition scores (Elhage et al. 2021 framework) are weight-only circuit hints. Missing and open after aggressive 2025–2026 search: a systematic study of weight-only statistics predicting probe accuracy, localization, quantization drift, or working sets on the same model. This is Experiment E's claim to novelty.