🐦 Twitter Post Details

Viewing enriched Twitter post

@scottclowe

New paper: "Self-Distillation of Hidden Layers for Self-Supervised Representation Learning" We introduce Bootleg — a simple twist on I-JEPA/MAE that dramatically improves self-supervised representations. The idea: MAE predicts pixels (stable but low-level). I-JEPA predicts final-layer embeddings (high-level but unstable). Bootleg bridges the two by predicting representations from multiple hidden layers of the teacher network — early, middle, and late — simultaneously. Why it works: early layers provide stimulus-driven grounding that prevents collapse; deep layers provide semantic targets; and the information bottleneck of compressing all abstraction levels through masked patches forces the encoder to build richer representations. The method is quite simple on top of I-JEPA: extract targets from evenly-spaced blocks, z-score and concatenate, widen the predictor's final layer. That's it. Frozen probe results (no fine-tuning): ImageNet-1K: 76.7% with ViT-B (+10pp over both I-JEPA and MAE) iNaturalist-21: 58.3% with ViT-B (+17pp over I-JEPA, +15pp over MAE) ADE20K segmentation: 30.9% mIoU with ViT-B (+11pp over I-JEPA, +6pp over MAE) Cityscapes segmentation: 35.9% mIoU with ViT-B (+11pp over I-JEPA, +5pp over MAE) Gains hold across ViT-S, ViT-B, and ViT-L. Single-view, batch-size independent — no augmentation stack, no multi-crop, no contrastive loss, no large compute requirements. Our study is just on images, but this change can be readily deployed to MAE and JEPA models across all domains. https://t.co/PXJlRV4I6w

Media 1
Media 2

📊 Media Metadata

{
  "media": [
    {
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/2037535817871065365/media_0.jpg",
      "media_url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/2037535817871065365/media_0.jpg",
      "type": "photo",
      "filename": "media_0.jpg"
    },
    {
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/2037535817871065365/media_1.jpg",
      "media_url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/2037535817871065365/media_1.jpg",
      "type": "photo",
      "filename": "media_1.jpg"
    }
  ],
  "processed_at": "2026-03-29T01:21:59.838505",
  "pipeline_version": "2.0"
}

🔧 Raw API Response

{
  "type": "tweet",
  "id": "2037535817871065365",
  "url": "https://x.com/scottclowe/status/2037535817871065365",
  "twitterUrl": "https://twitter.com/scottclowe/status/2037535817871065365",
  "text": "New paper: \"Self-Distillation of Hidden Layers for Self-Supervised Representation Learning\"\n\nWe introduce Bootleg — a simple twist on I-JEPA/MAE that dramatically improves self-supervised representations.\n\nThe idea: MAE predicts pixels (stable but low-level). I-JEPA predicts final-layer embeddings (high-level but unstable). Bootleg bridges the two by predicting representations from multiple hidden layers of the teacher network — early, middle, and late — simultaneously.\n\nWhy it works: early layers provide stimulus-driven grounding that prevents collapse; deep layers provide semantic targets; and the information bottleneck of compressing all abstraction levels through masked patches forces the encoder to build richer representations.\n\nThe method is quite simple on top of I-JEPA: extract targets from evenly-spaced blocks, z-score and concatenate, widen the predictor's final layer. That's it.\n\nFrozen probe results (no fine-tuning):\n\nImageNet-1K: 76.7% with ViT-B (+10pp over both I-JEPA and MAE)\niNaturalist-21: 58.3% with ViT-B (+17pp over I-JEPA, +15pp over MAE)\nADE20K segmentation: 30.9% mIoU with ViT-B (+11pp over I-JEPA, +6pp over MAE)\nCityscapes segmentation: 35.9% mIoU with ViT-B (+11pp over I-JEPA, +5pp over MAE)\n\nGains hold across ViT-S, ViT-B, and ViT-L.\n\nSingle-view, batch-size independent — no augmentation stack, no multi-crop, no contrastive loss, no large compute requirements.\n\nOur study is just on images, but this change can be readily deployed to MAE and JEPA models across all domains.\n\nhttps://t.co/PXJlRV4I6w",
  "source": "Twitter for iPhone",
  "retweetCount": 68,
  "replyCount": 4,
  "likeCount": 472,
  "quoteCount": 5,
  "viewCount": 47436,
  "createdAt": "Fri Mar 27 14:22:49 +0000 2026",
  "lang": "en",
  "bookmarkCount": 387,
  "isReply": false,
  "inReplyToId": null,
  "conversationId": "2037535817871065365",
  "displayTextRange": [
    0,
    275
  ],
  "inReplyToUserId": null,
  "inReplyToUsername": null,
  "author": {
    "type": "user",
    "userName": "scottclowe",
    "url": "https://x.com/scottclowe",
    "twitterUrl": "https://twitter.com/scottclowe",
    "id": "28596152",
    "name": "Scott Lowe",
    "isVerified": false,
    "isBlueVerified": true,
    "verifiedType": null,
    "profilePicture": "https://pbs.twimg.com/profile_images/1875564906654629888/MjPYnu0q_normal.jpg",
    "coverPicture": "https://pbs.twimg.com/profile_banners/28596152/1487844849",
    "description": "",
    "location": "",
    "followers": 216,
    "following": 184,
    "status": "",
    "canDm": false,
    "canMediaTag": true,
    "createdAt": "Fri Apr 03 16:22:39 +0000 2009",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {}
    },
    "fastFollowersCount": 0,
    "favouritesCount": 113,
    "hasCustomTimelines": true,
    "isTranslator": false,
    "mediaCount": 18,
    "statusesCount": 397,
    "withheldInCountries": [],
    "affiliatesHighlightedLabel": {},
    "possiblySensitive": false,
    "pinnedTweetIds": [
      "2037535817871065365"
    ],
    "profile_bio": {
      "description": "Postdoctoral Research Fellow in Machine Learning at Vector Institute. PhD in Computational Neuroscience. British.",
      "entities": {
        "description": {
          "hashtags": [],
          "symbols": [],
          "urls": [],
          "user_mentions": []
        },
        "url": {
          "urls": [
            {
              "display_url": "scottclowe.com",
              "expanded_url": "http://scottclowe.com",
              "indices": [
                0,
                23
              ],
              "url": "https://t.co/FT2r2vthTe"
            }
          ]
        }
      }
    },
    "isAutomated": false,
    "automatedBy": null
  },
  "extendedEntities": {
    "media": [
      {
        "allow_download_status": {
          "allow_download": true
        },
        "display_url": "pic.twitter.com/Yp5vkUBcfZ",
        "expanded_url": "https://twitter.com/scottclowe/status/2037535817871065365/photo/1",
        "ext_media_availability": {
          "status": "Available"
        },
        "features": {
          "large": {
            "faces": []
          },
          "orig": {
            "faces": []
          }
        },
        "id_str": "2037535397287522304",
        "indices": [
          276,
          299
        ],
        "media_key": "3_2037535397287522304",
        "media_results": {
          "id": "QXBpTWVkaWFSZXN1bHRzOgwAAQoAARxGx6YEm3AACgACHEbIB/FXARUAAA==",
          "result": {
            "__typename": "ApiMedia",
            "id": "QXBpTWVkaWE6DAABCgABHEbHpgSbcAAKAAIcRsgH8VcBFQAA",
            "media_key": "3_2037535397287522304"
          }
        },
        "media_url_https": "https://pbs.twimg.com/media/HEbHpgSbcAA2YrL.jpg",
        "original_info": {
          "focus_rects": [
            {
              "h": 1765,
              "w": 3152,
              "x": 593,
              "y": 0
            },
            {
              "h": 1765,
              "w": 1765,
              "x": 1642,
              "y": 0
            },
            {
              "h": 1765,
              "w": 1548,
              "x": 1750,
              "y": 0
            },
            {
              "h": 1765,
              "w": 883,
              "x": 2083,
              "y": 0
            },
            {
              "h": 1765,
              "w": 3745,
              "x": 0,
              "y": 0
            }
          ],
          "height": 1765,
          "width": 3745
        },
        "sizes": {
          "large": {
            "h": 965,
            "w": 2048
          }
        },
        "type": "photo",
        "url": "https://t.co/Yp5vkUBcfZ"
      },
      {
        "allow_download_status": {
          "allow_download": true
        },
        "display_url": "pic.twitter.com/Yp5vkUBcfZ",
        "expanded_url": "https://twitter.com/scottclowe/status/2037535817871065365/photo/1",
        "ext_media_availability": {
          "status": "Available"
        },
        "features": {
          "large": {
            "faces": []
          },
          "orig": {
            "faces": []
          }
        },
        "id_str": "2037535426676740096",
        "indices": [
          276,
          299
        ],
        "media_key": "3_2037535426676740096",
        "media_results": {
          "id": "QXBpTWVkaWFSZXN1bHRzOgwAAQoAARxGx6zcV1AACgACHEbIB/FXARUAAA==",
          "result": {
            "__typename": "ApiMedia",
            "id": "QXBpTWVkaWE6DAABCgABHEbHrNxXUAAKAAIcRsgH8VcBFQAA",
            "media_key": "3_2037535426676740096"
          }
        },
        "media_url_https": "https://pbs.twimg.com/media/HEbHrNxXUAAaDG1.png",
        "original_info": {
          "focus_rects": [
            {
              "h": 949,
              "w": 1694,
              "x": 0,
              "y": 0
            },
            {
              "h": 1003,
              "w": 1003,
              "x": 303,
              "y": 0
            },
            {
              "h": 1003,
              "w": 880,
              "x": 364,
              "y": 0
            },
            {
              "h": 1003,
              "w": 502,
              "x": 553,
              "y": 0
            },
            {
              "h": 1003,
              "w": 1694,
              "x": 0,
              "y": 0
            }
          ],
          "height": 1003,
          "width": 1694
        },
        "sizes": {
          "large": {
            "h": 1003,
            "w": 1694
          }
        },
        "type": "photo",
        "url": "https://t.co/Yp5vkUBcfZ"
      }
    ]
  },
  "card": null,
  "place": {},
  "entities": {
    "hashtags": [],
    "symbols": [],
    "urls": [
      {
        "display_url": "arxiv.org/abs/2603.15553",
        "expanded_url": "http://arxiv.org/abs/2603.15553",
        "indices": [
          1523,
          1546
        ],
        "url": "https://t.co/PXJlRV4I6w"
      }
    ],
    "user_mentions": []
  },
  "quoted_tweet": null,
  "retweeted_tweet": null,
  "isLimitedReply": false,
  "article": null
}