paper-with-me

홈 › Papers

SpikingNeRF: Making Bio-inspired Neural Networks See through the Real World

2023-09-20 · Xingting Yao, Qinghao Hu, Fei Zhou, Tielong Liu, Zitao Mo, Zeyu Zhu, Zhengyang Zhuge, Jian Cheng

In this paper, we propose SpikingNeRF, which aligns the temporal dimension of spiking neural networks (SNNs) with the radiance rays, to seamlessly accommodate SNNs to the reconstruction of neural radiance fields (NeRF). Thus, the computation turns into a spike-based, multiplication-free manner, reducing energy consumption and making high-quality 3D rendering, for the first time, accessible to neuromorphic hardware. In SpikingNeRF, each sampled point on the ray is matched to a particular time step and represented in a hybrid manner where the voxel grids are maintained as well. Based on the voxel grids, sampled points are determined whether to be masked out for faster training and inference. However, this masking operation also incurs irregular temporal length, making it intractable for hardware processors, e.g., GPUs, to conduct parallel training. To address this problem, we develop the temporal padding strategy to tackle the masked samples to maintain regular temporal length, i.e., regular tensors, and further propose the temporal condensing strategy to form a denser data structure for hardware-friendly computation. Experiments on various datasets demonstrate that our method can reduce energy consumption by an average of 70.79\% and obtain comparable synthesis quality with the ANN baseline. Verification on the neuromorphic hardware accelerator also shows that SpikingNeRF can further benefit from neuromorphic computing over the ANN baselines on energy efficiency. Codes and the appendix are in \url{https://github.com/Ikarosy/SpikingNeRF-of-CASIA}.

📄 PDF Abstract BibTeX arXiv:2309.10987

Code (1)

Ikarosy/SpikingNeRF-of-CASIA 공식 구현 pytorch

Tasks

NeRF

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

Biologically Inspired Event-Based Perception and Sample-Efficient Learning for High-Speed Table Tennis Robots

2026-04-06 · Ziqi Wang, Jingyue Zhao, Xun Xiao, Jichao Yang 외 arxiv

Perception and decision-making in high-speed dynamic scenarios remain challenging for current robots. In contrast, humans and animals can rapidly perceive and make decisions in such environments. Taking table tennis as a…

Can Bio-Inspired Swarm Algorithms Scale to Modern Societal Problems

2019-05-20 · Darren M. Chitty, Elizabeth Wanner, Rakhi Parmar, Peter R. Lewis

Taking inspiration from nature for meta-heuristics has proven popular and relatively successful. Many are inspired by the collective intelligence exhibited by insects, fish and birds. However, there is a question over th…

Decision Making

NoisywikiHow: A Benchmark for Learning with Real-world Noisy Labels in Natural Language Processing

2023-05-18 · Tingting Wu, Xiao Ding, Minji Tang, Hao Zhang 외

Large-scale datasets in the real world inevitably involve label noise. Deep models can gradually overfit noisy labels and thus degrade model generalization. To mitigate the effects of label noise, learning with noisy lab…

Learning with noisy labels

Causal-aware Large Language Models: Enhancing Decision-Making Through Learning, Adapting and Acting

2025-05-30 · Wei Chen, Jiahao Zhang, Haipeng Zhu, Boyan Xu 외

Large language models (LLMs) have shown great potential in decision-making due to the vast amount of knowledge stored within the models. However, these pre-trained models are prone to lack reasoning abilities and are dif…

Decision Making

Benchmarking that Matters: Rethinking Benchmarking for Practical Impact

2025-11-15 · Anna V. Kononova, Niki van Stein, Olaf Mersmann, Thomas Bäck 외 arxiv

Benchmarking has driven scientific progress in Evolutionary Computation, yet current practices fall short of real-world needs. Widely used synthetic suites such as BBOB and CEC isolate algorithmic phenomena but poorly re…