Open Problems

Camera Pose, SLAM & Structure-from-Motion

Robust Pose and 3D Structure Estimation Under Imperfect and Open-World Instance Masks

Barrier to removeOpen
Strong candidate · 5/5 runs6 papers report this33% from 2025+

Generated automatically from the limitations stated in 6 papers (CVPR, ICLR, ICCV), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.

The problem

Current object-centric camera pose estimation, SLAM, and structure-from-motion pipelines treat 2D or 3D instance segmentation as a frozen upstream precondition (predominantly off-the-shelf Mask R-CNN or Mask3D). When masks contain boundary leakage, missed detections, or category misclassifications, geometric estimation degrades sharply because segmentation noise directly injects outlier correspondences that standard robust estimators cannot fully filter out. Consequently, existing methods cannot operate reliably outside closed object benchmarks with clean instance masks.

Why it matters

Object-level SLAM and pose estimation can run in unconstrained scenes without requiring curated, ground-truth, or category-restricted offline segmentations.

Ways to approach it

Prior-work checks are free with an account. Results someone already ran are shown to everyone.

  1. 1

    Systematic Robustness and Noise-Sensitivity Benchmark: Evaluate leading object-level pose and SLAM pipelines across controlled synthetic and empirical segmentation perturbations (dilation, erosion, false positives, boundary jitter, and off-the-shelf zero-shot segmenters). Measure the pose error and tracking failure rate as a function of mask IoU and boundary precision.

  2. 2

    Uncertainty-Aware Joint Feature and Geometry Optimization: Formulate pose and correspondence optimization to weight geometric residuals by upstream mask boundary confidence and feature consistency, soft-weighting uncertain mask boundaries rather than performing hard masking. Measure pose recall and translation/rotation errors on REAL275 and 3RScan with noisy detector outputs.

  3. 3

    Iterative Feedback from Geometric Fit to Mask Refinement: Build an iterative loop where 3D geometric alignment and reprojection residuals feed back into updating the 2D instance assignment, discarding mis-segmented pixels during bundle adjustment. Measure camera localization and 3D object detection accuracy under noisy off-the-shelf detections.

Have a different approach?

Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.

Free · 3 checks per day

Why it might fail

If upstream foundation models (e.g., SAM) produce near-perfect zero-shot instance masks that effectively dissolve the mask noise problem, or if end-to-end neural scene representations make explicit object instance masking obsolete for camera localization.

Evidence

Each paper's own statement of the limitation, verbatim.

Nearest existing work

Related open problems

Generated automatically, not curated by hand. Automated prior-work checks catch about a third of existing work, so treat this problem as a lead to investigate.