English

Element-wise Modulation of Random Matrices for Efficient Neural Layers

Machine Learning 2025-12-16 v1

Abstract

Fully connected layers are a primary source of memory and computational overhead in deep neural networks due to their dense, often redundant parameterization. While various compression techniques exist, they frequently introduce complex engineering trade-offs or degrade model performance. We propose the Parametrized Random Projection (PRP) layer, a novel approach that decouples feature mixing from adaptation by utilizing a fixed random matrix modulated by lightweight, learnable element-wise parameters. This architecture drastically reduces the trainable parameter count to a linear scale while retaining reliable accuracy across various benchmarks. The design serves as a stable, computationally efficient solution for architectural scaling and deployment in resource-limited settings.

Keywords

Cite

@article{arxiv.2512.13480,
  title  = {Element-wise Modulation of Random Matrices for Efficient Neural Layers},
  author = {Maksymilian Szorc},
  journal= {arXiv preprint arXiv:2512.13480},
  year   = {2025}
}
R2 v1 2026-07-01T08:25:32.983Z