CVApr 2, 2024

Beyond Image Super-Resolution for Image Recognition with Task-Driven Perceptual Loss

arXiv:2404.01692v221 citationsh-index: 6Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses the challenge of degraded image recognition in real-world scenarios with low-resolution inputs, offering a domain-specific improvement for computer vision applications.

The paper tackles the problem of low-resolution images hindering image recognition tasks by proposing SR4IR, which uses a task-driven perceptual loss to generate super-resolution images that improve recognition performance, achieving outstanding results in semantic segmentation, object detection, and image classification.

In real-world scenarios, image recognition tasks, such as semantic segmentation and object detection, often pose greater challenges due to the lack of information available within low-resolution (LR) content. Image super-resolution (SR) is one of the promising solutions for addressing the challenges. However, due to the ill-posed property of SR, it is challenging for typical SR methods to restore task-relevant high-frequency contents, which may dilute the advantage of utilizing the SR method. Therefore, in this paper, we propose Super-Resolution for Image Recognition (SR4IR) that effectively guides the generation of SR images beneficial to achieving satisfactory image recognition performance when processing LR images. The critical component of our SR4IR is the task-driven perceptual (TDP) loss that enables the SR network to acquire task-specific knowledge from a network tailored for a specific task. Moreover, we propose a cross-quality patch mix and an alternate training framework that significantly enhances the efficacy of the TDP loss by addressing potential problems when employing the TDP loss. Through extensive experiments, we demonstrate that our SR4IR achieves outstanding task performance by generating SR images useful for a specific image recognition task, including semantic segmentation, object detection, and image classification. The implementation code is available at https://github.com/JaehaKim97/SR4IR.

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