---
title: 'Amplitubes: Amp Modeling & Graph Cosmology'
url: https://www.emergentmind.com/topics/amplitubes
type: topic
---

# Amplitubes: Amp Modeling & Graph Cosmology

“Amplitubes” appears in current technical literature in two unrelated senses. In audio engineering and music technology, the term denotes AmpliTube-like virtual guitar amplifier systems and, more broadly, neural or hybrid emulations of analog amplifiers and effects that expose controllable tone spaces, knob-conditioned mappings, or reference-audio conditioning. In mathematical physics, “amplitubes” denotes amplitude-like functions associated to graphs that reorganize cosmological wavefunction coefficients and correlators into sums over tubing structures and positive geometries [2407.10646][2502.17564][2507.07199].

## 1. Virtual amplifier systems and the meaning of “AmpliTube-like”

In the audio literature, virtual amp systems are software or embedded emulations of guitar amplification chains that aim to reproduce nonlinear distortion, dynamic response, frequency shaping, cabinet coloration, and user-facing controls such as Gain, Bass, Mid, Treble, Presence, and Master. Traditional DSP or circuit-modeling approaches emulate each amp/cab/mic configuration parametrically, often requiring device-specific models and careful tuning; accuracy is high and controls are interpretable. By contrast, non-parametric neural captures such as NAM train one model per fixed knob configuration, giving excellent fidelity but no continuous knob control and high capture cost when many settings are required [2407.10646][2509.26564].

A recurring problem formulation is therefore whether an “AmpliTube-like” system should be built as a collection of bespoke device models, as a single parametric model conditioned on knob values, or as a one-to-many model conditioned on a learned tone representation. The literature now contains all three strategies. This suggests that “Amplitubes” is best understood not as a single implementation paradigm but as a design space spanning circuit-derived, black-box neural, gray-box differentiable DSP, and latent- or embedding-conditioned systems.

| Paradigm | Representative work | Defining property |
|---|---|---|
| Traditional DSP/circuit modeling | [2407.10646] | Device-specific amp/cab/mic models with interpretable controls |
| Non-parametric neural capture | [2509.26564] | One model per fixed knob configuration |
| Parametric neural modeling | [2509.26564] | One model conditioned on a knob vector |
| One-to-many tone-conditioned modeling | [2407.10646] | Single renderer driven by a learned tone embedding |

A persistent misconception is that neural amp modeling is intrinsically one-model-per-preset. The recent literature does not support that view: parametric, latent, and one-to-many systems all explicitly target scalable deployment across many tones, settings, or devices, albeit with different trade-offs in interpretability and per-device accuracy [2407.10646][2509.26564].

## 2. Core modeling architectures for virtual analog amplification

Several architecture families dominate recent amp-emulation research. A feedforward WaveNet variant was used to emulate the Fender Bassman 56F-A vacuum-tube preamplifier with a 10-layer dilated causal convolution stack, filter width 3, dilation schedule \(d_k=\{1,2,4,\ldots,512\}\), and receptive field \(N=2046\) samples, approximately \(46\) ms at \(44.1\) kHz. Conditioning enters each layer through \(1\times1\) convolutions, and training uses an error-to-signal ratio objective with the pre-emphasis filter \(H(z)=1-0.95z^{-1}\). The larger configuration, WaveNet2, has about \(30{,}000\) parameters, achieved ESR values between \(0.32\%\) and \(2.0\%\) across the tested gain and input-level conditions, received the highest mean MUSHRA scores, and ran at \(3.0\times\) real time on a \(2.8\) GHz Intel Core i5 CPU [1811.00334].

LSTM-based black-box emulation provides a different causal formulation. A real-time model of the ENGL Retro Tube 50 used raw waveform input at \(44.1\) kHz, a 20-second dataset, and a single-layer LSTM with a dense output layer. For fixed-gain modeling, \( \text{num\_step}=100 \) and \( \text{num\_hidden}=24 \) achieved less than \(1\%\) RMSE on validation data. For parametric Gain control, the input feature dimension was expanded to \([x[n],g[n]]\), and a real-time configuration with \( \text{num\_step}=100 \) and \( \text{num\_hidden}=150 \) achieved less than \(2\%\) RMSE. Real-time inference was demonstrated on an NVIDIA GTX 1050, with buffer carry-over preserving continuity in streaming operation [1804.07145].

A gray-box alternative is the DDSP amplifier model, which maps familiar circuit blocks into differentiable modules: preamp, tone stack, power amp, and output transformer. The preamp is modeled by \(N=4\) cascaded Wiener–Hammerstein stages, the tone stack by a low-shelf/peak/high-shelf biquad cascade, the power amp by a push–pull topology with feedback-emulating filter \(F\), and the transformer by a GRU-based stateful nonlinearity plus bandpass-like filtering. On a Marshall JVM 410H (OD1 channel, high distortion), the full system achieved MAE \(0.024\) on seen settings and \(0.043\) on unseen settings, MR-STFT \(2.161\) and \(3.972\), and \(1{,}352\) ops/sample. The large black-box baseline still had the lowest losses, but required \(19{,}872\) ops/sample; the DDSP model therefore operated at less than \(10\%\) of that per-sample compute while preserving explicit control mappings [2408.11405].

Hybrid engineering comparisons remain relevant. A comparative study of the Klon Centaur overdrive partitioned the circuit into input buffer, gain stage, tone control, and output buffer, then combined NA/MNA, WDF, and a compact RNN. The RNN used a single recurrent layer of \(8\) GRUs and was trained separately at five Gain settings. On a desktop plugin, the ML configuration processed one second of audio in \(0.0472\)–\(0.0529\) seconds across block sizes \(8\)–\(4096\), compared with \(0.0624\)–\(0.0723\) for the mixed non-ML model; the same codebase was also deployed on a Teensy 4.0 embedded pedal [2009.02833].

| Work | Model family | Reported outcome |
|---|---|---|
| “Deep Learning for Tube Amplifier Emulation” [1811.00334] | Feedforward WaveNet | ESR \(0.32\%\)–\(2.0\%\); \(3.0\times\) real time on CPU |
| “Real Time Emulation of Parametric Guitar Tube Amplifier With Long Short Term Memory Neural Network” [1804.07145] | LSTM | \(<1\%\) RMSE fixed Gain; \(<2\%\) RMSE parametric Gain |
| “DDSP Guitar Amp: Interpretable Guitar Amplifier Modeling” [2408.11405] | DDSP gray-box | MAE \(0.024/0.043\); \(1{,}352\) ops/sample |
| “A Comparison of Virtual Analog Modelling Techniques for Desktop and Embedded Implementations” [2009.02833] | NA/WDF/RNN hybrid | ML runtime \(0.0472\)–\(0.0529\) s/s audio |

Taken together, these results show that the current architecture space is not polarized between “accurate but opaque” and “interpretable but weak.” Gray-box and hybrid systems occupy an intermediate regime, while black-box WaveNet and LSTM models remain competitive where maximal fidelity to a specific reference device is the primary objective.

## 3. One-to-many modeling, tone embeddings, and zero-shot control

A central recent development is the shift from one-to-one emulation toward one-to-many conditional rendering. In this setting, a single generator maps a clean DI guitar signal \(x\) to a target wet signal \(y\) under the control of a tone embedding \(\phi\). The motivation is explicitly scalability: one-to-one training scales poorly for “Amplitube”-like ecosystems with hundreds of amp/cab/mic combinations and parameter states, and it cannot generalize to new amplifiers without retraining [2407.10646].

The tone-embedding framework uses a separate contrastive encoder trained on mel-spectrograms of wet guitar audio at \(16\) kHz. Positives are clips with different musical content but the same tone; negatives have different tones. The encoder is trained with a SimCLR-style InfoNCE objective,
\[
L_{\mathrm{InfoNCE}}=-\sum_i \log \frac{\exp(\mathrm{sim}(z_i,z_i^+)/\tau)}{\sum_j \exp(\mathrm{sim}(z_i,z_j)/\tau)},
\]
with cosine similarity and robustness augmentations including random cropping and additive noise. The resulting \(512\)-dimensional embedding is frozen during generator training [2407.10646].

The conditional generator itself is a time-domain gated CNN with residual connections and increasing dilations. It uses \(L=12\) Conv1D layers, \(16\) channels per layer, tanh/sigmoid gating, residual summation, and a final \(1\times1\) Conv1D mixing layer. Mono waveforms at \(44.1\) kHz are processed in \(3.5\)-second segments. Conditioning is implemented by FiLM at every GCN layer: \(\phi\in\mathbb{R}^{512}\) is projected to \(128\) dimensions, then layer-specific MLPs generate \(\{\gamma_l^c,\beta_l^c\}\) so that
\[
\mathrm{FiLM}(F_l^c,\gamma_l^c,\beta_l^c)=\gamma_l^c F_l^c+\beta_l^c.
\]
An ablation with simple concatenation was consistently worse, and FiLM outperformed both concatenation and LUT conditioning across amplifiers [2407.10646].

Training uses a complex STFT reconstruction loss with window \(2048\) and hop \(512\),
\[
L_{\mathrm{STFT}}=\|S(y)-S(\hat y)\|_1,
\]
with \(-12\) dBFS peak normalization, Adam at \(10^{-3}\), batch size \(12\), and convergence in about \(0.5\) days on an NVIDIA RTX 3090. The generator training set contains \(30\) minutes of monophonic DI, rendered through \(9\) amplifiers spanning three tone categories: high-gain, low-gain, and crunch. The encoder was trained on a larger in-house corpus with diverse amplifiers, pedals, and comprehensive settings [2407.10646].

Evaluation shows a consistent hierarchy. Per-amp one-to-one GCN baselines achieve the lowest losses and therefore define an upper bound. Among one-to-many variants, FiLM-GCN with tone embeddings substantially outperforms LUT conditioning and concatenation. Unpaired referencing—using a different-content reference clip \(z\) with the same tone as \(y\)—slightly outperforms paired referencing, which was interpreted as evidence of stronger style/content disentanglement. Representative seen-amp results include \(0.0275\) for amp4 versus LUT \(0.0698\), and \(0.0290\) for amp9 versus LUT \(0.1593\). In zero-shot tests, unseen High Gain EL34 V2 yielded complex STFT losses of about \(0.2511\) for direct conditioning, \(0.2560\) for nearest retrieval, and \(0.2593\) for mean-centroid retrieval; unseen Dumble ODS 50 yielded about \(0.0338\), \(0.0274\), and \(0.0404\), respectively. The losses remained within \(1\)–\(2\times\) of seen amps in the same category, and t-SNE visualizations showed two larger embedding clusters roughly separating high-gain and low-gain regimes [2407.10646].

This literature reframes tone matching as a representation-learning problem rather than a catalog lookup. It also makes explicit that match-to-reference workflows, zero-shot cloning of unseen amplifiers, and continuous interpolation in a shared “tone space” are technically connected rather than separate application classes.

## 4. Parametric control, active learning, synthetic corpora, and latent tone spaces

Continuous knob control has been addressed most directly by PANAMA. In the extended version, Panama trains a parametric model conditioned on a knob vector \(g\in[0,1]^6\) containing Gain, Bass, Mid, Treble, Master, and Presence. The acquisition loop uses a \(4\)-member LSTM ensemble for uncertainty estimation and a WaveNet-like final model for deployment. Disagreement combines waveform and Mel-domain variances across ensemble outputs, and gradient-based optimization with Adam maximizes this disagreement over the continuous knob space to propose informative settings. The practical loop starts from \(10\) random settings, uses \(10\) restarts per round, clusters the candidates, keeps \(6\)–\(7\) unique settings per round, and stops after about \(10\) rounds, for roughly \(75\) datapoints [2509.26564].

The reported efficiency gains are substantial. Active learning achieved test MSE \(1.61\times10^{-4}\) and Mel loss \(2.55\), compared with \(3.16\times10^{-4}\) and \(3.49\) for random sampling and \(5.80\times10^{-4}\) and \(5.06\) for an extreme-value beta heuristic. In MUSHRA tests, Ours-75 showed no significant difference from NAM, and both were comparable to the reference. The LSTM ensemble trained at \(14.6\)M samples/s on an RTX 3090, compared with \(3.1\)M for WaveNet training, which is why the ensemble is used during acquisition and the WaveNet during final training [2509.26564]. The earlier PANAMA abstract already showed the same tendency in a data-constrained regime: under a budget of \(64\) datapoints, active learning reached validation MSE \(\approx 3.4\times10^{-4}\), versus \(\approx 8.6\times10^{-4}\) for uniform random sampling and \(\approx 9.0\times10^{-4}\) for \(\mathrm{Beta}(0.5,0.5)\) sampling [2507.02109].

A separate route to scale is synthetic data. Open-Amp crowdsources neural captures from GuitarML and Neural Amp Modeler ecosystems and renders them online during training. The reported corpus uses \(59\) amp captures and \(101\) pedal captures, \(160\) in total, with \(65\) exposing a single control; all supplied captures are single-layer LSTM models with hidden size \(40\). For one-to-many training, controllable devices were discretized into five settings, expanding the synthetic device count to \(394\). A \(35\)-minute clean corpus was then rendered into about \(230\) hours of synthetic training material [2411.14972].

Open-Amp supports two distinct model classes. Its contrastive encoder uses a \(1\)D CNN with six residual blocks and produces a \(64\)-dimensional embedding from global average pooling; it has \(112{,}888\) parameters. On guitar-effects classification, the Open-Amp encoder plus a \(1\)-layer MLP reached \(87.9\%\) average accuracy across GFX splits, compared with \(86.9\%\) for FxNet. Its one-to-many foundation model is a TCN with FiLM conditioning and learned device embeddings of size \(E\in\{16,64,256\}\). Emb-256 was generally closest to one-to-one TCN baselines; for a representative best device, one-to-one ESR was \(-24.1\) dB and Emb-256 reached \(-23.7\) dB with similar MRSL. Unseen analog pedals were enrolled by freezing the TCN and learning only a new device embedding, a few-shot adaptation procedure that narrowed or occasionally reversed the gap to one-to-one training under data scarcity [2411.14972].

Unpaired training addresses the data-collection bottleneck from another angle. A GAN-based clean-to-rendered transformer replaced MelGAN’s MSD-only discriminator with MSD+MPD, removed the lowest-resolution MSD path, and mixed extra unaligned clean audio into training. On the high-gain BD-2 target, supervised training gave L1mel \(4.041\), ESR \(0.106\), and FAD \(5.256\); MSD+MPD reduced these to \(1.535\), \(0.052\), and \(0.983\); MSD+MPD with both clean datasets further improved them to \(1.156\), \(0.022\), and \(0.550\). For lower-gain EGDB targets, supervised ESR often remained best, but MSD+MPD consistently improved over MSD alone and often reduced FAD, indicating better distributional plausibility [2406.15751].

Latent-space design provides yet another control regime. A six-block convolutional architecture with fixed logarithmically spaced bandpass FIR filters, positive EQ weights \(w=u^2\), asymmetric bias, softsign nonlinearity, and residual gating was trained on \(50\) minutes of DI and six amplifier styles. Because every model shares the same fixed filter basis, linear interpolation and extrapolation over parameters \(\theta\) permit explicit timbral arithmetic, such as blending Fender Twin, Vox AC30, Marshall Super Lead, Marshall JCM800, Mesa Boogie Triple Rectifier, and Peavey 5150 characteristics [2010.15989].

Across these systems, the central trend is clear: “Amplitube-like” behavior is increasingly achieved through learned condition spaces rather than exhaustive preset libraries. Whether the condition variable is a knob vector, a tone embedding, a device embedding, or a latent parameter vector, the objective is the same—continuous control over a large family of tones with reduced capture burden.

## 5. Distortion physics, aliasing, and perceptual constraints

The signal-theoretic basis of virtual amplifier modeling remains the nonlinear generation of new spectral components. A polynomial nonlinearity
\[
y(t)=k_1x(t)+k_2x^2(t)+k_3x^3(t)+\cdots
\]
applied to \(x(t)=A_1\sin(2\pi f_1 t)+A_2\sin(2\pi f_2 t)\) generates harmonics and intermodulation products. The second-order term yields \(\{2f_1,2f_2,f_1-f_2,f_1+f_2\}\); the third-order term yields reinforced fundamentals, third harmonics, and \(2f_1\pm f_2\), \(2f_2\pm f_1\). For a just power fifth with \(f_2=\frac{3}{2}f_1\), both quadratic and cubic distortion generate \(f_1/2\), a sub-octave below the root; for a just major third with \(f_2=\frac{5}{4}f_1\), quadratic distortion produces \(f_1/4\) and cubic terms generate a perfect fifth at \(\frac{3}{2}f_1\). The same analysis explains why equal temperament becomes fragile under high distortion: the just major third is \(386.3\) cents, whereas equal temperament places it at \(400.0\) cents, an error of about \(+13.7\) cents; the minor seventh differs by about \(+31.2\) cents [2504.04919].

For virtual amp systems, another constraint is discrete-time aliasing. Neural models create harmonics at every nonlinear activation layer, and any generated energy above Nyquist folds back into the baseband. “Aliasing Reduction in Neural Amp Modeling by Smoothing Activations” formalizes this with the Aliasing-to-Signal Ratio,
\[
\mathrm{ASR}=E_A/E_H,
\]
measured from a prime-length DFT with \(R_s=N=48{,}017\) and no windowing. Across \(12{,}400\) trained models, smoother activations consistently lowered ASR. The lowest average ASR was reported for False_CustomTanh_32, at \(0.001284\pm0.000554\), with ESR \(0.089633\pm0.005450\); the best balanced tanh sweep occurred near \(\alpha=1.8\), with ASR \(\approx0.001582\) and ESR \(\approx0.016628\). Gating tended to improve ESR but increase aliasing substantially, while activation smoothing reduced aliasing without oversampling or post-filtering overhead [2505.04082].

A plausible implication is that audible realism in “Amplitube-like” systems is now constrained by three coupled objectives rather than one: low waveform or spectral error, low aliasing, and control fidelity under parameter changes. This is why the current literature increasingly mixes time-domain losses, multi-resolution spectral losses, perceptual or adversarial discriminators, and architectural priors such as gray-box DSP blocks or smooth nonlinearities [2408.11405][2406.15751][2505.04082].

## 6. Amplitubes in graph-based cosmology and positive geometry

In mathematical physics, “amplitubes” are not audio devices but amplitude-like functions associated to graphs. For a graph \(G\), a tube is a connected induced subgraph, and a tubing is a compatible collection of tubes. Graph associahedra generalize the classical associahedron from path graphs to arbitrary graphs, while graph cosmohedra are obtained by consistently blowing up all boundaries of the corresponding graph associahedron to codimension one. Path graphs recover the usual associahedra and cosmohedra; empty and complete graphs recover the simplex and permutohedron on the associahedron side, and the permutohedron and permutoassociahedron on the cosmohedron side [2502.17564].

In the graph-associahedral presentation, the amplitube is the vertex sum
\[
A_G=\sum_{\tau\in\Gamma_G^{\max}}\prod_{t\in\tau}\frac{1}{X_t},
\]
where \(\Gamma_G^{\max}\) denotes maximal tubings and \(X_t\) are linear functions of kinematic variables. The associated cosmological amplitube is
\[
\Psi_G=\sum_{\rho\in\Phi_G^{\max}}\prod_{r\in\rho}\frac{1}{\mathcal{R}_r},
\]
with \(\Phi_G^{\max}\) maximal regional tubings and \(\mathcal{R}_r\) region variables. Facet factorization is built into the geometry: residues of \(A_G\) factorize into products of lower amplitubes on \(G[t]\) and the reconnected complement \(G_t^*\), while boundaries of \(C_G\) factorize into an amplitube on a spine graph times cosmological amplitubes on regional reconnected components [2502.17564].

A complementary formulation distinguishes unary and binary tubes. Unary tubes are connected vertex subsets; binary tubes are connected subgraphs specified by vertices and edges. In this language,
\[
A_G=\sum_{\mathcal{u}\in\mathcal{U}_G^{\max}}\frac{1}{H_{\mathcal{u}}},
\]
while the flat-space wavefunction coefficient admits the cut expansion
\[
\Psi_G=\sum_{e\subseteq E_G}(-1)^{|e|}\prod_{b\in\mathfrak{b}_e}A_b.
\]
This expresses the wavefunction coefficient for a connected graph as a sum over products of amplitubes of the connected components that remain after cutting subsets of edges. The same paper introduces cut tubings and decorated orientations, with the set of acyclic decorated orientations counting the number of basis functions appearing in the kinematic flow [2503.13596].

The correlator-level refinement is especially notable. For conformally coupled scalars in an FRW setting, amplitubes reorganize not only wavefunction coefficients but full correlation functions. The correlator expansion has the form
\[
\langle G\rangle=\frac{2\,\mathcal{N}}{\phantom{.}}\Bigg[\prod_{e\in E_G}(2y_e)\Bigg]\sum_{I\subset E_G}\chi_{G/\bar I}\,A_{G\setminus I},
\]
where \(\chi_{G/\bar I}=1\) if the contracted graph \(G/\bar I\) is bipartite and \(0\) otherwise. The consequence is a hidden simplification relative to the wavefunction: at tree level, no term vanishes and the relative minus signs disappear; at loop level, many terms vanish because the corresponding contracted graphs are not bipartite. In the two-cycle example, the wavefunction has four amplitube terms with alternating signs, whereas the correlator keeps only two positive terms; in the sunrise example, eight wavefunction terms reduce to two correlator terms [2507.07199].

The word “amplitubes” therefore names a precise positive-geometric structure in cosmology: a sum over maximal tubings of graph associahedra, extended by graph cosmohedra, cut expansions, and bipartite-contraction rules for correlators. This usage is mathematically unrelated to virtual guitar amplification, but the shared name has become established in both literatures.

Source: https://www.emergentmind.com/topics/amplitubes