AINIJan 3, 2024

A Novel Paradigm for Neural Computation: X-Net with Learnable Neurons and Adaptable Structure

arXiv:2401.01772v22 citationsh-index: 15
AI Analysis

This work addresses the problem of inefficient and inflexible neural networks for researchers and practitioners in fields like bioinformatics and finance, offering a potentially transformative but incremental improvement over existing methods.

The authors tackled the limitations of multilayer perceptrons (MLPs), such as fixed activation functions and non-adaptive structures, by proposing X-Net, a novel neural network paradigm that learns activation functions and adjusts structure dynamically, achieving comparable or better performance with only 3% of MLP parameters on average and as low as 1.1% in some tasks.

Multilayer perception (MLP) has permeated various disciplinary domains, ranging from bioinformatics to financial analytics, where their application has become an indispensable facet of contemporary scientific research endeavors. However, MLP has obvious drawbacks. 1), The type of activation function is single and relatively fixed, which leads to poor `representation ability' of the network, and it is often to solve simple problems with complex networks; 2), the network structure is not adaptive, it is easy to cause network structure redundant or insufficient. In this work, we propose a novel neural network paradigm X-Net promising to replace MLPs. X-Net can dynamically learn activation functions individually based on derivative information during training to improve the network's representational ability for specific tasks. At the same time, X-Net can precisely adjust the network structure at the neuron level to accommodate tasks of varying complexity and reduce computational costs. We show that X-Net outperforms MLPs in terms of representational capability. X-Net can achieve comparable or even better performance than MLP with much smaller parameters on regression and classification tasks. Specifically, in terms of the number of parameters, X-Net is only 3% of MLP on average and only 1.1% under some tasks. We also demonstrate X-Net's ability to perform scientific discovery on data from various disciplines such as energy, environment, and aerospace, where X-Net is shown to help scientists discover new laws of mathematics or physics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes