paper-with-me

Papers

Topology-Aware Activation Functions in Neural Networks

2025-07-17 · Pavel Snopov, Oleg R. Musin arxiv

This study explores novel activation functions that enhance the ability of neural networks to manipulate data topology during training. Building on the limitations of traditional activation functions like $\mathrm{ReLU}$, we propose $\mathrm{SmoothSplit}$ and $\mathrm{ParametricSplit}$, which introduce topology "cutting" capabilities. These functions enable networks to transform complex data manifolds effectively, improving performance in scenarios with low-dimensional layers. Through experiments on synthetic and real-world datasets, we demonstrate that $\mathrm{ParametricSplit}$ outperforms traditional activations in low-dimensional settings while maintaining competitive performance in higher-dimensional ones. Our findings highlight the potential of topology-aware activation functions in advancing neural network architectures. The code is available via https://github.com/Snopoff/Topology-Aware-Activations.

📄 PDF Abstract BibTeX arXiv:2507.12874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evolving Parsimonious Networks by Mixing Activation Functions

2017-03-21 · Alexander Hagg, Maximilian Mensing, Alexander Asteroth

Neuroevolution methods evolve the weights of a neural network, and in some cases the topology, but little work has been done to analyze the effect of evolving the activation functions of individual nodes on network size,…

TOuNN: Topology Optimization using Neural Networks

2020-11-08 · Structural and Multidisciplinary Optimization 2020 11 · Aaditya Chandrasekhar, Krishnan Suresh

Neural networks, and more broadly, machine learning techniques, have been recently exploited to accelerate topology optimization through data-driven training and image processing. In this paper, we demonstrate that one c…

Fractal and Chaotic Activation Functions in Echo State Networks: Preprocessing Topology Governs the Echo State Property

2025-12-16 · Rae Chipera, Jenny Du, Irene Tsapara arxiv

Contemporary reservoir computing relies heavily on globally Lipschitz, well-behaved activation functions, limiting applications in defense, disaster response, and pharmaceutical modeling where robust operation under extr…

Restructurable Activation Networks

2022-08-17 · Kartikeya Bhardwaj, James Ward, Caleb Tung, Dibakar Gope 외

Is it possible to restructure the non-linear activation functions in a deep network to create hardware-efficient models? To address this question, we propose a new paradigm called Restructurable Activation Networks (RANs…

object-detectionObject Detection

Graph-Adaptive Activation Functions for Graph Neural Networks

2020-09-14 · Bianca Iancu, Luana Ruiz, Alejandro Ribeiro, Elvin Isufi

Activation functions are crucial in graph neural networks (GNNs) as they allow defining a nonlinear family of functions to capture the relationship between the input graph data and their representations. This paper propo…

Recommendation Systems