Search papers, labs, and topics across Lattice.
This paper introduces TT-Net, a novel denoising architecture for conditional GANs that replaces the conventional SVD block with a two-cut tensor-train decomposition, allowing for direct cross-channel information access. The authors demonstrate that TT-Net consistently outperforms SVD-Net in terms of PSNR and SSIM across multiple noise types, including Gaussian, motion blur, and salt-and-pepper. Additionally, the training dynamics reveal that while TT-Net's adversarial loss saturates, its reconstruction quality continues to improve, raising questions about the role of the adversarial component in this context.
TT-Net achieves superior image denoising by leveraging cross-channel information, outperforming traditional SVD-based methods across various noise types.
Developed as a workhorse for classical simulations of quantum algorithms and quantum many-body systems, Tensor Network methods have entered the scientific mainstream in quantum physics. Among various types of tensor networks, Tensor Trains (commonly know as Matrix Product States in the quantum computing community) have already found applications in machine learning. These methods often rely on a powerful linear algebra tool called the Singular Value Decomposition (SVD). Several conditional GAN architectures for image denoising incorporate SVD as a single-cut decomposition step applied to generator feature maps. In this work we introduce TT-Net, which replaces the per-channel SVD denoising block with a two-cut tensor-train decomposition capable of accessing cross-channel information directly, a capability absent from contemporary alternatives. In a controlled comparison differing only in this decomposition mechanism, TT-Net outperforms SVD-Net on PSNR and SSIM across all three noise types tested (Gaussian, motion blur, and salt-and-pepper), supporting the hypothesis that cross-channel access improves denoising quality. Training-dynamics analysis further shows that TT-Net's adversarial loss term consistently saturates to a stagnant state across all three noise types, more so than SVD-Net's, while reconstruction quality continues to improve regardless, raising an open question about the adversarial component's contribution that this work identifies but does not resolve. Furthermore, for Gaussian noise our method outperforms both the EigenGAN and the state of the art Pix2pix method which does not assume any linear algebra decompositions and does not retain any linear algebra information. Our manuscript shows how quantum inspired tools can be used as practical real world feature filters for deep learning applications.