paper-with-me

Papers

TinySSL: Distilled Self-Supervised Pretraining for Sub-Megabyte MCU Models

2026-05-07 · Bibin Wilson arxiv

Self-supervised learning (SSL) has transformed representation learning for large models, yet remains unexplored for microcontroller (MCU)-class models with fewer than 500K parameters. We identify three obstacles at this scale -- projection head dominance, representation bottleneck, and augmentation sensitivity -- and propose Capacity-Aware Distilled Self-Supervised Learning (CA-DSSL), a teacher-guided framework that overcomes them without labels or text supervision. CA-DSSL combines asymmetric distillation from a frozen DINO ViT-S/16 teacher, multi-scale feature distillation for spatial representations, and a progressive augmentation curriculum. On a MobileNetV2-0.35 backbone (396K parameters) pretrained on CIFAR-100, CA-DSSL reaches 62.7 0.5% linear-probe accuracy (3-seed mean) -- surpassing SimCLR-Tiny by 18 pp, matching SEED (61.7%) with 10 fewer projection parameters (426K vs. 3.15M), and reaching 94.0% of a supervised upper bound. Standard SSL methods (BYOL-Tiny, DINO-Tiny) collapse entirely at this scale. On Pascal VOC detection, CA-DSSL achieves 2.3 the mAP of random initialization and +3 pp over SEED, though SimCLR-Tiny matches CA-DSSL on detection mAP. The deployed backbone occupies 378 KB (INT8) with no inference overhead from pretraining. Preliminary ImageNet-100 experiments reveal that CA-DSSL's advantage is specific to small-data regimes; scaling to ImageNet-1K is discussed as future work.

📄 PDF Abstract BibTeX arXiv:2605.08241

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningRepresentation Learning

Results from the Paper

RankTaskDatasetModelMetrics
#2 Self-Supervised Learning CIFAR-100 Capacity-Aware Top-1 Accuracy: 62.7

Similar Papers 제목 키워드 기반

SS3D: End2End Self-Supervised 3D from Web Videos

2026-04-24 · Marwane Hariat, Gianni Franchi, David Filliat, Antoine Manzanera arxiv

We present SS3D, a web-scale SfM-based self-supervision pretraining pipeline for feed-forward 3D estimation from monocular video. Our model jointly predicts depth, ego-motion, and intrinsics in a single forward pass and …

Three Pillars improving Vision Foundation Model Distillation for Lidar

2023-10-26 · CVPR 2024 1 · Gilles Puy, Spyros Gidaris, Alexandre Boulch, Oriane Siméoni 외

Self-supervised image backbones can be used to address complex 2D tasks (e.g., semantic segmentation, object discovery) very efficiently and with little or no downstream supervision. Ideally, 3D backbones for lidar shoul…

Autonomous DrivingObject DiscoverySegmentationSemantic Segmentation

Transfer Learning or Self-supervised Learning? A Tale of Two Pretraining Paradigms

2020-06-19 · Xingyi Yang, Xuehai He, Yuxiao Liang, Yue Yang 외

Pretraining has become a standard technique in computer vision and natural language processing, which usually helps to improve performance substantially. Previously, the most dominant pretraining method is transfer learn…

Self-Supervised LearningTransfer Learning

MEGABYTE: Predicting Million-byte Sequences with Multiscale Transformers

2023-05-12 · NeurIPS 2023 11 · Lili Yu, Dániel Simig, Colin Flaherty, Armen Aghajanyan 외

Autoregressive transformers are spectacular models for short sequences but scale poorly to long sequences such as high-resolution images, podcasts, code, or books. We proposed Megabyte, a multi-scale decoder architecture…

DecoderDensity EstimationLanguage ModelingLanguage Modelling

A Simple Recipe for Competitive Low-compute Self supervised Vision Models

2023-01-23 · Quentin Duval, Ishan Misra, Nicolas Ballas

Self-supervised methods in vision have been mostly focused on large architectures as they seem to suffer from a significant performance drop for smaller architectures. In this paper, we propose a simple self-supervised d…

Knowledge Distillation