NeuronSeek: On Stability and Expressivity of Task-driven Neurons
Hanyu Pei, Jing-Xiao Liao, Qibin Zhao, Ting Gao, Shijun Zhang, Xiaoge Zhang, Feng-Lei Fan
TL;DR
This work introduces NS-TD, a differentiable tensor-decomposition framework for discovering task-driven neurons that tailor aggregation functions to specific tasks. It provides a formal super-super-expressiveness guarantee using standard activations, and demonstrates superior stability and competitive performance across synthetic, tabular, and image benchmarks compared with symbolic-regression and neural baselines. Key contributions include a two-stream polynomial-plus-interaction structure, CP-based efficient interactions, a differentiable L0-regularized search with warm-up, and a rigorous theoretical construction linking task-driven aggregation to dense trajectories. Empirical results show NS-TD achieves robust convergence and state-of-the-art or competitive results with lower computational cost, underscoring its potential as a practical component in diverse neural architectures. Code is available at https://github.com/HanyuPei22/NeuronSeek.
Abstract
Drawing inspiration from our human brain that designs different neurons for different tasks, recent advances in deep learning have explored modifying a network's neurons to develop so-called task-driven neurons. Prototyping task-driven neurons (referred to as NeuronSeek) employs symbolic regression (SR) to discover the optimal neuron formulation and construct a network from these optimized neurons. Along this direction, this work replaces symbolic regression with tensor decomposition (TD) to discover optimal neuronal formulations, offering enhanced stability and faster convergence. Furthermore, we establish theoretical guarantees that modifying the aggregation functions with common activation functions can empower a network with a fixed number of parameters to approximate any continuous function with an arbitrarily small error, providing a rigorous mathematical foundation for the NeuronSeek framework. Extensive empirical evaluations demonstrate that our NeuronSeek-TD framework not only achieves superior stability, but also is competitive relative to the state-of-the-art models across diverse benchmarks. The code is available at https://github.com/HanyuPei22/NeuronSeek.
