← Search

Shi Gu

17 accepted papers

2026

Dynamic-Static Decomposition for Novel View Synthesis of Dynamic Scenes with Spiking Neurons

CVPR 2026

Novel view synthesis for dynamic scenes remains challenging due to complex motion variations. Recent methods represent dynamic and static regions with separate Gaussians to improve efficiency and accuracy, but inaccurate assignment of static and dynamic Gaussian primitives still limits performance.

Cited by 0SourceScholar
2026

On the Role of Temporal Granularity in the Robustness of Spiking Neural Networks

CVPR 2026

As the third generation of neural networks, Spiking Neural Networks (SNNs) have demonstrated remarkable potential across diverse applications owing to their unique temporal dynamics. In recent years, analyzing the robustness of SNNs from a temporal perspective has become an emerging research focus.

Cited by 0SourceScholar
2026

Rounded or Streamlined Head? Bridging Concept Bottleneck Models and Attribute-Described Object Parts

CVPR 2026

A faithful decision-making process requires models to ground human-understandable concepts both spatially (where they appear in the image) and causally (how they influence the prediction). Recent advances in Vision-Language Models (VLMs) enable concept-level alignment and have inspired Concept Bottl

Cited by 0SourceScholar
2026

S³: Spiking Neurons as an Isolating Segmenter for Brain Signal Decoding

AAAI 2026technical

Recent brain decoding studies have primarily emphasized the development of brain decoders, while largely neglecting the segmentation step. Existing methods typically adopt fixed-length segmentation, which might overlook subject- or task-level variability and disrupt temporal patterns within brain si

Cited by 0SourcePDFScholar
2026

eRetinexGS: Retinex Modeling for Low-Light Scene Enhancement via Event Streams and 3D Gaussian Splatting

CVPR 2026

Perception under low illumination remains a major challenge for computer vision systems, as RGB sensors often fail to capture sufficient structural and color information in extremely dark environments. Event cameras, with their high dynamic range and temporal resolution, provide complementary cues t

Cited by 0SourceScholar
2025

Rethinking Hebbian Principle: Low-Dimensional Structural Projection for Unsupervised Learning

NeurIPS 2025poster

Hebbian learning is a biological principle that intuitively describes how neurons adapt their connections through repeated stimuli. However, when applied to machine learning, it suffers serious issues due to the unconstrained updates of the connections and the lack of accounting for feedback mediati…

Cited by 0SourcecodeScholar
2025

Temporal Flexibility in Spiking Neural Networks: Towards Generalization Across Time Steps and Deployment Friendliness

ICLR 2025poster

Spiking Neural Networks (SNNs), models inspired by neural mechanisms in the brain, allow for energy-efficient implementation on neuromorphic hardware. However, SNNs trained with current direct training approaches are constrained to a specific time step. This "temporal inflexibility" 1) hinders SNNs'…

2024

Spiking Token Mixer: An event-driven friendly Former structure for spiking neural networks

NeurIPS 2024poster

Spiking neural networks (SNNs), inspired by biological processes, use spike signals for inter-layer communication, presenting an energy-efficient alternative to traditional neural networks. To realize the theoretical advantages of SNNs in energy efficiency, it is essential to deploy them onto neurom…

2023

Surrogate Module Learning: Reduce the Gradient Error Accumulation in Training Spiking Neural Networks

ICML 2023poster

Spiking neural networks provide an alternative solution to conventional artificial neural networks with energy-saving and high-efficiency characteristics after hardware implantation. However, due to its non-differentiable activation function and the temporally delayed accumulation in outputs, the di…

Cited by 24SourcePDFScholar
2022

Temporal Efficient Training of Spiking Neural Network via Gradient Re-weighting

ICLR 2022poster

Recently, brain-inspired spiking neuron networks (SNNs) have attracted widespread research interest because of their event-driven and energy-efficient characteristics. It is difficult to efficiently train deep SNNs due to the non-differentiability of its activation function, which disables the typic…

2021

A Free Lunch From ANN: Towards Efficient, Accurate Spiking Neural Networks Calibration

ICML 2021spotlight

Spiking Neural Network (SNN) has been recognized as one of the next generation of neural networks. Conventionally, SNN can be converted from a pre-trained ANN by only replacing the ReLU activation to spike activation while keeping the parameters intact. Perhaps surprisingly, in this work we show tha…

2021

BRECQ: Pushing the Limit of Post-Training Quantization by Block Reconstruction

ICLR 2021poster

We study the challenging task of neural network quantization without end-to-end retraining, called Post-training Quantization (PTQ). PTQ usually requires a small subset of training data but produces less powerful quantized models than Quantization-Aware Training (QAT). In this work, we propose a nov…

2021

Differentiable Spike: Rethinking Gradient-Descent for Training Spiking Neural Networks

NeurIPS 2021poster

Spiking Neural Networks (SNNs) have emerged as a biology-inspired method mimicking the spiking nature of brain neurons. This bio-mimicry derives SNNs' energy efficiency of inference on neuromorphic hardware. However, it also causes an intrinsic disadvantage in training high-performing SNNs from scra…

Cited by 288SourcePDFScholar
2021

MixMix: All You Need for Data-Free Compression Are Feature and Data Mixing

ICCV 2021poster

User data confidentiality protection is becoming a rising challenge in the present deep learning research. Without access to data, conventional data-driven model compression faces a higher risk of performance degradation. Recently, some works propose to generate images from a specific pretrained mod…

Cited by 40PDFScholar
2021

Optimal Conversion of Conventional Artificial Neural Networks to Spiking Neural Networks

ICLR 2021poster

Spiking neural networks (SNNs) are biology-inspired artificial neural networks (ANNs) that comprise of spiking neurons to process asynchronous discrete signals. While more efficient in power consumption and inference speed on the neuromorphic hardware, SNNs are usually difficult to train directly fr…