デモザイキングは、今日のデジタルカメラの画像信号処理(ISP)パイプラインの標準的な最初のステップです。電気信号からデジタル化された元の生データである、空間的およびスペクトル的に疎なカラーフィルターアレイ(CFA)サンプルから画像のRGB値を再構築します。高品質で低コストのデモザイキングは、写真撮影に必要なだけでなく、多くのマシンビジョンタスクの基本にもなります。このペーパーでは、デジタルカメラメーカーで採用されている最も人気のあるカラーフィルター配置であるバイエルCFAのたたみ込みニューラルネットワーク(CNN)に基づく正確で高速なデモザイキングモデルを提案します。各チャネルは異なる推定の複雑さを持っていることを観察して、個々のサブネットワークによって各チャネルを再構築します。さらに、赤と青の値を直接推定する代わりに、モデルは緑と赤と緑と青の色の違いを推測します。この戦略により、軽量ネットワークによって最も複雑なチャネルを回復できます。モデルの合計サイズは最新のデモザイキングネットワークよりも大幅に小さくなりますが、広範な実験で検証されているように、デモザイキングの品質と計算コストの両方で大幅に高いパフォーマンスを実現しています。ソースコードは紙の出版物とともにリリースされます。
Demosaicking is standardly the first step in today's Image Signal Processing (ISP) pipeline of digital cameras. It reconstructs image RGB values from the spatially and spectrally sparse Color Filter Array (CFA) samples, which are the original raw data digitized from electrical signals. High quality and low cost demosaicking is not only necessary for photography, but also fundamental for many machine vision tasks. This paper proposes an accurate and fast demosaicking model based on Convolutional Neural Networks (CNN) for the Bayer CFA, which is the most popular color filter arrangement adopted by digital camera manufacturers. Observing that each channel has different estimation complexity, we reconstruct each channel by an individual sub-network. Moreover, instead of directly estimating the red and blue values, our model infers the green-red and green-blue color difference. This strategy allows recovering the most complex channel by a light weight network. Although the total size of our model is significantly smaller than the state of the art demosaicking networks, it achieves substantially higher performance in both demosaicking quality and computational cost, as validated by extensive experiments. Source code will be released along with paper publication.