Short Explanation
Use Dense Object Nets when a manipulation system needs to track or re-identify a specific point on an object across camera views.
Dense Object Nets learn pixel-level object descriptors that let a robot identify corresponding points across views and use them as manipulation targets.
Core parameters, trigger timing, and visual before/after demo references.
Use Dense Object Nets when a manipulation system needs to track or re-identify a specific point on an object across camera views.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
Readable controls and the meaning of each returned artifact.
source_imagefileImage containing the point or object part to match.
query_pixeltextPixel coordinate whose descriptor should be matched in another view.
target_imagefileImage where the corresponding object point should be found.
descriptor_mapDense per-pixel visual descriptor representation.
matched_pixelPredicted corresponding point in the target image.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
# Follow the official Dense Object Nets repository and paper setup. # Typical use: train descriptors on object views, then query descriptor matches for manipulation points.
{
"tool": "dense-object-nets",
"status": "ok",
"results": [
{
"label": "Dense visual correspondence for manipulation",
"score": 0.87,
"output": "Dense descriptors and point correspondences"
}
],
"timing": {
"runtime": "The paper reports approximate training time rather than a single deployment latency number.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/dense-object-nets/runs/visualization.png",
"raw_predictions": "tools/dense-object-nets/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{denseobjectnets2018,
title={Dense Object Nets: Learning Dense Visual Object Descriptors By and For Robotic Manipulation},
author={Peter R. Florence and Lucas Manuelli and Russ Tedrake},
year={2018},
note={CoRL 2018},
url={https://arxiv.org/abs/1806.08756}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| Robot-collected object correspondence, standard-SO | Image-pair match precision | 93% of image pairs have normalized pixel error under 13% of the image diagonal | Descriptor correspondence evaluation | Official CoRL 2018 paper, Fig. 3 |
| Dense Object Nets object set | Training/evaluation coverage | 47 objects, including 3 object classes | Self-supervised robot data collection setup | Official CoRL 2018 paper |
| standard-SO descriptor model | Training time | about 20 minutes | Model training | Official CoRL 2018 paper |
Official CoRL 2018 paper, descriptor visualizations, correspondence examples, and manipulation demonstrations.
Visual references from the original tool. Click any image to inspect the original size.