2 min readfrom Machine Learning

Masked depth modeling with sensor-validity masking: reports best RMSE on 7 of 8 masked/sparse depth benchmarks, plus a controlled encoder-init study[R]

Our take

Robbyant’s LingBot-Depth 2.0 achieves state-of-the-art masked depth modeling by leveraging a pivotal insight: treating sensor-reported missing data as the masking signal. This approach, detailed in a recent paper, allows the model to learn directly from the failure distribution it encounters, yielding impressive results. Notably, LingBot-Depth 2.0 reports the best RMSE across 7 of 8 masked/sparse depth benchmarks, demonstrating a significant improvement, particularly on transparent object captures. Further exploration of related research, like the discussion on incentivizing better ML reviews, can be found on our site.
Masked depth modeling with sensor-validity masking: reports best RMSE on 7 of 8 masked/sparse depth benchmarks, plus a controlled encoder-init study[R]

The recent paper from Robbyant, detailing LingBot-Depth 2.0 and its sensor-validity masking approach to depth modeling, represents a compelling evolution in how we train AI to understand the 3D world. It's a refinement of masked depth modeling (MDM), where instead of randomly masking portions of the input, the model learns from the data already missing due to sensor limitations – specular highlights, transparent surfaces, and areas lacking texture. This mimics real-world inference conditions far more accurately than random masking, leading to tangible improvements. The controlled experiment showcasing the impact of encoder initialization, where LingBot-Vision initialization consistently outperformed even DINOv2 across multiple benchmarks, further underscores the sophistication of their approach. This echoes discussions around incentivizing better ML reviews ICML Position Track: Want Better ML Reviews? Stop Asking Nicely and Start Incentivizing with a Credit System, highlighting the importance of thoughtful experimental design and methodology in driving progress. The team's reported improvements, particularly on transparent object captures, suggest a significant leap forward in handling challenging scenarios that often plague depth estimation systems.

The reported performance gains – best RMSE on seven out of eight benchmarks and a notable halving of block-masked DIODE-Indoor RMSE – are impressive, and the detailed breakdown across different capture suites (Hammer, ClearGrasp, and their own custom set) lends credibility to the findings. It’s particularly noteworthy that the advantage of LingBot-Vision appears to widen with increased data scale, suggesting a robustness and scalability that is highly desirable. While the unavailability of the weights for LingBot-Depth 2.0 limits immediate independent verification, the open-source availability of the LingBot-Vision backbones allows for experimentation and further investigation—a crucial element for broader adoption and validation within the research community. This aligns with broader concerns raised regarding preprint discrepancies Issue with arxiv - abstract not matching pdf/html, emphasizing the need for transparency and reproducibility in published research. The interactive point-cloud demos on the project page offer a valuable opportunity for users to visually assess the model's capabilities and contribute to a better understanding of its strengths and limitations.

The underlying principle of sensor-validity masking holds broader implications beyond just depth estimation. The question posed by the original Reddit submitter – does this approach generalize to other sensing modalities like lidar or thermal imagery? – is a critical one. If the success of this framing extends beyond depth, it could unlock significant advancements in various perception tasks. The inherent advantage lies in training the model to directly address the known failure cases of each sensor, rather than relying on generic masking strategies. This shift in perspective represents a move toward more realistic and robust AI systems, ones that are inherently aware of their own limitations and can adapt accordingly. The conscious design of training data, reflecting real-world sensor behavior, promises a pathway to more reliable and adaptable AI.

Ultimately, the work from Robbyant provides a compelling case for rethinking how we approach training AI models for perception tasks. The focus on sensor-validity masking, coupled with the insightful encoder-init study, demonstrates the power of aligning training data with real-world inference conditions. The question now becomes, how can we leverage this approach to build more resilient and accurate AI systems across a wider range of sensing modalities, and what novel architectures can be developed to further exploit the inherent structure of sensor data? The potential for transforming how machines "see" the world is significant, and this research provides a valuable roadmap for future exploration.

Masked depth modeling with sensor-validity masking: reports best RMSE on 7 of 8 masked/sparse depth benchmarks, plus a controlled encoder-init study[R]

The core idea in masked depth modeling is to treat the sensor's own missing regions as the masking signal rather than using random block dropout. Specular highlights, transparent surfaces, and textureless areas where RGB-D cameras return no valid depth become the natural training target. The model therefore learns on exactly the failure distribution it faces at inference. Robbyant, an embodied AI company under Ant Group, describes this framing in LingBot-Depth 2.0.

Version 2.0 changes nothing in the training recipe except the encoder initialization and data scale. The encoder-init study is the clean experiment here: same MDM pipeline, same data curation, only the pretrained backbone swapped. Per the paper, the LingBot-Vision init wins on nearly every benchmark at ViT-L and on most benchmarks at ViT-g, with one concession: DINOv2 keeps an edge on the Hammer captures. The gap widens with data scale rather than washing out, per their scaling figure. They report best RMSE on 7 of 8 block-mask and sparse benchmarks and 6 of 8 real camera configurations across three capture suites (Hammer D435/L515/ToF, ClearGrasp D415/D435, and their own D415/D435/D455 set). They report the strongest numbers on the transparent-object ClearGrasp captures, with block-masked DIODE-Indoor RMSE roughly halving versus the 1.0 release. The attached images are screenshots from their paper (Tables 6, 7, 8 and a qualitative mirror/glass point-cloud figure); interactive point-cloud demos live on the project page.

Depth 2.0 weights are not released, so none of these completion numbers can be independently rerun. Only the four Vision backbones are open under Apache-2.0 and checkable at https://github.com/robbyant/lingbot-vision, which hosts the paper and the open weights. The renders shown come from the vendor's comparison page.

Does sensor-validity masking beat random masking for other sensing modalities, say lidar or thermal? That would test how general the framing really is.

submitted by /u/Ok-Line2658
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article