← Search

Yossi Gandelsman

18 accepted papers

2026

Jailbreaking Vision-Language Models Through the Visual Modality

ICML 2026poster

The visual modality of vision-language models (VLMs) is an underexplored attack surface for bypassing safety alignment. We introduce four jailbreak attacks exploiting the vision component: (1) encoding harmful instructions as visual symbol sequences with a decoding legend, (2) replacing harmful obje…

Cited by 0SourceScholar
2025

An Empirical Study of Autoregressive Pre-training from Videos

ICCV 2025poster

We empirically study autoregressive pre-training from videos. To perform our study, we construct a series of autoregressive video models, called Toto. We treat videos as sequences of visual tokens and train transformer models to autoregressively predict future tokens. Our models are pre-trained on a…

Cited by 0SourcePDFScholar
2025

Interpreting and Editing Vision-Language Representations to Mitigate Hallucinations

ICLR 2025poster

We investigate the internal representations of vision-language models (VLMs) to address hallucinations, a persistent challenge despite advances in model size and training. We project VLMs’ internal image representations to their language vocabulary and observe more confident output probabilities on…

2025

Interpreting the Repeated Token Phenomenon in Large Language Models

ICML 2025poster

Large Language Models (LLMs), despite their impressive capabilities, often fail to accurately repeat a single word when prompted to, and instead output unrelated text. This unexplained failure mode represents a *vulnerability*, allowing even end users to diverge models away from their intended behav…

2025

LLMs can see and hear without any training

ICML 2025poster

We present MILS: Multimodal Iterative LLM Solver, a surprisingly simple, training-free approach, to imbue multimodal capabilities into your favorite LLM. Leveraging their innate ability to perform multi-step reasoning, MILS prompts the LLM to generate candidate outputs, each of which are scored and…

2025

Same Task, Different Circuits: Disentangling Modality-Specific Mechanisms in VLMs

NeurIPS 2025poster

Vision-Language models (VLMs) show impressive abilities to answer questions on visual inputs (e.g., counting objects in an image), yet demonstrate higher accuracies when performing an analogous task on text (e.g., counting words in a text). We investigate this accuracy gap by identifying and compari…

Cited by 0SourcecodeScholar
2025

Vision Transformers Don't Need Trained Registers

NeurIPS 2025spotlight

We investigate the mechanism underlying a previously identified phenomenon in Vision Transformers -- the emergence of high-norm tokens that lead to noisy attention maps (Darcet et al., 2024). We observe that in multiple models (e.g., CLIP, DINOv2), a sparse set of neurons is responsible for concentr…

Cited by 0SourcecodeScholar
2024

Idempotent Generative Network

ICLR 2024poster

We propose a new approach for generative modeling based on training a neural network to be idempotent. An idempotent operator is one that can be applied sequentially without changing the result beyond the initial application, namely $f(f(z))=f(z)$. The proposed model $f$ is trained to map a source d…

Cited by 22SourcePDFScholar
2024

Interpreting CLIP's Image Representation via Text-Based Decomposition

ICLR 2024oral

We investigate the CLIP image encoder by analyzing how individual model components affect the final representation. We decompose the image representation as a sum across individual image patches, model layers, and attention heads, and use CLIP's text representation to interpret the summands. Interpr…

2024

Interpreting the Weight Space of Customized Diffusion Models

NeurIPS 2024poster

We investigate the space of weights spanned by a large collection of customized diffusion models. We populate this space by creating a dataset of over 60,000 models, each of which is a base model fine-tuned to insert a different person's visual identity. We model the underlying manifold of these wei…

2024

The More You See in 2D the More You Perceive in 3D

CVPR 2024highlight

Humans can infer 3D structure from 2D images of an object based on past experience and improve their 3D understanding as they see more images. Inspired by this behavior we introduce SAP3D a system for 3D reconstruction and novel view synthesis from an arbitrary number of unposed images. Given a few…

2022

Deep Saliency Prior for Reducing Visual Distraction

CVPR 2022poster

Using only a model that was trained to predict where people look at images, and no additional training data, we can produce a range of powerful editing effects for reducing distraction in images. Given an image and a mask specifying the region to edit, we backpropagate through a state-of-the-art sal…

Cited by 23PDFScholar
2022

Visual Prompting via Image Inpainting

NeurIPS 2022accept

How does one adapt a pre-trained visual model to novel downstream tasks without task-specific finetuning or any model modification? Inspired by prompting in NLP, this paper investigates visual prompting: given input-output image example(s) of a new task at test time and a new input image, the goal i…

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

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