Lightweight Deep Learning Model for Defective Pixel Detection and Recovery from the Image Sensors

Abstract

Digital cameras serve as essential sensors in a wide array of applications, including self-driving cars, surveillance systems, and robotics. A critical challenge in digital imaging is the presence of defective pixels, which are small, defective dots on the sensor caused by manufacturing defects, sensor lifespan, or environmental factors. In this paper, we introduce a lightweight deep learning model designed specifically for efficient detection and recovery of defective pixels. The model comprises two main parts: the first for detecting defective pixels through simple convolutional layers and the second for recovery, utilizing a masked median filter. To reduce the complexity of the model, we employ the pixel-unshuffle and pixel-shuffle methods for feature learning on downsized features. We compare the quantitative and qualitative results of our proposed model with those of the conventional methods. The result shows that the detection result of the proposed network outperforms the previous methods.

Cite

Text

Gankhuyag et al. "Lightweight Deep Learning Model for Defective Pixel Detection and Recovery from the Image Sensors." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91838-4_3

Markdown

[Gankhuyag et al. "Lightweight Deep Learning Model for Defective Pixel Detection and Recovery from the Image Sensors." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/gankhuyag2024eccvw-lightweight/) doi:10.1007/978-3-031-91838-4_3

BibTeX

@inproceedings{gankhuyag2024eccvw-lightweight,
  title     = {{Lightweight Deep Learning Model for Defective Pixel Detection and Recovery from the Image Sensors}},
  author    = {Gankhuyag, Ganzorig and Mun, Byoung-Il and Cho, Changyun and Park, Jinman and Son, Haengseon and Min, Kyoungwon},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2024},
  pages     = {39-53},
  doi       = {10.1007/978-3-031-91838-4_3},
  url       = {https://mlanthology.org/eccvw/2024/gankhuyag2024eccvw-lightweight/}
}