On the Role of Noise in Factorizers for Disentangling Distributed Representations
Geethan Karunaratne, Michael Hersche, Abu Sebastian, Abbas Rahimi
TL;DR
This work investigates how noise can enhance factorization of distributed representations in vector-symbolic architectures. It introduces two variants—In-Memory Factorizer (IMF) that exploits analog memory noise during iterations, and Asymmetric Codebook Factorizer (ACF) that initializes one codebook with noisy perturbations—demonstrating substantial improvements in operational capacity over baseline resonator networks. Across $F \in \{2,3,4\}$ and increasing search spaces, IMF and ACF achieve at least a 50x expansion in feasible problem size, with tradeoffs in energy, latency, and hardware complexity. The findings suggest practical, accelerator-friendly paths to scalable factorization in large-scale, noisy computing environments, including digital implementations via initialization noise and analog implementations via intrinsic memory noise. The work also outlines convergence detection and thresholding strategies that support efficient decoding and potential synergy between IMF and ACF in future designs.
Abstract
To efficiently factorize high-dimensional distributed representations to the constituent atomic vectors, one can exploit the compute-in-superposition capabilities of vector-symbolic architectures (VSA). Such factorizers however suffer from the phenomenon of limit cycles. Applying noise during the iterative decoding is one mechanism to address this issue. In this paper, we explore ways to further relax the noise requirement by applying noise only at the time of VSA's reconstruction codebook initialization. While the need for noise during iterations proves analog in-memory computing systems to be a natural choice as an implementation media, the adequacy of initialization noise allows digital hardware to remain equally indispensable. This broadens the implementation possibilities of factorizers. Our study finds that while the best performance shifts from initialization noise to iterative noise as the number of factors increases from 2 to 4, both extend the operational capacity by at least 50 times compared to the baseline factorizer resonator networks. Our code is available at: https://github.com/IBM/in-memory-factorizer
