English

Efficiency Follows Global-Local Decoupling

Computer Vision and Pattern Recognition 2026-03-23 v1

Abstract

Modern vision models must capture image-level context without sacrificing local detail while remaining computationally affordable. We revisit this tradeoff and advance a simple principle: decouple the roles of global reasoning and local representation. To operationalize this principle, we introduce ConvNeur, a two-branch architecture in which a lightweight neural memory branch aggregates global context on a compact set of tokens, and a locality-preserving branch extracts fine structure. A learned gate lets global cues modulate local features without entangling their objectives. This separation yields subquadratic scaling with image size, retains inductive priors associated with local processing, and reduces overhead relative to fully global attention. On standard classification, detection, and segmentation benchmarks, ConvNeur matches or surpasses comparable alternatives at similar or lower compute and offers favorable accuracy versus latency trade-offs at similar budgets. These results support the view that efficiency follows global-local decoupling.

Keywords

Cite

@article{arxiv.2603.19567,
  title  = {Efficiency Follows Global-Local Decoupling},
  author = {Zhenyu Yang and Gensheng Pei and Tao Chen and Yichao Zhou and Tianfei Zhou and Yazhou Yao and Fumin Shen},
  journal= {arXiv preprint arXiv:2603.19567},
  year   = {2026}
}
R2 v1 2026-07-01T11:29:12.201Z