Fast Clifford Neural Layers
2025-06-22Code Available0· sign in to hype
Tianxiang Xia, Max Neuwinger, Lin Xiao
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/egretwalker/c-opt-clifford-layersOfficialIn paper★ 0
Abstract
Clifford Neural Layers improve PDE modeling by introducing Clifford Algebra into neural networks. In this project we focus on optimizing the inference of 2/3D Clifford convolutional layers and multivector activation layers for one core CPU performance. Overall, by testing on a real network block involving Clifford convolutional layers and multivector activation layers, we observe that our implementation is 30% faster than standard PyTorch implementation in relatively large data + network size (>L2 cache). We open source our code base at https://github.com/egretwAlker/c-opt-clifford-layers