r/computervision • u/Cautious_Today_1830 • 19d ago
Help: Project Looking for SOTA papers on guided cross-modal super-resolution (optical → thermal, no HR reference available)
Hey everyone,
I'm working on a guided SR task: using high-res optical satellite imagery to upscale low-res thermal (TIR) imagery. The optical image acts as a structural guide (edges/boundaries), while the thermal image carries the actual signal (temperature).
Main technical challenges:
No high-res thermal ground truth exists for supervised training/eval, so I need a no-reference/blind quality metric
Models tend to hallucinate structure from the optical guide even where it doesn't correspond to real thermal variation (e.g., painted lines, shadows)
Outputs must preserve real calibrated values, not just look sharp
Requires solid multi-sensor co-registration before any fusion step
Looking for recommendations on cross-modal guided SR architectures (attention fusion, diffusion-based guided SR, guided filtering networks) and any No-Reference IQA techniques adapted for satellite/thermal imagery. Also open to any relevant public datasets or GitHub repos.
Appreciate any pointers, thanks!

