paper-with-me

Papers

Hardware-Friendly Input Expansion for Accelerating Function Approximation

2026-02-20 · Hu Lou, Yin-Jun Gao, Dong-Xiao Zhang, Tai-Jiao Du, Jun-Jie Zhang, Jia-Rui Zhang arxiv

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., $x$) with constant values (e.g., $π$) to form a higher-dimensional vector (e.g., $[π, π, x, π, π]$), 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 $π$ consistently outperforming other constants. Our work proposes a low-cost, efficient, and hardware-friendly technique for algorithm design.

📄 PDF Abstract BibTeX arXiv:2602.17952

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Hardware Friendly Unsupervised Memristive Neural Network with Weight Sharing Mechanism

2019-01-01 · Zhiri Tang, Ruohua Zhu, Peng Lin, Jin He 외

Memristive neural networks (MNNs), which use memristors as neurons or synapses, have become a hot research topic recently. However, most memristors are not compatible with mainstream integrated circuit technology and the…

Exploring Hardware Friendly Bottleneck Architecture in CNN for Embedded Computing Systems

2024-03-11 · Xing Lei, Longjun Liu, Zhiheng Zhou, Hongbin Sun 외

In this paper, we explore how to design lightweight CNN architecture for embedded computing systems. We propose L-Mobilenet model for ZYNQ based hardware platform. L-Mobilenet can adapt well to the hardware computing and…

Bizard: A Community-Driven Platform for Accelerating and Enhancing Biomedical Data Visualization

2025-03-10 · Kexin Li, Hong Yang, Ying Shi, Yujie Peng 외

Bizard is a novel visualization code repository designed to simplify data analysis in biomedical research. It integrates diverse visualization codes, facilitating the selection and customization of optimal visualization …

Data Visualization

Combining Neural Architecture Search and Automatic Code Optimization: A Survey

2024-08-07 · Inas Bachiri, Hadjer Benmeziane, Smail Niar, Riyadh Baghdadi 외

Deep Learning models have experienced exponential growth in complexity and resource demands in recent years. Accelerating these models for efficient execution on resource-constrained devices has become more crucial than …

Hardware Aware Neural Architecture SearchNeural Architecture SearchSurvey

NLI:Non-uniform Linear Interpolation Approximation of Nonlinear Operations for Efficient LLMs Inference

2026-02-03 · Jiangyong Yu, Xiaomeng Han, Xing Hu, Chen Xu 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable performance across a wide range of tasks, but their deployment is often constrained by substantial memory footprints and computational costs. While prior work has…

Computational Efficiency