近年、多重露出画像の融合においてはディープラーニングをベースとした手法が目覚ましい進歩を遂げています。ただし、既存の方法は位置合わせされた画像のペアに依存しているため、現実のシナリオでデバイスの揺れに直面すると、アーティファクトが必然的に生成されます。さらに、これらの学習ベースの方法は、さまざまな暴露特性を無視して、ネットワークの深さまたは幅を増やすことによって手作りされたアーキテクチャと操作に基づいて構築されています。その結果、冗長パラメーターを備えたこれらの直接カスケード アーキテクチャでは、非常に効率的な推論時間を達成できず、膨大な計算が発生します。これらの問題を軽減するために、この論文では、堅牢な多重露出画像融合のための自己位置合わせおよび詳細再現モジュールを含む、検索ベースのパラダイムを提案します。シーンの再照明と変形可能な畳み込みを利用することにより、自己位置合わせモジュールはカメラの動きにもかかわらず画像を正確に位置合わせできます。さらに、ハードウェアに依存した制約を課すことにより、コンパクトで効率的なネットワークを発見するニューラル アーキテクチャ検索を導入し、融合のための効果的な特徴表現を調査します。さまざまな競合スキームと比較して最先端のパフォーマンスを実現し、推論時間を 68.1% 削減しながら、一般シナリオと不整合シナリオでそれぞれ PSNR が 4.02% と 29.34% 向上しました。ソース コードは https://github.com/LiuZhu-CV/CRMEF で入手できます。
In recent years, deep learning-based methods have achieved remarkable progress in multi-exposure image fusion. However, existing methods rely on aligned image pairs, inevitably generating artifacts when faced with device shaking in real-world scenarios. Moreover, these learning-based methods are built on handcrafted architectures and operations by increasing network depth or width, neglecting different exposure characteristics. As a result, these direct cascaded architectures with redundant parameters fail to achieve highly effective inference time and lead to massive computation. To alleviate these issues, in this paper, we propose a search-based paradigm, involving self-alignment and detail repletion modules for robust multi-exposure image fusion. By utilizing scene relighting and deformable convolutions, the self-alignment module can accurately align images despite camera movement. Furthermore, by imposing a hardware-sensitive constraint, we introduce neural architecture search to discover compact and efficient networks, investigating effective feature representation for fusion. We realize the state-of-the-art performance in comparison to various competitive schemes, yielding a 4.02% and 29.34% improvement in PSNR for general and misaligned scenarios, respectively, while reducing inference time by 68.1%. The source code will be available at https://github.com/LiuZhu-CV/CRMEF.