paper-with-me

홈 › Papers

X-DECODE: EXtreme Deblurring with Curriculum Optimization and Domain Equalization

2025-04-10 · Sushant Gautam, Jingdao Chen

Restoring severely blurred images remains a significant challenge in computer vision, impacting applications in autonomous driving, medical imaging, and photography. This paper introduces a novel training strategy based on curriculum learning to improve the robustness of deep learning models for extreme image deblurring. Unlike conventional approaches that train on only low to moderate blur levels, our method progressively increases the difficulty by introducing images with higher blur severity over time, allowing the model to adapt incrementally. Additionally, we integrate perceptual and hinge loss during training to enhance fine detail restoration and improve training stability. We experimented with various curriculum learning strategies and explored the impact of the train-test domain gap on the deblurring performance. Experimental results on the Extreme-GoPro dataset showed that our method outperforms the next best method by 14% in SSIM, whereas experiments on the Extreme-KITTI dataset showed that our method outperforms the next best by 18% in SSIM. Ablation studies showed that a linear curriculum progression outperforms step-wise, sigmoid, and exponential progressions, while hyperparameter settings such as the training blur percentage and loss function formulation all play important roles in addressing extreme blur artifacts. Datasets and code are available at https://github.com/RAPTOR-MSSTATE/XDECODE

📄 PDF Abstract BibTeX arXiv:2504.08072

Code (1)

raptor-msstate/xdecode 공식 구현 pytorch

Tasks

Autonomous DrivingDeblurringImage DeblurringSSIM

Similar Papers 제목 키워드 기반

Joint Transmission and Deblurring: A Semantic Communication Approach Using Events

2025-01-16 · Pujing Yang, Guangyi Zhang, Yunlong Cai, Lei Yu 외

Deep learning-based joint source-channel coding (JSCC) is emerging as a promising technology for effective image transmission. However, most existing approaches focus on transmitting clear images, overlooking real-world …

DeblurringSemantic Communication

Epi-Curriculum: Episodic Curriculum Learning for Low-Resource Domain Adaptation in Neural Machine Translation

2023-09-06 · Keyu Chen, Di Zhuang, Mingchen Li, J. Morris Chang

Neural Machine Translation (NMT) models have become successful, but their performance remains poor when translating on new domains with a limited number of data. In this paper, we present a novel approach Epi-Curriculum …

DecoderDomain AdaptationMachine TranslationNMT+1

Human-Aware Motion Deblurring

2020-01-19 · ICCV 2019 10 · Ziyi Shen, Wenguan Wang, Xiankai Lu, Jianbing Shen 외

This paper proposes a human-aware deblurring model that disentangles the motion blur between foreground (FG) humans and background (BG). The proposed model is based on a triple-branch encoder-decoder architecture. The fi…

DeblurringDecoderImage Deblurring

XYDeblur: Divide and Conquer for Single Image Deblurring

2022-01-01 · CVPR 2022 1 · Seo-won Ji, Jeongmin Lee, Seung-Wook Kim, Jun-Pyo Hong 외

Many convolutional neural networks (CNNs) for single image deblurring employ a U-Net structure to estimate latent sharp images. Having long been proven to be effective in image restoration tasks, a single lane of enc…

DeblurringDecoderImage DeblurringImage Restoration+1

Extreme Channel Prior Embedded Network for Dynamic Scene Deblurring

2019-03-02 · Jianrui Cai, WangMeng Zuo, Lei Zhang

Recent years have witnessed the significant progress on convolutional neural networks (CNNs) in dynamic scene deblurring. While CNN models are generally learned by the reconstruction loss defined on training data, incorp…

DeblurringImage Deblurring