Papers › RMLR: Extending Multinomial Logistic Regression into General Geometries

RMLR: Extending Multinomial Logistic Regression into General Geometries

28 Sep 2024arXiv:2409.19433archive 2025-07-28

Ziheng Chen, Yue Song, Rui Wang, XiaoJun Wu, Nicu Sebe

Riemannian neural networks, which extend deep learning techniques to Riemannian spaces, have gained significant attention in machine learning. To better classify the manifold-valued features, researchers have started extending Euclidean multinomial logistic regression (MLR) into Riemannian manifolds. However, existing approaches suffer from limited applicability due to their strong reliance on specific geometric properties. This paper proposes a framework for designing Riemannian MLR over general geometries, referred to as RMLR. Our framework only requires minimal geometric properties, thus exhibiting broad applicability and enabling its use with a wide range of geometries. Specifically, we showcase our framework on the Symmetric Positive Definite (SPD) manifold and special orthogonal group, i.e., the set of rotation matrices. On the SPD manifold, we develop five families of SPD MLRs under five types of power-deformed metrics. On rotation matrices we propose Lie MLR based on the popular bi-invariant metric. Extensive experiments on different Riemannian backbone networks validate the effectiveness of our framework.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2409.19433")

Code

Syntology Ran 23 of 37 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 8 ran · violated contract; 1 ran · our draft was wrong; 14 ran with no contract checked.

By repository: official repository: 34 samples from 1 repository, 21 ran; community (archive-listed): 3 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gitzh-chen/rmlr officialmentioned in papermentioned on GitHubpytorch report
gitzh-chen/spdmlr mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

37 samples harvested; 23 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran · violated contract
1ran · our draft was wrong
14ran
14unverified

Licence: 37 of the 37 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Ly_backward gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract fingerprinted no licence file found · pointer only · b685d03e9300ef7f · report
Ly_forward gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract no licence file found · pointer only · 17ad5f969dfcd38d · report
Lyapunov_eig_solver gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran no licence file found · pointer only · 8955a60cff817da6 · report
SPDLogCholeskyMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 1b201b0f84408e97 · report
SPDMatrices gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · b08c6cb7d710f97a · report
broadcast_dims GitZH-Chen/RMLR/RieNets/spdnets/functionals.py official repository ran no licence file found · pointer only · 943ae75cff49f97d · report
ensure_sym gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract no licence file found · pointer only · 58a1c96ea5709535 · report
extract_spd_points GitZH-Chen/RMLR/Visualization/spd_vis.py official repository ran fingerprinted no licence file found · pointer only · 9d43ca3b773f838e · report
first_dirivative gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract no licence file found · pointer only · 55e2f39997868485 · report
hook_fn GitZH-Chen/RMLR/Geometry/rotation/SO3.py official repository ran no licence file found · pointer only · 8332dd28abfb658f · report
inner_product gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 5728d6664d427e10 · report
sum_bcastdims GitZH-Chen/RMLR/RieNets/spdnets/functionals.py official repository ran no licence file found · pointer only · 1e2aa95942f11e42 · report
sym gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract no licence file found · pointer only · b9f7b1bbe535ddb1 · report
sym_Glogm gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran no licence file found · pointer only · 8ce0a1479a768981 · report
sym_invm gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran no licence file found · pointer only · dfc0457760a0a3f8 · report
sym_logm gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran no licence file found · pointer only · 05b90d79a55f6b32 · report
sym_powm gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran no licence file found · pointer only · 548afce0eafb284b · report
sym_sqrtm gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran no licence file found · pointer only · 75b128e80c398fec · report
symmetrize_by_tril gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 19b6f5f119dbb100 · report
trace gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 9df6a971538219c1 · report
tril_half_diag gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository ran · violated contract no licence file found · pointer only · 5b50ea2df4c1be14 · report
SPDAdaptiveLogEuclideanMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 1cf2a0e443517df6 · report
SPDAffineInvariantMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 70b19fe4fb4a2872 · report
SPDBuresWassersteinCholeskyMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 87c6667196c1708c · report
SPDBuresWassersteinMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · d5ecb8bcf9802de6 · report
SPDEuclideanMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · c224458df3469ca8 · report
SPDLogEuclideanMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 7ff5ce3c76bc813b · report
SPDOnInvariantMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 9c4bba46fe4250ed · report
SPDPowerCholeskyMetric gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · e3768aacb6f4bfbe · report
SPDRMLR gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 81a05cff1c3d369f · report
init_3Didentity gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 289c8ac1f50df06c · report
init_matrix_uniform gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · 979132af38bb5d2d · report
optimzer GitZH-Chen/RMLR/RieNets/utils/utils.py official repository unverified no licence file found · pointer only · 1ff6e1af2868fc7a · report
sym_modeig gitzh-chen/rmlr/RieNets/spdnets/SPDMLR.py official repository unverified no licence file found · pointer only · f5743a38a5a76f01 · report
roll gitzh-chen/spdmlr/spdnets/cplx/functional.py community (archive-listed) ran fingerprinted no licence file found · pointer only · bddd9f00eeb35219 · report
split_signal_cplx gitzh-chen/spdmlr/spdnets/cplx/functional.py community (archive-listed) ran no licence file found · pointer only · 5a5a38be086e0b89 · report
conv_cplx gitzh-chen/spdmlr/spdnets/cplx/functional.py community (archive-listed) unverified no licence file found · pointer only · 1f62c02f6b6325df · report

Tasks

regression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionLogistic RegressionSETSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections