← Search

Mahmoud Assran

7 accepted papers

2026

Joint-Embedding Predictive Learning of Latent Market States in U.S. Equities

ICML 2026poster

We investigate whether Joint-Embedding Predictive Architectures (JEPA) can learn useful representations of U.S. equity markets. We jointly train a permutation-invariant tokenizer that maps each trading day's unordered per-asset features to a fixed set of learned factor tokens, together with a tempor…

Cited by 0SourceScholar
2023

Self-Supervised Learning From Images With a Joint-Embedding Predictive Architecture

CVPR 2023poster

This paper demonstrates an approach for learning highly semantic image representations without relying on hand-crafted data-augmentations. We introduce the Image-based Joint-Embedding Predictive Architecture (I-JEPA), a non-generative approach for self-supervised learning from images. The idea behin…

2022

Masked Siamese Networks for Label-Efficient Learning

ECCV 2022poster

"We propose Masked Siamese Networks (MSN), a self-supervised learning framework for learning image representations. Our approach matches the representation of an image view containing randomly masked patches to the representation of the original unmasked image. This self-supervised pre-training stra…

2021

Semi-Supervised Learning of Visual Features by Non-Parametrically Predicting View Assignments With Support Samples

ICCV 2021poster

This paper proposes a novel method of learning by predicting view assignments with support samples (PAWS). The method trains a model to minimize a consistency loss, which ensures that different views of the same unlabeled instance are assigned similar pseudo-labels. The pseudo-labels are generated n…

Cited by 191PDFcodeScholar
2020

On the Convergence of Nesterov’s Accelerated Gradient Method in Stochastic Settings

ICML 2020poster

We study Nesterov’s accelerated gradient method with constant step-size and momentum parameters in the stochastic approximation setting (unbiased gradients with bounded variance) and the finite-sum setting (where randomness is due to sampling mini-batches). To build better insight into the behavior…

Cited by 75SourcePDFScholar
2019

Gossip-based Actor-Learner Architectures for Deep Reinforcement Learning

NeurIPS 2019poster

Multi-simulator training has contributed to the recent success of Deep Reinforcement Learning (Deep RL) by stabilizing learning and allowing for higher training throughputs. In this work, we propose Gossip-based Actor-Learner Architectures (GALA) where several actor-learners (such as A2C agents) are…

2019

Stochastic Gradient Push for Distributed Deep Learning

ICML 2019oral

Distributed data-parallel algorithms aim to accelerate the training of deep neural networks by parallelizing the computation of large mini-batch gradient updates across multiple nodes. Approaches that synchronize nodes using exact distributed averaging (e.g., via AllReduce) are sensitive to straggle…