Papers
Topics
Authors
Recent
Search
2000 character limit reached

Supervised Multi-D Scaling (SMDS)

Updated 14 July 2026
  • SMDS is a family of methods that integrates side information—such as anchors, labels, or statistical tests—to directly constrain low-dimensional embeddings.
  • It employs diverse strategies like kernel-based localization, confirmatory ordination, and linear probing to align embeddings with external geometric structures.
  • SMDS methods differ across domains by leveraging distinct supervision sources and optimization techniques, making them adaptable for localization, microbiome ordination, and language-model analysis.

Supervised Multi-Dimensional Scaling (SMDS) denotes a family of multidimensional-scaling methods in which the target low-dimensional geometry is constrained by side information rather than inferred solely from an unsupervised dissimilarity matrix. In recent arXiv literature, the acronym spans several distinct but structurally related usages: a localization framework based on complex or quaternion edge kernels with anchor supervision and heterogeneous range–angle measurements; a confirmatory ordination framework in which a two-dimensional embedding is constrained to preserve a label-derived pseudo-FF-ratio; and a linear probing method for language-model activations in which a learned projector matches pairwise distances induced by label-defined manifold hypotheses (Führling et al., 1 Sep 2025, Kim et al., 2023, Tiblias et al., 1 Oct 2025). The common theme is metric control by external structure, but the object being embedded, the form of supervision, and the optimization machinery differ substantially across domains.

1. Terminological scope and nomenclature

A recurrent source of ambiguity is that the acronym SMDS is not used uniformly. In wireless localization, “SMDS” commonly refers to Super MDS or Super Multidimensional Scaling, a kernel-based extension of MDS introduced for localization from heterogeneous measurements and known anchors. In microbiome ordination and language-model interpretability, the same acronym is used in the more literal sense of supervised or confirmatory MDS, where labels define the geometry to be recovered (Führling et al., 1 Sep 2025, Kim et al., 2023, Tiblias et al., 1 Oct 2025).

Lineage Supervision source Embedded object
Localization SMDS Anchor positions; known inter-node structure; ranges and angles Edge vectors and edge kernels
FF-informed MDS Group labels through a pseudo-FF-ratio Low-dimensional ordination z\mathbf{z}
LM-manifold SMDS Label-derived ideal distances d(yi,yj)d(y_i,y_j) Linear projector WW and projected activations

This multiplicity of usage matters because the phrase “supervised MDS” can refer either to classical side-information-driven dimensionality reduction or to the localization-specific “Super MDS” tradition. A plausible implication is that comparisons across papers require attention not only to the loss function but also to what counts as supervision: anchors, rigid-body conformation, class labels, or externally specified test statistics.

2. Shared mathematical structure and departure from classical MDS

Classical MDS is the common starting point. In the unified MDS framework, one seeks an embedding X={x1,,xn}X=\{x_1,\dots,x_n\} in a target space TT minimizing

C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),

where ff is the target-space distance and FF0 measures discrepancy (Agarwal et al., 2010). In Euclidean metric MDS for graph drawing, the corresponding stress is

FF1

and spherical MDS replaces Euclidean distance by spherical geodesic distance while preserving the stress-minimization structure (Miller et al., 2022).

SMDS variants depart from this template in three principal ways. First, they often replace unsupervised distances by label-derived ideal distances, as in the LM-manifold setting, where the objective is

FF2

Second, they may augment classical stress with a confirmatory term, as in FF3-informed MDS, where raw stress is combined with a penalty enforcing consistency between the embedding and a pseudo-FF4-ratio computed from group labels (Kim et al., 2023, Tiblias et al., 1 Oct 2025). Third, in localization SMDS the basic variables are not node coordinates but edge vectors, and the central object is a Gram-like edge kernel rather than a double-centered distance matrix (Führling et al., 1 Sep 2025).

The role of supervision is therefore heterogeneous. In one branch, supervision fixes unknown geometry through anchors and rigid-body structure; in another, it calibrates the embedding to a multivariate test statistic; in a third, it specifies the manifold hypothesis itself. This suggests that “SMDS” is better understood as a design principle—pairwise geometry constrained by external structure—than as a single algorithm.

3. Complex-edge SMDS for localization and rigid-body estimation

In the localization lineage, SMDS is formulated in terms of complex edge vectors in 2D. For FF5 nodes, with anchors and targets represented in complex form, each unordered pair FF6 yields an edge

FF7

where FF8 is Euclidean distance and FF9 is the bearing. Stacking all edges gives FF0, linearly related to node positions by FF1. The associated complex edge kernel is

FF2

which is rank-1 in the noiseless case because it is an outer product of FF3 with itself (Führling et al., 1 Sep 2025).

For rigid body localization, the method exploits two forms of exact structure. Anchor–anchor edges FF4 are known from anchor coordinates, and target–target edges FF5 are known from the rigid-body conformation matrix FF6. The only unknown block is anchor–target edges FF7. Rather than forming the full FF8 kernel, the method uses only the kernel minor

FF9

which is informative for estimating the unknown anchor–target block.

The algorithm proceeds in two stages. The first stage performs SMDS-based localization: it constructs known edge subvectors, initializes z\mathbf{z}0 from cross-kernel terms, and then applies an iterative “Turbo” refinement,

z\mathbf{z}1

with z\mathbf{z}2. Node coordinates are then recovered by a pseudo-inverse or constrained inversion of the linear edge-to-node map. The second stage estimates rigid-body rotation and translation by a weighted Procrustes fit between estimated global landmark positions and the known body-frame conformation, with

z\mathbf{z}3

This formulation differs from classical metric MDS in three explicit respects: it uses complex edges incorporating distance and angle, it works directly with the edge kernel z\mathbf{z}4, and it uses strong supervision from anchor–anchor and rigid-body target–target geometry. Simulation results in the rigid-body setting show that full SMDS using distance and angle measurements attains performance very close to the CRLB across a wide range of range-error z\mathbf{z}5, while a pure MDS-based rigid-body method performs worst among the reported baselines (Führling et al., 1 Sep 2025).

4. Quaternion-domain SMDS and rank-1 3D Gram edge kernels

In 3D localization, recent work reformulates SMDS in the quaternion domain. A 3D node coordinate z\mathbf{z}6 is mapped to

z\mathbf{z}7

and an edge vector becomes the quaternion

z\mathbf{z}8

All edges are stacked as z\mathbf{z}9 (Masuoka et al., 24 Apr 2025, Lukaj et al., 23 Jul 2025).

The key construction is the quaternion Gram Edge Kernel

d(yi,yj)d(y_i,y_j)0

Unlike the real-domain GEK, which has rank 3 in 3D, the quaternion-domain GEK is rank 1 because it is the outer product of a single quaternion vector with itself. Each entry d(yi,yj)d(y_i,y_j)1 simultaneously encodes the 3D inner product d(yi,yj)d(y_i,y_j)2 and projected cross-product terms on the d(yi,yj)d(y_i,y_j)3, d(yi,yj)d(y_i,y_j)4, and d(yi,yj)d(y_i,y_j)5 planes, so the scalar part carries cosine information while the d(yi,yj)d(y_i,y_j)6, d(yi,yj)d(y_i,y_j)7, and d(yi,yj)d(y_i,y_j)8 parts carry sine-like angular information.

With noisy measurements, QD-SMDS performs quaternion SVD and retains only the dominant singular component,

d(yi,yj)d(y_i,y_j)9

where WW0 is the largest singular value and WW1 the corresponding singular vector. The resulting estimated edge vector is then converted back to a real edge matrix and inverted, using anchors, to recover node coordinates. The stated rationale is that rank-1 truncation maximizes the denoising effect because all non-dominant singular values are pure noise in the ideal model (Masuoka et al., 24 Apr 2025).

A later variant, QD-MRC-SMDS, removes the need for SVD by exploiting the block structure of the quaternion GEK. Partitioning the edge vector into anchor–anchor and anchor–target components yields a block matrix

WW2

from which the anchor–target block can be estimated directly by matrix multiplications in the quaternion domain. An iterative version further uses WW3 in a power-iteration-like refinement and is reported to converge essentially in one iteration in practice (Lukaj et al., 23 Jul 2025).

In simulations, quaternion-domain methods improve localization accuracy relative to the original real-domain SMDS, especially under substantial measurement errors. The SVD-free variant achieves comparable localization accuracy without requiring SVD. The papers also report that the advantage of QD-SMDS is stronger when angular noise is large and, in the missing-data setting, when low-rank completion benefits from the rank-1 or rank-2 quaternion/complex structure (Masuoka et al., 24 Apr 2025, Lukaj et al., 23 Jul 2025).

5. Confirmatory and WW4-statistic-driven SMDS in ordination

A distinct branch of supervised MDS appears in microbiome ordination. Here the goal is not localization but a 2D configuration WW5 that preserves both pairwise sample dissimilarities and the group structure captured by a PERMANOVA-style pseudo-WW6-ratio. For binary labels WW7, the pseudo-WW8-ratio is

WW9

The embedding objective augments classical raw stress with an X={x1,,xn}X=\{x_1,\dots,x_n\}0-informed confirmatory term: X={x1,,xn}X=\{x_1,\dots,x_n\}1 When X={x1,,xn}X=\{x_1,\dots,x_n\}2, the method reduces exactly to classical MDS (Kim et al., 2023).

A central technical device is the mapping X={x1,,xn}X=\{x_1,\dots,x_n\}3, obtained by computing permutation distributions of pseudo-X={x1,,xn}X=\{x_1,\dots,x_n\}4 values in the original distance matrix and in the current embedding, sorting the two distributions, and fitting a LOESS regression from one to the other. This lets the method constrain the 2D configuration so that its empirical PERMANOVA X={x1,,xn}X=\{x_1,\dots,x_n\}5-value aligns with the original high-dimensional test.

Optimization is performed by a Majorize–Minimize scheme analogous to SMACOF, starting from a classical MDS initialization and iteratively updating each point X={x1,,xn}X=\{x_1,\dots,x_n\}6 with a label-dependent quadratic surrogate. The method is computationally heavier than standard MDS because the permutation-based mapping is recomputed during the MM iterations.

Within the paper’s taxonomy, this method is explicitly a confirmatory and supervised MDS variant rather than a discriminative one. It is contrasted with Witten’s supervised MDS, which uses a label-ordering term, whereas the X={x1,,xn}X=\{x_1,\dots,x_n\}7-informed method aims instead to preserve the same multivariate hypothesis test outcome in low dimension. Empirically, the paper reports that the method is robust to hyperparameter selection, maintains statistical significance throughout the ordination process, and preserves local and global structures at levels comparable to state-of-the-art methods. It is also designed to be “statistically honest”: in the reported examples, the 2D PERMANOVA X={x1,,xn}X=\{x_1,\dots,x_n\}8-values remain aligned with those from the original data rather than exaggerating group separation (Kim et al., 2023).

6. SMDS as manifold discovery in language-model representations

In recent interpretability work, SMDS is used to discover latent feature manifolds in LM activations under explicit geometric hypotheses. Let X={x1,,xn}X=\{x_1,\dots,x_n\}9 be hidden states and TT0 labels for the feature of interest. The assumption is that there exists a low-dimensional linear subspace such that projected distances approximate label-defined ideal distances TT1. The formal objective is

TT2

with TT3 and TT4 (Tiblias et al., 1 Oct 2025).

The procedure has two stages. First, a manifold hypothesis is defined entirely by the label-distance function TT5. Representative examples include linear,

TT6

log-linear,

TT7

circular,

TT8

and cluster,

TT9

Classical MDS is then applied to the label-distance matrix C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),0, producing an ideal manifold embedding C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),1. Second, a linear regression aligns centered activations to centered manifold coordinates,

C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),2

with C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),3 in the reported experiments.

Generalization is evaluated by a normalized stress on held-out data,

C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),4

The method is used as a model-selection device: candidate manifold hypotheses are compared by test stress, and the lowest-stress geometry is taken as the best explanation of the feature representation.

Applied to temporal reasoning, the paper reports that dates are consistently circular, times of day are circular or semicircular, durations and recurrence intervals are log-linear or log-semicircular, notable twentieth-century years are semicircular, and categorical tasks such as seasons or time-of-day phases are cluster-like. These geometries are reported as stable across model families and sizes. The paper further argues for a functional role of the discovered manifolds: perturbing hidden states with noise specifically aligned to the SMDS subspace substantially degrades task accuracy, whereas perturbing a random low-dimensional subspace of the same dimension does not for C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),5. Among models with nontrivial task performance, manifold quality also correlates positively with downstream accuracy (Tiblias et al., 1 Oct 2025).

7. Methodological limits, misconceptions, and relation to broader MDS research

The first misconception is that SMDS names a single canonical method. The literature instead contains multiple frameworks sharing a supervised geometric premise but differing in data type, supervision source, and optimization. In localization, supervision comes from anchors and known rigid-body structure; in microbiome ordination, from labels through a pseudo-C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),6-ratio; in LM analysis, from label-defined ideal distances (Führling et al., 1 Sep 2025, Kim et al., 2023, Tiblias et al., 1 Oct 2025).

The second misconception is that supervision necessarily implies class discrimination. The C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),7-informed microbiome method is explicitly described as confirmatory but not directly discriminative, and the LM-manifold method is closer to a metric-aware probe than to a classifier. Conversely, localization SMDS may be supervised without labels at all: anchor coordinates and structural priors provide the supervision.

Each branch also has distinct limitations. The rigid-body localization paper assumes the necessary cross measurements for the kernel blocks are available, and missing-kernel handling is discussed in related work but not implemented there. The quaternion localization papers require rich angular information and, in the full QSVD formulation, numerical routines for quaternion SVD; the SVD-free variant addresses part of that computational burden (Führling et al., 1 Sep 2025, Lukaj et al., 23 Jul 2025). The C(X,D)=ijErr(f(xi,xj)dij),C(X,D)=\sum_i\sum_j Err\big(f(x_i,x_j)-d_{ij}\big),8-informed method is currently formulated for binary labels and is computationally expensive because it repeatedly estimates permutation distributions and fits LOESS mappings (Kim et al., 2023). The LM-manifold approach depends on having well-defined labels and a plausible library of manifold hypotheses, and its projector is linear, so strongly nonlinear feature geometries may not be fully captured (Tiblias et al., 1 Oct 2025).

Broader MDS research supplies a useful backdrop. A unified algorithmic framework shows that many MDS variants can be treated through a modular per-point optimization subroutine over general costs and target geometries, including spherical ones (Agarwal et al., 2010). Spherical graph drawing similarly generalizes stress minimization by replacing Euclidean distances with spherical geodesic distances and notes that pairwise weights can be chosen according to application importance (Miller et al., 2022). This suggests, though the cited papers are unsupervised, that supervised extensions can often be understood as modifications of the discrepancy term, the target metric, or the pairwise weighting scheme.

Taken together, these developments show that SMDS is best understood as a broad family of metric-learning-by-geometry methods. What unifies them is the use of side information to prescribe or constrain pairwise structure; what differentiates them is whether that structure is expressed as a low-rank edge kernel, a confirmatory statistical constraint, or an ideal manifold in label space.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Supervised Multi-Dimensional Scaling (SMDS).