← Search

Amir Globerson

58 accepted papers

2026

Multiple-Prediction-Powered Inference

ICLR 2026poster

A core challenge in modern AI model development is obtaining high-quality evaluation metrics in a cost-effective way. Such evaluation often involves tradeoffs between expensive, high-quality measurements and a variety of lower-quality proxies. We introduce Multiple-Prediction-Powered Inference (Mult…

Cited by 0SourceScholar
2025

DeciMamba: Exploring the Length Extrapolation Potential of Mamba

ICLR 2025poster

Long-range sequence processing poses a significant challenge for Transformers due to their quadratic complexity in input length. A promising alternative is Mamba, which demonstrates high performance and achieves Transformer-level capabilities while requiring substantially fewer computational resourc…

2025

Depth-Width Tradeoffs for Transformers on Graph Tasks

NeurIPS 2025spotlight

Transformers have revolutionized the field of machine learning. In particular, they can be used to solve complex algorithmic problems, including graph-based tasks. In such algorithmic tasks a key question is what is the minimal size of a transformer that can implement the task. Recent work has begun…

Cited by 0SourceScholar
2024

EgoPet: Egomotion and Interaction Data from an Animal's Perspective

ECCV 2024poster

"Animals perceive the world to plan their actions and interact with other agents to accomplish complex tasks, demonstrating capabilities that are still unmatched by AI systems. To advance our understanding and reduce the gap between the capabilities of animals and AI systems, we introduce a dataset…

Cited by 4SourcePDFScholar
2024

Graph Neural Networks Use Graphs When They Shouldn't

ICML 2024poster

Predictions over graphs play a crucial role in various domains, including social networks and medicine. Graph Neural Networks (GNNs) have emerged as the dominant approach for learning on graph data. Although a graph-structure is provided as input to the GNN, in some cases the best solution can be ob…

2024

Hopping Too Late: Exploring the Limitations of Large Language Models on Multi-Hop Queries

EMNLP 2024main

Large language models (LLMs) can solve complex multi-step problems, but little is known about how these computations are implemented internally. Motivated by this, we study how LLMs answer multi-hop queries such as “The spouse of the performer of Imagine is”. These queries require two information ex…

2024

Implicit Bias of Policy Gradient in Linear Quadratic Control: Extrapolation to Unseen Initial States

ICML 2024poster

In modern machine learning, models can often fit training data in numerous ways, some of which perform well on unseen (test) data, while others do not. Remarkably, in such cases gradient descent frequently exhibits an implicit bias that leads to excellent performance on unseen data. This implicit bi…

2024

Provable Benefits of Complex Parameterizations for Structured State Space Models

NeurIPS 2024poster

Structured state space models (SSMs), the core engine behind prominent neural networks such as S4 and Mamba, are linear dynamical systems adhering to a specified structure, most notably diagonal. In contrast to typical neural network modules, whose parameterizations are real, SSMs often use complex…

2024

Stochastic positional embeddings improve masked image modeling

ICML 2024poster

Masked Image Modeling (MIM) is a promising self-supervised learning approach that enables learning from unlabeled images. Despite its recent success, learning good representations through MIM remains challenging because it requires predicting the right semantic content in accurate locations. For exa…

2024

Stratified Prediction-Powered Inference for Effective Hybrid Evaluation of Language Models

NeurIPS 2024poster

Prediction-powered inference (PPI) is a method that improves statistical estimates based on limited human-labeled data. PPI achieves this by combining small amounts of human-labeled data with larger amounts of data labeled by a reasonably accurate---but potentially biased---automatic system, in a w…

Cited by 2SourcePDFScholar
2024

TACT: Advancing Complex Aggregative Reasoning with Information Extraction Tools

NeurIPS 2024poster

Large Language Models (LLMs) often do not perform well on queries that require the aggregation of information across texts. To better evaluate this setting and facilitate modeling efforts, we introduce TACT - Text And Calculations through Tables, a dataset crafted to evaluate LLMs' reasoning and com…

Cited by 2SourcePDFScholar
2024

TREE-G: Decision Trees Contesting Graph Neural Networks

AAAI 2024technical

When dealing with tabular data, models based on decision trees are a popular choice due to their high accuracy on these data types, their ease of application, and explainability properties. However, when it comes to graph-structured data, it is not clear how to apply them effectively, in a way that…

2024

The Intelligible and Effective Graph Neural Additive Network

NeurIPS 2024poster

Graph Neural Networks (GNNs) have emerged as the predominant approach for learning over graph-structured data. However, most GNNs operate as black-box models and require post-hoc explanations, which may not suffice in high-stakes scenarios where transparency is crucial. In this paper, we present a…

Cited by 3SourcePDFScholar
2024

Visual Riddles: a Commonsense and World Knowledge Challenge for Large Vision and Language Models

NeurIPS 2024poster

Imagine observing someone scratching their arm; to understand why, additional context would be necessary. However, spotting a mosquito nearby would immediately offer a likely explanation for the person’s discomfort, thereby alleviating the need for further information. This example illustrates how s…

2023

Covering Uncommon Ground: Gap-Focused Question Generation for Answer Assessment

ACL 2023short

Human communication often involves information gaps between the interlocutors. For example, in an educational dialogue a student often provides an answer that is incomplete, and there is a gap between this answer and the perfect one expected by the teacher. Successful dialogue then hinges on the tea…

Cited by 2SourcePDFScholar
2023

Dissecting Recall of Factual Associations in Auto-Regressive Language Models

EMNLP 2023long main

Transformer-based language models (LMs) are known to capture factual knowledge in their parameters. While previous work looked into where factual associations are stored, only little is known about how they are retrieved internally during inference. We investigate this question through the lens of i…

Cited by 0SourceScholar
2023

Incorporating Structured Representations into Pretrained Vision \& Language Models Using Scene Graphs

EMNLP 2023long main

Vision and language models (VLMs) have demonstrated remarkable zero-shot (ZS) performance in a variety of tasks. However, recent works have shown that even the best VLMs struggle to capture aspects of compositional scene understanding, such as object attributes, relations, and action states. In cont…

Cited by 0SourceScholar
2023

Learning Low Dimensional State Spaces with Overparameterized Recurrent Neural Nets

ICLR 2023poster

Overparameterization in deep learning refers to settings where a trained Neural Network (NN) has representational capacity to fit the training data in many ways, some of which generalize well, while others do not. In the case of Recurrent Neural Networks (RNNs) there exists an additional layer of ov…

Cited by 5SourcePDFScholar
2023

What Are You Token About? Dense Retrieval as Distributions Over the Vocabulary

ACL 2023long

Dual encoders are now the dominant architecture for dense retrieval. Yet, we have little understanding of how they represent text, and why this leads to good performance. In this work, we shed light on this question via distributions over the vocabulary. We propose to interpret the vector representa…

2022

Bringing Image Scene Structure to Video via Frame-Clip Consistency of Object Tokens

NeurIPS 2022accept

Recent action recognition models have achieved impressive results by integrating objects, their locations and interactions. However, obtaining dense structured annotations for each frame is tedious and time-consuming, making these methods expensive to train and less scalable. At the same time, if a…

2022

DETReg: Unsupervised Pretraining With Region Priors for Object Detection

CVPR 2022poster

Recent self-supervised pretraining methods for object detection largely focus on pretraining the backbone of the object detector, neglecting key parts of detection architecture. Instead, we introduce DETReg, a new self-supervised method that pretrains the entire object detection network, including t…

Cited by 157PDFcodeScholar
2022

Efficient Learning of CNNs using Patch Based Features

ICML 2022spotlight

Recent work has demonstrated the effectiveness of using patch based representations when learning from image data. Here we provide theoretical support for this observation, by showing that a simple semi-supervised algorithm that uses patch statistics can efficiently learn labels produced by a one-hi…

2022

Learning to Retrieve Passages without Supervision

NAACL 2022long

Dense retrievers for open-domain question answering (ODQA) have been shown to achieve impressive performance by training on large datasets of question-passage pairs. In this work we ask whether this dependence on labeled data can be reduced via unsupervised pretraining that is geared towards ODQA. W…

2022

Object-Region Video Transformers

CVPR 2022poster

Recently, video transformers have shown great success in video understanding, exceeding CNN performance; yet existing video transformer models do not explicitly model objects, although objects can be essential for recognizing actions. In this work, we present Object-Region Video Transformers (ORViT)…

Cited by 105PDFScholar
2022

On the Implicit Bias of Gradient Descent for Temporal Extrapolation

AISTATS 2022poster

When using recurrent neural networks (RNNs) it is common practice to apply trained models to sequences longer than those seen in training. This “extrapolating” usage deviates from the traditional statistical learning setup where guarantees are provided under the assumption that train and test distri…

Cited by 6SourcePDFScholar
2022

Text-Only Training for Image Captioning using Noise-Injected CLIP

EMNLP 2022finding

We consider the task of image-captioning using only the CLIP model and additional text data at training time and no additional captioned images. Our approach relies on the fact that CLIP is trained to make visual and textual embeddings similar. Therefore, we only need to learn how to translate CLIP…

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

Compositional Video Synthesis with Action Graphs

ICML 2021spotlight

Videos of actions are complex signals containing rich compositional structure in space and time. Current video generation methods lack the ability to condition the generation on multiple coordinated and potentially simultaneous timed actions. To address this challenge, we propose to represent the ac…

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
2021

Few-Shot Question Answering by Pretraining Span Selection

ACL 2021long

In several question answering benchmarks, pretrained models have reached human parity through fine-tuning on an order of 100,000 annotated questions and answers. We explore the more realistic few-shot setting, where only a few hundred training examples are available, and observe that standard models…

2021

On the Implicit Bias of Initialization Shape: Beyond Infinitesimal Mirror Descent

ICML 2021oral

Recent work has highlighted the role of initialization scale in determining the structure of the solutions that gradient methods converge to. In particular, it was shown that large initialization leads to the neural tangent kernel regime solution, whereas small initialization leads to so called “ric…

Cited by 97SourcePDFScholar
2021

Towards Understanding Learning in Neural Networks with Linear Teachers

ICML 2021spotlight

Can a neural network minimizing cross-entropy learn linearly separable data? Despite progress in the theory of deep learning, this question remains unsolved. Here we prove that SGD globally optimizes this learning problem for a two-layer network with Leaky ReLU activations. The learned network can i…

Cited by 29SourcePDFScholar
2020

Learning Canonical Representations for Scene Graph to Image Generation

ECCV 2020poster

Generating realistic images of complex visual scenes becomes challenging when one wishes to control the structure of the generated images. Previous approaches showed that scenes with few entities can be controlled using scene graphs, but this approach struggles as the complexity of the graph (the nu…

2020

Regularizing Towards Permutation Invariance In Recurrent Models

NeurIPS 2020poster

In many machine learning problems the output should not depend on the order of the inputs. Such ``permutation invariant'' functions have been studied extensively recently. Here we argue that temporal architectures such as RNNs are highly relevant for such problems, despite the inherent dependence of…

2019

Why do Larger Models Generalize Better? A Theoretical Perspective via the XOR Problem

ICML 2019oral

Empirical evidence suggests that neural networks with ReLU activations generalize better with over-parameterization. However, there is currently no theoretical analysis that explains this observation. In this work, we provide theoretical and empirical evidence that, in certain cases, overparameteriz…

Cited by 100SourcePDFScholar
2018

Mapping Images to Scene Graphs with Permutation-Invariant Structured Prediction

NeurIPS 2018poster

Machine understanding of complex images is a key goal of artificial intelligence. One challenge underlying this task is that visual scenes contain multiple inter-related objects, and that global context plays an important role in interpreting the scene. A natural modeling framework for capturing suc…

2018

SGD Learns Over-parameterized Networks that Provably Generalize on Linearly Separable Data

ICLR 2018poster

Neural networks exhibit good generalization behavior in the over-parameterized regime, where the number of network parameters exceeds the number of observations. Nonetheless, current generalization bounds for neural networks fail to explain this phenomenon. In an attempt to bridge this gap, we study…

Cited by 305SourcePDFScholar