paper-with-me

Papers

Beyond Weighted Summation: Learnable Nonlinear Aggregation Functions for Robust Artificial Neurons

2026-03-19 · Berke Deniz Bozyigit arxiv

Weighted summation has remained the default input aggregation mechanism in artificial neurons since the earliest neural network models. While computationally efficient, this design implicitly behaves like a mean-based estimator and is therefore sensitive to noisy or extreme inputs. This paper investigates whether replacing fixed linear aggregation with learnable nonlinear alternatives can improve neural network robustness without sacrificing trainability. Two differentiable aggregation mechanisms are introduced: an F-Mean neuron based on a learnable power-weighted aggregation rule, and a Gaussian Support neuron based on distance-aware affinity weighting. To preserve the optimisation stability of standard neurons, hybrid neurons are proposed that interpolate between linear and nonlinear aggregation through a learnable blending parameter. Evaluated in multilayer perceptrons and convolutional neural networks on CIFAR-10 and a noisy CIFAR-10 variant with additive Gaussian corruption, hybrid neurons consistently improve robustness under noise while F-Mean hybrids also yield modest gains on clean data. The three-way hybrid achieves robustness scores of up to 0.991 compared to 0.890 for the standard baseline, and learned parameters converge consistently to sub-linear aggregation (p $\approx$ 0.43--0.50) and high novelty utilisation ($α$ $\approx$ 0.69--0.79). These findings suggest that neuron-level aggregation is a meaningful and underexplored design dimension for building more noise-tolerant neural networks.

📄 PDF Abstract BibTeX arXiv:2603.19344

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Aggregation With Feature Detection

2021-01-01 · ICCV 2021 10 · Shuyang Sun, Xiaoyu Yue, Xiaojuan Qi, Wanli Ouyang 외

Aggregating features from different depths of a network is widely adopted to improve the network capability. Lots of modern architectures are equipped with skip connections, which actually makes the feature aggregat…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

FedCIA: Federated Collaborative Information Aggregation for Privacy-Preserving Recommendation

2025-04-19 · Mingzhe Han, Dongsheng Li, Jiafeng Xia, Jiahao Liu 외

Recommendation algorithms rely on user historical interactions to deliver personalized suggestions, which raises significant privacy concerns. Federated recommendation algorithms tackle this issue by combining local mode…

Privacy Preserving

Fully analogue in-memory neural computing via quantum tunneling effect

2025-10-24 · Songyuan Li, Teng Wang, Jinrong Tang, Ruiqi Liu 외 arxiv

Fully analogue neural computation requires hardware that can implement both linear and nonlinear transformations without digital assistance. While analogue in-memory computing efficiently realizes matrix-vector multiplic…

On Deep Set Learning and the Choice of Aggregations

2019-03-18 · Maximilian Soelch, Adnan Akhundov, Patrick van der Smagt, Justin Bayer

Recently, it has been shown that many functions on sets can be represented by sum decompositions. These decompositons easily lend themselves to neural approximations, extending the applicability of neural nets to set-val…

Sensitivity

Complex-Weighted Convolutional Networks: Provable Expressiveness via Complex Diffusion

2025-11-17 · Cristina López Amado, Tassilo Schwarz, Yu Tian, Renaud Lambiotte arxiv

Graph Neural Networks (GNNs) have achieved remarkable success across diverse applications, yet they remain limited by oversmoothing and poor performance on heterophilic graphs. To address these challenges, we introduce a…