← Search

michal Irani

24 accepted papers

2026

Brain-IT: Image Reconstruction from fMRI via Brain-Interaction Transformer

ICLR 2026poster

Reconstructing images seen by people from their fMRI brain recordings provides a non-invasive window into the human brain. Despite recent progress enabled by diffusion models, current methods often lack faithfulness to the actual seen images. We present ``Brain-IT'', a brain-inspired approach that a…

Cited by 0SourcecodeScholar
2026

KernelFusion: Zero-Shot Blind Super-Resolution via Patch Diffusion

ICLR 2026poster

Traditional super-resolution (SR) methods assume an "ideal'' downscaling SR-kernel (e.g., bicubic downscaling) between the high-resolution (HR) image and the low-resolution (LR) image. Such methods fail once the LR images are generated differently. Current blind-SR methods aim to remove this assumpt…

Cited by 0SourceScholar
2025

DocReRank: Single-Page Hard Negative Query Generation for Training Multi-Modal RAG Rerankers

EMNLP 2025

Rerankers play a critical role in multimodal Retrieval-Augmented Generation (RAG) by refining ranking of an initial set of retrieved documents. Rerankers are typically trained using hard negative mining, whose goal is to select pages for each query which rank high, but are actually irrelevant. Howev

Cited by 0SourcePDFScholar
2024

The Hidden Language of Diffusion Models

ICLR 2024poster

Text-to-image diffusion models have demonstrated an unparalleled ability to generate high-quality, diverse images from a textual prompt. However, the internal representations learned by these models remain an enigma. In this work, we present Conceptor, a novel method to interpret the internal repres…

2023

Deconstructing Data Reconstruction: Multiclass, Weight Decay and General Losses

NeurIPS 2023poster

Memorization of training data is an active research area, yet our understanding of the inner workings of neural networks is still in its infancy. Recently, Haim et al. 2022 proposed a scheme to reconstruct training samples from multilayer perceptron binary classifiers, effectively demonstrating that…

2023

Imagic: Text-Based Real Image Editing With Diffusion Models

CVPR 2023poster

Text-conditioned image editing has recently attracted considerable interest. However, most methods are currently limited to one of the following: specific editing types (e.g., object overlay, style transfer), synthetically generated images, or requiring multiple input images of a common object. In t…

Cited by 1151SourcePDFScholar
2022

Combining Internal and External Constraints for Unrolling Shutter in Videos

ECCV 2022poster

"Videos obtained by rolling-shutter (RS) cameras result in spatially-distorted frames. These distortions become significant under fast camera/scene motions. Undoing effects of RS is sometimes addressed as a spatial problem, where objects need to be rectified/displaced in order to generate their corr…

Cited by 12SourcePDFScholar
2022

Diverse Generation from a Single Video Made Possible

ECCV 2022poster

"GANs are able to perform generation and manipulation tasks, trained on a single video. However, these single video GANs require unreasonable amount of time to train on a single video, rendering them almost impractical. In this paper we question the necessity of a GAN for generation from a single vi…

2022

Drop the GAN: In Defense of Patches Nearest Neighbors As Single Image Generative Models

CVPR 2022oral

Image manipulation dates back long before the deep learning era. The classical prevailing approaches were based on maximizing patch similarity between the input and generated output. Recently, single-image GANs were introduced as a superior and more sophisticated solution to image manipulation tasks…

Cited by 78PDFScholar
2022

Pure Noise to the Rescue of Insufficient Data: Improving Imbalanced Classification by Training on Random Noise Images

ICML 2022spotlight

Despite remarkable progress on visual recognition tasks, deep neural-nets still struggle to generalize well when training data is scarce or highly imbalanced, rendering them extremely vulnerable to real-world examples. In this paper, we present a surprisingly simple yet highly effective method to mi…

2022

Reconstructing Training Data From Trained Neural Networks

NeurIPS 2022accept

Understanding to what extent neural networks memorize training data is an intriguing question with practical and theoretical implications. In this paper we show that in some cases a significant fraction of the training data can in fact be reconstructed from the parameters of a trained neural networ…

2021

Explaining in Style: Training a GAN To Explain a Classifier in StyleSpace

ICCV 2021poster

Image classification models can depend on multiple different semantic attributes of the image. An explanation of the decision of the classifier needs to both discover and visualize these properties. Here we present StylEx, a method for doing this, by training a generative model to specifically expla…

Cited by 178PDFcodeScholar
2020

Across Scales & Across Dimensions: Temporal Super-Resolution using Deep Internal Learning

ECCV 2020poster

When a very fast dynamic event is recorded with a low-framerate camera, the resulting video suffers from severe motion blur (due to exposure time) and motion aliasing (due to low sampling rate in time). True Temporal Super-Resolution (TSR) is more than just Temporal-Interpolation (increasing framera…

2020

Semantic Pyramid for Image Generation

CVPR 2020oral

We present a novel GAN-based model that utilizes the space of deep features learned by a pre-trained classification model. Inspired by classical image pyramid representations, we construct our model as a Semantic Generation Pyramid -- a hierarchical framework which leverages the continuum of semanti…

Cited by 66PDFScholar
2020

SpeedNet: Learning the Speediness in Videos

CVPR 2020oral

We wish to automatically predict the "speediness" of moving objects in videos - whether they move faster, at, or slower than their "natural" speed. The core component in our approach is SpeedNet--a novel deep network trained to detect if a video is playing at normal rate, or if it is sped up. SpeedN…

Cited by 322PDFScholar
2019

Blind Super-Resolution Kernel Estimation using an Internal-GAN

NeurIPS 2019oral

Super resolution (SR) methods typically assume that the low-resolution (LR) image was downscaled from the unknown high-resolution (HR) image by a fixed `ideal’ downscaling kernel (e.g. Bicubic downscaling). However, this is rarely the case in real LR images, in contrast to synthetically generated SR…

2019

From voxels to pixels and back: Self-supervision in natural-image reconstruction from fMRI

NeurIPS 2019poster

Reconstructing observed images from fMRI brain recordings is challenging. Unfortunately, acquiring sufficient ''labeled'' pairs of {Image, fMRI} (i.e., images with their corresponding fMRI responses) to span the huge space of natural images is prohibitive for many reasons. We present a novel approac…

Cited by 147SourcePDFScholar
2018

“Zero-Shot” Super-Resolution Using Deep Internal Learning

CVPR 2018poster

Deep Learning has led to a dramatic leap in Super-Resolution (SR) performance in the past few years. However, being supervised, these SR methods are restricted to specific training data, where the acquisition of the low-resolution (LR) images from their high-resolution (HR) counterparts is predeterm…