T4DT: Tensorizing Time for Learning Temporal 3D Visual Data
Mikhail Usvyatsov, Rafael Ballester-Rippoll, Lina Bashaeva, Konrad, Schindler, Gonzalo Ferrer, Ivan Oseledets

TL;DR
This paper introduces a novel tensor-based compression method for 4D time-varying 3D scenes, significantly reducing memory requirements while maintaining geometric fidelity, using low-rank tensor formats with theoretical guarantees.
Contribution
It proposes a closed-form tensor compression approach for 4D signed distance functions, offering an efficient alternative to learning-based methods like DeepSDF and NeRF.
Findings
Achieves high compression ratios for 4D signed distance functions.
Maintains geometric quality despite significant memory reduction.
Provides theoretical guarantees for tensor truncation methods.
Abstract
Unlike 2D raster images, there is no single dominant representation for 3D visual data processing. Different formats like point clouds, meshes, or implicit functions each have their strengths and weaknesses. Still, grid representations such as signed distance functions have attractive properties also in 3D. In particular, they offer constant-time random access and are eminently suitable for modern machine learning. Unfortunately, the storage size of a grid grows exponentially with its dimension. Hence they often exceed memory limits even at moderate resolution. This work proposes using low-rank tensor formats, including the Tucker, tensor train, and quantics tensor train decompositions, to compress time-varying 3D data. Our method iteratively computes, voxelizes, and compresses each frame's truncated signed distance function and applies tensor rank truncation to condense all frames into…
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 · Advanced Neuroimaging Techniques and Applications · Advanced Neural Network Applications
