Tensor Train decomposition on TensorFlow (T3F)
Alexander Novikov, Pavel Izmailov, Valentin Khrulkov, Michael, Figurnov, Ivan Oseledets

TL;DR
T3F is a TensorFlow-based library that simplifies implementing Tensor Train decompositions in machine learning, supporting GPU, batch processing, and Riemannian optimization.
Contribution
It introduces a comprehensive, GPU-compatible Tensor Train library with Riemannian optimization support, easing research and development in related machine learning applications.
Findings
Supports GPU acceleration and batch processing
Includes Riemannian optimization framework
Provides extensive documentation and testing
Abstract
Tensor Train decomposition is used across many branches of machine learning. We present T3F -- a library for Tensor Train decomposition based on TensorFlow. T3F supports GPU execution, batch processing, automatic differentiation, and versatile functionality for the Riemannian optimization framework, which takes into account the underlying manifold structure to construct efficient optimization methods. The library makes it easier to implement machine learning papers that rely on the Tensor Train decomposition. T3F includes documentation, examples and 94% test coverage.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Parallel Computing and Optimization Techniques · Computational Physics and Python Applications
