paper-with-me

Papers

Pruning Overparameterized Multi-Task Networks for Degraded Web Image Restoration

2025-10-16 · Thomas Katraouras, Dimitrios Rafailidis arxiv

Image quality is a critical factor in delivering visually appealing content on web platforms. However, images often suffer from degradation due to lossy operations applied by online social networks (OSNs), negatively affecting user experience. Image restoration is the process of recovering a clean high-quality image from a given degraded input. Recently, multi-task (all-in-one) image restoration models have gained significant attention, due to their ability to simultaneously handle different types of image degradations. However, these models often come with an excessively high number of trainable parameters, making them computationally inefficient. In this paper, we propose a strategy for compressing multi-task image restoration models. We aim to discover highly sparse subnetworks within overparameterized deep models that can match or even surpass the performance of their dense counterparts. The proposed model, namely MIR-L, utilizes an iterative pruning strategy that removes low-magnitude weights across multiple rounds, while resetting the remaining weights to their original initialization. This iterative process is important for the multi-task image restoration model's optimization, effectively uncovering "winning tickets" that maintain or exceed state-of-the-art performance at high sparsity levels. Experimental evaluation on benchmark datasets for the deraining, dehazing, and denoising tasks shows that MIR-L retains only 10% of the trainable parameters while maintaining high image restoration performance. Our code, datasets and pre-trained models are made publicly available at https://github.com/Thomkat/MIR-L.

📄 PDF Abstract BibTeX arXiv:2510.14463

Code (0)

등록된 구현이 없습니다.

Tasks

Image Restoration

Similar Papers 제목 키워드 기반

Cut Inner Layers: A Structured Pruning Strategy for Efficient U-Net GANs

2022-06-29 · Bo-Kyeong Kim, Shinkook Choi, Hancheol Park

Pruning effectively compresses overparameterized models. Despite the success of pruning methods for discriminative models, applying them for generative models has been relatively rarely approached. This study conducts st…

Face GenerationImage-to-Image TranslationSensitivityTalking Face Generation+1

Faster gaze prediction with dense networks and Fisher pruning

2018-01-17 · Twitter 2018 1 · Lucas Theis, Iryna Korshunova, Alykhan Tejani, Ferenc Huszár

Predicting human fixations from images has recently seen large improvements by leveraging deep representations which were pretrained for object recognition. However, as we show in this paper, these networks are highly ov…

Gaze EstimationGaze PredictionKnowledge DistillationObject Recognition+2

Large Language Models Are Overparameterized Text Encoders

2024-10-18 · Thennal D K, Tim Fischer, Chris Biemann

Large language models (LLMs) demonstrate strong performance as text embedding models when finetuned with supervised contrastive training. However, their large size balloons inference time and memory requirements. In this…

Generalization Bounds for Magnitude-Based Pruning via Sparse Matrix Sketching

2023-05-30 · Etash Kumar Guha, Prasanjit Dubey, Xiaoming Huo

In this paper, we derive a novel bound on the generalization error of Magnitude-Based pruning of overparameterized neural networks. Our work builds on the bounds in Arora et al. [2018] where the error depends on one, the…

Generalization Bounds

Optimal Eye Surgeon: Finding Image Priors through Sparse Generators at Initialization

2024-06-07 · Avrajit Ghosh, Xitong Zhang, Kenneth K. Sun, Qing Qu 외

We introduce Optimal Eye Surgeon (OES), a framework for pruning and training deep image generator networks. Typically, untrained deep convolutional networks, which include image sampling operations, serve as effective im…

Image GenerationImage Restoration