Papers
Topics
Authors
Recent
Search
2000 character limit reached

Metric Complexity: Theory & Applications

Updated 6 July 2026
  • Metric Complexity is a family of quantitative constructs that capture nuanced structural, geometric, and dynamic properties rather than relying on simple size-based measures.
  • It finds applications in diverse areas such as neural network memorization diagnostics, symbolic regression via Hessian rank, and entropy-based invariants in compact metric spaces.
  • Empirical studies show its effectiveness in diagnosing overfitting and aligning model expressiveness with data curvature, while also revealing limitations in scalability and layer sensitivity.

Searching arXiv for papers on “metric complexity” and closely related uses of the term across domains. Metric complexity denotes a family of quantitative constructs rather than a single canonical invariant. In the cited literature, the term is used for empirical surrogates of model capacity in deep learning, data-informed post hoc selectors for symbolic regression, invariants of compact metric spaces, ordinal-valued decomposition complexity in coarse geometry, descriptive complexity classes of geometric distances, query complexity phenomena in metric optimization, graph-theoretic resolving-set parameters, and domain-specific software or physical complexity measures. Across these settings, a common pattern is the replacement of coarse size-based notions by metrics that depend on geometry, data, dynamics, or task structure (Becker et al., 2024, Haut et al., 29 Jan 2025, Aishwarya et al., 13 Jul 2025).

1. Neural-network memorization as a complexity metric

In supervised deep learning, metric complexity has been defined through the ability of a model to fit random labels in parallel with true labels. A multi-head network augments a standard CNN feature extractor with two heads running in parallel: a true-label head producing a softmax over the actual classes and a random-label head producing, for each class jj, a softmax over nn randomly assigned labels. At training time one reads out only the random-label prediction p^y\hat p^y corresponding to the true class yy (Becker et al., 2024).

For a training set S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m with i.i.d. random labels siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\}), the memorization score is

MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.

This score is used as an empirical surrogate for the Rademacher complexity. The paper recalls the binary bound

R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],

and the accompanying generalization inequality

R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},

then interprets fitting the random labels sis_i as aligning with a random label assignment, so that high nn0 high capacity (Becker et al., 2024).

The method is presented as model-agnostic, not relying on parameter counts, norms, or architecture details, and as directly observing actual SGD-trained behavior on noise rather than using quantities such as VC-dimension or norm-based bounds. Its stated limitations are that it scales poorly to very large nn1 and measures memorization at the layer or layers where heads attach, so it cannot detect memorization moved into earlier layers (Becker et al., 2024).

Experimentally, on WideResNet-16-4 trained on CIFAR100 with SGD, momentum nn2, cosine decay, batch size nn3, 200 epochs, and default nn4 random labels, the random-label accuracy climbs from nn5 to nearly nn6 when nn7, even after true-label train accuracy approaches nn8, indicating continued overfitting. Dropout, weight decay, and label smoothing each reduce nn9. A copy-depth study on VGG16 shows that memorization “turns on” deep in the convolutional stack, specifically layers 5–7. The proposed random-label regularizer suppresses random-label accuracy, yet test accuracy on CIFAR100 does not improve and often degrades, contrary to classical bounds predicting that lower p^y\hat p^y0 should improve generalization (Becker et al., 2024).

This suggests that, in this setting, metric complexity is effective as a diagnostic of memorization and comparative capacity, but not as a direct prescription for improving out-of-sample performance.

2. Data-informed model complexity in symbolic regression

In symbolic regression, a different metric complexity is defined through Hessian rank. For a twice-differentiable regression model p^y\hat p^y1, the Hessian at p^y\hat p^y2 is

p^y\hat p^y3

The procedure evaluates the Hessian at three strategic points p^y\hat p^y4, chosen in practice as points with minimal, mean, and maximal target values in the training data, forms the average Hessian

p^y\hat p^y5

and defines the effective dimensionality

p^y\hat p^y6

namely the number of eigenvalues of p^y\hat p^y7 whose magnitude exceeds a numerical threshold p^y\hat p^y8 (Haut et al., 29 Jan 2025).

In the reported implementation, second derivatives are approximated by centered finite differences and rank is computed via an SVD with threshold p^y\hat p^y9. The runtime is stated as yy0 per model. This complexity metric is then aligned with data complexity estimated by intrinsic dimensionality. The study uses twelve estimators from the scikit-dimension library: CorrInt, DANCo, ESS, FS, KNN, lPCA, MADA, MiND ML, MLE, MoM, TLE, and TwoNN, then computes

yy1

The data-informed selection rule is

yy2

and selects models satisfying yy3 (Haut et al., 29 Jan 2025).

On 121 symbolic-regression PMLB problems using StackGP, the paper reports that models whose yy4 aligns with data intrinsic dimension generalize best. The normalized test error summary is reported as follows (Haut et al., 29 Jan 2025):

Group # models median normalized error ± SE
Ideal 420 0.010 ± 0.013
Close (±1) 380 0.021 ± 0.015
Far 500 0.057 ± 0.016

Pairwise Mann–Whitney tests give yy5 for all comparisons. The paper further states a strong U-shape in yy6 versus normalized test error, with minimum error attained when yy7 (Haut et al., 29 Jan 2025).

The theoretical intuition links Hessian rank to expressiveness on a smooth yy8-dimensional manifold yy9. If S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m0 varies only along S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m1, then S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m2 and S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m3; under nondegeneracy, S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m4. Averaging over points in S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m5 yields S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m6 under general position assumptions (Haut et al., 29 Jan 2025).

3. Metric complexity as an invariant of compact metric spaces

In metric geometry, metric complexity is an isometry-invariant of compact metric spaces that generalizes cardinality. For a finite subset S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m7 at scale S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m8, one forms the Laplace-kernel similarity

S={(xi,yi)}i=1mS=\{(x_i,y_i)\}_{i=1}^m9

and for a probability vector siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})0 defines

siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})1

The complexity of the finite metric space siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})2 is

siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})3

and for compact siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})4,

siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})5

In the discrete metric case, siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})6, so siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})7 (Aishwarya et al., 13 Jul 2025).

The invariant is monotone under inclusion, contracts under siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})8-Lipschitz maps, and is therefore preserved by isometries. Replacing siUniform({1,,n})s_i\sim \mathrm{Uniform}(\{1,\dots,n\})9 by MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.0 scales the parameter reciprocally: MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.1 The cited paper establishes a connection with Bryant–Tupper diversities by showing that

MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.2

is a diversity on finite subsets. The key wedge-sum inequality is

MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.3

for pointed finite metric spaces MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.4 and MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.5 glued at the distinguished point (Aishwarya et al., 13 Jul 2025).

On compact subsets of MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.6, the induced diversity is Minkowski-superlinear: MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.7 The paper also gives explicit examples. For two points at distance MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.8,

MemS(H)=1mi=1m1 ⁣{argmaxkp^iyi[k]=si}.\mathrm{Mem}_S(H)=\frac1m\sum_{i=1}^m \mathbf{1}\!\left\{\arg\max_k \hat p_i^{y_i}[k]=s_i\right\}.9

This use of metric complexity is explicitly described as a metric-sensitive analogue of maximum entropy (Aishwarya et al., 13 Jul 2025).

A distinct but related geometric usage studies the descriptive-set-theoretic complexity of standard distances such as Gromov–Hausdorff, Banach–Mazur, Kadets, Lipschitz, Net, and Hausdorff–Lipschitz distance. These are shown to be mutually Borel-uniformly-continuous bi-reducible and therefore to share the same descriptive-set-theoretic complexity (Cúth et al., 2020). Although the paper concerns the complexity of distances rather than the invariant R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],0, it places metric-sensitive quantities within a common complexity framework.

4. Ordinal, query, and graph-theoretic notions

A further mathematical use of the term appears in coarse geometry through ordinal-valued decomposition complexity. For a metric family R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],1, one defines classes R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],2 by transfinite induction: R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],3 consists of all uniformly bounded families, and for R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],4,

R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],5

A space has complexity exactly R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],6 if it belongs to R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],7 but to no earlier R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],8. The paper gives five equivalent characterizations of complexity R^m(H)=Eσ[suphH1mi=1mσih(xi)],\hat{\mathfrak R}_m(H)=\mathbb{E}_\sigma\Big[\sup_{h\in H}\frac1m\sum_{i=1}^m \sigma_i h(x_i)\Big],9, proves that R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},0 has exact complexity R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},1, and that R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},2 has complexity exactly R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},3 (Zhu et al., 2016).

In query complexity, the metric Steiner Tree problem exhibits a sharp contrast with metric MST. Given an unknown metric R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},4 on R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},5 points and a terminal set R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},6 of size R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},7, the goal is to estimate

R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},8

The paper proves that any randomized algorithm estimating Steiner tree cost within factor R(h)R^S(h)+Rm(H)+log(1/δ)2m,R(h)\le \hat R_S(h)+\mathfrak R_m(H)+\sqrt{\frac{\log(1/\delta)}{2m}},9 requires sis_i0 queries, while a sublinear-query algorithm achieves a sis_i1-approximation with sis_i2 queries, and any better-than-sis_i3 estimate requires sis_i4 queries (Chen et al., 2022). The authors explicitly describe these results as illustrating a “phase diagram” for metric query complexity.

Graph theory provides yet another family of metric complexity notions. For a connected graph sis_i5, the metric dimension is the minimum size of a resolving set sis_i6 such that every pair sis_i7 is resolved by some sis_i8, meaning sis_i9. The problem is NP-complete on planar graphs of maximum degree nn00, but solvable in polynomial time on outerplanar graphs by a dynamic program on a generalized dual tree (Diaz et al., 2011). A generalized version is the nn01-metric dimension: a set nn02 is a nn03-metric generator if each pair of distinct vertices is distinguished by at least nn04 vertices in nn05. Computing the nn06-metric dimension is NP-complete in general, though linear-time algorithms are available for trees (Yero et al., 2014).

These usages are not interchangeable. They share a dependence on distances or decompositions, but one addresses coarse ordinal invariants, another oracle-query lower bounds, and another resolving-set optimization in finite graphs.

5. Dataset, code, and algorithmic cost metrics

In image classification, dataset complexity has been quantified by the cumulative spectral gradient (CSG). Starting from class-overlap estimates

nn07

one forms a symmetric affinity matrix

nn08

the graph Laplacian nn09, and its eigenvalues nn10. The normalized eigengaps are

nn11

and the complexity score is

nn12

The paper reports Pearson correlations between CSG and CNN test error on six 10-class sets of nn13 for AlexNet, nn14 for ResNet-50, and nn15 for Xception, with CSG described as more accurate and faster than previous complexity measures (Branchaud-Charron et al., 2019).

In software engineering, complexity metrics are tailored to artifacts rather than abstract spaces. For test code, CCTR is defined at class or suite granularity as

nn16

with nn17, hence

nn18

Here nn19 is SonarSource-style control-flow nesting complexity, nn20 counts assertion-style or fail statements, nn21 counts mocking-related invocation patterns, and nn22 scores annotation roles, with simple annotations contributing nn23 and rich or parameterized annotations contributing nn24 (Ouédraogo et al., 7 Jun 2025). The study evaluates 15,750 test suites generated by EvoSuite, GPT-4o, and Mistral Large-1024 across 350 classes from Defects4J and SF110, reporting that CCTR discriminates between structured and fragmented suites and that Kolmogorov–Smirnov tests show nn25 for EvoSuite versus GPT-4o distributions (Ouédraogo et al., 7 Jun 2025).

At class level, Complete Class Complexity (CCC) is the unweighted sum

nn26

where the terms count methods, average cyclomatic complexity, aggregation, external calls, superclasses, immediate subclasses, implemented interfaces, imported packages, and return points (Singh et al., 2014). The authors evaluate CCC via Weyuker’s properties and state that it satisfies all except property 9, while property 7 is inapplicable to object-oriented programs (Singh et al., 2014).

For algorithm analysis, a recent multi-metric formulation explicitly generalizes asymptotic unit-cost models. Let nn27 be a set of instruction classes and assign each class nn28 a cost vector

nn29

If a code artifact nn30 has instruction counts nn31, raw metric totals are

nn32

normalized cohort-wise by min–max scaling, and aggregated with a user-supplied weight vector nn33 on the nn34-simplex into

nn35

The paper presents this as “Metric Complexity” beyond asymptotic analysis, with dimensions computational effort, energy usage, carbon footprint, and monetary cost, and reports strong correlations nn36 with measured data across architectures (Kavun, 18 Aug 2025).

6. Physical and optimization-theoretic interpretations

In disordered photonic crystals, modal complexity is defined from the complex-valued wavefunction nn37. The squared complexity is

nn38

or in discretized form,

nn39

The paper proposes the average value and statistical distribution of nn40 as a metric for Anderson localization, exploiting openness of the disordered medium and allowing determination of localization length (Mondal et al., 2024).

The same study models nn41 statistically via an nn42-distribution when the real and imaginary parts of the field are Gaussian. If the mean complexity nn43, then

nn44

with fit parameters nn45 and nn46. The mean complexity is connected to the dimensionless conductance nn47 and localization length nn48 through

nn49

and, in the limit nn50,

nn51

(Mondal et al., 2024).

In AdS/CFT, metric complexity can be associated to the Bures metric on density matrices. For nn52, the fidelity and Bures distance are

nn53

For a one-parameter family nn54, the infinitesimal cost is nn55, and the Bures complexity is

nn56

subject to the prescribed channel dynamics. The paper computes this measure for reduced density matrices on single intervals in descendant states of the vacuum in 2d CFTs and derives a bulk dual observable localized in the entanglement wedge (Gerbershagen et al., 2024).

Nonconvex low-rank optimization furnishes another meaning. For the rank-one generalized matrix completion problem

nn57

the instance nn58 is assigned a distance-to-ambiguity

nn59

where nn60 is the set of ambiguous instances, and the complexity metric is

nn61

Small nn62 means far from ambiguous, while large nn63 means close to ambiguous. The paper proves a sufficient condition for absence of spurious local minima when nn64, and a necessary condition for their existence, under additional assumptions, when nn65 (zhang et al., 2022).

A final asymmetry-based interpretation appears in the complexity quasi-metric

nn66

on running-time functions nn67. Here nn68 iff nn69 for all nn70, so “fast nn71 slow” costs zero but “slow nn72 fast” costs nn73. The scaling transformation nn74 satisfies

nn75

and is expansive iff nn76. The associated nn77-stable sets recover pointwise complexity classes such as the cone of functions at least as slow as nn78 (Gaba, 7 Feb 2026).

7. Common themes and recurring limitations

Across these literatures, metric complexity is repeatedly used to replace coarse proxies by measurements tied to actual structure. In neural networks, the metric observes actual SGD-trained behavior on noise rather than parameter counts or norms (Becker et al., 2024). In symbolic regression, it aligns model curvature directions with dataset intrinsic dimensionality rather than relying on parsimony pressure or size alone (Haut et al., 29 Jan 2025). In compact metric spaces, it generalizes cardinality through a Laplace-kernel entropy maximization that is sensitive to interpoint distances (Aishwarya et al., 13 Jul 2025). In software and algorithm analysis, it augments control-flow or asymptotic counts with assertions, annotations, mocking, energy, carbon, and monetary dimensions (Ouédraogo et al., 7 Jun 2025, Kavun, 18 Aug 2025).

At the same time, each formulation comes with explicit scope conditions. The random-label memorization score assumes an expressive network and may miss memorization shifted to earlier layers (Becker et al., 2024). The Hessian-rank metric depends on finite-difference approximations, thresholding, and post-processing rather than in-loop optimization (Haut et al., 29 Jan 2025). CCTR and CCC are artifact-specific and intentionally reflect software conventions rather than general mathematical complexity (Ouédraogo et al., 7 Jun 2025, Singh et al., 2014). The weighted-operation model depends on calibrated cost tables, microbenchmarking, and hardware versioning (Kavun, 18 Aug 2025). The modal-complexity criterion requires phase-sensitive measurements (Mondal et al., 2024). The distance-to-ambiguity metric for matrix completion is conceptually unifying, but the paper notes that computing nn79 requires solving a non-convex optimization over nearby ambiguous instances (zhang et al., 2022).

A plausible implication is that “metric complexity” functions less as a single theory than as a methodological stance: complexity is measured through an explicitly chosen metric structure that reflects the phenomenon of interest, whether memorization, curvature, interpoint similarity, query access, software readability, physical openness, or optimization landscape geometry.

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 Metric Complexity.