← Search

Mustafa Shukor

13 accepted papers

2026

LeRobot: An Open-Source Library for End-to-End Robot Learning

ICLR 2026poster

Robotics is undergoing a significant transformation powered by advances in high-level control techniques based on machine learning, giving rise to the field of robot learning. Recent progress in robot learning has been accelerated by the increasing availability of affordable teleoperation systems, l…

Cited by 0SourcecodeScholar
2026

VL-JEPA: Joint Embedding Predictive Architecture for Vision-language

ICLR 2026poster

We introduce VL-JEPA, a vision-language model built on a Joint Embedding Predictive Architecture (JEPA). Instead of autoregressively generating tokens as in classical VLMs, VL-JEPA predicts continuous embeddings of the target texts. By learning in an abstract representation space, the model can focu…

Cited by 0SourceScholar
2025

Analyzing Finetuning Representation Shift for Multimodal LLMs Steering

ICCV 2025poster

Multimodal LLMs (MLLMs) have reached remarkable levels of proficiency in understanding multimodal inputs. However, understanding and interpreting the behavior of such complex models is a challenging task, not to mention the dynamic shifts that may occur during fine-tuning, or due to covariate shift…

Cited by 0SourcePDFScholar
2025

Learning to Steer: Input-dependent Steering for Multimodal LLMs

NeurIPS 2025poster

Steering has emerged as a practical approach to enable post-hoc guidance of LLMs towards enforcing a specific behavior. However, it remains largely underexplored for multimodal LLMs (MLLMs); furthermore, existing steering techniques, such as \textit{mean} steering, rely on a single steering vector,…

Cited by 0SourceScholar
2025

Multimodal Autoregressive Pre-training of Large Vision Encoders

CVPR 2025highlight

We introduce a novel method for pre-training of large-scale vision encoders. Building on recent advancements in autoregressive pre-training of vision models, we extend this framework to a multimodal setting, i.e., images and text. In this paper, we present AIMV2, a family of generalist vision encode…

2025

Scaling Laws for Native Multimodal Models

ICCV 2025poster

Building general-purpose models that can effectively perceive the world through multimodal signals has been a long-standing goal. Current approaches involve integrating separately pre-trained components, such as connecting vision encoders to LLMs and continuing multimodal training. While such approa…

Cited by 0SourcePDFScholar
2025

Scaling Laws for Optimal Data Mixtures

NeurIPS 2025poster

Large foundation models are typically trained on data from multiple domains, with the data mixture--the proportion of each domain used--playing a critical role in model performance. The standard approach to selecting this mixture relies on trial and error, which becomes impractical for large-scale p…

Cited by 0SourceScholar
2024

A Concept-Based Explainability Framework for Large Multimodal Models

NeurIPS 2024poster

Large multimodal models (LMMs) combine unimodal encoders and large language models (LLMs) to perform multimodal tasks. Despite recent advancements towards the interpretability of these models, understanding internal representations of LMMs remains largely a mystery. In this paper, we present a novel…

2024

Beyond task performance: evaluating and reducing the flaws of large multimodal models with in-context-learning

ICLR 2024poster

Following the success of Large Language Models (LLMs), Large Multimodal Models (LMMs), such as the Flamingo model and its subsequent competitors, have started to emerge as natural steps towards generalist agents. However, interacting with recent LMMs reveals major limitations that are hardly capture…

2024

DiffCut: Catalyzing Zero-Shot Semantic Segmentation with Diffusion Features and Recursive Normalized Cut

NeurIPS 2024poster

Foundation models have emerged as powerful tools across various domains including language, vision, and multimodal tasks. While prior works have addressed unsupervised semantic segmentation, they significantly lag behind supervised models. In this paper, we use a diffusion UNet encoder as a foundati…

2024

Implicit Multimodal Alignment: On the Generalization of Frozen LLMs to Multimodal Inputs

NeurIPS 2024poster

Large Language Models (LLMs) have demonstrated impressive performance on multimodal tasks, without any multimodal finetuning. They are the de facto building block for Large Multimodal Models (LMMs), yet, we still lack a proper understanding of their success. In this work, we expose frozen LLMs to im…

2023

Rewarded soups: towards Pareto-optimal alignment by interpolating weights fine-tuned on diverse rewards

NeurIPS 2023poster

Foundation models are first pre-trained on vast unsupervised datasets and then fine-tuned on labeled data. Reinforcement learning, notably from human feedback (RLHF), can further align the network with the intended usage. Yet the imperfections in the proxy reward may hinder the training and lead to…