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

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

2 Apr 2024CVPR 2024 1arXiv:2404.01692archive 2025-07-28

Jaeha Kim, Junghun Oh, Kyoung Mu Lee

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.01692")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jaehakim97/sr4ir officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 8 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
5ran
5unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from JaehaKim97/SR4IR. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

charbonnier_loss JaehaKim97/SR4IR/src/losses/common.py official repository ran fingerprinted no licence file found · pointer only · 8f6bab6bf2544914 · report
conv1x1 JaehaKim97/SR4IR/src/archs/cls/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 2a80220dabcb742a · report
conv3x3 JaehaKim97/SR4IR/src/archs/cls/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · 600ff2c45e0de056 · report
get_image_info JaehaKim97/SR4IR/preprocess/voc2coco/voc2coco.py official repository ran no licence file found · pointer only · 9d8f7211b7acf9b3 · report
get_label2id JaehaKim97/SR4IR/preprocess/voc2coco/voc2coco.py official repository ran no licence file found · pointer only · f30f1749ae0eedde · report
insert_bn JaehaKim97/SR4IR/src/losses/loss_util.py official repository ran · our draft was wrong no licence file found · pointer only · 5360d45b71ae2bb1 · report
l1_loss JaehaKim97/SR4IR/src/losses/common.py official repository ran fingerprinted no licence file found · pointer only · 1b10fbcffd550887 · report
mse_loss JaehaKim97/SR4IR/src/losses/common.py official repository ran fingerprinted no licence file found · pointer only · baa6a59b3b8fcaba · report
build_network JaehaKim97/SR4IR/src/archs/cls/resnet.py official repository unverified no licence file found · pointer only · 40c29c070d07c55f · report
g_path_regularize JaehaKim97/SR4IR/src/losses/gan.py official repository unverified no licence file found · pointer only · fe05416387de89c6 · report
get_annpaths JaehaKim97/SR4IR/preprocess/voc2coco/voc2coco.py official repository unverified no licence file found · pointer only · adfb4114d3ec2d1e · report
gradient_penalty_loss JaehaKim97/SR4IR/src/losses/gan.py official repository unverified no licence file found · pointer only · 81eb425a41a7c2a1 · report
r1_penalty JaehaKim97/SR4IR/src/losses/gan.py official repository unverified no licence file found · pointer only · c7cba9053f3cadb5 · report

Tasks

Image ClassificationImage Super-ResolutionObject DetectionSemantic SegmentationSuper-Resolutionimage-classificationobject-detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections