#computer vision
reddit.com · ⭐️ 9/10 · 2026-07-06
LingBot-Vision introduces masked boundary modeling, where the teacher network generates boundary tokens for the student to reconstruct, achieving a state-of-the-art NYUv2 linear-probe RMSE of 0.296 at 1.1B parameters, outperforming DINOv3-7B's 0.309. This novel self-supervised pretraining method significantly improves depth estimation performance with less data (161M images vs. DINOv3's ~500M), potentially reducing the need for labeled data and large-scale pretraining in computer vision. The method uses a teacher-student framework where boundary tokens are derived from the teacher's own predictions, avoiding external edge detectors; masked regions force reconstruction of boundary-bearing areas. The model comes in four sizes, with weights released under Apache-2.0 license.
reddit.com · ⭐️ 8/10 · 2026-07-09
IMGNet introduces a face verification model that replaces cosine similarity with sliding window sign pattern matching, achieving 96.27% accuracy on LFW with a 10.58 MB model trained on CASIA-WebFace. This novel approach could enable more efficient and compact face verification systems, and the finding that sign pattern matching improves ArcFace embeddings without retraining suggests a fundamental property of well-trained face embeddings. The model uses a SW Block replacing standard convolution with multi-scale relational operations, an IMG Sign MSE Loss defined purely over sign pattern agreement, and a voting system combining three metrics. Applied to ArcFace (buffalol) without retraining, IMG Sign Score achieves 99.58% on LFW, only 0.24% below ArcFace+Cosine.