CVJul 21, 2025

Improving Joint Embedding Predictive Architecture with Diffusion Noise

arXiv:2507.15216v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of bridging SSL and generative models to boost representation learning for computer vision applications, though it appears incremental as it builds on existing JEPA and diffusion methods.

The paper tackled the problem of enhancing self-supervised learning (SSL) for recognition tasks by integrating diffusion noise into masked image modeling, resulting in improved performance on downstream classification tasks with concrete gains reported.

Self-supervised learning has become an incredibly successful method for feature learning, widely applied to many downstream tasks. It has proven especially effective for discriminative tasks, surpassing the trending generative models. However, generative models perform better in image generation and detail enhancement. Thus, it is natural for us to find a connection between SSL and generative models to further enhance the representation capacity of SSL. As generative models can create new samples by approximating the data distribution, such modeling should also lead to a semantic understanding of the raw visual data, which is necessary for recognition tasks. This enlightens us to combine the core principle of the diffusion model: diffusion noise, with SSL to learn a competitive recognition model. Specifically, diffusion noise can be viewed as a particular state of mask that reveals a close relationship between masked image modeling (MIM) and diffusion models. In this paper, we propose N-JEPA (Noise-based JEPA) to incorporate diffusion noise into MIM by the position embedding of masked tokens. The multi-level noise schedule is a series of feature augmentations to further enhance the robustness of our model. We perform a comprehensive study to confirm its effectiveness in the classification of downstream tasks. Codes will be released soon in public.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes