ECCV 2026

LIIFusion: Coarse-to-fine Framework for Generative MEF via Implicit Neural Representation

1Yonsei University    2LG Electronics

Abstract

Multi-exposure fusion (MEF) expands the luminance range beyond what a single exposure can capture. Combining images taken at different exposure levels requires handling geometric differences while naturally merging their complementary brightness information. It often demands generative completion where details are missing. Diffusion-based generative methods address these challenges; however, they are computationally expensive and struggle to preserve fine structures in saturated regions. We propose LIIFusion, a coarse-to-fine framework that balances fusion quality and efficiency in generative MEF. The coarse stage performs low-resolution generative fusion, enhanced by adaptive exposure correction. The fine stage adapts a local implicit image function into a multi-exposure fusion function conditioned on high-resolution OE/UE sources and the coarse output.

What is Generative MEF?

When you take a photo, a camera can capture multiple frames at different exposures and integrate them to produce a visually pleasing image. This process is called multi-exposure fusion (MEF).

Conventional MEF aligns and blends information observed across differently exposed images. Under severe saturation, large motion, or occlusion, however, some scene content has no reliable correspondence.

Generative MEF uses a generative prior to synthesize such missing content instead of relying only on deterministic blending. Existing diffusion-based methods achieve strong fusion quality, but high-resolution inference requires expensive patch-wise sampling.

Conceptual illustration of multi-exposure fusion using over-exposed and under-exposed images to produce a fused result.

Main contributions

01 Coarse-to-fine Paradigm

Decouple luminance range integration and structural detail fusion.

02 INR as a Fusion Function

Reformulate LIIF from a super-resolution decoder into a multi-exposure conditional fusion function.

03 Efficiency and Performance

Achieve up to 3.7× faster inference than prior generative MEF while attaining state-of-the-art fusion quality.

LIIFusion teaser comparison highlighting quality and inference efficiency.

Method

Overview of the LIIFusion coarse-to-fine generative MEF pipeline.
LIIFusion replaces high-resolution patch-wise diffusion with low-resolution generative fusion and a LIIF-based high-resolution fine stage.

Adaptive Exposure Correction (AEC)

AEC attenuates severely over-exposed regions before fidelity guidance.

LLRdiff = clip( LLRoe − LLRue, 0, 1 )
W = (1 − α · LLRdiff)1/2.2
I′LRoe = ILRoe ⊙ W

The corrected OE image is used for fidelity guidance to enhance fusion quality at low resolution.

INR-based Fine Stage

Multi-resolution inputs—the low-resolution fused image and the high-resolution exposure images—are fused in a continuous feature domain using INR.

s = fθ( [zcoarse, zfine], [x, c])

Querying all target coordinates produces the final high-resolution fused image.

Quantitative results

Dynamic RealHDRV and UltraFusion Benchmark. Higher is better except Time.
Model RealHDRV (50 scenes) UltraFusion Benchmark (100 scenes)
MUSIQ ↑ DeQA ↑ PAQ2PIQ ↑ HyperIQA ↑ Time ↓ MUSIQ ↑ DeQA ↑ PAQ2PIQ ↑ HyperIQA ↑ Time ↓
Defusion 56.383.286768.310.48382 min 60.113.352971.830.54406 min
MEF-LUT 62.423.286470.040.50204 sec 64.063.285971.800.51038 sec
HSDS-MEF 61.823.604571.140.505518 min 65.233.666273.770.578646 min
UltraFusion 67.543.899873.390.5834101 min 68.404.012375.180.6214203 min
LIIFusion (Ours) 69.523.890874.060.617527 min 70.193.980775.590.646759 min

Qualitative results

Qualitative comparison on ultra-high dynamic range scenes.
Ultra-high dynamic range scenes.
Qualitative comparison on dynamic motion scenes.
Dynamic motion scenes.

Additional results

Model Best-choice rate ↑ Avg. rank ↓ Time ↓
MEF-LUT 3.79% 3.57 0.5 sec
HSDS-MEF 13.64% 2.89 2 min 27 sec
UltraFusion 21.21% 2.02 12 min 9 sec
LIIFusion (Ours) 61.36% 1.52 3 min 23 sec

Human preference study. Inference time is measured on an NVIDIA RTX A5000.

Comparison of local details in the under-exposed input, UltraFusion, and LIIFusion.
Effect of coarse-to-fine framework

Presentation

Citation

@article{han2026coarse,
  title={Coarse-to-fine Framework for Generative MEF via Implicit Neural Representation},
  author={Han, Sangmin and Kim, Jinho and Kim, Jinwoo and Kim, Dongyoung and Kim, Seon Joo},
  journal={arXiv preprint arXiv:2607.17611},
  year={2026}
}