CVLGIVMay 9, 2023

Recursions Are All You Need: Towards Efficient Deep Unfolding Networks

arXiv:2305.05505v13 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks in iterative deep learning models for compressive sensing, offering efficiency gains with potential broader applications in iterative networks.

The paper tackles inefficiencies in deep unfolding networks for compressive sensing by proposing a recursion-based framework that reduces redundancies, cutting up to 75% of learnable parameters while maintaining performance and reducing training time by 21-42%.

The use of deep unfolding networks in compressive sensing (CS) has seen wide success as they provide both simplicity and interpretability. However, since most deep unfolding networks are iterative, this incurs significant redundancies in the network. In this work, we propose a novel recursion-based framework to enhance the efficiency of deep unfolding models. First, recursions are used to effectively eliminate the redundancies in deep unfolding networks. Secondly, we randomize the number of recursions during training to decrease the overall training time. Finally, to effectively utilize the power of recursions, we introduce a learnable unit to modulate the features of the model based on both the total number of iterations and the current iteration index. To evaluate the proposed framework, we apply it to both ISTA-Net+ and COAST. Extensive testing shows that our proposed framework allows the network to cut down as much as 75% of its learnable parameters while mostly maintaining its performance, and at the same time, it cuts around 21% and 42% from the training time for ISTA-Net+ and COAST respectively. Moreover, when presented with a limited training dataset, the recursive models match or even outperform their respective non-recursive baseline. Codes and pretrained models are available at https://github.com/Rawwad-Alhejaili/Recursions-Are-All-You-Need .

Code Implementations1 repo
Foundations

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

Your Notes