Papers
Topics
Authors
Recent
Search
2000 character limit reached

Positive Magnitude: Concepts & Applications

Updated 4 July 2026
  • Positive magnitude is a multifaceted concept defining quantitative thresholds and robust selection criteria across climate, neural network, seismology, and metric space analyses.
  • In climate forecasting, it quantifies ENSO amplitude by linking complexity measures like SysSampEn with highly correlated prediction models.
  • In both neural network binarization and seismic statistics, positive magnitude guides weight selection and robust difference measures, while in metric spaces it guarantees invariant positivity.

ā€œPositive magnitudeā€ is not a single standardized term in the recent arXiv literature. It appears in several technically distinct senses: as a forecasted positive-valued climatic amplitude, as a magnitude-based selection rule in representation learning, as a robust statistic built from positive earthquake magnitude differences, and as part of the theory of Leinster magnitude on positive definite metric spaces. A broader adjacent literature studies positivity of quantities governed by size, scale, or amplitude, including operator forms, EFT couplings, parton distributions, and scattering amplitudes (Meng et al., 2019, Lin et al., 2021, Tian et al., 2021, Lippiello et al., 2024, Meckes, 2010).

1. Positive El NiƱo magnitude as a complexity-prediction relation

In ENSO forecasting, the phrase acquires a directly predictive meaning. The paper ā€œComplexity based approach for El Nino magnitude forecasting before the ā€˜spring predictability barrierā€™ā€ introduces System Sample Entropy, or SysSampEn, as a complexity measure for the system of temperature anomaly time series in the NiƱo 3.4 region, using the 22 grid points in that region as a coupled system (Meng et al., 2019). The quantity is defined by

SysSampEn(m,p,leff,γ)=āˆ’log⁔ ⁣(AB),SysSampEn(m,p,l_{eff},\gamma)=-\log\!\left(\frac{A}{B}\right),

where AA counts similar subsequences of length m+pm+p, BB counts similar subsequences of length mm, leffl_{eff} is the effective number of data points used per yearly calculation, and γ\gamma sets the similarity tolerance. In the formulation given in the paper, SysSampEn measures how likely two sequences that match for mm days remain matching for the next pp days.

The central empirical result is a strong positive correlation between the previous calendar year’s SysSampEn and the following El NiƱo’s magnitude. Across ERA-Interim, ERA5 air temperature, ERA5 SST, and JRA55-do SST, the average reported correlation is approximately rā‰ˆ0.90r\approx 0.90 for the best parameter choices, while the hindcast/forecast comparison of realized events gives about AA0. For ERA-Interim, the strongest reported case uses AA1 days, AA2 days, AA3 days, and AA4, yielding AA5. Older approaches based on averaged SampEn or Cross-SampEn perform much worse, with average correlation only about AA6 (Meng et al., 2019).

Forecasting is implemented through a linear map,

AA7

with AA8 the El NiƱo magnitude and AA9 the previous year’s SysSampEn. The paper reports an average hindcast RMSE of m+pm+p0 for El NiƱo events from 1984 to 2017, and for the ongoing 2018 event it forecasts a weak El NiƱo with magnitude m+pm+p1, where the uncertainty is taken as m+pm+p2 (Meng et al., 2019). In this setting, ā€œpositive magnitudeā€ denotes a positive forecasted ENSO amplitude inferred from a prior complexity state. The authors also suggest a physical interpretation: stronger El NiƱos may be preceded by weaker horizontal synchronization and higher temporal disorder in temperature anomalies.

2. Magnitude-based binarization in neural networks

In binary neural networks, ā€œpositive magnitudeā€ denotes a rule in which magnitude, rather than sign, determines the discrete code. The paper ā€œSiMaN: Sign-to-Magnitude Network Binarizationā€ replaces standard m+pm+p3 sign binarization with a m+pm+p4 representation that keeps high-magnitude weights as m+pm+p5 and maps the rest to m+pm+p6 (Lin et al., 2021). The core optimization is

m+pm+p7

so the alignment target is m+pm+p8, not m+pm+p9.

The paper states that the discrete problem has an analytical global solution in BB0 time: sort the magnitudes, assign BB1 to the largest BB2 entries, and assign BB3 to the rest. The final deployment rule is the half-half version,

BB4

This is the paper’s explicit ā€œpositive magnitudeā€ interpretation: binarization retains the strongest weights by absolute value, irrespective of their original sign (Lin et al., 2021).

A second contribution concerns the distribution of learned weights. The paper argues that BNN weights roughly follow a Laplacian distribution under standard training with BB5 regularization, leading to a fraction of selected BB6 weights

BB7

The reported empirical range is about BB8, contrasted with a Gaussian-based expectation of about BB9. Removing mm0 regularization shifts the mm1 fraction to around mm2, reduces the angle gap from about mm3–mm4 to about mm5–mm6, and lowers the complexity from mm7 to mm8 because only the median of mm9 is needed (Lin et al., 2021).

The reported experiments place this rule in a performance-oriented context. On CIFAR-10, SiMaN reaches leffl_{eff}0 top-1 on ResNet-18 and leffl_{eff}1 on VGG-small. On ImageNet, it reports leffl_{eff}2 top-1 and leffl_{eff}3 top-5 on ResNet-18, and leffl_{eff}4 top-1 and leffl_{eff}5 top-5 on ResNet-34 (Lin et al., 2021). A plausible implication is that, in this line of work, positivity is not a sign constraint but the occupancy of the leffl_{eff}6 state by large-magnitude coefficients.

3. Positive-instance recognition by feature magnitude

In weakly supervised video anomaly detection, ā€œpositive magnitudeā€ refers to the use of large feature norms as evidence for positive instances, namely anomalous snippets inside abnormal videos. The paper ā€œWeakly-supervised Video Anomaly Detection with Robust Temporal Feature Magnitude Learningā€ formulates the task as MIL, with each video represented as a bag of snippets and only the video-level label observed (Tian et al., 2021). Because abnormal videos contain many normal snippets, the authors replace pure score-based instance selection with feature-magnitude selection.

The top-leffl_{eff}7 score of a video is defined as

leffl_{eff}8

where leffl_{eff}9 is the subset of γ\gamma0 snippets with the largest γ\gamma1-norms. Separability between abnormal and normal videos is

γ\gamma2

and the key statistical assumption is

γ\gamma3

Under this assumption, the paper proves that for γ\gamma4, expected separability increases with γ\gamma5, while for finite γ\gamma6,

γ\gamma7

so overly large γ\gamma8 values dilute the anomaly signal (Tian et al., 2021).

The temporal feature extractor combines Pyramid Dilated Convolutions with dilation rates γ\gamma9 and Temporal Self-Attention, with the stated purpose of capturing both local and long-range dependencies. The classifier is then trained only on the top-mm0 magnitude snippets. In this framework, ā€œpositive magnitudeā€ means that larger mm1-norm features are treated as more likely to be positive instances.

The reported experiments are consistent with that interpretation. The paper gives best results of mm2 AUC on ShanghaiTech, mm3 AUC on UCF-Crime, mm4 AP on XD-Violence, and mm5 AUC on UCSD-Peds using I3D-RGB features. It also states that adding the feature-magnitude module raises AUC by over mm6 on ShanghaiTech and over mm7 on UCF-Crime, and reports mean top-mm8 magnitude mm9 for abnormal snippets versus pp0 for normal snippets on UCF-Crime, with pp1 in experiments (Tian et al., 2021). This suggests a precise operational meaning: magnitude is used as a surrogate for latent positive-instance membership.

4. Positive earthquake magnitude differences

In seismology, the expression has a narrower and more literal meaning. The paper ā€œA positive answer on the existence of correlations between positive earthquake magnitude differencesā€ studies

pp2

and then restricts attention to the positive part,

pp3

that is, cases in which the later earthquake is larger than the previous one (Lippiello et al., 2024). The motivation comes from the observation by Van der Elst that, under appropriate conditions, positive magnitude differences are much less affected by missed small earthquakes than raw magnitudes or signed differences.

The paper analyzes relocated Southern California and Northern California catalogs. The Southern California catalog covers January 1981 to March 2022 and contains pp4 earthquakes with pp5; the Northern California catalog covers January 1984 to December 2021 and contains pp6 earthquakes with pp7. The completeness magnitudes are estimated as pp8 for Southern California and pp9 for Northern California (Lippiello et al., 2024).

To test correlation structure, the paper compares real catalogs with reshuffled catalogs and defines

rā‰ˆ0.90r\approx 0.900

Under the null hypothesis of i.i.d. magnitudes following a Gutenberg-Richter law, the authors argue that rā‰ˆ0.90r\approx 0.901 should be small and should vanish when positive differences are well above the detection threshold. Empirically, however, they find the opposite trend: as the threshold on positive differences increases, rā‰ˆ0.90r\approx 0.902 increases rather than decreases, and for rā‰ˆ0.90r\approx 0.903, above the estimated completeness threshold for differences rā‰ˆ0.90r\approx 0.904, the correlations remain strong (Lippiello et al., 2024).

The paper further reports similar results for both California catalogs, stronger correlations when events are closer in time, and only weak dependence on spatial separation once proximity is imposed. It interprets the findings as consistent with a time-dependent rā‰ˆ0.90r\approx 0.905-value in the Gutenberg-Richter law and suggests that ETAS-type models may need explicit magnitude-memory effects (Lippiello et al., 2024). Here, ā€œpositive magnitudeā€ is not a forecast label or a representation rule, but a catalog statistic chosen for robustness to incompleteness.

5. Magnitude as an invariant of positive definite metric spaces

A different tradition uses ā€œmagnitudeā€ in Leinster’s sense: a numerical invariant of metric spaces. The paper ā€œPositive definite metric spacesā€ develops the theory for spaces whose similarity kernel

rā‰ˆ0.90r\approx 0.906

is positive definite (Meckes, 2010). For a finite metric space rā‰ˆ0.90r\approx 0.907, a weighting is a vector rā‰ˆ0.90r\approx 0.908 satisfying rā‰ˆ0.90r\approx 0.909, and the magnitude is

AA00

If AA01 is positive definite, then AA02 is invertible, the weighting is unique,

AA03

and the magnitude is positive (Meckes, 2010).

The paper emphasizes the structural advantages of positive definiteness. For finite spaces, magnitude is always defined and monotone under inclusion: if AA04, then AA05. For compact positive definite spaces, the proposed definitions of magnitude coincide, including the supremum over finite subspaces, the approximation-by-finite-subsets definition, the weight-measure definition, and the variational Rayleigh-quotient formula

AA06

where

AA07

Magnitude is lower semicontinuous with respect to Gromov–Hausdorff distance on compact positive definite metric spaces, while maximum diversity is continuous (Meckes, 2010).

This framework connects magnitude to negative type. The same paper proves that stable positive definiteness is equivalent to negative type, and lists many classes of examples, including AA08 for AA09, ultrametric spaces, round spheres, real and complex hyperbolic spaces, weighted trees, and spaces with at most four points (Meckes, 2010). In this domain, positivity is a property of the similarity kernel, and positive magnitude means that the invariant itself is forced to be well defined and positive by that kernel structure.

6. Geometric and continuity refinements of magnitude

Recent work gives geometric formulas for magnitude and sharp continuity conditions. The paper ā€œGeometric interpretation of magnitudeā€ studies a positive definite symmetric matrix AA10 with AA11 and realizes it as a Gram matrix AA12 of unit vectors AA13. If AA14 is the radius of the circumsphere of AA15, then

AA16

The same paper states that a positive weighting exists if and only if the center of the circumsphere lies in the interior of the convex hull of the AA17. For an AA18-point metric space AA19 of negative type, it proves

AA20

and

AA21

thereby giving a negative answer to the Gomi–Meckes problem (Asao et al., 30 Oct 2025).

The paper ā€œConvergence of Magnitude of Finite Positive Definite Metric Spacesā€ reformulates the same invariant through a similarity embedding AA22 with Gram matrix AA23, yielding

AA24

where AA25 is the circumradius of AA26. It then classifies when magnitude converges under Gromov–Hausdorff convergence by a clustering type AA27. The main theorem states that AA28 holds if and only if

AA29

for any AA30, or

AA31

Outside these cases, the paper constructs counterexamples in which Hausdorff convergence of similarity embeddings does not imply convergence of circumradii (So, 13 Nov 2025).

A complementary continuity program is developed in ā€œTractable Metric Spaces and the Continuity of Magnitude.ā€ A tractable metric space is defined by three conditions: positive definiteness, the Heine–Borel property, and finite magnitude for every closed ball. In this setting, continuity of magnitude on compact subspaces is equivalent to uniform continuity on bounded subspaces, and on intervals AA32 the magnitude map is Lipschitz with constant

AA33

The paper concludes that magnitude is continuous on AA34, with bounded restrictions Lipschitz (KaliŔnik et al., 26 Jun 2025).

For odd-dimensional Euclidean balls, potential-function methods give explicit determinant formulas. ā€œOn the magnitude of odd balls via potential functionsā€ uses reverse Bessel polynomials and a Hankel linear system to derive a determinant expression for AA35, and reports conjectured Hankel determinant formulas for both the magnitude and its derivative (Willerton, 2018). This suggests that, within positive definite settings, magnitude often admits rigid geometric or algebraic normal forms.

7. Positivity programs adjacent to ā€œpositive magnitudeā€

Several adjacent literatures study positivity of magnitude-bearing quantities even when the phrase itself is not used in the same way. In operator theory, ā€œPositivity of AA36ā€ proves that

AA37

as a quadratic form on AA38 under the conditions AA39 and AA40. The same paper derives the sharper bound

AA41

connecting the result to generalized Hardy inequalities for fractional Laplacians (Chen et al., 2013).

In EFT, ā€œHigher-Point Positivityā€ studies shift-symmetric AA42 theories with

AA43

and proves a parity-dependent sign rule for the first relevant higher operator: AA44 in mostly-plus signature. The result is derived from causality, analyticity of scattering amplitudes, and unitarity of the spectral representation (Chandrasekaran et al., 2018).

In perturbative QCD, ā€œOn the positivity of MSbar distributionsā€ shows that AA45 PDFs inherit positivity from physical PDFs above the perturbative bound

AA46

The argument uses the perturbative scheme transformation

AA47

and the same lower bound is stated to apply to longitudinally polarized PDFs (Hekhorn, 2024).

In amplitude theory, ā€œPositivity properties of scattering amplitudesā€ promotes ordinary non-negativity to complete monotonicity,

AA48

and its multivariable generalizations. The paper argues that many planar and non-planar Feynman integrals with a Euclidean region, certain Euler integrals, and several observables in planar maximally supersymmetric Yang–Mills theory satisfy this stronger positivity hierarchy. It also states that the QCD and QED cusp anomalous dimensions exhibit the same property to three and four loops, respectively (Henn et al., 2024).

Taken together, these works indicate that the wider research ecosystem around ā€œpositive magnitudeā€ is organized less by a single definition than by recurring positivity mechanisms: kernel positivity, magnitude ordering, positive differences, positive weightings, and complete monotonicity. A plausible implication is that ā€œmagnitudeā€ functions as a bridge term between statistical amplitude, discrete salience, metric size, and formal positivity constraints, with each field fixing its own operational meaning.

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 Positive Magnitude.