paper-with-me

Papers

SPD Learn: A Geometric Deep Learning Python Library for Neural Decoding Through Trivialization

2026-02-26 · Bruno Aristimunha, Ce Ju, Antoine Collas, Florent Bouchard, Ammar Mian, Bertrand Thirion, Sylvain Chevallier, Reinmar Kobler arxiv

Implementations of symmetric positive definite (SPD) matrix-based neural networks for neural decoding remain fragmented across research codebases and Python packages. Existing implementations often employ ad hoc handling of manifold constraints and non-unified training setups, which hinders reproducibility and integration into modern deep-learning workflows. To address this gap, we introduce SPD Learn, a unified and modular Python package for geometric deep learning with SPD matrices. SPD Learn provides core SPD operators and neural-network layers, including numerically stable spectral operators, and enforces Stiefel/SPD constraints via trivialization-based parameterizations. This design enables standard backpropagation and optimization in unconstrained Euclidean spaces while producing manifold-constrained parameters by construction. The package also offers reference implementations of representative SPDNet-based models and interfaces with widely used brain computer interface/neuroimaging toolkits and modern machine-learning libraries (e.g., MOABB, Braindecode, Nilearn, and SKADA), facilitating reproducible benchmarking and practical deployment.

📄 PDF Abstract BibTeX arXiv:2602.22895

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SE3Kit: A Lightweight Python Library for Specialized Geometric Primitives in Robotics

2026-05-21 · Daniyal Maroufi, Omid Rezayof, Farshid Alambeigi arxiv

The Python robotics ecosystem faces a challenge: while many libraries exist for rigid body transformations, few are both lightweight and mathematically strict. This paper introduces SE3Kit, a lightweight Python library e…

Box Embeddings: An open-source library for representation learning using geometric structures

2021-09-10 · EMNLP (ACL) 2021 11 · Tejas Chheda, Purujit Goyal, Trang Tran, Dhruvesh Patel 외

A major factor contributing to the success of modern representation learning is the ease of performing various vector operations. Recently, objects with geometric structures (eg. distributions, complex or hyperbolic vect…

Representation Learning

Highdicom: A Python library for standardized encoding of image annotations and machine learning model outputs in pathology and radiology

2021-06-14 · Christopher P. Bridge, Chris Gorman, Steven Pieper, Sean W. Doyle 외

Machine learning is revolutionizing image-based diagnostics in pathology and radiology. ML models have shown promising results in research settings, but their lack of interoperability has been a major barrier for clinica…

PhasorFlow: A Python Library for Unit Circle Based Computing

2026-03-16 · Dibakar Sigdel, Namuna Panday arxiv

We present PhasorFlow, an open-source Python library for computing on the $S^1$ unit circle. Inputs are encoded as complex phasors $z=e^{iφ}$ on the $N$-torus ($\mathbb{T}^N$); as computation proceeds through unitary wav…

DRO: A Python Library for Distributionally Robust Optimization in Machine Learning

2025-05-29 · Jiashuo Liu, Tianyu Wang, Henry Lam, Hongseok Namkoong 외

We introduce dro, an open-source Python library for distributionally robust optimization (DRO) for regression and classification problems. The library implements 14 DRO formulations and 9 backbone models, enabling 79 dis…