English

Hardware-Friendly Input Expansion for Accelerating Function Approximation

Machine Learning 2026-02-23 v1

Abstract

One-dimensional function approximation is a fundamental problem in scientific computing and engineering applications. While neural networks possess powerful universal approximation capabilities, their optimization process is often hindered by flat loss landscapes induced by parameter-space symmetries, leading to slow convergence and poor generalization, particularly for high-frequency components. Inspired by the principle of \emph{symmetry breaking} in physics, this paper proposes a hardware-friendly approach for function approximation through \emph{input-space expansion}. The core idea involves augmenting the original one-dimensional input (e.g., xx) with constant values (e.g., π\pi) to form a higher-dimensional vector (e.g., [π,π,x,π,π][\pi, \pi, x, \pi, \pi]), effectively breaking parameter symmetries without increasing the network's parameter count. We evaluate the method on ten representative one-dimensional functions, including smooth, discontinuous, high-frequency, and non-differentiable functions. Experimental results demonstrate that input-space expansion significantly accelerates training convergence (reducing LBFGS iterations by 12\% on average) and enhances approximation accuracy (reducing final MSE by 66.3\% for the optimal 5D expansion). Ablation studies further reveal the effects of different expansion dimensions and constant selections, with π\pi consistently outperforming other constants. Our work proposes a low-cost, efficient, and hardware-friendly technique for algorithm design.

Keywords

Cite

@article{arxiv.2602.17952,
  title  = {Hardware-Friendly Input Expansion for Accelerating Function Approximation},
  author = {Hu Lou and Yin-Jun Gao and Dong-Xiao Zhang and Tai-Jiao Du and Jun-Jie Zhang and Jia-Rui Zhang},
  journal= {arXiv preprint arXiv:2602.17952},
  year   = {2026}
}

Comments

22 pages, 4 figures