← Search

Mingqing Xiao

12 accepted papers

2026

Kuramoto Oscillatory Phase Encoding: Neuro-inspired Synchronization for Improved Learning Efficiency

ICML 2026poster

Spatiotemporal neural dynamics and oscillatory synchronization are widely implicated in biological information processing and have been hypothesized to support flexible coordination such as feature binding. By contrast, most deep learning architectures represent and propagate information through act…

Cited by 0SourceScholar
2026

Online Pseudo-Zeroth-Order Training of Neuromorphic Spiking Neural Networks

ICLR 2026poster

Brain-inspired neuromorphic computing with spiking neural networks (SNNs) is a promising energy-efficient computational approach. However, successfully training deep SNNs in a more biologically plausible and neuromorphic-hardware-friendly way is still challenging. Most recent methods leverage spatia…

Cited by 0SourceScholar
2026

Stabilized Supralinear Networks Learn to Switch Coding Strategies Balancing Cost and Performance

ICML 2026poster

Lateral connections (LCs) are ubiquitous in the cortical circuits. While modern deep learning architectures have rich intralayer interactions (e.g., convolutional mixing, normalization, or attention) to support feature selectivity and contextual modulation, explicit excitatory and inhibitory (E-I) L…

Cited by 0SourceScholar
2025

Language Ranker: A Lightweight Ranking framework for LLM Decoding

NeurIPS 2025poster

Conventional research on large language models (LLMs) has primarily focused on refining output distributions, while paying less attention to the decoding process that transforms these distributions into final responses. Recent advances, such as scaling the computation of inference time with reward m…

Cited by 0SourceScholar
2025

PseuZO: Pseudo-Zeroth-Order Algorithm for Training Deep Neural Networks

NeurIPS 2025poster

Zeroth-order Optimization (ZO) has received wide attention in machine learning, especially when computing full gradient is expensive or even impossible. Recently, ZO has emerged as an important paradigm for memory-efficient fine-tuning of large language models (LLMs), circumventing the memory overhe…

Cited by 0SourcecodeScholar
2024

Hebbian Learning based Orthogonal Projection for Continual Learning of Spiking Neural Networks

ICLR 2024poster

Neuromorphic computing with spiking neural networks is promising for energy-efficient artificial intelligence (AI) applications. However, different from humans who continually learn different tasks in a lifetime, neural network models suffer from catastrophic forgetting. How could neuronal operation…

2024

Temporal Spiking Neural Networks with Synaptic Delay for Graph Reasoning

ICML 2024poster

Spiking neural networks (SNNs) are investigated as biologically inspired models of neural computation, distinguished by their computational capability and energy efficiency due to precise spiking times and sparse spikes with event-driven computation. A significant question is how SNNs can emulate hu…

2023

Towards Memory- and Time-Efficient Backpropagation for Training Spiking Neural Networks

ICCV 2023poster

Spiking Neural Networks (SNNs) are promising energy-efficient models for neuromorphic computing. For training the non-differentiable SNN models, the backpropagation through time (BPTT) with surrogate gradients (SG) method has achieved high performance. However, this method suffers from considerable…

Cited by 67PDFcodeScholar
2022

Online Training Through Time for Spiking Neural Networks

NeurIPS 2022accept

Spiking neural networks (SNNs) are promising brain-inspired energy-efficient models. Recent progress in training methods has enabled successful deep SNNs on large-scale tasks with low latency. Particularly, backpropagation through time (BPTT) with surrogate gradients (SG) is popularly used to enable…

2022

Training High-Performance Low-Latency Spiking Neural Networks by Differentiation on Spike Representation

CVPR 2022poster

Spiking Neural Network (SNN) is a promising energy-efficient AI model when implemented on neuromorphic hardware. However, it is a challenge to efficiently train SNNs due to their non-differentiability. Most existing methods either suffer from high latency (i.e., long simulation time steps), or canno…

Cited by 184PDFcodeScholar
2021

Training Feedback Spiking Neural Networks by Implicit Differentiation on the Equilibrium State

NeurIPS 2021spotlight

Spiking neural networks (SNNs) are brain-inspired models that enable energy-efficient implementation on neuromorphic hardware. However, the supervised training of SNNs remains a hard problem due to the discontinuity of the spiking neuron model. Most existing methods imitate the backpropagation frame…