CVSep 15, 2025

Graph Algorithm Unrolling with Douglas-Rachford Iterations for Image Interpolation with Guaranteed Initialization

arXiv:2509.11926v2h-index: 2
Originality Incremental advance
AI Analysis

This addresses the risk of poor-performing local minima in deep learning for image interpolation, offering a more interpretable and parameter-efficient method.

The paper tackles the problem of poor local minima in deep neural networks for image interpolation by initializing a directed graph adjacency matrix based on a known interpolator and learning perturbations to augment it, implemented via unrolled Douglas-Rachford iterations. Experimental results show state-of-the-art interpolation performance with drastically reduced network parameters.

Conventional deep neural nets (DNNs) initialize network parameters at random and then optimize each one via stochastic gradient descent (SGD), resulting in substantial risk of poor-performing local minima.Focusing on the image interpolation problem and leveraging a recent theorem that maps a (pseudo-)linear interpolator Θ to a directed graph filter that is a solution to a MAP problem regularized with a graph shift variation (GSV) prior, we first initialize a directed graph adjacency matrix A based on a known interpolator Θ, establishing a baseline performance.Then, towards further gain, we learn perturbation matrices P and P(2) from data to augment A, whose restoration effects are implemented via Douglas-Rachford (DR) iterations, which we unroll into a lightweight interpretable neural net.Experimental results demonstrate state-of-the-art image interpolation results, while drastically reducing network parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes