paper-with-me

Papers

Parallel Hyperparameter Optimization Of Spiking Neural Network

2024-03-01 · Thomas Firmin, Pierre Boulet, El-Ghazali Talbi

Spiking Neural Networks (SNN). SNNs are based on a more biologically inspired approach than usual artificial neural networks. Such models are characterized by complex dynamics between neurons and spikes. These are very sensitive to the hyperparameters, making their optimization challenging. To tackle hyperparameter optimization of SNNs, we initially extended the signal loss issue of SNNs to what we call silent networks. These networks fail to emit enough spikes at their outputs due to mistuned hyperparameters or architecture. Generally, search spaces are heavily restrained, sometimes even discretized, to prevent the sampling of such networks. By defining an early stopping criterion detecting silent networks and by designing specific constraints, we were able to instantiate larger and more flexible search spaces. We applied a constrained Bayesian optimization technique, which was asynchronously parallelized, as the evaluation time of a SNN is highly stochastic. Large-scale experiments were carried-out on a multi-GPU Petascale architecture. By leveraging silent networks, results show an acceleration of the search, while maintaining good performances of both the optimization algorithm and the best solution obtained. We were able to apply our methodology to two popular training algorithms, known as spike timing dependent plasticity and surrogate gradient. Early detection allowed us to prevent worthless and costly computation, directing the search toward promising hyperparameter combinations. Our methodology could be applied to multi-objective problems, where the spiking activity is often minimized to reduce the energy consumption. In this scenario, it becomes essential to find the delicate frontier between low-spiking and silent networks. Finally, our approach may have implications for neural architecture search, particularly in defining suitable spiking architectures.

📄 PDF Abstract BibTeX arXiv:2403.00450

Code (1)

thomasfirmin/hpo_snn 공식 구현 pytorch

Tasks

Bayesian OptimizationGPUHyperparameter OptimizationNeural Architecture Search

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…
SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

A System for Massively Parallel Hyperparameter Tuning

2018-10-13 · ICLR 2018 1 · Liam Li, Kevin Jamieson, Afshin Rostamizadeh, Ekaterina Gonina 외

Modern learning models are characterized by large hyperparameter spaces and long training times. These properties, coupled with the rise of parallel computing and the growing demand to productionize machine learning work…

BIG-bench Machine LearningDistributed ComputingHyperparameter Optimization

Reinforcement-Guided Hyper-Heuristic Hyperparameter Optimization for Fair and Explainable Spiking Neural Network-Based Financial Fraud Detection

2025-08-23 · Sadman Mohammad Nasif, Md Abrar Jahin, M. F. Mridha arxiv

The growing adoption of home banking systems has increased cyberfraud risks, requiring detection models that are accurate, fair, and explainable. While AI methods show promise, they face challenges including computationa…

Hyperparameter OptimizationReinforcement LearningFraud Detection

BadSNN: Backdoor Attacks on Spiking Neural Networks via Adversarial Spiking Neuron

2026-02-06 · Abdullah Arafat Miah, Kevin Vu, Yu Bi arxiv

Spiking Neural Networks (SNNs) are energy-efficient counterparts of Deep Neural Networks (DNNs) with high biological plausibility, as information is transmitted through temporal spiking patterns. The core element of an S…

Improving Fraud Detection with 1D-Convolutional Spiking Neural Networks Through Bayesian Optimization

2024-11-16 · EPIA Conference on Artificial Intelligence 2024 11 · Dylan Perdigão, Francisco Antunes, Catarina Silva, Bernardete Ribeiro

The digitalization of the banking sector has enabled an increasing number of fraudulent activities in the past years. The development of new practical solutions for fraud detection is particularly challenging since the i…

Bayesian OptimizationFairnessFraud Detection

PHS: A Toolbox for Parallel Hyperparameter Search

2020-02-26 · Peter Michael Habelitz, Janis Keuper

We introduce an open source python framework named PHS - Parallel Hyperparameter Search to enable hyperparameter optimization on numerous compute instances of any arbitrary python function. This is achieved with minimal …

Bayesian OptimizationBIG-bench Machine LearningHyperparameter Optimization