Skip to main content

Showing 1–12 of 12 results for author: Kawar, B

.
  1. arXiv:2305.19066  [pdf, other

    cs.CV

    Nested Diffusion Processes for Anytime Image Generation

    Authors: Noam Elata, Bahjat Kawar, Tomer Michaeli, Michael Elad

    Abstract: Diffusion models are the current state-of-the-art in image generation, synthesizing high-quality images by breaking down the generation process into many fine-grained denoising steps. Despite their good performance, diffusion models are computationally expensive, requiring many neural function evaluations (NFEs). In this work, we propose an anytime diffusion-based method that can generate viable i… ▽ More

    Submitted 30 October, 2023; v1 submitted 30 May, 2023; originally announced May 2023.

  2. arXiv:2305.13128  [pdf, other

    eess.IV cs.CV cs.LG

    GSURE-Based Diffusion Model Training with Corrupted Data

    Authors: Bahjat Kawar, Noam Elata, Tomer Michaeli, Michael Elad

    Abstract: Diffusion models have demonstrated impressive results in both data generation and downstream tasks such as inverse problems, text-based editing, classification, and more. However, training such models usually requires large amounts of clean signals which are often difficult or impossible to obtain. In this work, we propose a novel training technique for generative diffusion models based only on co… ▽ More

    Submitted 13 June, 2024; v1 submitted 22 May, 2023; originally announced May 2023.

    Comments: Code: https://github.com/bahjat-kawar/gsure-diffusion

  3. arXiv:2303.08084  [pdf, other

    cs.CV

    Editing Implicit Assumptions in Text-to-Image Diffusion Models

    Authors: Hadas Orgad, Bahjat Kawar, Yonatan Belinkov

    Abstract: Text-to-image diffusion models often make implicit assumptions about the world when generating images. While some assumptions are useful (e.g., the sky is blue), they can also be outdated, incorrect, or reflective of social biases present in the training data. Thus, there is a need to control these assumptions without requiring explicit user input or costly re-training. In this work, we aim to edi… ▽ More

    Submitted 25 August, 2023; v1 submitted 14 March, 2023; originally announced March 2023.

    Comments: Project page: https://time-diffusion.github.io/

  4. arXiv:2301.03362  [pdf, other

    eess.IV cs.CV

    Image Denoising: The Deep Learning Revolution and Beyond -- A Survey Paper --

    Authors: Michael Elad, Bahjat Kawar, Gregory Vaksman

    Abstract: Image denoising (removal of additive white Gaussian noise from an image) is one of the oldest and most studied problems in image processing. An extensive work over several decades has led to thousands of papers on this subject, and to many well-performing algorithms for this task. Indeed, 10 years ago, these achievements have led some researchers to suspect that "Denoising is Dead", in the sense t… ▽ More

    Submitted 9 January, 2023; originally announced January 2023.

  5. arXiv:2210.09276  [pdf, other

    cs.CV

    Imagic: Text-Based Real Image Editing with Diffusion Models

    Authors: Bahjat Kawar, Shiran Zada, Oran Lang, Omer Tov, Huiwen Chang, Tali Dekel, Inbar Mosseri, Michal Irani

    Abstract: Text-conditioned image editing has recently attracted considerable interest. However, most methods are currently either limited to specific editing types (e.g., object overlay, style transfer), or apply to synthetically generated images, or require multiple input images of a common object. In this paper we demonstrate, for the very first time, the ability to apply complex (e.g., non-rigid) text-gu… ▽ More

    Submitted 20 March, 2023; v1 submitted 17 October, 2022; originally announced October 2022.

    Comments: Project page: https://imagic-editing.github.io/

  6. arXiv:2209.11888  [pdf, other

    eess.IV cs.CV

    JPEG Artifact Correction using Denoising Diffusion Restoration Models

    Authors: Bahjat Kawar, Jiaming Song, Stefano Ermon, Michael Elad

    Abstract: Diffusion models can be used as learned priors for solving various inverse problems. However, most existing approaches are restricted to linear inverse problems, limiting their applicability to more general cases. In this paper, we build upon Denoising Diffusion Restoration Models (DDRM) and propose a method for solving some non-linear inverse problems. We leverage the pseudo-inverse operator used… ▽ More

    Submitted 23 November, 2022; v1 submitted 23 September, 2022; originally announced September 2022.

    Comments: Presented at NeurIPS 2022 Workshop on Score-Based Methods. Code: https://github.com/bahjat-kawar/ddrm-jpeg

  7. arXiv:2208.08664  [pdf, other

    cs.CV cs.LG

    Enhancing Diffusion-Based Image Synthesis with Robust Classifier Guidance

    Authors: Bahjat Kawar, Roy Ganz, Michael Elad

    Abstract: Denoising diffusion probabilistic models (DDPMs) are a recent family of generative models that achieve state-of-the-art results. In order to obtain class-conditional generation, it was suggested to guide the diffusion process by gradients from a time-dependent classifier. While the idea is theoretically sound, deep learning-based classifiers are infamously susceptible to gradient-based adversarial… ▽ More

    Submitted 15 March, 2023; v1 submitted 18 August, 2022; originally announced August 2022.

    Comments: Accepted to TMLR

  8. arXiv:2207.11378  [pdf, other

    cs.CV

    Do Perceptually Aligned Gradients Imply Adversarial Robustness?

    Authors: Roy Ganz, Bahjat Kawar, Michael Elad

    Abstract: Adversarially robust classifiers possess a trait that non-robust models do not -- Perceptually Aligned Gradients (PAG). Their gradients with respect to the input align well with human perception. Several works have identified PAG as a byproduct of robust training, but none have considered it as a standalone phenomenon nor studied its own implications. In this work, we focus on this trait and test… ▽ More

    Submitted 9 August, 2023; v1 submitted 22 July, 2022; originally announced July 2022.

  9. arXiv:2207.08089  [pdf, other

    cs.CV cs.AI

    Threat Model-Agnostic Adversarial Defense using Diffusion Models

    Authors: Tsachi Blau, Roy Ganz, Bahjat Kawar, Alex Bronstein, Michael Elad

    Abstract: Deep Neural Networks (DNNs) are highly sensitive to imperceptible malicious perturbations, known as adversarial attacks. Following the discovery of this vulnerability in real-world imaging and vision applications, the associated safety concerns have attracted vast research attention, and many defense techniques have been developed. Most of these defense methods rely on adversarial training (AT) --… ▽ More

    Submitted 17 July, 2022; originally announced July 2022.

  10. arXiv:2201.11793  [pdf, other

    eess.IV cs.CV cs.LG

    Denoising Diffusion Restoration Models

    Authors: Bahjat Kawar, Michael Elad, Stefano Ermon, Jiaming Song

    Abstract: Many interesting tasks in image restoration can be cast as linear inverse problems. A recent family of approaches for solving these problems uses stochastic algorithms that sample from the posterior distribution of natural images given the measurements. However, efficient solutions often require problem-specific supervised training to model the posterior, whereas unsupervised methods that are not… ▽ More

    Submitted 12 October, 2022; v1 submitted 27 January, 2022; originally announced January 2022.

    Comments: Project page: https://ddrm-ml.github.io/

  11. arXiv:2105.14951  [pdf, other

    eess.IV cs.CV

    SNIPS: Solving Noisy Inverse Problems Stochastically

    Authors: Bahjat Kawar, Gregory Vaksman, Michael Elad

    Abstract: In this work we introduce a novel stochastic algorithm dubbed SNIPS, which draws samples from the posterior distribution of any linear inverse problem, where the observation is assumed to be contaminated by additive white Gaussian noise. Our solution incorporates ideas from Langevin dynamics and Newton's method, and exploits a pre-trained minimum mean squared error (MMSE) Gaussian denoiser. The pr… ▽ More

    Submitted 10 November, 2021; v1 submitted 31 May, 2021; originally announced May 2021.

    Comments: Thirty-Fifth Conference on Neural Information Processing Systems (NeurIPS), 2021

  12. arXiv:2101.09552  [pdf, other

    eess.IV cs.CV

    Stochastic Image Denoising by Sampling from the Posterior Distribution

    Authors: Bahjat Kawar, Gregory Vaksman, Michael Elad

    Abstract: Image denoising is a well-known and well studied problem, commonly targeting a minimization of the mean squared error (MSE) between the outcome and the original image. Unfortunately, especially for severe noise levels, such Minimum MSE (MMSE) solutions may lead to blurry output images. In this work we propose a novel stochastic denoising approach that produces viable and high perceptual quality re… ▽ More

    Submitted 31 August, 2021; v1 submitted 23 January, 2021; originally announced January 2021.