Skip to content

JaehaKim97/SR4IR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SR4IR [CVPR 2024]

This repository is an official implementation of the paper "Beyond Image Super-Resolution for Image Recognition with Task-Driven Perceptual Loss (CVPR 2024)". [arXiv]

Abstract

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.

alt text

(Input type of LR, Naive SR stands for L->T, S->T setting in our main manuscript)

Instructions

Please follow the below instructions.

  1. Installation
  2. Training (skip if test-only)
  3. Testing (including pre-trained models)

Citation

If you find our work helpful for your research, please cite our paper.

@inproceedings{kim2024SR4IR,
  title={Beyond Image Super-Resolution for Image Recognition with Task-Driven Perceptual Loss},
  author={Kim, Jaeha and Oh, Junghun and Lee, Kyoung Mu},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2024}
}

Acknowledgement

Our code implementations are motivated by the below codes. We thank the authors for sharing the awesome repositories.

Contact

If you have any questions, please email jhkim97s2@gmail.com.

About

[CVPR 2024] Official implementation of "Beyond Image Super-Resolution for Image Recognition with Task-Driven Perceptual Loss"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published