paper-with-me

Papers

Take A Shortcut Back: Mitigating the Gradient Vanishing for Training Spiking Neural Networks

2024-01-09 · Yufei Guo, Yuanpei Chen, Zecheng Hao, Weihang Peng, Zhou Jie, Yuhan Zhang, Xiaode Liu, Zhe Ma

The Spiking Neural Network (SNN) is a biologically inspired neural network infrastructure that has recently garnered significant attention. It utilizes binary spike activations to transmit information, thereby replacing multiplications with additions and resulting in high energy efficiency. However, training an SNN directly poses a challenge due to the undefined gradient of the firing spike process. Although prior works have employed various surrogate gradient training methods that use an alternative function to replace the firing process during back-propagation, these approaches ignore an intrinsic problem: gradient vanishing. To address this issue, we propose a shortcut back-propagation method in our paper, which advocates for transmitting the gradient directly from the loss to the shallow layers. This enables us to present the gradient to the shallow layers directly, thereby significantly mitigating the gradient vanishing problem. Additionally, this method does not introduce any burden during the inference phase. To strike a balance between final accuracy and ease of training, we also propose an evolutionary training framework and implement it by inducing a balance coefficient that dynamically changes with the training epoch, which further improves the network's performance. Extensive experiments conducted over static and dynamic datasets using several popular network structures reveal that our method consistently outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2401.04486

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Contextual Hourglass Networks for Segmentation and Density Estimation

2018-06-08 · Daniel Oñoro-Rubio, Mathias Niepert

Hourglass networks such as the U-Net and V-Net are popular neural architectures for medical image segmentation and counting problems. Typical instances of hourglass networks contain shortcut connections between mirroring…

Density EstimationImage SegmentationMedical Image SegmentationObject Counting+2

Residual Distillation: Towards Portable Deep Neural Networks without Shortcuts

2020-12-01 · NeurIPS 2020 12 · Guilin Li, Junlei Zhang, Yunhe Wang, Chuanjian Liu 외

By transferring both features and gradients between different layers, shortcut connections explored by ResNets allow us to effectively train very deep neural networks up to hundreds of layers. However, the additional co…

Mitigating Shortcut Reasoning in Language Models: A Gradient-Aware Training Approach

2026-03-21 · Hongyu Cao, Kunpeng Liu, Dongjie Wang, Yanjie Fu arxiv

Large language models exhibit strong reasoning capabilities, yet often rely on shortcuts such as surface pattern matching and answer memorization rather than genuine logical inference. We propose Shortcut-Aware Reasoning…

Mitigating Noise-Induced Gradient Vanishing in Variational Quantum Algorithm Training

2021-11-25 · Anbang Wu, Gushu Li, Yufei Ding, Yuan Xie

Variational quantum algorithms are expected to demonstrate the advantage of quantum computing on near-term noisy quantum computers. However, training such variational quantum algorithms suffers from gradient vanishing as…

Learning to Detour: Shortcut Mitigating Augmentation for Weakly Supervised Semantic Segmentation

2024-05-28 · JuneHyoung Kwon, Eunju Lee, Yunsung Cho, Youngbin Kim

Weakly supervised semantic segmentation (WSSS) employing weak forms of labels has been actively studied to alleviate the annotation cost of acquiring pixel-level labels. However, classifiers trained on biased datasets te…

ObjectSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation