A Dataset and Model for Realistic License Plate Deblurring

Abstract

Image denoising is essential in low-level vision applications such as photography and automated driving. Existing methods struggle with distinguishing complex noise patterns in real-world scenes and consume significant computational resources due to reliance on Transformer-based models. In this work, the Context-guided Receptance Weighted Key-Value (CRWKV) model is proposed, combining enhanced multi-view feature integration with efficient sequence modeling. The Context-guided Token Shift (CTS) mechanism is introduced to effectively capture local spatial dependencies and enhance the model's ability to model real-world noise distributions. Also, the Frequency Mix (FMix) module extracting frequency-domain features is designed to isolate noise in high-frequency spectra, and is integrated with spatial representations through a multi-view learning process. To improve computational efficiency, the Bidirectional WKV (BiWKV) mechanism is adopted, enabling full pixel-sequence interaction with linear complexity while overcoming the causal selection constraints. The model is validated on multiple real-world image denoising datasets, outperforming the state-of-the-art methods quantitatively and reducing inference time up to 40%. Qualitative results further demonstrate the ability of our model to restore fine details in various scenes. The code is publicly available at https://github.com/Seeker98/CRWKV.

Cite

Text

Gong et al. "A Dataset and Model for Realistic License Plate Deblurring." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/86

Markdown

[Gong et al. "A Dataset and Model for Realistic License Plate Deblurring." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/gong2024ijcai-dataset/) doi:10.24963/ijcai.2024/86

BibTeX

@inproceedings{gong2024ijcai-dataset,
  title     = {{A Dataset and Model for Realistic License Plate Deblurring}},
  author    = {Gong, Haoyan and Feng, Yuzheng and Zhang, Zhenrong and Hou, Xianxu and Liu, Jingxin and Huang, Siqi and Liu, Hongbin},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {776-784},
  doi       = {10.24963/ijcai.2024/86},
  url       = {https://mlanthology.org/ijcai/2024/gong2024ijcai-dataset/}
}