Center for Data Science, Peking University, China.
The Chinese University of Hong Kong, Shenzhen, China; Shenzhen Research Institute of Big Data, Shenzhen 518115, China.
Neural Netw. 2024 Apr;172:106121. doi: 10.1016/j.neunet.2024.106121. Epub 2024 Jan 10.
Spiking Neural Networks (SNNs) have been considered a potential competitor to Artificial Neural Networks (ANNs) due to their high biological plausibility and energy efficiency. However, the architecture design of SNN has not been well studied. Previous studies either use ANN architectures or directly search for SNN architectures under a highly constrained search space. In this paper, we aim to introduce much more complex connection topologies to SNNs to further exploit the potential of SNN architectures. To this end, we propose the topology-aware search space, which is the first search space that enables a more diverse and flexible design for both the spatial and temporal topology of the SNN architecture. Then, to efficiently obtain architecture from our search space, we propose the spatio-temporal topology sampling (STTS) algorithm. By leveraging the benefits of random sampling, STTS can yield powerful architecture without the need for an exhaustive search process, making it significantly more efficient than alternative search strategies. Extensive experiments on CIFAR-10, CIFAR-100, and ImageNet demonstrate the effectiveness of our method. Notably, we obtain 70.79% top-1 accuracy on ImageNet with only 4 time steps, 1.79% higher than the second best model. Our code is available under https://github.com/stiger1000/Random-Sampling-SNN.
尖峰神经网络 (SNN) 因其具有较高的生物合理性和能量效率,被认为是人工神经网络 (ANN) 的潜在竞争对手。然而,SNN 的体系结构设计尚未得到很好的研究。以前的研究要么使用 ANN 架构,要么在高度受限的搜索空间下直接搜索 SNN 架构。在本文中,我们旨在为 SNN 引入更复杂的连接拓扑结构,以进一步挖掘 SNN 架构的潜力。为此,我们提出了拓扑感知搜索空间,这是第一个能够为 SNN 架构的空间和时间拓扑提供更多样化和灵活设计的搜索空间。然后,为了从我们的搜索空间中有效地获得架构,我们提出了时空拓扑采样 (STTS) 算法。通过利用随机采样的优势,STTS 可以在不需要详尽搜索过程的情况下产生强大的架构,使其比其他搜索策略效率更高。在 CIFAR-10、CIFAR-100 和 ImageNet 上的广泛实验证明了我们方法的有效性。值得注意的是,我们在仅 4 个时间步的情况下在 ImageNet 上获得了 70.79%的 top-1 准确率,比第二名高出 1.79%。我们的代码可在 https://github.com/stiger1000/Random-Sampling-SNN 获得。