paper-with-me

Papers

FixPix: Fixing Bad Pixels using Deep Learning

2023-10-18 · Sreetama Sarkar, Xinan Ye, Gourav Datta, Peter A. Beerel

Efficient and effective on-line detection and correction of bad-pixels can improve yield and increase the expected lifetime of image sensors. This paper presents a comprehensive Deep Learning (DL) based on-line detection and correction approach, suitable for a wide range of pixel corruption rates. A confidence calibrated segmentation approach is introduced, which achieves nearly perfect bad pixel detection, even with a few training samples. A computationally light-weight correction algorithm is proposed for low rates of pixel corruption, that surpasses the accuracy of traditional interpolation-based techniques. In addition, a vision transformer (ViT) auto-encoder based image reconstruction approach is presented which yields promising results for high rates of pixel corruption or clustered defects. Unlike previous methods, which use proprietary images, we demonstrate the efficacy of the proposed methods on the open-source Samsung S7 ISP and MIT-Adobe FiveK datasets. Our approaches yield up to 99.6% detection accuracy with <0.6% false positives and corrected images within 1.5% average pixel error from 70% corrupted images. We achieve correction error at par with the state-of-the-art (SoTA) DL methods for clustered defects with less than half the computational cost.

📄 PDF Abstract BibTeX arXiv:2310.11637

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningImage ReconstructionLine Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Adaptive Nonparametric Image Parsing

2015-05-07 · Tam V. Nguyen, Can-Yi Lu, Jose Sepulveda, Shuicheng Yan

In this paper, we present an adaptive nonparametric solution to the image parsing task, namely annotating each image pixel with its corresponding category label. For a given test image, first, a locality-aware retrieval …

Retrieval

Using Developer Discussions to Guide Fixing Bugs in Software

2022-11-11 · Sheena Panthaplackel, Milos Gligoric, Junyi Jessy Li, Raymond J. Mooney

Automatically fixing software bugs is a challenging task. While recent work showed that natural language context is useful in guiding bug-fixing models, the approach required prompting developers to provide this context,…

Bug fixing

MPB: A modified Poisson blending technique

2015-11-24 · Computational Visual Media 2015 11 · Mahmoud Afifi, Khaled F. Hussain

Image cloning has many useful applications, such as removing unwanted objects, fixing damaged parts of images, and panorama stitching. Instead of using pixel intensities, the gradient domain is used in Poisson image edit…

Exploring gauge-fixing conditions with gradient-based optimization

2024-10-04 · William Detmold, Gurtej Kanwar, Yin Lin, Phiala E. Shanahan 외

Lattice gauge fixing is required to compute gauge-variant quantities, for example those used in RI-MOM renormalization schemes or as objects of comparison for model calculations. Recently, gauge-variant quantities have a…

VulCurator: A Vulnerability-Fixing Commit Detector

2022-09-07 · Truong Giang Nguyen, Thanh Le-Cong, Hong Jin Kang, Xuan-Bach D. Le 외

Open-source software (OSS) vulnerability management process is important nowadays, as the number of discovered OSS vulnerabilities is increasing over time. Monitoring vulnerability-fixing commits is a part of the standar…

Deep LearningManagement