← Search

Mido Assran

8 accepted papers

2025

An Image is Worth More Than 16x16 Patches: Exploring Transformers on Individual Pixels

ICLR 2025poster

This work does not introduce a new method. Instead, we present an interesting finding that questions the necessity of the inductive bias of locality in modern computer vision architectures. Concretely, we find that vanilla Transformers can operate by directly treating each individual pixel as a toke…

Cited by 13SourcePDFScholar
2025

LOCATE 3D: Real-World Object Localization via Self-Supervised Learning in 3D

ICML 2025spotlight

We present LOCATE 3D, a model for localizing objects in 3D scenes from referring expressions like "the small coffee table between the sofa and the lamp." LOCATE 3D sets a new state-of-the-art on standard referential grounding benchmarks and showcases robust generalization capabilities. Notably, LOCA…

Cited by 0SourcePDFScholar
2025

VEDIT: Latent Prediction Architecture For Procedural Video Representation Learning

ICLR 2025poster

Procedural video representation learning is an active research area where the objective is to learn an agent which can anticipate and forecast the future given the present video input, typically in conjunction with textual annotations. Prior works often rely on large-scale pretraining of visual enco…

Cited by 1SourcePDFScholar
2024

Modeling Caption Diversity in Contrastive Vision-Language Pretraining

ICML 2024poster

There are a thousand ways to caption an image. Contrastive Language Pretraining (CLIP) on the other hand, works by mapping an image and its caption to a single vector -- limiting how well CLIP-like models can represent the diverse ways to describe an image. In this work, we introduce Llip, Latent La…

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…

2023

RoPAWS: Robust Semi-supervised Representation Learning from Uncurated Data

ICLR 2023poster

Semi-supervised learning aims to train a model using limited labels. State-of-the-art semi-supervised methods for image classification such as PAWS rely on self-supervised representations learned with large-scale unlabeled but curated data. However, PAWS is often less effective when using real-world…

2023

The hidden uniform cluster prior in self-supervised learning

ICLR 2023poster

A successful paradigm in representation learning is to perform self-supervised pretraining using tasks based on mini-batch statistics; (e.g., SimCLR, VICReg, SwAV, MSN). We show that in the formulation of all these methods is an overlooked prior to learn features that enable uniform clustering of th…

Cited by 60SourcePDFScholar
2022

Memory Augmented Optimizers for Deep Learning

ICLR 2022poster

Popular approaches for minimizing loss in data-driven learning often involve an abstraction or an explicit retention of the history of gradients for efficient parameter updates. The aggregated history of gradients nudges the parameter updates in the right direction even when the gradients at any gi…