McTorch, a manifold optimization library for deep learningDownload PDF

29 Oct 2018 (modified: 05 May 2023)NIPS 2018 Workshop MLOSS Paper24 DecisionReaders: Everyone
Keywords: Manifold optimization, Deep learning, Python library, PyTorch, Riemannian geometry
TL;DR: McTorch is a Python library that adds manifold optimization functionality to PyTorch.
Abstract: In this paper, we introduce McTorch, a manifold optimization library for deep learning that extends PyTorch. It aims to lower the barrier for users wishing to use manifold constraints in deep learning applications, i.e., when the parameters are constrained to lie on a manifold. Such constraints include the popular orthogonality and rank constraints, and have been recently used in a number of applications in deep learning. McTorch follows PyTorch's architecture and decouples manifold definitions and optimizers, i.e., once a new manifold is added it can be used with any existing optimizer and vice-versa. McTorch is available at https://github.com/mctorch.
Decision: accept
0 Replies

Loading