paper-with-me

홈 › Papers

Tensorization is a powerful but underexplored tool for compression and interpretability of neural networks

2025-05-26 · Safa Hamreras, Sukhbinder Singh, Román Orús

Tensorizing a neural network involves reshaping some or all of its dense weight matrices into higher-order tensors and approximating them using low-rank tensor network decompositions. This technique has shown promise as a model compression strategy for large-scale neural networks. However, despite encouraging empirical results, tensorized neural networks (TNNs) remain underutilized in mainstream deep learning. In this position paper, we offer a perspective on both the potential and current limitations of TNNs. We argue that TNNs represent a powerful yet underexplored framework for deep learning--one that deserves greater attention from both engineering and theoretical communities. Beyond compression, we highlight the value of TNNs as a flexible class of architectures with distinctive scaling properties and increased interpretability. A central feature of TNNs is the presence of bond indices, which introduce new latent spaces not found in conventional networks. These internal representations may provide deeper insight into the evolution of features across layers, potentially advancing the goals of mechanistic interpretability. We conclude by outlining several key research directions aimed at overcoming the practical barriers to scaling and adopting TNNs in modern deep learning workflows.

📄 PDF Abstract BibTeX arXiv:2505.20132

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningModel Compression

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Tensorization of neural networks for improved privacy and interpretability

2025-01-10 · José Ramón Pareja Monturiol, Alejandro Pozas-Kerstjens, David Pérez-García

We present a tensorization algorithm for constructing tensor train representations of functions, drawing on sketching and cross interpolation ideas. The method only requires black-box access to the target function and a …

Model Compression

Tensor Methods for Language Models: From Token Representation to Training, Adaptation, Inference, Compression, and Interpretability

2026-08-31 · Matvei Tarasov, Salman Ahmadi-Asl, Andre L. F. de Almeida, Andrzej Cichocki arxiv

Large language models (LLMs) are built from structured high-dimensional objects such as token representations, weights, adaptation updates, caches, and activations, whose multilinear structure is underexploited by the co…

Computational Efficiency

Fast Tensorization of Neural Networks via Slice-wise Feature Distillation

2026-05-19 · Safa Hamreras, Sukhbinder Singh, Román Orús arxiv

We propose a scalable tensorization framework for neural network compression based on slice-wise feature distillation. Unlike conventional tensor decomposition methods that rely on costly global finetuning, our approach …

Neural Network Compression

DEEPEYE: A Compact and Accurate Video Comprehension at Terminal Devices Compressed with Quantization and Tensorization

2018-05-21 · Yuan Cheng, Guangya Li, Hai-Bao Chen, Sheldon X. -D. Tan 외

As it requires a huge number of parameters when exposed to high dimensional inputs in video detection and classification, there is a grand challenge to develop a compact yet accurate video comprehension at terminal devic…

Action RecognitionGeneral ClassificationModel Compressionobject-detection+3

KnowIt: Deep Time Series Modeling and Interpretation

2025-07-08 · M. W. Theunissen, R. Rabe, H. L. Potgieter, M. H. Davel arxiv

KnowIt (Knowledge discovery in time series data) is a flexible framework for building deep time series models and interpreting them. It is implemented as a Python toolkit, with source code and documentation available fro…