Simplifying DINO via Coding Rate Regularization
About
DINO and DINOv2 are two model families being widely used to learn representations from unlabeled imagery data at large scales. Their learned representations often enable state-of-the-art performance for downstream tasks, such as image classification and segmentation. However, they employ many empirically motivated design choices and their training pipelines are highly complex and unstable -- many hyperparameters need to be carefully tuned to ensure that the representations do not collapse -- which poses considerable difficulty to improving them or adapting them to new domains. In this work, we posit that we can remove most such-motivated idiosyncrasies in the pre-training pipelines, and only need to add an explicit coding rate term in the loss function to avoid collapse of the representations. As a result, we obtain highly simplified variants of the DINO and DINOv2 which we call SimDINO and SimDINOv2, respectively. Remarkably, these simplified models are more robust to different design choices, such as network architecture and hyperparameters, and they learn even higher-quality representations, measured by performance on downstream tasks, offering a Pareto improvement over the corresponding DINO and DINOv2 models. This work highlights the potential of using simplifying design principles to improve the empirical practice of deep learning.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | AP2.2 | 2454 | |
| Instance Segmentation | COCO 2017 (val) | -- | 1144 | |
| Video Object Segmentation | DAVIS 2017 (val) | J mean60.06 | 1130 | |
| Image Classification | ImageNet-1K | Top-1 Acc75.3 | 836 | |
| Surgical Phase Recognition | Cholec80 | -- | 35 | |
| Fine grained classification | Food101 | Accuracy75.79 | 30 | |
| Action Triplet Recognition | CholecT50 | AP (I)85.4 | 27 | |
| Open-Ended Visual Question Answering | LLS48-VQA | BLEU-10.5245 | 26 | |
| Semantic segmentation | DSAD | DSC40.87 | 26 | |
| Closed-ended Visual Question Answering | PitVQA | F1 Score59.2 | 26 |