Image-Scale Robustness and Visual Recognition Performance: A Cross-Architecture Analysis

TL;DR

A scale–accuracy response framework finds that stronger ImageNet-1K classifiers tolerate smaller inputs: Pearson r=-0.890.

cs.CV 🟡 Intermediate 2026-09-05 24 views
Anish Monsley Kirupakaran
scale robustness ImageNet-1K cross-architecture analysis representation stability visual recognition

Key Findings

Methodology

The study evaluates 20 pretrained ImageNet-1K classifiers from seven families: ResNet, MobileNet, DenseNet, EfficientNet, ViT, Swin, and ConvNeXt. Images are systematically downscaled, producing Ai(s) and normalized response Ri(s)=Ai(s)/Ai,base. The characteristic scale Sc is the smallest relative scale meeting a retention threshold τ. Pearson/Spearman correlation, OLS regression, bootstrap resampling, permutation tests, parameter controls, family effects, leave-one-out analyses, and representation-stability AUC are then applied.

Key Results

  • Baseline Top-1 accuracy is strongly inversely related to characteristic scale: Pearson r=-0.890, R²=0.792, p=1.52×10^-7; Spearman ρ=-0.882. The fitted equation is Sc=1.639−1.282Abase, indicating that higher-performing models generally preserve recognition at smaller inputs.
  • Parameter count alone explains 37.3% of characteristic-scale variance, but adding it to the accuracy model increases R² only from 0.792 to 0.793; its coefficient has p=0.80. Adding architecture family raises nominal R² to 0.859, yet the partial F-test gives p=0.550 and permutation testing p=0.562.
  • Representation stability is effectively unrelated to scale robustness: characteristic scale versus stability AUC yields r=-0.003, p=0.991. The accuracy relationship remains after model removal, with leave-one-model correlations from -0.914 to -0.857.

Significance

The paper turns scale robustness into a comparable statistical property rather than a claim tied to one architecture. Its results suggest that ordinary recognition capability and tolerance to image reduction may share a deeper basis. For researchers, this reframes robustness analysis around population-level regularities; for practitioners, baseline accuracy becomes a useful first predictor of low-resolution risk. The work also cautions against interpreting parameter count or architecture labels as sufficient explanations.

Technical Contribution

The main technical contribution is a reusable scale–accuracy response framework centered on normalized performance and characteristic scale. The protocol controls for baseline differences, then combines OLS accuracy models, log-parameter controls, categorical family tests, robustness residuals, and representation-stability AUC. It is an evaluation methodology rather than a new network or training algorithm. This makes heterogeneous CNN, mobile, efficient, and Transformer models statistically comparable under one perturbation protocol.

Novelty

The novelty lies in the cross-architecture quantitative formulation. Prior work often studies scale invariance within one model family or proposes mechanisms such as multi-scale CNNs and scale channels. This paper instead evaluates 20 pretrained classifiers under a common scale-response procedure and shows that baseline accuracy explains substantially more variation than parameter count or family identity. It is therefore a new empirical synthesis, not a new architectural state of the art.

Limitations

  • Characteristic scale depends on the chosen retention threshold τ and preprocessing details, so it should not be treated as a universal architectural constant. Alternative thresholds or interpolation rules may change numerical values.
  • The analysis is observational and limited to 20 ImageNet-1K classifiers. It establishes association rather than causality and does not directly establish transfer to detection, segmentation, video, or real camera pipelines.

Future Work

Future studies should replicate the pattern across datasets, tasks, training resolutions, thresholds, interpolation methods, and augmentation policies. Layer-wise and frequency-domain analyses could test whether object-size distributions, early visual features, or hierarchical representations mediate the effect. Causal interventions on training accuracy and scale-aware design are needed to determine whether higher recognition performance itself improves scale tolerance.

AI Executive Summary

Shrinking an image can make even strong vision systems fail, yet the source of differences across architectures has remained unclear. This study addresses the question without proposing a new network. It evaluates 20 pretrained ImageNet-1K classifiers, spanning ResNet, MobileNet, DenseNet, EfficientNet, ViT, Swin Transformer, and ConvNeXt, under a controlled reduction of input scale.

The authors define a normalized scale–accuracy response, Ri(s)=Ai(s)/Ai,base, and summarize each curve with a characteristic scale: the smallest relative image size at which a model retains a chosen fraction of baseline performance. The central result is striking. Baseline Top-1 accuracy and characteristic scale are strongly inversely associated, with Pearson r=-0.890, R²=0.792, and p=1.52×10^-7. The pattern survives 10,000 bootstrap samples, 5,000 permutations, leave-one-model analysis, and leave-one-family analysis. Parameter count alone explains 37.3% of the variance, but adds almost nothing after accuracy is controlled; family identity is likewise not significant.

The result is not explained by aggregate feature stability: its correlation with characteristic scale is r=-0.003, p=0.991. The study therefore offers a compact, reproducible evaluation framework and suggests that scale tolerance may emerge alongside recognition capability rather than directly from size or architectural taxonomy. However, the evidence is correlational, ImageNet-1K-only, and dependent on the characteristic-scale threshold. Broader tasks and causal experiments remain necessary.

Deep Analysis

Background

Scale variation is a longstanding vision problem. Lindeberg’s scale-space theory, Kanazawa’s locally scale-invariant CNNs, Takahashi’s weight-shared multi-stage CNN, and later multi-scale CNN and Transformer studies addressed representation and resolution changes. Yet most work compares individual architectures or proposes scale-aware mechanisms. A common quantitative variable for comparing heterogeneous pretrained models has been missing.

Core Problem

The paper asks what determines the point at which recognition degrades as images become smaller. Candidate explanations are baseline Top-1 accuracy, trainable parameter count, architecture family, and internal representation stability. The challenge is that models differ simultaneously in capacity, native accuracy, preprocessing, and design, so raw accuracy at one reduced scale confounds several effects.

Innovation

Three innovations organize the analysis. First, normalized response Ri(s) and characteristic scale Sc turn an entire degradation curve into a comparable statistic. Second, the authors jointly test accuracy, log parameter count, and categorical family effects across 20 models. Third, robustness residuals separate the dominant accuracy-associated trend from model-specific deviations, while stability AUC tests whether preserved internal features explain the outcome.

Methodology

  • �� Models: ResNet18/34/50/101/152, MobileNetV2/V3-Large, DenseNet121/169/201, EfficientNet-B0–B4, Swin-T, ViT-B/16, and ConvNeXt-Tiny/Small/Base, spanning about 3.5–88.6M parameters.
  • �� Perturbation: evaluate the ImageNet-1K validation set over systematically reduced relative scales s.
  • �� Metric: record Ai(s), compute Ri(s)=Ai(s)/Ai,base, and define Sc=min{s:Ri(s)≥τ}.
  • �� Statistics: fit accuracy-only OLS, then models adding log(P) and family indicators; use Pearson and Spearman tests.
  • �� Validation: apply 10,000 bootstrap replicates, 5,000 permutations, leave-one-model/family analyses, accuracy matching, residual analysis, and representation-stability AUC.

Experiments

All 20 pretrained classifiers use the same ImageNet-1K validation data and evaluation preprocessing. Primary outcomes are baseline Top-1 accuracy, characteristic scale, correlation, R², regression coefficients, and p-values. Secondary tests assess parameter-count increments, family effects through partial F-tests and permutation tests, architecture-specific residuals, and feature stability. The work is an inference-only evaluation study, not a retraining or architecture benchmark.

Results

Accuracy correlates with characteristic scale at r=-0.890, R²=0.792. Leave-one-model correlations range from -0.914 to -0.857; leave-one-family values range from -0.915 to -0.845. Parameter-only R² is 0.373, but its controlled coefficient has p=0.80. Family raises nominal R² to 0.859 without significance. Swin-T has the largest positive residual (+0.057), while MobileNetV2 has the lowest (-0.055). Stability correlation is -0.003.

Applications

Model selection for mobile, edge, robotic, and bandwidth-limited vision can use baseline accuracy as an initial low-resolution risk indicator, then verify it with a scale-response curve. Characteristic scale supports standardized regression testing. Residuals can identify architectures that outperform or underperform the accuracy-based expectation at comparable baseline performance.

Limitations & Outlook

The study is observational, so high accuracy cannot be claimed to cause scale robustness. Sc depends on τ, and the paper does not fully detail every scale-sampling and threshold choice. The dataset is ImageNet-1K classification, the sample contains only 20 models, and stability AUC may hide layer-specific mechanisms. Future work should cover detection, segmentation, video, domain shift, real imaging, and causal training interventions.

Plain Language Accessible to non-experts

Imagine a delivery worker identifying objects from package photos. First, every worker takes a normal exam, establishing a baseline score. Then the photos are repeatedly shrunk. We record how small a photo can become before the worker loses a chosen share of their original performance. This is the paper’s characteristic scale.

The researchers ran this test on 20 AI “workers” trained on ImageNet-1K. The surprising pattern is that workers with higher normal scores usually keep working when the photo becomes smaller. The relationship is very strong: r=-0.890, and about 79.2% of the differences can be statistically explained by the original score.

Having more “brain cells”—the model’s parameter count—does not explain much extra once normal performance is known. Different design families also do not win consistently. Even keeping internal impressions similar across resized photos does not predict success. In everyday terms, being generally better at recognizing objects seems connected to handling small pictures, but the study does not yet reveal why. It also does not prove that one causes the other.

ELI14 Explained like you're 14

Picture a game where you identify cats, bikes, and balls from images. At first the screen is clear, then your friend keeps shrinking the picture. When do you start guessing badly? The researchers made 20 AI models play exactly this kind of game using ImageNet-1K.

They measured each model’s normal score, then tracked its score as the image became smaller. A model’s “characteristic scale” is basically how tiny the picture can get before its performance drops too much. The big discovery: models that score better normally usually keep recognizing things on smaller images. The correlation was -0.890, which is a very strong pattern.

Does a bigger model automatically win? Not really! Parameter count alone looked somewhat related, but after normal accuracy was included, it added almost nothing. ResNet, MobileNet, ViT, and the other families also did not show a universal champion. So adding more parameters is not a guaranteed small-image superpower.

Here is the weird part: models whose internal features stay similar across sizes do not necessarily recognize better. It is like remembering the colors of a tiny picture but still not knowing whether it shows a bicycle. Cool result, right? But it is not the final answer. More tests are needed on video, self-driving, medical images, and real cameras!

Glossary

Characteristic scale

The smallest relative image scale at which a model retains a predefined fraction of its baseline accuracy. Smaller values generally indicate stronger tolerance to downscaling.

It is the paper’s main cross-architecture robustness descriptor.

Scale–accuracy response

The function linking input image scale to Top-1 recognition accuracy. It describes how performance degrades as spatial information is removed.

The authors construct this curve for every evaluated classifier.

Baseline accuracy

Top-1 accuracy at the reference input scale before scale perturbation. It represents ordinary recognition capability.

It is the strongest statistical predictor of characteristic scale in the study.

Representation stability

The degree to which internal feature representations remain similar across image scales. The paper summarizes it with an area-under-the-curve measure.

Its association with characteristic scale is effectively zero.

Robustness residual

Observed characteristic scale minus the value predicted from baseline accuracy. Positive residuals indicate more scale tolerance than expected.

Residuals expose architecture-specific deviations from the dominant trend.

Leave-one-family-out analysis

A robustness test that removes one entire architecture family before recomputing the relationship. It checks whether one family drives the result.

The accuracy–scale association survives every family exclusion.

Open Questions Unanswered questions from this research

  • 1 Why does higher baseline accuracy accompany smaller characteristic scale? Layer-wise, frequency-domain, object-size, and training-data interventions are needed to distinguish mediation from correlation.
  • 2 It remains unknown whether the ImageNet-1K classification pattern transfers to detection, segmentation, video, medical imaging, or real camera pipelines.
  • 3 The effects of retention threshold τ, interpolation, native resolution, and augmentation policy were not systematically mapped and may affect the numerical relationship.

Applications

Immediate Applications

Edge-model selection

Mobile and camera deployments can rank candidate models by ImageNet-1K baseline accuracy, then measure Sc under the exact resizing and preprocessing pipeline. This offers an early estimate of low-resolution reliability before expensive field testing.

Resolution stress testing

Engineering teams can implement Ri(s) as a regression test: progressively shrink inputs, plot accuracy curves, and inspect residuals to find architectures that are unusually tolerant or fragile at matched baseline accuracy.

Long-term Vision

Scale-aware architecture search

Future systems could optimize baseline accuracy and positive robustness residual jointly, seeking designs that exceed the accuracy-based expectation. Such objectives could influence autonomous driving, robotics, remote sensing, and adaptive streaming.

Abstract

The sensitivity of visual recognition models to changes in image scale is well established, yet the factors governing this sensitivity across heterogeneous architectures remain unclear. In this work, we investigate whether scale robustness exhibits a common quantitative structure across modern vision models. We evaluate 20 pretrained ImageNet-1K classifiers spanning seven architectural families, including convolutional, mobile, efficient, and Transformer-based architectures. By systematically reducing input image scale, we construct scale-accuracy response curves and define a characteristic scale as a compact measure of the onset of substantial recognition degradation. We then examine the relationship between characteristic scale and baseline recognition accuracy, model parameter count, architectural family, and representation stability. A strong inverse association is observed between baseline accuracy and characteristic scale (Pearson r = -0.890, R^2= 0.792, p < 10^-6). This relationship remains stable under bootstrap resampling, leave-one-architecture-out analysis, and leave-one-family-out analysis. In contrast, parameter count provides negligible additional explanatory power after controlling for baseline accuracy (p = 0.80), while architectural family does not provide significant incremental explanatory power. Furthermore, characteristic scale shows essentially no association with representation stability (r = -0.003, p = 0.991). These results indicate that, across the studied models, scale robustness is strongly organized by baseline recognition performance rather than simply by model size, architectural family, or representation stability. The study provides an empirical framework for characterizing scale robustness across vision architectures and identifies a reproducible accuracy-scale regularity that warrants further theoretical investigation.

cs.CV cs.AI