---
title: Asymmetric Multi-Scale Tokenizer
url: https://www.emergentmind.com/topics/asymmetric-multi-scale-tokenizer
type: topic
---

# Asymmetric Multi-Scale Tokenizer

An asymmetric multi-scale tokenizer can be understood as a class of tokenization architectures that does not impose a single uniform segmentation or compression rule across all positions, modalities, scripts, or frequency bands, and that represents inputs at more than one spatial, temporal, spectral, or semantic scale. Recent work instantiates this design pattern in EEG foundation models, radiology report generation, long-context language modeling, script-aware multilingual tokenization, image generation, and 3D vision-language systems. Across these settings, asymmetry usually refers to differential treatment of heterogeneous components—such as temporal versus frequency content, image versus text, high-entropy versus low-entropy spans, or Abugida versus non-Abugida scripts—while multi-scale processing refers to explicit modeling across coarse and fine resolutions or granularities [2506.09110][2507.00316][2508.15190][2603.25309][2412.09607][2511.21191].

## 1. Conceptual lineage

The immediate antecedents of asymmetric multi-scale tokenization were not tokenizers but architectural modules that challenged the assumption of symmetric processing. "Multi-Scale Spatially-Asymmetric Recalibration for Image Classification" introduced multi-scale spatially-asymmetric recalibration (MS-SAR) to address the fact that convolution is spatially-symmetric, meaning that the response at each spatial position is computed in the same way regardless of absolute location. MS-SAR computes position-dependent importance values from surrounding regions at multiple scales and multiplies them with the original neural response, thereby making contextual modulation both spatially asymmetric and multi-scale [1804.00787].

A parallel line appeared in EEG modeling. "Simultaneously exploring multi-scale and asymmetric EEG features for emotion recognition" proposed the Multi-Scales Bi-hemispheric Asymmetric Model (MSBAM), motivated by the observation that the left and right hemispheres demonstrate activity differences under different emotional activities and that EEG is non-stationary enough that single kernel sizes may be insufficient. MSBAM therefore combined bi-hemispheric asymmetry with multi-branch temporal kernels [2110.06462].

These works are not tokenizers, but they established a recurring architectural thesis: symmetric treatment of all regions or scales can suppress structurally important variation. This suggests why later tokenization work repeatedly separates domains, routes inputs differently, or allocates variable token granularity rather than using a single homogeneous rule.

## 2. Structural principles

Across the recent literature, asymmetry does not denote one fixed operation. In CodeBrain, it means independent temporal and frequency codebooks with different objectives; in $\mu^2$Tokenizer, it means aggressive compression and reweighting of visual tokens while question tokens are used to condition selection; in SemToken, it means heterogeneous token granularity based on semantic density; in WWHO, it means script-specific routing in which Abugida scripts undergo rule-based syllabification and SGPE while non-Abugida text is passed to BPE; and in SIT, it means per-scale tokenization in a coarse-to-fine spectral order rather than raster-scan order [2506.09110][2507.00316][2508.15190][2603.25309][2412.09607].

Multi-scale processing is equally heterogeneous. Some systems use explicit parallel scales, as in dynamic pooling over $s \in \{1,2,4\}$ in $\mu^2$Tokenizer; some use hierarchical discrete representations, as in SIT’s sequence of $S \times N$ tokens ordered from coarse to fine; some use separate scale-specific codebooks, as in SIT and NeuroRVQ; and some assign fine or coarse spans adaptively according to semantic entropy, as in SemToken [2507.00316][2412.09607][2510.13068][2508.15190].

A concise comparison is given below.

| System | Asymmetry | Multi-scale mechanism |
|---|---|---|
| TFDual-Tokenizer | Separate temporal and frequency codebooks; different optimization paths | Independent paired tokens with combinatorial code space |
| $\mu^2$Tokenizer | Visual compression differs from text processing; text-conditioned fusion | Dynamic pooling at scales $\{1,2,4\}$ |
| SemToken | Fine/coarse granularity by semantic density | Variable-length spans from local clustering and entropy |
| WWHO + SGPE | Abugida routed to LinguisTrie + SGPE; others to BPE | Syllable-level atomicization followed by higher-level merges |
| SIT | Per-scale tokenizers in spectral order | DWT-based coarse-to-fine token sequence |

Two formulas capture recurrent design motifs. In CodeBrain, each EEG patch embedding $\tilde e_i$ is discretized independently by temporal and frequency codebooks,
$$
\hat z^{(t)}_i = \arg\min_j \|\tilde e_i - v^{(t)}_j\|^2,\qquad
\hat z^{(f)}_i = \arg\min_j \|\tilde e_i - v^{(f)}_j\|^2,
$$
so that two codebooks of size $K$ yield a representation space of size $K^2$ [2506.09110]. In SemToken, granularity is assigned from semantic entropy,
$$
\mathcal{H}(\mathcal{T})=\mathrm{Tr}\left(\mathrm{Cov}\left(\{f_\theta(x_i)\mid x_i\in\mathcal{T}\}\right)\right),
$$
with fine or coarse tokenization determined by whether a local window exceeds a threshold $\delta$ [2508.15190].

## 3. Biosignal and spectral tokenizers

EEG has become a major testbed for asymmetric multi-scale tokenization because the signal is simultaneously temporal, spectral, multichannel, and non-stationary. CodeBrain addresses this with the TFDual-Tokenizer, which independently tokenizes heterogeneous temporal and frequency components and maps each EEG patch to two discrete indices, one from the temporal codebook and one from the frequency codebook. The temporal codebook is trained with reconstruction plus SimCLR-style contrastive loss, whereas the frequency codebook reconstructs DFT-derived amplitude and phase. Because any pair $(z^{(t)}, z^{(f)})$ is valid, the discrete space expands from $K$ to $K^2$; with $K = 4096$, the number of possible token combinations is approximately $16$ million. The tokenizer feeds EEGSSM, which combines Structured Global Convolution for long-range dependencies with Sliding Window Attention for local dependencies, and the full system reports generalizability with linear probing on 10 public EEG datasets [2506.09110].

NeuroRVQ pursues a different EEG strategy. It segments multivariate EEG into temporal patches, applies a multi-scale temporal encoder inspired by Inception modules, enriches the resulting features with trainable temporal and spatial embeddings, and then quantizes each temporal scale with hierarchical residual vector quantization. For each scale, RVQ uses $N$ codebook layers,
$$
\mathbf{z}_1 = \arg\min_{\mathbf{v}\in\mathcal{V}_1}\|\mathbf{p}^1-\mathbf{v}\|_2,\qquad
\mathbf{p}^{i+1}=\mathbf{p}^i-\mathbf{z}_i,
$$
with reconstruction $\hat{\mathbf{p}}=\sum_{i=1}^N \mathbf{z}_i$. The tokenizer decoder reconstructs Fourier spectral amplitude and phase rather than only the time-domain waveform, and training uses log-amplitude, unit-circle-aware phase, time-domain, and quantization losses. The paper attributes lower reconstruction error and improved downstream performance to this full-spectrum, hierarchical tokenization scheme [2510.13068].

For images, the Spectral Image Tokenizer (SIT) replaces spatial raster tokenization with tokenization in the image spectrum obtained from a discrete wavelet transform. DWT decomposes an image into coarse approximation coefficients and scale-specific detail coefficients,
$$
f_{\text{low}_L},\, \{f_{\text{H}_i}\},\, \{f_{\text{V}_i}\},\, \{f_{\text{D}_i}\} = \mathrm{DWT}(f),
$$
and SIT patchifies each scale into tokens so that the full image becomes a sequence of $S \times N$ tokens ordered from coarse to fine. The design is explicitly multi-scale, uses per-scale codebooks, and introduces scale-causal attention in which a token at scale $s$ attends only to tokens at scales $\leq s$. The paper emphasizes five consequences: better use of the compressibility of high frequencies, reconstruction of different resolutions without retraining, improved next-token conditioning through a coarse reconstruction of the full image, partial decoding in which early tokens reconstruct a coarse image, and the use of autoregressive models for image upsampling [2412.09607].

## 4. Multimodal and 3D formulations

In radiology report generation, $\mu^2$Tokenizer is presented as a differentiable multi-scale multi-modal middleware between 3D CT features and a downstream LLM. Visual features come from a 3D ViT applied to CT frames, and textual question tokens come from a text tokenizer. The tokenizer then applies four components: Relative Positional Encoding, Differentiable Token Selection, Dynamic Multi-scale Pooling, and multi-modal text-conditioned attention. DTS forms up to $k=1024$ soft visual tokens by learned weighted sums, while DMTP pools over scales $s \in \{1,2,4\}$ and uses attention-like dynamic weights to combine the pooled outputs. The system is asymmetric because image tokens are compressed, reweighted, and pooled while question tokens act as conditioning signals with finer semantic granularity. On AMOS-MM, the reported GREEN score progresses from $0.204$ for the baseline to $0.277$ with RPE, $0.299$ with DTS, $0.233$ with DMTP, $0.339$ for the full $\mu^2$Tokenizer, and $0.400$ for the full system with DPO [2507.00316].

NDTokenizer3D extends the same general pattern to 3D scenes. It first constructs a multi-scale NDT representation from raw high-resolution point clouds without downsampling. At each scale, a grid cell is summarized by a mean position $\mu_r^j$, covariance $\Sigma_r^j$, and RGB color $c_r^j$,
$$
\mu_r^j = \frac{1}{n}\sum_{i=1}^n x_i,\qquad
\Sigma_r^j = \frac{1}{n-1}\sum_{i=1}^n (x_i-\mu_r^j)(x_i-\mu_r^j)^T.
$$
A transformer-based encoder extracts features at each scale, and the Multi-Scale NDT Decoder (MSDec) then performs progressive cross-scale fusion from coarse to fine. Decoder queries are updated by cross-attention, self-attention, and FFN blocks at each scale,
$$
\mathbf{Q}_{r+1} = \mathrm{FFN}\big(\mathrm{SelfAttn}(\mathrm{CrossAttn}(\mathbf{Q}_r,\mathbf{K}_r,\mathbf{V}_r))\big),
$$
producing holistic scene tokens consumable by LLM endpoints. MSDec is also reused for prompting with points, boxes, or masks and for segmentation-mask decoding, which yields a unified interface across 3D Referring Segmentation, 3D Visual Question Answering, and 3D Dense Captioning [2511.21191].

## 5. Language-centric tokenization

In language modeling, asymmetry and multi-scale tokenization depart most sharply from BPE-style uniformity. SemToken begins with contextual semantic embeddings from a lightweight encoder, then performs local semantic clustering to merge semantically equivalent adjacent tokens according to a cosine-similarity threshold. It next computes semantic entropy for each span and allocates fine-grained tokenization in content-rich regions and coarse compression in repetitive or low-entropy regions. The framework reports up to $2.4\times$ reduction in token count and $1.9\times$ speedup on long-context benchmarks, with negligible or no degradation in perplexity and downstream accuracy. The detailed results include a reduction to $41\%$ of the original token count on WikiText-103, latency dropping from $61.2$ ms to $30.4$ ms, KV cache reductions up to $62\%$, perplexity of $17.0$ versus $17.3$, and additive gains up to $3.3\times$ speedup when combined with accelerators such as FlashAttention and H2O [2508.15190].

SupraTok approaches asymmetry through cross-boundary pattern learning. It extends BPE by allowing merges across whitespace and punctuation boundaries so that coherent multi-word expressions become single “superword” tokens. Candidate sequences are filtered by Pointwise Mutual Information and branching entropy, and the vocabulary is learned through a three-phase curriculum: standard within-word BPE merges from $0$ to $100$k merges, cross-boundary merges from $100$k to $200$k, and more complex or domain-specific expressions from $200$k to $256$k merges. The paper reports a $31\%$ improvement in English tokenization efficiency, $5.91$ versus $4.51$ characters per token compared to OpenAI’s o200k tokenizer, and $30\%$ improvement over Gemma 3’s tokenizer, while maintaining competitive performance across 38 languages. In a GPT-2 scale model with 124M parameters trained on 10 billion tokens from FineWeb-Edu, SupraTok yields an $8.4\%$ improvement on HellaSWAG and $9.5\%$ on MMLU. The authors also note that further validation at larger model scales is needed [2508.11857].

WWHO and SGPE address a different asymmetry: script complexity. WWHO separates tokenization into Router, LinguisTrie, and SGPE layers. The Router performs $O(N)$ script segmentation and sends Abugida segments to LinguisTrie while routing others to base BPE. LinguisTrie uses a DFA and external schemas to parse text into atomic orthographic syllables. SGPE then performs statistical merging at the syllable level rather than the byte, character, or grapheme level. For Sinhala, SGPE achieves a Token to Word Ratio of $1.274$ with $4.83$ characters per token, representing a $61.7$ percent reduction in tokens compared to OpenAI’s o200k base; for Hindi, it achieves a TWR of $1.181$, a $27.0$ percent reduction. On mixed-script Sinhala–Devanagari–English data, the overall TWR is $1.240$, with token reductions of $36.7$ percent, $39.6$ percent, and $60.2$ percent relative to o200k base, Llama 4 Scout, and DeepSeek V3, respectively. The paper states that this extends the usable context window by up to $4.38$ times for these Abugida languages and enforces a Linguistic Zero-Breakage Guarantee, under which no valid syllable is split across multiple tokens [2603.25309].

## 6. Evaluation profile, interpretive distinctions, and limitations

The empirical literature shows that asymmetric multi-scale tokenization is not tied to a single representation type. Some systems produce discrete code indices with codebooks, as in CodeBrain, NeuroRVQ, and SIT; some produce differentiable soft visual tokens, as in $\mu^2$Tokenizer; some output variable-length text spans, as in SemToken and SupraTok; and some generate holistic scene tokens from continuous geometric cells, as in NDTokenizer3D [2506.09110][2510.13068][2412.09607][2507.00316][2508.15190][2511.21191].

The same point applies to asymmetry. It is not restricted to left-right or spatial asymmetry, although that earlier usage remains important in MS-SAR and MSBAM. In the tokenizer literature, asymmetry may instead mean domain decoupling, as in temporal versus frequency EEG codes; modality-specific processing, as in CT vision tokens versus textual queries; semantic-density-dependent granularity, as in SemToken; cross-boundary phrase formation, as in SupraTok; or script-specific routing and syllable preservation, as in WWHO [1804.00787][2110.06462][2506.09110][2507.00316][2508.15190][2508.11857][2603.25309].

A second interpretive distinction concerns where the gains arise. Several papers study tokenization jointly with a consuming architecture rather than as an isolated preprocessing module: TFDual-Tokenizer is paired with EEGSSM, $\mu^2$Tokenizer with a radiology LLM and DPO, SIT with autoregressive image generation, and NDTokenizer3D with MSDec and LLM endpoints. A plausible implication is that tokenizer quality is often entangled with the inductive biases of the downstream model rather than separable from it [2506.09110][2507.00316][2412.09607][2511.21191].

Finally, the scope of reported benefits is domain-bounded. WWHO’s strongest gains are specific to complex Abugida scripts; SupraTok explicitly states that larger-scale validation remains to be done; and SIT’s advantages are articulated for autoregressive image generation, partial decoding, and upsampling rather than as a universal replacement for all image tokenizers [2603.25309][2508.11857][2412.09607]. Even so, the literature consistently converges on one general principle: when inputs contain heterogeneous structures across scales, a tokenizer that separates those structures before compression can improve efficiency, interpretability, or downstream modeling fidelity.

Source: https://www.emergentmind.com/topics/asymmetric-multi-scale-tokenizer