paper-with-me

Papers

LatentBurst: A Fast and Efficient Multi Frame Super-Resolution for Hexadeca-Bayer Pattern CIS images

2026-04-25 · Sangwook Baek, Vin Van Duong, Karam Park, Pilkyu Park arxiv

This paper introduces a novel multi frame super-resolution network (MFSR) for burst hexadeca Bayer pattern Contact Image Sensor (CIS) images, which includes demosaicing, denoising, multi-frame fusion, and super-resolution. Designing a high-quality reconstruction network poses several challenges as follows: 1) Unlike the Bayer color filter array (CFA) pattern, it is hard to interpolate hexadeca-Bayer pattern since the pixel distance between the same color groups increases; 2) Due to large object motion and camera movements, the final fusion result usually suffers the misalignment resulting a blurry image or ghosting artifacts; 3) The proposed network should be fast and efficient enough to operate in real-time on mobile devices. To overcome these challenges, we propose a novel network, called LatentBurst, which contains: 1) a pyramid align and fusion approach in latent feature to deal with large motion scenario; 2) an efficient UNet-based structure which can run efficiently on mobile device; 3) fine-tuned optical flow estimation and two-step knowledge distillation to reduce domain-gap more effectively. Experimental results in various scenarios demonstrate the effectiveness of our proposed method compared with other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2604.23268

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow EstimationKnowledge Distillation

Similar Papers 제목 키워드 기반

Multi-frame image super-resolution with fast upscaling technique

2017-06-20 · Longguang Wang, Zaiping Lin, Xinpu Deng, Wei An

Multi-frame image super-resolution (MISR) aims to fuse information in low-resolution (LR) image sequence to compose a high-resolution (HR) one, which is applied extensively in many areas recently. Different with single i…

Image Super-ResolutionSuper-Resolution

FAST: A Framework to Accelerate Super-Resolution Processing on Compressed Videos

2016-03-29 · Zhengdong Zhang, Vivienne Sze

State-of-the-art super-resolution (SR) algorithms require significant computational resources to achieve real-time throughput (e.g., 60Mpixels/s for HD video). This paper introduces FAST (Free Adaptive Super-resolution v…

Super-Resolution

Reconstruct high-resolution multi-focal plane images from a single 2D wide field image

2020-09-21 · Jiabo Ma, Sibo Liu, Shenghua Cheng, Xiuli Liu 외

High-resolution 3D medical images are important for analysis and diagnosis, but axial scanning to acquire them is very time-consuming. In this paper, we propose a fast end-to-end multi-focal plane imaging network (MFPINe…

Generative Adversarial NetworkSuper-Resolution

Simple Base Frame Guided Residual Network for RAW Burst Image Super-Resolution

2024-02-27 · VISAPP 2024 2 · Anderson Cotrim, Gerson Barbosa, Cid Santos, Helio Pedrini

Burst super-resolution or multi-frame super-resolution (MFSR) has gained significant attention in recent years, particularly in the context of mobile photography. With modern handheld devices consistently increasing thei…

Burst Image Super-ResolutionImage Super-ResolutionMulti-Frame Super-ResolutionSuper-Resolution

Bidirectional Recurrent Convolutional Networks for Multi-Frame Super-Resolution

2015-12-01 · NeurIPS 2015 12 · Yan Huang, Wei Wang, Liang Wang

Super resolving a low-resolution video is usually handled by either single-image super-resolution (SR) or multi-frame SR. Single-Image SR deals with each video frame independently, and ignores intrinsic temporal dependen…

Image Super-ResolutionMulti-Frame Super-ResolutionOptical Flow EstimationSuper-Resolution+2