DSeq-JEPA: Discriminative Sequential Joint-Embedding Predictive Architecture
Xiangteng He, Shunsuke Sakai, Kun Yuan, Nicolas Padoy, Tatsuhito Hasegawa, Leonid Sigal
TL;DR
DSeq-JEPA addresses the limitation of uniform region treatment in image-based JEPA by introducing a discriminative sequential learning mechanism. It selects Top-$N$ informative regions via a saliency map and predicts their embeddings in a GPT-style sequence, forming a semantically meaningful curriculum from primary to secondary cues. Across ImageNet, FGVC, detection/segmentation, and low-level reasoning tasks, DSeq-JEPA yields consistent, statistically significant improvements over I-JEPA and related baselines, demonstrating more discriminative and transferable representations. The approach highlights the value of combining selective attention with region-wise autoregressive reasoning, offering a path toward more structured self-supervised learning that aligns with human visual perception.
Abstract
Image-based Joint-Embedding Predictive Architecture (I-JEPA) learns visual representations by predicting latent embeddings of masked regions from visible context. However, it treats all regions uniformly and independently, lacking an explicit notion of where or in what order predictions should be made. Inspired by human visual perception, which deploys attention selectively and sequentially from the most informative to secondary regions, we propose DSeq-JEPA, a Discriminative Sequential Joint-Embedding Predictive Architecture that bridges predictive and autoregressive self-supervised learning, integrating JEPA-style latent prediction with GPT-style sequential reasoning. Specifically, DSeq-JEPA (i) first identifies primary discriminative regions based on a transformer-derived saliency map, emphasizing the distribution of visual importance, and then (ii) predicts subsequent regions in this discriminative order, progressively forming a curriculum-like semantic progression from primary to secondary cues -- a form of GPT-style pre-training. Extensive experiments across diverse tasks, including image classification (ImageNet), fine-grained visual categorization (iNaturalist21, CUB-200-2011, Stanford-Cars), detection and segmentation (MS-COCO, ADE20K), and low-level reasoning tasks (Clevr/Count, Clevr/Dist), demonstrate that DSeq-JEPA consistently focuses on more discriminative and generalizable representations than I-JEPA variants. Project page: https://github.com/SkyShunsuke/DSeq-JEPA.
