Burndown publication set: production README (final statuses, laws tally, accounting), article_ft3d (the conditioning law), REPO_MAP (both lines)
Browse files- README.md +122 -64
- REPO_MAP.md +26 -0
- article_ft3d.md +312 -0
README.md
CHANGED
|
@@ -1,58 +1,76 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- diffusion
|
| 5 |
- adapters
|
| 6 |
- aleph
|
| 7 |
- geolip
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# geolip-aleph-diffusion
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Substrates
|
| 19 |
|
| 20 |
| variant | trunk | trainer path |
|
| 21 |
|---|---|---|
|
| 22 |
| **SD1.5 core (epred) β primary** | `stable-diffusion-v1-5/stable-diffusion-v1-5`, epsilon objective, natural 77-token prompting | custom beds (this repo, `substrate/`) |
|
| 23 |
-
|
|
| 24 |
-
|
|
| 25 |
-
|
|
| 26 |
-
| Krea 2 Turbo β expansion | `krea/Krea-2-Turbo` (distilled from `krea/Krea-2-Raw`
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
227 positions) β never a bare 77-token encode.
|
| 36 |
-
|
| 37 |
-
## Standing rules of the line
|
| 38 |
-
|
| 39 |
-
- Adapter dtype **matches the trunk dtype** (fp32 adapters on a low-precision
|
| 40 |
-
trunk inject fp32 noise; judged gauges still run fp32).
|
| 41 |
-
- Pure Adam, weight-decay 0 on adapter paths β never AdamW.
|
| 42 |
-
- No comparative selectors (argmax/softmax routing/VQ) anywhere near the aleph;
|
| 43 |
-
the addresser is the closed-form sinh/cosh read.
|
| 44 |
-
- All-adapters-off β‘ frozen trunk **bit-exact** (code-path-skip toggles), gated
|
| 45 |
-
before and after every training run.
|
| 46 |
-
- Every result reads against the exp000 zero-shot baseline wall below; paired
|
| 47 |
-
designs with derangement (no-fixed-point) controls; judges self-test on known
|
| 48 |
-
answers before scoring; 1-seed results ship as **candidates**.
|
| 49 |
|
| 50 |
## Baseline wall (exp000)
|
| 51 |
|
| 52 |
-
CLIP-L imageβimage cosine,
|
| 53 |
-
|
| 54 |
-
(derangement)**, n=24 held-out rows of `synthetic-object-relations-json`,
|
| 55 |
-
paired seeds, 30 steps, guidance 6.0, fp32 judge features:
|
| 56 |
|
| 57 |
| model | cond | shuffled | **cond β shuffled** |
|
| 58 |
|---|---|---|---|
|
|
@@ -60,33 +78,73 @@ paired seeds, 30 steps, guidance 6.0, fp32 judge features:
|
|
| 60 |
| json_ckpt2500 | 0.7536 | 0.5437 | **+0.2099** |
|
| 61 |
| base_lune (18765) | 0.6347 | 0.5272 | **+0.1075** |
|
| 62 |
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
|
| 68 |
-
## Experiments
|
| 69 |
|
| 70 |
-
| exp | question |
|
| 71 |
|---|---|---|
|
| 72 |
-
| exp000_baselines | zero-shot baseline wall
|
| 73 |
-
| exp000b_natural | natural-paradigm wall
|
| 74 |
-
| exp001_sd15_relay | relay
|
| 75 |
-
| exp002_sd15_addrcond |
|
| 76 |
-
| exp003_sigma_registers | register probe
|
| 77 |
-
| exp004_anima_relay |
|
| 78 |
-
| exp005_sdxl_tree4a |
|
| 79 |
-
| exp006_sd15core_relay | CORE EPRED certification
|
| 80 |
-
| exp007_amoe_lora | AMoE v1 vs monolith falsifier
|
| 81 |
-
| exp008_multiband | band-ASSIGNED experts
|
| 82 |
-
| exp009_bandroles | role objectives
|
| 83 |
-
| exp010_controller | **
|
| 84 |
-
|
|
| 85 |
-
|
|
| 86 |
-
|
|
| 87 |
-
|
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
| 5 |
+
- AbstractPhil/sd15-flow-lune-json-prompt
|
| 6 |
+
- circlestone-labs/Anima
|
| 7 |
tags:
|
| 8 |
- diffusion
|
| 9 |
- adapters
|
| 10 |
- aleph
|
| 11 |
- geolip
|
| 12 |
+
- research-record
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# geolip-aleph-diffusion β the diffusion aleph campaign (runner 2)
|
| 16 |
+
|
| 17 |
+
**This is the research record.** If you're here for something usable:
|
| 18 |
+
|
| 19 |
+
| you want | go to |
|
| 20 |
+
|---|---|
|
| 21 |
+
| production adapters (safetensors, curated) | [aleph-diffusion-adapters](https://huggingface.co/AbstractPhil/aleph-diffusion-adapters) |
|
| 22 |
+
| the framework (train/attach/toggle/detach + diagnostics) | [amoe-lora](https://huggingface.co/AbstractPhil/amoe-lora) (`amoe.diffusion`, 0.2) |
|
| 23 |
+
| the multi-GPU trainer | [diffusion-pipe fork](https://github.com/AbstractEyes/diffusion-pipe) (`aleph_relay = true`) |
|
| 24 |
+
| the article | [article_ft3d.md](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/blob/main/article_ft3d.md) |
|
| 25 |
+
| the repo map of the whole program | [REPO_MAP.md](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/blob/main/REPO_MAP.md) |
|
| 26 |
+
|
| 27 |
+
**The scientific headline β the conditioning law (2-seed):** structural
|
| 28 |
+
(segmentation-blob) supervision pays where x0 recovery is LINEAR and is
|
| 29 |
+
inert where it is ill-conditioned. The identical foreground-LP-x0
|
| 30 |
+
coupling moved its gauge **β5.9%/β3.7% (two seeds) on the flow substrate
|
| 31 |
+
vs +0.03%/β1.0% on eps β a ~125β200Γ effect ratio** β because flow
|
| 32 |
+
recovers `x0 = x_t β ΟΒ·v` exactly at every sigma while eps divides by a
|
| 33 |
+
vanishing `sqrt(alpha_bar)` precisely in the supervised band
|
| 34 |
+
([exp012](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp012_blob_supervised) /
|
| 35 |
+
[exp013](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp013_blob_flow)).
|
| 36 |
+
A 3-point dose curve fixes **Ξ»β1** as the operating point. Two companion
|
| 37 |
+
results: the relay machinery certified **relay-favorable 3-for-3
|
| 38 |
+
substrate classes** (Lune flow / SD15-core eps / Anima DiT flow β matched
|
| 39 |
+
LoRA controls landed at-or-below frozen every time), and the **multiband
|
| 40 |
+
mechanism** manufactures true sigma-band specialists (band lesions
|
| 41 |
+
surgical 3/3, own-band damage 50β200Γ cross-band, both seeds) whose
|
| 42 |
+
payer is role-aligned structure (multiband beats the matched monolith
|
| 43 |
+
~10% on HIGH-band foreground structure, 2-seed) β invisible to every
|
| 44 |
+
aggregate-eps comparison.
|
| 45 |
+
|
| 46 |
+
Every result reads against the exp000 baseline wall; paired designs with
|
| 47 |
+
derangement controls; judges self-test before scoring; 1-seed results
|
| 48 |
+
ship as **candidates**. Amendments and corrections ship as dated blocks
|
| 49 |
+
inside the affected package β they are not blemishes; they are the
|
| 50 |
+
method.
|
| 51 |
|
| 52 |
## Substrates
|
| 53 |
|
| 54 |
| variant | trunk | trainer path |
|
| 55 |
|---|---|---|
|
| 56 |
| **SD1.5 core (epred) β primary** | `stable-diffusion-v1-5/stable-diffusion-v1-5`, epsilon objective, natural 77-token prompting | custom beds (this repo, `substrate/`) |
|
| 57 |
+
| SD15-Lune rectified flow (undertrained exemplar; the cheap flow testbed) | `AbstractPhil/sd15-flow-lune-json-prompt` ckpt-2500 (+ base lune, json-vit) | custom beds (this repo, `substrate/`) |
|
| 58 |
+
| Anima / Cosmos-Predict2 2B DiT | `circlestone-labs/Anima` (NC weights β all derived checkpoints NC) | `AbstractEyes/diffusion-pipe` (aleph baked into main) |
|
| 59 |
+
| SDXL core (epred) | `stabilityai/stable-diffusion-xl-base-1.0` | fork sdxl aleph path landed; battery = next campaign (exp005 reserved) |
|
| 60 |
+
| Krea 2 Turbo β expansion | `krea/Krea-2-Turbo` (distilled from `krea/Krea-2-Raw`; license check before derived ships) | fork `krea2` path; roster entry, beds TBD |
|
| 61 |
+
|
| 62 |
+
Sampler of record (Lune family): rectified flow, `v = noise β x0`, Euler
|
| 63 |
+
on the **SHIFT=2.5-warped** sigma grid `Ο = 2.5u/(1+1.5u)`, VAE scale
|
| 64 |
+
0.18215; text conditioning `encode_clip_225` (227 positions), never a
|
| 65 |
+
bare 77-token encode. **Prompting congruency:** judged work carries BOTH
|
| 66 |
+
json-225 and standard 77-token plain-English prompting. Judge floor:
|
| 67 |
+
CLIP-L image-image cosine has a ~0.988 pure-noise floor β gaps live in a
|
| 68 |
+
narrow band; the paired design is load-bearing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
|
| 70 |
## Baseline wall (exp000)
|
| 71 |
|
| 72 |
+
CLIP-L imageβimage cosine, cond vs shuffled-JSON (derangement), n=24
|
| 73 |
+
held-out rows, paired seeds, fp32 judge:
|
|
|
|
|
|
|
| 74 |
|
| 75 |
| model | cond | shuffled | **cond β shuffled** |
|
| 76 |
|---|---|---|---|
|
|
|
|
| 78 |
| json_ckpt2500 | 0.7536 | 0.5437 | **+0.2099** |
|
| 79 |
| base_lune (18765) | 0.6347 | 0.5272 | **+0.1075** |
|
| 80 |
|
| 81 |
+
Natural-paradigm wall (exp000b): format specialization is a **double
|
| 82 |
+
dissociation** (base_lune nl77 +0.2043 vs json +0.1075; json_ckpt2500
|
| 83 |
+
DROPS on nl77); the epred cores are strong natural carriers zero-shot
|
| 84 |
+
(sdxl_core +0.2129 tops the NL wall; sd15_core +0.1809).
|
| 85 |
|
| 86 |
+
## Experiments (final statuses)
|
| 87 |
|
| 88 |
+
| exp | question | verdict |
|
| 89 |
|---|---|---|
|
| 90 |
+
| [exp000_baselines](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp000_baselines) | zero-shot baseline wall | **shipped** |
|
| 91 |
+
| [exp000b_natural](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp000b_natural) | natural-paradigm wall | **shipped** (wall; format double dissociation) |
|
| 92 |
+
| [exp001_sd15_relay](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp001_sd15_relay) | relay vs matched LoRA vs frozen (Lune flow) | **2-seed vs frozen** β relay β0.85%, grounding preserved; LoRA BELOW frozen, grounding degraded; toggle bit-exact |
|
| 93 |
+
| [exp002_sd15_addrcond](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp002_sd15_addrcond) | address into the cond stream | **honest negative w/ a pulse** (candidate s0) β inert beside full text; addr ALONE steers (+0.029); redesign = complementarity |
|
| 94 |
+
| [exp003_sigma_registers](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp003_sigma_registers) | register probe | **final** β sigma is the ONLY live axis; caption registers negative everywhere |
|
| 95 |
+
| [exp004_anima_relay](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp004_anima_relay) | Anima DiT through the fork | **candidate s0** β relay improves (0.123β0.115) while native LoRA degrades (0.138β0.142); full fork path certified end-to-end; ckpt NC |
|
| 96 |
+
| exp005_sdxl_tree4a | SDXL capacity battery | **reserved, designed, not run** (numbering law: gaps mean reserved) |
|
| 97 |
+
| [exp006_sd15core_relay](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp006_sd15core_relay) | CORE EPRED certification | **2-seed** β relay β2.5% vs frozen, beats matched LoRA; grounding +0.1809β+0.2172 where LoRA traded it away; gates GROW on the core (substrate-dependent dynamics) |
|
| 98 |
+
| [exp007_amoe_lora](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp007_amoe_lora) | AMoE v1 vs monolith falsifier | **falsifier fires, 2-seed** β uniform pressure β flat usage; Tree-1b law reproduces on diffusion |
|
| 99 |
+
| [exp008_multiband](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp008_multiband) | band-ASSIGNED experts | **mechanism certified 2-seed** β 3/3 surgical band lesions (50β200Γ); uniform objective doesn't pay (Law-1 again); label correction confessed + reshipped |
|
| 100 |
+
| [exp009_bandroles](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp009_bandroles) | HP/LP role objectives | **directional-but-negligible, 2 seeds + rejudge** β frequency reweighting ~collinear with eps; instrument gap confessed, rejudged |
|
| 101 |
+
| [exp010_controller](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp010_controller) | the step-gated controller + image-space battery | **shipped** β controller grounding +0.2135 vs frozen +0.1247; monotone lesion ladder; HIGH lesion 14Γ LP-dominated (coarse-to-fine in image space); eps-MSE confirmed gauge-blind |
|
| 102 |
+
| [exp011_fused_multiband](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp011_fused_multiband) | multiband on REAL fused data | **2-seed** β real data pays 2β3Γ; structural story seed-robust; blob targets rebuilt 100% after a schema lesson |
|
| 103 |
+
| [exp012_blob_supervised](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp012_blob_supervised) | blob supervision on eps + the gauge discovery | **2-seed** β blob-on-eps INERT (the conditioning control); the ROLE-ALIGNED GAUGE discovery: multiband beats monolith ~10% on HIGH-band fg structure (0.1115 vs 0.1234; frozen 0.1555) |
|
| 104 |
+
| [exp013_blob_flow](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp013_blob_flow) | the same coupling on FLOW | **CONDITIONING LAW 2-seed + 3-point dose curve** β β5.9%/β3.7% vs eps's +0.03%/β1.0% (~125β200Γ); Ξ»β1 operating point; undertrained lune pays adapters β9.1% (headroom scales inversely with trunk training) |
|
| 105 |
+
| [exp014_te_dispatch](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp014_te_dispatch) | text/address in the dispatch key | **honest negative w/ teeth, 2-seed** β state keys ALREADY route by prompt; raw-flattened address KILLS routing (disease geometry); null-design lesson |
|
| 106 |
+
| [exp015_router_v2](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp015_router_v2) | corrected address-as-key test | **FALSIFIED 2-seed** β routing excess 2.5e-06 over the repeated-key null; match advantage ~0; open form = TE+AMoE joint training |
|
| 107 |
+
|
| 108 |
+
Numbering law: a number binds to a preregistered design at assignment and
|
| 109 |
+
is never reassigned β gaps mean reserved-not-yet-run. Sub-letters (000b)
|
| 110 |
+
extend a shipped experiment without disturbing its rows. Every package
|
| 111 |
+
carries its code, `results.json`, and ledger rows; adapter weights ship
|
| 112 |
+
as `.pt` + bitwise-verified `.safetensors` companions
|
| 113 |
+
(`amoe.diffusion.anchor` format).
|
| 114 |
+
|
| 115 |
+
## Laws under test (text line β diffusion status)
|
| 116 |
+
|
| 117 |
+
| law | diffusion verdict |
|
| 118 |
+
|---|---|
|
| 119 |
+
| toggle law (all-off β‘ frozen bit-exact) | **HELD in every experiment**, post-train included |
|
| 120 |
+
| zero-init W **and** B (bias-leak law) | encoded; P-INIT bit-exact at every attach |
|
| 121 |
+
| Law-1: architecture alone doesn't pay; differentiated pressure does | **reproduced twice** (exp007 falsifier, exp008 uniform-objective monolith edge) |
|
| 122 |
+
| Law-2: honest negatives fire before scale spend | **fired** (exp002 addr-in-context; exp009 role reweighting) |
|
| 123 |
+
| gate-growth (2.5-line) | **substrate-DEPENDENT** β core relay gates GROW 0.047β0.070 (trunk opts in), lune gates shrink; neither in the LM band. Scope finding |
|
| 124 |
+
| comparative routing near the aleph | **falsified on diffusion 2-seed** (exp007/014/15); structural banding is the certified alternative |
|
| 125 |
+
| conditioning law (NEW, diffusion-native) | **2-seed + dose curve** β structural supervision needs linear x0 recovery |
|
| 126 |
+
| dtype law (NEW) | adapter dtype = DECLARED trunk dtype; violation caught live by the R0b gate (meta-tensor sniff) and fixed in the fork |
|
| 127 |
+
|
| 128 |
+
## Plan-completion accounting
|
| 129 |
+
|
| 130 |
+
Receipts-forward, per house custom: a **5.7h idle gap** (2026-07-19,
|
| 131 |
+
turn ended on an intention without a launch β confessed, recovered, the
|
| 132 |
+
launch-first law re-earned program-wide); the **exp008 label correction**
|
| 133 |
+
(band labels inverted in the first shipped README β numbers right,
|
| 134 |
+
labels wrong; corrected + reshipped same hour); the **exp009 instrument
|
| 135 |
+
gap** (reference arms lacked role gauges as first run β confessed,
|
| 136 |
+
rejudged); exp015-s1 ran on ~3h of **disclosed reserve** (no-downtime
|
| 137 |
+
directive; pod paid regardless). Campaign totals: 47 queue jobs, ~61h
|
| 138 |
+
GPU ledgered at ~97% utilization inside the window, 16 experiment
|
| 139 |
+
packages + substrate, every claim 2-seed or bounded. The complete
|
| 140 |
+
stdout record (27 run logs + `pod2_ledger.jsonl`) is archived in the
|
| 141 |
+
program's research memory; per-package ledgers ship here.
|
| 142 |
+
|
| 143 |
+
## Open questions the record points at
|
| 144 |
+
|
| 145 |
+
v-pred same-trunk arm (the sharpest conditioning-law follow-up);
|
| 146 |
+
trained-diversity pressure for the HIGH band (exp010's G3 flip);
|
| 147 |
+
TE+AMoE joint routing (the open form after exp015); exp016 assembly
|
| 148 |
+
(relay + multiband + controller composed); SDXL battery (exp005,
|
| 149 |
+
reserved); Krea-2 turbo beds; qualitatively different band supervision
|
| 150 |
+
(segmentation/semantics beyond frequency reweighting).
|
REPO_MAP.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Repo map β the geolip-aleph program
|
| 2 |
+
|
| 3 |
+
## The Qwen (language) line
|
| 4 |
+
|
| 5 |
+
| repo | what it is | what you take from it | maturity |
|
| 6 |
+
|---|---|---|---|
|
| 7 |
+
| [geolip-aleph-qwen-3.5-0.8b-instruct](https://huggingface.co/AbstractPhil/geolip-aleph-qwen-3.5-0.8b-instruct) | **the research record** (the ft3 campaign): 19 experiment packages, raw ledgers, audits, retractions, `article_ft3.md`, `campaign_ledger.jsonl` | the evidence β every claim's receipts; all checkpoints under `*/ckpt/` | complete, frozen at campaign close |
|
| 8 |
+
| [qwen3.5-0.8b-relay-caption](https://huggingface.co/AbstractPhil/qwen3.5-0.8b-relay-caption) | **production caption adapter** for Qwen/Qwen3.5-0.8B | `relay_caption.py` + both seed checkpoints; validated end-to-end (artifact + loader gates PASS, off-pod quickstart) | usable; know the e004e trade-off (detach for structured vision tasks) |
|
| 9 |
+
| [geolip-aleph-qwen](https://huggingface.co/AbstractPhil/geolip-aleph-qwen) | the **Qwen2.5-0.5B predecessor line** (exp001β014 there) + `article_ft2.md` | the two-regime dispatch law's first certification; the ft2 article | complete (prior campaign) |
|
| 10 |
+
| [qwen-deepfashion-fused](https://huggingface.co/datasets/AbstractPhil/qwen-deepfashion-fused) | the fused image dataset (captions + per-task JSON GT + entity polygons) | training/eval data for the caption line AND the diffusion line's fused-data + blob targets | stable |
|
| 11 |
+
|
| 12 |
+
## The diffusion line (runner 2)
|
| 13 |
+
|
| 14 |
+
| repo | what it is | what you take from it | maturity |
|
| 15 |
+
|---|---|---|---|
|
| 16 |
+
| [geolip-aleph-diffusion](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion) | **the research record** (the 3-D campaign): 16 experiment packages + substrate, 2-seed program, `article_ft3d.md`, all adapter weights (.pt + verified .safetensors) | the evidence β the conditioning law, relay 3-for-3, the multiband mechanism, the routing falsifications | complete, frozen at campaign close |
|
| 17 |
+
| [aleph-diffusion-adapters](https://huggingface.co/AbstractPhil/aleph-diffusion-adapters) | **production adapters** (curated safetensors: sd15 core relay + multiband, lune-flow blob stack, anima relay) | attachable artifacts with provenance metadata; the quickstart | usable at research grade; per-row evidence status on the card; anima NC |
|
| 18 |
+
| [amoe-lora](https://huggingface.co/AbstractPhil/amoe-lora) | **the framework**, now both substrate families: LM verbs + `amoe.diffusion` (relay/multiband/StepGatedSampler, safetensors I/O, `amoe-convert`) | the `amoe` package (pip -e .[diffusion]); invariant-tested incl. dtype law; every campaign checkpoint format loads | 0.2 working-state; train reference-grade; DDP untested >1 GPU; FSDP non-goal; ComfyUI node next |
|
| 19 |
+
| [diffusion-pipe fork](https://github.com/AbstractEyes/diffusion-pipe) | **the multi-GPU trainer** with aleph baked into main (cosmos/anima relay+multiband, SDXL relay; amoe-format saves; pure-Adam guard) | `aleph_relay = true` in any supported TOML; `examples/aleph_*.toml` | proven end-to-end on Anima (exp004); SDXL path landed, site count pins at first run; multiband stages>1 deferred |
|
| 20 |
+
|
| 21 |
+
Articles: [ft1](https://huggingface.co/blog/AbstractPhil/aleph-autoregressive-differentiation-ft1)
|
| 22 |
+
(byte-level origins) β [ft2](https://huggingface.co/AbstractPhil/geolip-aleph-qwen/blob/main/article_ft2.md)
|
| 23 |
+
(Qwen2.5: two-regime law) β [ft3](https://huggingface.co/AbstractPhil/geolip-aleph-qwen-3.5-0.8b-instruct/blob/main/article_ft3.md)
|
| 24 |
+
(Qwen3.5 VLM: the regime law at family scale) β
|
| 25 |
+
[ft3d](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/blob/main/article_ft3d.md)
|
| 26 |
+
(diffusion: the conditioning law).
|
article_ft3d.md
ADDED
|
@@ -0,0 +1,312 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Aleph Differentiation, Part 3-D (Diffusion): The Conditioning Law
|
| 2 |
+
|
| 3 |
+
*The aleph adapter program leaves language: relays on frozen denoisers,
|
| 4 |
+
band experts on the sigma axis, a step-gated controller β and the law
|
| 5 |
+
that decides where structural supervision can pay at all.*
|
| 6 |
+
|
| 7 |
+
This is the diffusion branch of the aleph adapter program.
|
| 8 |
+
[Part 1](https://huggingface.co/blog/AbstractPhil/aleph-autoregressive-differentiation-ft1)
|
| 9 |
+
established the addressing architecture on byte-level models.
|
| 10 |
+
[Part 2](https://huggingface.co/AbstractPhil/geolip-aleph-qwen/blob/main/article_ft2.md)
|
| 11 |
+
certified the two-regime dispatch law on Qwen2.5-0.5B.
|
| 12 |
+
[Part 3](https://huggingface.co/AbstractPhil/geolip-aleph-qwen-3.5-0.8b-instruct/blob/main/article_ft3.md)
|
| 13 |
+
survived a second substrate and sharpened the law into a deployment
|
| 14 |
+
instrument. Part 3-D asks a harder transfer question: the machinery was
|
| 15 |
+
built for autoregressive token streams β **does any of it survive a
|
| 16 |
+
generative model with no token axis, a sigma axis instead, and three
|
| 17 |
+
different parameterizations of the same denoising problem?** The
|
| 18 |
+
answer, after 16 experiment packages, a 2-seed program, and one
|
| 19 |
+
four-day rented GPU: the *machinery* transfers almost embarrassingly
|
| 20 |
+
well, the *routing* does not transfer at all, and the sigma axis gives
|
| 21 |
+
back something the language line never had β a law that predicts, from
|
| 22 |
+
the parameterization alone, whether structural supervision will pay
|
| 23 |
+
before you spend a single GPU-hour on it.
|
| 24 |
+
|
| 25 |
+
Everything below links to a self-contained package in the
|
| 26 |
+
[research record](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion)
|
| 27 |
+
with raw ledgers and self-asserting results files. The production
|
| 28 |
+
artifacts are the
|
| 29 |
+
[aleph-diffusion-adapters](https://huggingface.co/AbstractPhil/aleph-diffusion-adapters)
|
| 30 |
+
repo (curated safetensors) and the
|
| 31 |
+
[amoe-lora](https://huggingface.co/AbstractPhil/amoe-lora) framework,
|
| 32 |
+
whose 0.2 release ships everything in this article as five verbs
|
| 33 |
+
(`amoe.diffusion`: train / attach / toggle / detach, plus the
|
| 34 |
+
controller); the multi-GPU trainer is the
|
| 35 |
+
[diffusion-pipe fork](https://github.com/AbstractEyes/diffusion-pipe)
|
| 36 |
+
with the adapters baked in.
|
| 37 |
+
|
| 38 |
+
## The substrate is not a bystander
|
| 39 |
+
|
| 40 |
+
The language line learned this lesson once; diffusion teaches it three
|
| 41 |
+
times simultaneously. The campaign ran one adapter architecture against
|
| 42 |
+
three substrate classes: **SD15-Lune** (an undertrained rectified-flow
|
| 43 |
+
finetune β the cheap flow testbed), the **stock SD1.5 core** (epsilon
|
| 44 |
+
objective, the "most powerful element" of the family and the primary
|
| 45 |
+
target), and the **Anima/Cosmos-Predict2 2B DiT** (bf16, flow, trained
|
| 46 |
+
through the DeepSpeed pipeline fork rather than our own beds). Three
|
| 47 |
+
parameterizations, two architectures, two dtypes, two trainers.
|
| 48 |
+
|
| 49 |
+
Two substrate findings frame everything else. First, **gate dynamics
|
| 50 |
+
are substrate-dependent**: on the stock core the relay gates *grow*
|
| 51 |
+
(0.047β0.070 β the trunk opts in, the Part-2 mechanism), on the
|
| 52 |
+
undertrained Lune they *shrink*, and neither lands in the LM band. The
|
| 53 |
+
2.5-line gate-growth law survives as a mechanism, not as a constant.
|
| 54 |
+
Second, the dtype of the adapter is not a detail: attaching fp32
|
| 55 |
+
relays to a bf16 trunk spins fp32 noise into the environment, and the
|
| 56 |
+
integration gate caught our own code doing exactly that β sniffing a
|
| 57 |
+
first parameter that was still a meta tensor and reading fp32 off it.
|
| 58 |
+
The **dtype law** (adapters attach at the *declared* trunk dtype,
|
| 59 |
+
never a sniffed one; judged gauges stay fp32) is now encoded in the
|
| 60 |
+
framework and the fork both.
|
| 61 |
+
|
| 62 |
+
The judging floor also deserves its sentence: CLIP-L image-image
|
| 63 |
+
cosine has a ~0.988 floor on pure-noise pairs, so every grounding
|
| 64 |
+
number below lives in a narrow band and the paired
|
| 65 |
+
derangement-controlled design is load-bearing, not decorative. The
|
| 66 |
+
zero-shot baseline wall
|
| 67 |
+
([exp000](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp000_baselines),
|
| 68 |
+
[exp000b](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp000b_natural))
|
| 69 |
+
put numbers under every later claim β and produced its own finding on
|
| 70 |
+
the way: conditioning-format specialization is a **double
|
| 71 |
+
dissociation** (the base model doubles its grounding on plain-English
|
| 72 |
+
prompts exactly where the JSON-finetuned variant drops), and the stock
|
| 73 |
+
epred cores are strong natural carriers zero-shot.
|
| 74 |
+
|
| 75 |
+
## The deliverable first: the relay certifies 3-for-3
|
| 76 |
+
|
| 77 |
+
[exp001](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp001_sd15_relay)
|
| 78 |
+
attached the certified 16-slot relay (zero-init output weight *and*
|
| 79 |
+
bias; gate β3.0; bit-exact code-path-skip toggle) to all 16
|
| 80 |
+
cross-attention blocks of the frozen Lune flow trunk, against a
|
| 81 |
+
parameter-matched LoRA-r32 control and the frozen baseline. Paired
|
| 82 |
+
val flow-MSE: relay **β0.85%** vs frozen, with round-trip grounding
|
| 83 |
+
preserved (+0.2052 vs the wall's +0.2099) β while the matched LoRA
|
| 84 |
+
landed *below frozen* (+0.85% worse) and degraded grounding outright
|
| 85 |
+
(+0.2099 β +0.1694). On the primary substrate
|
| 86 |
+
([exp006](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp006_sd15core_relay),
|
| 87 |
+
stock SD1.5, epsilon objective, 2-seed) the pattern repeats stronger:
|
| 88 |
+
relay β2.5% vs frozen, LoRA behind it, and the relay *gains* grounding
|
| 89 |
+
over the zero-shot core (+0.1809 β +0.2172) exactly where LoRA trades
|
| 90 |
+
it away (+0.1596). And on the third substrate class
|
| 91 |
+
([exp004](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp004_anima_relay),
|
| 92 |
+
the Anima DiT trained end-to-end through the diffusion-pipe fork,
|
| 93 |
+
bf16, 28 blocks), the relay improves its loss (0.123β0.115) while the
|
| 94 |
+
fork's own native LoRA control *degrades* over training (0.138β0.142)
|
| 95 |
+
β the exp001 destabilization pattern on a third architecture.
|
| 96 |
+
|
| 97 |
+
**Relay-favorable 3-for-3 substrate classes, with matched controls
|
| 98 |
+
every time.** The toggle law held bit-exact post-train in every one of
|
| 99 |
+
these experiments. That contract is why the production story is
|
| 100 |
+
"attach, toggle, detach" and not "merge and hope": the deliverable
|
| 101 |
+
adapters in
|
| 102 |
+
[aleph-diffusion-adapters](https://huggingface.co/AbstractPhil/aleph-diffusion-adapters)
|
| 103 |
+
are removable, verifiably, to the bit.
|
| 104 |
+
|
| 105 |
+
## The sigma axis: bands, lesions, and a controller
|
| 106 |
+
|
| 107 |
+
The language line's registers had no equivalent of noise level. The
|
| 108 |
+
register probe
|
| 109 |
+
([exp003](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp003_sigma_registers))
|
| 110 |
+
made the reorientation unmistakable: caption-content registers
|
| 111 |
+
separate *negatively* at every band and site (image content dominates
|
| 112 |
+
the code surface β multimodal compression in the extreme), and
|
| 113 |
+
**sigma is the only live register axis**, strongest at the deepest
|
| 114 |
+
site. So the mixture question became: assign experts *structurally*
|
| 115 |
+
along sigma instead of routing them comparatively.
|
| 116 |
+
|
| 117 |
+
[exp008](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp008_multiband)
|
| 118 |
+
built the mechanism: three band experts per site (LOW/MID/HIGH noise),
|
| 119 |
+
combined by smooth cosine crossfade windows β positional gating, dense
|
| 120 |
+
and differentiable, no selection event anywhere. The certification is
|
| 121 |
+
the lesion battery: **disabling a band's experts damages that band's
|
| 122 |
+
validation 50β200Γ more than any other band's, 3-for-3 bands, both
|
| 123 |
+
seeds.** Band assignment manufactures true specialists. What it does
|
| 124 |
+
*not* do by itself is pay on the aggregate objective β the matched
|
| 125 |
+
monolith keeps a small edge under uniform pressure at both seeds,
|
| 126 |
+
which is the language line's Law-1 (architecture alone doesn't pay;
|
| 127 |
+
differentiated pressure must) reproduced on a new modality. Frequency
|
| 128 |
+
reweighting as that pressure
|
| 129 |
+
([exp009](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp009_bandroles))
|
| 130 |
+
was directionally right 4/4 and negligible in magnitude β an honest
|
| 131 |
+
near-collinearity, confessed and rejudged.
|
| 132 |
+
|
| 133 |
+
The instrument upgrade settled where the payment actually lives.
|
| 134 |
+
[exp010](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp010_controller)
|
| 135 |
+
ships the **StepGatedSampler** β per-step band gating at inference, so
|
| 136 |
+
experts activate coarse-to-fine across the trajectory exactly as
|
| 137 |
+
trained β and judges in image space, where per-step eps-MSE turned out
|
| 138 |
+
to be gauge-blind (0.2% moves there vs these effects). The controller
|
| 139 |
+
lifted round-trip grounding to **+0.2135 vs the frozen trunk's
|
| 140 |
+
+0.1247**; band lesions cut grounding monotonically (LOW β0.016 / MID
|
| 141 |
+
β0.031 / HIGH β0.035); and the HIGH-band lesion's image-space
|
| 142 |
+
signature is **14Γ LP-dominated** (coarse structure) where LOW leans
|
| 143 |
+
detail β the coarse-to-fine thesis confirmed by lesion signatures, not
|
| 144 |
+
by narrative. On real fused data
|
| 145 |
+
([exp011](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp011_fused_multiband),
|
| 146 |
+
2-seed) the whole structural story replicates and the adapters pay
|
| 147 |
+
2β3Γ more than on synthetic rows.
|
| 148 |
+
|
| 149 |
+
Then the payer instrument arrived.
|
| 150 |
+
[exp012](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp012_blob_supervised)'s
|
| 151 |
+
in-bed **role-aligned gauge** (HIGH-band foreground-LP error on x0)
|
| 152 |
+
revealed what every aggregate comparison had hidden: **multiband beats
|
| 153 |
+
the matched monolith by ~10% on HIGH-band foreground structure
|
| 154 |
+
(0.1115 vs 0.1234; frozen 0.1555), both seeds.** Band specialists earn
|
| 155 |
+
exactly where the role map says they should β and nowhere an
|
| 156 |
+
aggregate-eps gauge can see.
|
| 157 |
+
|
| 158 |
+
## The conditioning law
|
| 159 |
+
|
| 160 |
+
exp012's actual assignment β blob supervision (segmentation-derived
|
| 161 |
+
foreground masks rasterized to the latent grid, coupled to the HIGH
|
| 162 |
+
band) on the eps substrate β returned an honest negative at both
|
| 163 |
+
seeds: +0.03%/β1.0%, inert. The operator's hypothesis said this was
|
| 164 |
+
not a failure of blob supervision but of the *parameterization*:
|
| 165 |
+
epsilon recovers structure through
|
| 166 |
+
`x0 = (x_t β sqrt(1βαΎ±)Β·Ξ΅Μ)/sqrt(αΎ±)`, which divides by a vanishing
|
| 167 |
+
`sqrt(αΎ±)` exactly at high noise β exactly where blob supervision
|
| 168 |
+
applies. Flow recovers `x0 = x_t β ΟΒ·v` **exactly and linearly at
|
| 169 |
+
every sigma**.
|
| 170 |
+
[exp013](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp013_blob_flow)
|
| 171 |
+
ran the identical coupling on the flow substrate with a preregistered
|
| 172 |
+
5Γ bar:
|
| 173 |
+
|
| 174 |
+
> **The conditioning law (2-seed).** Structural supervision pays where
|
| 175 |
+
> x0 recovery is linear and is inert where it is ill-conditioned. The
|
| 176 |
+
> identical blob coupling moved its gauge β5.9%/β3.7% on flow vs
|
| 177 |
+
> +0.03%/β1.0% on eps β a ~125β200Γ effect ratio, past the
|
| 178 |
+
> preregistered bar at both seeds, with the common gauge inside
|
| 179 |
+
> tolerance.
|
| 180 |
+
|
| 181 |
+
The three-point dose curve (Ξ» = 0.5 / 1.0 / 2.0 β β5.9%@+0.2% /
|
| 182 |
+
β8.3%@+0.4% / β8.4%@+0.9%) is monotone and saturating: **Ξ»β1 captures
|
| 183 |
+
the full blob gain inside the common-gauge bound**, and that constant
|
| 184 |
+
now ships as the framework default. A bonus row with its own
|
| 185 |
+
consequence: the undertrained Lune trunk pays adapters β9.1% vs frozen
|
| 186 |
+
β the largest in the line β so adapter headroom scales inversely with
|
| 187 |
+
trunk training. The stated caveat stands: the flow-vs-eps contrast
|
| 188 |
+
rides on different trunks; the v-pred same-trunk arm is the sharpest
|
| 189 |
+
follow-up and is queued, not run.
|
| 190 |
+
|
| 191 |
+
This is the article's namesake because it is *predictive*: you can
|
| 192 |
+
read the parameterization of a trunk and know, before training,
|
| 193 |
+
whether structure-level supervision has a linear path to pay through.
|
| 194 |
+
In the framework it is encoded literally β `blob=True` with
|
| 195 |
+
`objective="eps"` refuses, with the receipt in the error message.
|
| 196 |
+
|
| 197 |
+
## Where routing died: three falsifications with teeth
|
| 198 |
+
|
| 199 |
+
The language line's dispatch rescued specialize-regime anchors. On
|
| 200 |
+
diffusion, comparative routing failed **every** honest test we could
|
| 201 |
+
build, and the failures were as informative as the certifications:
|
| 202 |
+
|
| 203 |
+
- [exp007](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp007_amoe_lora)
|
| 204 |
+
(2-seed): a 4-expert bank with dense signed state+sigma dispatch
|
| 205 |
+
ties/loses to a rank-matched monolith under uniform pressure, with
|
| 206 |
+
*flat* sigma-band usage (spread 9e-4) β the aggregation channel
|
| 207 |
+
alone creates no specialization.
|
| 208 |
+
- [exp014](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp014_te_dispatch)
|
| 209 |
+
(2-seed): putting text in the dispatch key beats nothing β because
|
| 210 |
+
the hidden-state key **already routes by prompt** (usage variance
|
| 211 |
+
2.4e-2 with zero text input); and the raw-flattened [32,128] address
|
| 212 |
+
*kills* routing outright (1.4e-5) β the language line's
|
| 213 |
+
high-dimensional disease geometry reproduced on a dispatch key. The
|
| 214 |
+
bed also confessed its own null was wrong (a shuffled-key null
|
| 215 |
+
measures diversity, not correctness) and rebuilt it.
|
| 216 |
+
- [exp015](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp015_router_v2)
|
| 217 |
+
(2-seed, corrected instruments): the M-hat slot-bottlenecked address
|
| 218 |
+
key β the version the disease-geometry lesson demanded β shows
|
| 219 |
+
routing excess of **2.5e-06 over a repeated-key null** and a match
|
| 220 |
+
advantage of ~0. **Address-as-key, in its frozen form, is
|
| 221 |
+
falsified.** The open form (a text-encoder adapter trained jointly
|
| 222 |
+
with the dispatch β the operator's "router solidifier") remains
|
| 223 |
+
queued science.
|
| 224 |
+
|
| 225 |
+
The address itself is not dead:
|
| 226 |
+
[exp002](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion/tree/main/exp002_sd15_addrcond)
|
| 227 |
+
showed the frozen address appended to *full text* conditioning is
|
| 228 |
+
redundant (real β deranged) β but the address **alone** steers the
|
| 229 |
+
UNet (+0.029 after 2k steps) and the trunk grew its gates to read it.
|
| 230 |
+
Redundant-in-context, not dead: the redesign target is
|
| 231 |
+
complementarity, injecting where text is not.
|
| 232 |
+
|
| 233 |
+
The consequence is architectural and encoded: on diffusion,
|
| 234 |
+
`amoe.align()` raises with this record in the error message, and the
|
| 235 |
+
certified alternative to comparative routing is the *structural*
|
| 236 |
+
banding of the previous section. A framework that ships its own
|
| 237 |
+
falsifications as API behavior is the honesty discipline of Parts 2β3
|
| 238 |
+
carried to its conclusion.
|
| 239 |
+
|
| 240 |
+
## The process is the product
|
| 241 |
+
|
| 242 |
+
The line kept the house discipline under a four-day clock: every
|
| 243 |
+
major claim 2-seed or explicitly bounded; preregistered bars stated
|
| 244 |
+
before spend (and reported when missed); a label inversion in a
|
| 245 |
+
shipped README corrected and confessed within the hour; an instrument
|
| 246 |
+
gap (reference arms missing role gauges) confessed and rejudged; a
|
| 247 |
+
5.7-hour idle gap confessed in the ledger with the operational law it
|
| 248 |
+
re-earned (never end a turn on an intention β launch first, report
|
| 249 |
+
after); the final replication run disclosed as reserve spend before it
|
| 250 |
+
ran. The complete run record β 47 queue jobs, ~61 GPU-hours at ~97%
|
| 251 |
+
in-window utilization, 27 run logs and the machine-readable ledger β
|
| 252 |
+
is archived with the program's research memory, and every package
|
| 253 |
+
carries its slice.
|
| 254 |
+
|
| 255 |
+
The productization is part of the record too:
|
| 256 |
+
[amoe-lora 0.2](https://huggingface.co/AbstractPhil/amoe-lora) ships
|
| 257 |
+
the diffusion subsystem with the campaign's laws as constructors (the
|
| 258 |
+
dtype law, the conditioning-law refusal, pure Adam, the toggle and
|
| 259 |
+
zero-init contracts as CPU-testable invariants), the
|
| 260 |
+
[diffusion-pipe fork](https://github.com/AbstractEyes/diffusion-pipe)
|
| 261 |
+
bakes the adapters into its cosmos/anima and SDXL paths (with the
|
| 262 |
+
package's classes when installed, a vendored fallback when not β the
|
| 263 |
+
refactor verified bit-exact against the exp004 checkpoint), and every
|
| 264 |
+
adapter stack in the record now has a bitwise-verified safetensors
|
| 265 |
+
companion, with the curated set in
|
| 266 |
+
[aleph-diffusion-adapters](https://huggingface.co/AbstractPhil/aleph-diffusion-adapters).
|
| 267 |
+
|
| 268 |
+
## References
|
| 269 |
+
|
| 270 |
+
External references follow the verified bibliographies of
|
| 271 |
+
[Part 2](https://huggingface.co/AbstractPhil/geolip-aleph-qwen/blob/main/article_ft2.md)
|
| 272 |
+
and [Part 3](https://huggingface.co/AbstractPhil/geolip-aleph-qwen-3.5-0.8b-instruct/blob/main/article_ft3.md);
|
| 273 |
+
the directly load-bearing entries here are:
|
| 274 |
+
|
| 275 |
+
- Ho, J., Jain, A., & Abbeel, P. (2020). *Denoising Diffusion
|
| 276 |
+
Probabilistic Models.* [arXiv:2006.11239](https://arxiv.org/abs/2006.11239)
|
| 277 |
+
- Song, J., Meng, C., & Ermon, S. (2020). *Denoising Diffusion
|
| 278 |
+
Implicit Models.* [arXiv:2010.02502](https://arxiv.org/abs/2010.02502)
|
| 279 |
+
- Rombach, R., et al. (2022). *High-Resolution Image Synthesis with
|
| 280 |
+
Latent Diffusion Models.* [arXiv:2112.10752](https://arxiv.org/abs/2112.10752)
|
| 281 |
+
- Podell, D., et al. (2023). *SDXL: Improving Latent Diffusion Models
|
| 282 |
+
for High-Resolution Image Synthesis.* [arXiv:2307.01952](https://arxiv.org/abs/2307.01952)
|
| 283 |
+
- Lipman, Y., et al. (2022). *Flow Matching for Generative Modeling.*
|
| 284 |
+
[arXiv:2210.02747](https://arxiv.org/abs/2210.02747)
|
| 285 |
+
- Liu, X., Gong, C., & Liu, Q. (2022). *Flow Straight and Fast:
|
| 286 |
+
Learning to Generate and Transfer Data with Rectified Flow.*
|
| 287 |
+
[arXiv:2209.03003](https://arxiv.org/abs/2209.03003)
|
| 288 |
+
- Salimans, T., & Ho, J. (2022). *Progressive Distillation for Fast
|
| 289 |
+
Sampling of Diffusion Models* (the v-parameterization).
|
| 290 |
+
[arXiv:2202.00512](https://arxiv.org/abs/2202.00512)
|
| 291 |
+
- Hu, E. J., et al. (2021). *LoRA: Low-Rank Adaptation of Large
|
| 292 |
+
Language Models.* [arXiv:2106.09685](https://arxiv.org/abs/2106.09685)
|
| 293 |
+
- Shazeer, N., et al. (2017). *Outrageously Large Neural Networks: The
|
| 294 |
+
Sparsely-Gated Mixture-of-Experts Layer.*
|
| 295 |
+
[arXiv:1701.06538](https://arxiv.org/abs/1701.06538)
|
| 296 |
+
- Puigcerver, J., et al. (2023). *From Sparse to Soft Mixtures of
|
| 297 |
+
Experts.* [arXiv:2308.00951](https://arxiv.org/abs/2308.00951)
|
| 298 |
+
|
| 299 |
+
Internal record: the 16 experiment packages under
|
| 300 |
+
[geolip-aleph-diffusion](https://huggingface.co/AbstractPhil/geolip-aleph-diffusion)
|
| 301 |
+
(each with code, `results.json`, and ledger rows; weights in `.pt` +
|
| 302 |
+
verified `.safetensors`), the
|
| 303 |
+
[Part 1](https://huggingface.co/blog/AbstractPhil/aleph-autoregressive-differentiation-ft1),
|
| 304 |
+
[Part 2](https://huggingface.co/AbstractPhil/geolip-aleph-qwen/blob/main/article_ft2.md),
|
| 305 |
+
and [Part 3](https://huggingface.co/AbstractPhil/geolip-aleph-qwen-3.5-0.8b-instruct/blob/main/article_ft3.md)
|
| 306 |
+
articles, the
|
| 307 |
+
[qwen-deepfashion-fused](https://huggingface.co/datasets/AbstractPhil/qwen-deepfashion-fused)
|
| 308 |
+
dataset (the fused-data and blob-target source), and the production
|
| 309 |
+
repos
|
| 310 |
+
([aleph-diffusion-adapters](https://huggingface.co/AbstractPhil/aleph-diffusion-adapters),
|
| 311 |
+
[amoe-lora](https://huggingface.co/AbstractPhil/amoe-lora),
|
| 312 |
+
[diffusion-pipe](https://github.com/AbstractEyes/diffusion-pipe)).
|