REVIEW 3 major objections 3 minor 3 cited by
Cartan Networks: Group theoretical Hyperbolic Deep Learning
T0 review · 3 major / 3 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper proposes Cartan networks, hyperbolic neural networks whose layers are solvable-Lie-group homomorphisms composed with isometries, and shows they match Euclidean and Poincaré baselines on benchmarks.
desk verdict Promising group-theoretic framing undercut by a broken core formula and test-set selection; Theorem 3.1 is the solid part. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the solvable Lie group structure of hyperbolic space. A non-compact symmetric space like M[1,1+q] ≃ $H^{{q+1}}$ is metrically equivalent to a solvable Lie group Exp(Solv), whose elements are represented by upper-triangular matrices and parametrized by solvable coordinates Υ=(Υ1, Υ2). Υ1 is the Cartan coordinate and Υ2 the paint coordinates; the group operation is matrix multiplication, with the explicit law Ψ∗Υ=(Υ1+Ψ1, Υ2+$e^{{-Υ1}}$Ψ2). The machinery is the alternating composition in each layer of a group homomorphism h(W,b)(Υ)=(Υ1, WΥ2+(1-$e^{{-Υ1}}$)b), which changes the dimension of the manifold, with an isometry φ(β,u,Q)=Ru(β∗(QΥ)), where Ru is the fiber rotation that mixes Cartan and paint coordinates. This composition carries the expressive power of the network: the fiber rotation and the next layer's exponentiation introduce intrinsic nonlinearity, and the authors show that stacking layers increases expressivity even without pointwise activations such as their diffeomorphic DiLU.
What would settle it
Evaluate the first line of Eq. 11 at Υ=(0,0) and u=(±1,0,...,0): the bracket inside the logarithm becomes -1, producing ln(-1), a non-real number, so the claimed real isometry fails at the identity for those parameters. A corrected expression that is real at the identity, or a numerical check that training never visits these parameters, would settle the issue.
Extended reading notes
Core claim
The paper's discovery is a parametric family of hyperbolic neural network layers built entirely from two geometric ingredient classes: homomorphisms between solvable Lie groups and isometries of the target space. Concretely, the hyperbolic space M[1,1+q] is identified with a solvable Lie group whose group law is Ψ∗Υ = (Υ1+Ψ1, Υ2+$e^{{-Υ1}}$Ψ2); a homomorphism h(Υ)=(Υ1, WΥ2+(1-$e^{{-Υ1}}$)b) takes the group to another such group, possibly of different dimension, and the isometry φ includes a paint rotation Q∈SO(q), a group translation β, and a fiber rotation Ru. Stacking these layers yields the Cartan network, whose linear layer is flin(Υ)=Ru(β ∗ (Υ1, WΥ2+b)). The authors argue that repeated application of the fiber rotation exponentiates the Cartan coordinate, so depth alone increases expressivity, and they report experiments where activation-free Cartan networks improve with depth and reach accuracies comparable to Euclidean and Poincaré baselines.
Load-bearing premise
The load-bearing premise is that the fiber rotation Ru is a well-defined real isometry of M[1,1+q] for every solvable coordinate and every unit vector u; at Υ=(0,0) with u0=±1, the logarithm in Eq. 11 receives the argument -1 and the map is non-real, so as printed the layer is undefined there.
Editorial extensions
If this is right
- A Cartan network can change the dimension of the representation between layers because the homomorphism's weight matrix W need not be square, giving a natural way to compress or expand hyperbolic embeddings.
- Because the layer operations are group homomorphisms and isometries, the architecture uses only intrinsic geometric operations, and component-wise nonlinearities on tangent spaces are unnecessary for depth-driven expressivity.
- Setting u′=0 and β1=0 in every layer recovers a stack of Euclidean linear layers, so the construction contains ordinary fully connected networks as a special case.
- The same combination of solvable-group homomorphisms and isometries applies to every non-compact symmetric space, so the framework is not specific to hyperbolic space.
- On the tested tasks, activation-free Cartan networks show accuracy that increases with depth, and with activations they match Euclidean and Poincaré-ball networks at comparable width and depth.
Reading between the lines
- A natural testable extension is to train Cartan networks on larger image or graph tasks with depth held large and width small, checking whether the depth-driven expressivity predicted by the paper translates into consistent accuracy gains over Euclidean networks; the current results hint at this but are limited to a few datasets.
- The same solvable-group construction should transfer immediately to the symmetric spaces SO(r,r+p)/(SO(r)×SO(r+p)) with r>1, where the paint group is larger; if the authors' claim about generality is right, one can define Cartan layers there without new design choices.
- The fiber-rotation formula at the identity appears to produce a non-real coordinate when u0=±1, so a corrected definition, for instance using a different branch of the logarithm or an alternative parametrization of SO(q+1), is needed before the architecture is fully well-defined; this is an internal consistency issue rather than a question about the empirical results.
- One could test the authors' 'depth without activations' thesis by measuring the functional complexity, such as the number of linear regions, of randomly initialized Cartan networks as depth grows; the paper only reports accuracy, not a direct expressivity measure.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces 'Cartan networks', a class of hyperbolic neural networks built on the solvable Lie group structure of hyperbolic space. Each layer is defined as a composition of a Lie-group homomorphism between solvable groups and an isometry of the target space, expressed in 'solvable coordinates' Υ = (Υ1, Υ2). Theorem 3.1 characterizes all such homomorphisms as maps of the form h(Υ) = (Υ1, WΥ2 + (1 − e^{−Υ1})b). The authors also propose a hyperbolic softmax based on totally geodesic hyperplanes and report experiments on synthetic regression and image classification tasks, comparing against Euclidean and Poincaré-ball networks. The paper claims that this construction yields a novel class of expressive hyperbolic architectures with competitive benchmark performance.
Significance. If the construction were correct, the paper would offer a genuinely new route to hyperbolic deep learning: instead of gyrovector or exponential/logarithm operations, layers would be built from intrinsic Lie-group homomorphisms and isometries. The homomorphism characterization in Theorem 3.1 is clean and potentially useful, and the paper makes its code available. However, the central fiber-rotation map is not a well-defined self-map of the hyperbolic space at the identity, and the classification experiments use test labels for early stopping and report the best test accuracy, so the two central claims—a well-defined new architecture and promising empirical performance—are not supported as written.
major comments (3)
- [§3.2 and App. D.2, Eq. (11)/(44)] The fiber rotation R_u is not a well-defined self-map of M[1,1+q]. Substituting Υ = (0,0) into the first component of Eq. (11) gives −log(−1): the argument equals −1/2(e^0(1+0)+e^0)(1+u_0)+e^0 u_0 = −(1+u_0)+u_0 = −1 for every u_0 ∈ [−1,1]. The real logarithm is therefore undefined, so R_u(0) is not a point of M[1,1+q]. Because Eq. (13) defines the linear layer as R_u composed with group translation and the homomorphism, and Eq. (19) stacks such layers, the architecture is undefined at any input whose image under the preceding operations is the identity, including the initial embedding (Eq. (20)) when x = 0 and β = 0. This is a formal defect in the central construction, not a numerical or tuning issue; the definition of the Cartan layer must be corrected before the claimed architecture can be evaluated.
- [App. G.3] The experimental protocol for classification uses test labels for model selection: early stopping is applied 'on the test loss' and 'maximum reached accuracy' is reported. This means the reported accuracies in Tables 2 and 3 and Fig. 3 are selected on the test set, so they do not estimate generalization performance and cannot support the paper's claims of competitive or better performance. The authors should use a validation split for early stopping and report the performance of the final model on a held-out test set.
- [§3.4] The claim that setting u'_ℓ = 0 and β^ℓ_1 = 0 for all ℓ reduces the architecture to a stack of Euclidean linear layers is not supported by Eq. (11). With u' = 0, the unit-norm constraint gives u_0 = ±1, and the logarithm in the first component of Eq. (11) is −log(−e^{Υ1}(1+|Υ2|^2)) for u_0 = 1 or −log(−e^{−Υ1}) for u_0 = −1, both non-real for generic Υ. Additionally, the second component of Eq. (11) divides by 1+u_0, which vanishes at u_0 = −1. Thus the fiber rotation does not reduce to the identity in this limit; this is a consequence of the same defect in Eq. (11).
minor comments (3)
- [§2] The notation around Eq. (4) and Eq. (5) is inconsistent: M[1,1+p] has dimension p+1, so the statement 'for r = 1 we realize the hyperbolic space H^{p−1}' appears to be a typo and should be H^{p+1} or the indices should be harmonized.
- [§6 and App. G.1] The repository URLs differ between Sec. 6 (github.com/FedericoMilanesio/CartanNetworks) and App. G.1 (github.com/CartanNetworks/Cartan_Networks); the authors should ensure one link is correct and that the code matches the printed equations.
- [App. D.2] The derivation of Eq. (11) is not given in the paper; the text relies on the co-authored preprint [23] for the isometry classification and the solvable-coordinate formalism. Since Eq. (11) is load-bearing, the paper should either provide a self-contained derivation or clearly state the provenance of each step so that the formula can be checked.
Circularity Check
No significant circularity: the network derivation rests on an independent Lie-algebra proof and external benchmarks, not on a fitted or self-referential reduction.
full rationale
No significant circularity. The paper's central mathematical claim, Theorem 3.1, is proven directly from Lie algebra homomorphisms, and the performance claims are empirical comparisons against Euclidean and Poincaré baselines on standard datasets; no fitted parameter is later renamed as a prediction. The same-author citations, chiefly to [23], supply the solvable-coordinate and isometry machinery for hyperbolic symmetric spaces. That cited material is parameter-free mathematical support whose assumptions do not include the present Cartan-network architecture or its benchmark numbers, so under the stated rules it counts as independent support rather than as a circularity. I flag two concerns without scoring them as circular: (i) App. D.2 delegates the derivation of the fiber rotation formula (Eq. 11/44) to [23] instead of proving it in the text; and (ii) as printed, Eq. 11 appears undefined at Υ = (0,0) for u0 = ±1, since the logarithm receives a negative or zero argument, which is a formal correctness defect in the core layer rather than an input-output reduction. Neither issue makes Eq. 19 equivalent to Eq. 11 or to any fitted quantity by construction.
Assumptions & free parameters
free parameters (3)
- DiLU slope alpha =
learned (per layer)
- Learning rate =
0.01 (regression), 1e-4 (classification)
- Early stopping buffer =
15 epochs on test loss
assumptions (4)
- domain assumption Metric equivalence M[1,1+q] ~= Exp(Solv[q])
- standard math Lie's theorem: solvable algebras are triangularizable
- standard math Hall's theorem 5.6: homomorphisms of simply connected Lie groups lift from algebra to group
- ad hoc to paper The fiber rotation map Ru (Eq. 11/44) is a well-defined isometry of M[1,1+q] for all real coordinates
Cite this review
Pith. "Pith review of Cartan Networks: Group theoretical Hyperbolic Deep Learning." pith.science (2026). https://pith.science/paper/E6TJG3LQ
@misc{pith2026250524353,
author = {Pith},
title = {Pith review of: Cartan Networks: Group theoretical Hyperbolic Deep Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/E6TJG3LQ}},
note = {Machine review of arXiv:2505.24353}
}
read the original abstract
Hyperbolic deep learning leverages the metric properties of hyperbolic spaces to develop efficient and informative embeddings of hierarchical data. Here, we focus on the solvable group structure of hyperbolic spaces, which follows naturally from their construction as symmetric spaces. This dual nature of Lie group and Riemannian manifold allows us to propose a new class of hyperbolic deep learning algorithms where group homomorphisms are interleaved with metric-preserving diffeomorphisms. The resulting algorithms, which we call Cartan networks, show promising results on various benchmark data sets and open the way to a novel class of hyperbolic deep learning architectures.
Figures
Forward citations
Cited by 3 Pith papers
-
General Properties of the Thermo-Metric for CV event manifolds and the magnetization combinatorial scheme
Freezing contiguous magnetic fields on CV thermo-metrics produces universal curved M_n|reg manifolds that embed via a_{2n-1} Cartan metrics and send geodesics to hypercube vertices/face centers by initial slope.
-
Thermodynamics a la Souriau on K\"ahler Non Compact Symmetric Spaces for Cartan Neural Networks
On non-compact symmetric spaces supporting Souriau-type Gibbs distributions are exactly the Kähler ones; their convergence domain is the U-adjoint orbit of a positivity chamber in the compact Cartan subalgebra of H — ...
-
Navigation through Non-Compact Symmetric Spaces: a mathematical perspective on Cartan Neural Networks
It derives a covariant, activation-free layer map for neural networks on noncompact symmetric spaces and works out explicit hyperbolic and class-switching examples.
Reference graph
Works this paper leans on
-
[23]
Ugo Bruzzo, Pietro G. Fré, and Mario Trigiante. The Paint Group Tits Satake Theory of Hyperbolic Symmetric Spaces: the distance function, paint invariants and discrete subgroups. arXiv preprint arXiv:2503.07626 [math.DG], 2025
arXiv 2025
-
[1]
Pattern Recognition and Machine Learning
Christopher Bishop. Pattern Recognition and Machine Learning. Springer, 2006
work page 2006
-
[2]
Poincaré embeddings for learning hierarchical represen- tations
Maximillian Nickel and Douwe Kiela. Poincaré embeddings for learning hierarchical represen- tations. In Advances in Neural Information Processing Systems, volume 30. Curran Associates, Inc., 2017
work page 2017
-
[3]
Octavian-Eugen Ganea, Gary Becigneul, and Thomas Hofmann. Hyperbolic Neural Networks. In Advances in Neural Information Processing Systems, volume 31. Curran Associates, Inc., 2018
work page 2018
-
[4]
Ryohei Shimizu, Yusuke Mukuta, and Tatsuya Harada. Hyperbolic neural networks++. In International Conference on Learning Representations, 2021
work page 2021
-
[5]
Fully hyperbolic neural networks
Weize Chen, Xu Han, Yankai Lin, Hexu Zhao, Zhiyuan Liu, Peng Li, Maosong Sun, and Jie Zhou. Fully hyperbolic neural networks. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 5672–5686, Dublin, Ireland, 2022. Association for Computational Linguistics
work page 2022
-
[6]
Fully hyperbolic convolutional neural networks for computer vision
Ahmad Bdeir, Kristian Schwethelm, and Niels Landwehr. Fully hyperbolic convolutional neural networks for computer vision. In The Twelfth International Conference on Learning Representations, 2024
work page 2024
-
[7]
Hyperbolic Graph Convolutional Neural Networks
Ines Chami, Zhitao Ying, Christopher Ré, and Jure Leskovec. Hyperbolic Graph Convolutional Neural Networks. In Advances in Neural Information Processing Systems, volume 32. Curran Associates, Inc., 2019. 10
work page 2019
Show all 55 references
-
[8]
Hyperbolic attention networks
Caglar Gulcehre, Misha Denil, Mateusz Malinowski, Ali Razavi, Razvan Pascanu, Karl Moritz Hermann, Peter Battaglia, Victor Bapst, David Raposo, Adam Santoro, and Nando de Freitas. Hyperbolic attention networks. In International Conference on Learning Representations, 2019
2019
-
[9]
Hyperbolic Deep Neural Networks: A Survey
Wei Peng, Tuomas Varanka, Abdelrahman Mostafa, Henglin Shi, and Guoying Zhao. Hyperbolic Deep Neural Networks: A Survey. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(12):10023–10044, 2022
2022
-
[10]
Poincaré embedding reveals edge-based func- tional networks of the brain
Siyuan Gao, Gal Mishne, and Dustin Scheinost. Poincaré embedding reveals edge-based func- tional networks of the brain. In Medical Image Computing and Computer Assisted Intervention, pages 448–457. Springer International Publishing, 2020
2020
-
[11]
Poincaré maps for analyzing complex hierarchies in single-cell data
Anna Klimovskaia, David Lopez-Paz, Léon Bottou, and Maximilian Nickel. Poincaré maps for analyzing complex hierarchies in single-cell data. Nature Communications, 11(1):2966, 2020
2020
-
[12]
Hardwick, David R
Benjamin Paul Chamberlain, Stephen R. Hardwick, David R. Wardrope, Fabon Dzogang, Fabio Daolio, and Saúl Vargas. Scalable hyperbolic recommender systems. arXiv preprint arXiv:1902.08648 [cs.IR], 2019
1902 arXiv
-
[13]
Sur une classe remarquable d’espaces de Riemann
Élie Cartan. Sur une classe remarquable d’espaces de Riemann. Bulletin de la Société Mathé- matique de France, 54:214–264, 1926
1926
-
[14]
Differential geometry and symmetric spaces
Sigurdur Helgason. Differential geometry and symmetric spaces. Academic press, 1962
1962
-
[15]
Pietro G. Fré. Discrete, Finite and Lie Groups. De Gruyter, 2023
2023
-
[16]
An introduction to symmetric spaces
Ulrika Magnea. An introduction to symmetric spaces. arXiv preprint arXiv:cond-mat/0205288, 2002
2002 arXiv
-
[17]
Fré, and Mario Trigiante
Laura Andrianopoli, Riccardo D’Auria, Sergio Ferrara, Pietro G. Fré, and Mario Trigiante. R-R scalars, U-duality and solvable Lie algebras. Nuclear Physics B, 496(3):617–629, 1997
1997
-
[18]
Fré, Ruben Minasian, and Mario Trigiante
Laura Andrianopoli, Riccardo D’Auria, Sergio Ferrara, Pietro G. Fré, Ruben Minasian, and Mario Trigiante. Solvable Lie algebras in type IIA, type IIB and M-theories. Nuclear physics B, 493(1-2):249–277, 1997
1997
-
[19]
Fré, Floriana Gargiulo, Jan Rosseel, Ksenya Rulik, Mario Trigiante, and Antoine Van Proeyen
Pietro G. Fré, Floriana Gargiulo, Jan Rosseel, Ksenya Rulik, Mario Trigiante, and Antoine Van Proeyen. Tits-Satake projections of homogeneous special geometries. Classical and Quantum Gravity, 24:27–78, 2007
2007
-
[20]
Alekseevsky
Dmitri V . Alekseevsky. Classification of quaternionic spaces with a transitive solvable group of motions. Math. USSR Izvestija, 9:297–339, 1975
1975
-
[21]
Alekseevskian spaces.Differential Geometry and its Applications, 6(2):129–168, 1996
Vicente Cortés. Alekseevskian spaces.Differential Geometry and its Applications, 6(2):129–168, 1996
1996
-
[22]
Alekseevsky, Vicente Cortés, Chandrashekar Devchand, and Antoine Van Proeyen
Dmitri V . Alekseevsky, Vicente Cortés, Chandrashekar Devchand, and Antoine Van Proeyen. Polyvector superPoincare algebras. Communications in Mathematical Physics, 253:385–422, 2004
2004
-
[24]
Navigation through Non Compact Symmetric Spaces, that is Cartan Neural Networks
Pietro Fré, Federico Milanesio, Matteo Santoro, and Guido Sanguinetti. Navigation through Non Compact Symmetric Spaces, that is Cartan Neural Networks. ArXiv in preparation, 2025
2025
-
[25]
A Gyrovector Space Approach to Hyperbolic Geometry
Abraham Albert Ungar. A Gyrovector Space Approach to Hyperbolic Geometry. Synthesis Lectures on Mathematics & Statistics. Springer International Publishing, 2009
2009
-
[26]
Hyperbolic Convolutional Neural Networks
Andrii Skliar and Maurice Weiler. Hyperbolic Convolutional Neural Networks. arXiv preprint arXiv:2308.15639 [cs.LG], 2023. 11
2023 arXiv
-
[27]
On the universal statistical consistency of expansive hyperbolic deep convolutional neural networks
Sagar Ghosh, Kushal Bose, and Swagatam Das. On the universal statistical consistency of expansive hyperbolic deep convolutional neural networks. arXiv preprint arXiv:2411.10128 [stat.ML], 2024
2024 arXiv
-
[28]
Cohen, Mario Geiger, and Maurice Weiler
Taco S. Cohen, Mario Geiger, and Maurice Weiler. A general theory of equivariant cnns on homogeneous spaces. In Advances in Neural Information Processing Systems , volume 32. Curran Associates, Inc., 2019
2019
-
[29]
Shuxiao Chen, Edgar Dobriban, and Jane H. Lee. A group-theoretic framework for data augmentation. Journal of Machine Learning Research, 21(245):1–71, 2020
2020
-
[30]
Otto, Nicholas Zolman, J
Samuel E. Otto, Nicholas Zolman, J. Nathan Kutz, and Steven L. Brunton. A Unified Frame- work to Enforce, Discover, and Promote Symmetry in Machine Learning. arXiv preprint arXiv:2311.00212 [cs.LG], 2024
2024 arXiv
-
[31]
Lie neurons: Adjoint-equivariant neural networks for semisimple lie algebras
Tzu-Yuan Lin, Minghan Zhu, and Maani Ghaffari. Lie neurons: Adjoint-equivariant neural networks for semisimple lie algebras. In Proceedings of the 41st International Conference on Machine Learning , volume 235 of Proceedings of Machine Learning Research , pages 30529–30545, 2024
2024
-
[32]
A group-theoretic framework for machine learning in hyperbolic spaces
Vladimir Ja´cimovi´c. A group-theoretic framework for machine learning in hyperbolic spaces. arXiv preprint arXiv:2501.06934 [cs.LG], 2025
2025 arXiv
-
[33]
Humphreys
James E. Humphreys. Semisimple Lie Algebras. In Introduction to Lie Algebras and Represen- tation Theory, pages 15–41. Springer, New York, NY , 1972
1972
-
[34]
The Numerical Stability of Hyperbolic Representation Learning
Gal Mishne, Zhengchao Wan, Yusu Wang, and Sheng Yang. The Numerical Stability of Hyperbolic Representation Learning. In Proceedings of the 40th International Conference on Machine Learning, volume 202 of PMLR, pages 24925–24949, 2023
2023
-
[35]
Clustering in hyperbolic balls
Vladimir Ja ´cimovi´c and Aladin Crnki ´c. Clustering in hyperbolic balls. arXiv preprint arXiv:2501.19247 [cs.LG], 2025
2025 arXiv
-
[36]
Compact manifolds of nonpositive curvature
Jeff Cheeger. Compact manifolds of nonpositive curvature. In Comparison Theorems in Riemannian Geometry, volume 9 of North-Holland Mathematical Library, pages 154–167. Elsevier, 1975
1975
-
[37]
Nguyen, and Christopher Re
Ines Chami, Albert Gu, Dat P. Nguyen, and Christopher Re. Horopca: Hyperbolic dimensionality reduction via horospherical projections. In Proceedings of the 38th International Conference on Machine Learning, volume 139 of PMLR, pages 1419–1429, 2021
2021
-
[38]
Stochastic gradient descent on riemannian manifolds
Silvère Bonnabel. Stochastic gradient descent on riemannian manifolds. IEEE Transactions on Automatic Control, 58(9):2217–2229, 2013
2013
-
[39]
Riemannian adaptive optimization methods
Gary Becigneul and Octavian-Eugen Ganea. Riemannian adaptive optimization methods. In International Conference on Learning Representations, 2019
2019
-
[40]
Fast and accurate deep net- work learning by exponential linear units (elus)
Djork-Arné Clevert, Thomas Unterthiner, and Sepp Hochreiter. Fast and accurate deep net- work learning by exponential linear units (elus). In International Conference on Learning Representations, 2016
2016
-
[41]
PyTorch: An Imperative Style, High-Performance Deep Learning Library
Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, Alban Desmaison, Andreas Kopf, Edward Yang, Zachary DeVito, Martin Raison, Alykhan Tejani, Sasank Chilamkurthy, Benoit Steiner, Lu ...
2019
-
[42]
Lie groups, Lie algebras, and some of their applications
Robert Gilmore. Lie groups, Lie algebras, and some of their applications. Dover Publications, 2016
2016
-
[43]
Pietro G. Fré. Gravity, a Geometrical Course, volume 1, 2. Springer Science & Business Media, 2012. 12
2012
-
[44]
do Carmo
Manfredo P. do Carmo. Riemannian Geometry . Mathematics: Theory & Applications. Birkhäuser, 1992
1992
-
[45]
Fré, Floriana Gargiulo, and Ksenya Rulik
Pietro G. Fré, Floriana Gargiulo, and Ksenya Rulik. Cosmic billiards with painted walls in non-maximal supergravities: a worked out example. Nuclear Physics B, 737(1):1–48, 2006
2006
-
[46]
Brian C. Hall. Lie Groups, Lie Algebras, and Representations: An Elementary Introduction, volume 222 of Graduate Texts in Mathematics. Springer International Publishing, Cham, 2015
2015
-
[47]
Foundations of Differential Geometry, volume 2
Shoshichi Kobayashi and Katsumi Nomizu. Foundations of Differential Geometry, volume 2. Wiley, 1963
1963
-
[48]
Geoopt: Riemannian optimization in pytorch
Max Kochurov, Rasul Karimov, and Serge Kozlukov. Geoopt: Riemannian optimization in pytorch. arXiv preprint arXiv:2005.02819 [cs.CG], 2020
2005 arXiv
-
[49]
The merged-staircase prop- erty: a necessary and nearly sufficient condition for sgd learning of sparse functions on two-layer neural networks
Emmanuel Abbe, Enric Boix-Adserà, and Theodor Misiakiewicz. The merged-staircase prop- erty: a necessary and nearly sufficient condition for sgd learning of sparse functions on two-layer neural networks. In Annual Conference Computational Learning Theory, volume 178 of PMLR, p...
2022
-
[50]
Gradient-based learning applied to document recognition
Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998
1998
-
[51]
Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms
Han Xiao, Kashif Rasul, and Roland V ollgraf. Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms. arXiv preprint arXiv:1708.07747 [cs.LG], 2017
2017 arXiv
-
[52]
Deep learning for classical japanese literature
Taichi Clanuwat, Marc Bober-Irizar, Asanobu Kitamoto, Alex Lamb, Ku Yamamoto, and David Ha. Deep learning for classical japanese literature. arXiv preprint arXiv:1812.01718 [cs.CV], 2018
2018 arXiv
-
[53]
Learning multiple layers of features from tiny images
Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Technical report, University of Toronto, 2009. A Lie Groups A Lie group [14, 15, 16, 33] is an analytic differentiable manifold G endowed with a group structure such that the group oper...
2009
-
[54]
The multiplication by a solvable group element
-
[55]
The adjoint action of the full group on the solvable group. 15 As per [23], we can split the algebra H[1,q+1] in two different components: H[1,q+1] = G[1,q+1] paint ⊕ H[1,q+1] F (42) We call the exponential of the first component the paint group, while the second component cor...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.