Papers
Topics
Authors
Recent
Search
2000 character limit reached

SysCON3D Benchmark

Updated 22 May 2026
  • SysCON3D Benchmark is a systematically controlled evaluation suite that tests multiview 3D consistency metrics in geometric foundation models.
  • It introduces controlled corruptions, such as cross-scene mixtures and Gaussian noise, to differentiate truly consistent views from intentionally flawed ones.
  • It combines classical COLMAP-based methods with neural strategies to quantify robustness via metrics like win rate, Cohen’s d, and Kendall’s τ.

SysCON3D is a systematically controlled benchmark for evaluating the robustness and reliability of multiview 3D consistency metrics, particularly in the context of end-to-end geometric foundation models (GFMs). It is designed to probe whether ground-truth-free 3D-consistency metrics can distinguish between truly consistent view sets—arising from one static 3D scene—and intentionally corrupted or mixed sets that should be rejected. SysCON3D also defines a suite of critical spatial-intelligence tasks and provides an automated, open-source toolkit for reproducible evaluation of 3D reconstruction, perception, and reasoning in both standard and challenging settings (Paul et al., 18 May 2026, Cong et al., 2 Jun 2025).

1. Benchmark Rationale and Scope

SysCON3D addresses a central reliability gap in current 3D consistency evaluation. Established neural metrics (e.g., MEt3R), designed to be reference-free and operate without ground truth, are vulnerable to failure cases where inputs contain artifacts, repeated frames, outlier images, or synthetic noise. These metrics can assign artificially high consistency scores to inconsistent or even nonsensical view sets due to their dependence on learned neural backbones, which can hallucinate plausible geometry on arbitrary input collections.

To provide systematic diagnosis, SysCON3D injects controlled inconsistencies of increasing severity—cross-scene mixtures, outlier frames, repeated views, and noise corruptions—into multi-view image sets. It then tests whether a given metric can correctly assign higher inconsistency scores to corrupted data than to clean samples. The benchmark systematically varies the number of views K{3,6,9,12,15,18,21}K \in \{3,6,9,12,15,18,21\} and forms challenging evaluation settings beyond real-scene-only benchmarks, thus revealing reliability failures not previously observable (Paul et al., 18 May 2026).

2. Construction and Experimental Design

SysCON3D is implemented using training viewpoints from 9 Mip-NeRF360 scenes. For each target view count KK, it constructs 9 clean (consistent) samples and 32 systematically corrupted samples:

  • Cross-Scene Mixtures (SysCON3D-M):
    • L1L_1: Single outlier—K1K-1 views from one scene, one view from a foreign scene.
    • L2L_2: Controlled mixture—\sim30% of views from foreign scenes.
    • L3L_3: Full random mixture—all views sampled i.i.d. from all scenes.
  • Noise Corruptions (SysCON3D-N):
    • Patched Gaussian: Four local patches per image with pixelwise N(0.5,0.22)\mathcal{N}(0.5,0.2^2) noise.
    • Full Gaussian: Every pixel replaced by independent N(0.5,0.22)\mathcal{N}(0.5,0.2^2), values clipped to [0,1][0,1].

All data are constructed using fixed random seeds to ensure reproducibility. For each configuration, multiple metrics and ablations are evaluated and compared against clean baselines (Paul et al., 18 May 2026).

3. Metric Families and Evaluation Protocols

SysCON3D supports a rich suite of evaluation metrics, each falling under two primary evaluation paradigms:

  • Neural Ground-Truth-Free Metrics: Decomposed as backbone–residual–aggregation triplets:
    • Backbones KK0: 3D reconstruction models such as MASt3R, DUSt3R, VGGT, Fast3R, producing point clouds and camera parameters.
    • Residuals KK1: Feature-disagreement functions—warp-based (tracking feature consistency along correspondences) or point-consistency (summarizing across all visible views).
    • Aggregation KK2: Reducing residual distributions to scalars. SysCON3D test options include mean (MEt3R baseline), maximum mean discrepancy (MMD, IMQ kernel), and energy distance.

These combinations generate an ablation family, identifying variants that can achieve up to KK3 robustness improvement over MEt3R, especially with IMQ or Energy aggregation (win rate rising from 23% to 71%).

  • Classical Geometric Verification (COLMAP-Based): Scene-level consistency is scored using structure-from-motion (SfM) and multi-view stereo (MVS) pipelines:
    • Registration rate: Fraction of images registered in SfM.
    • Per-pixel depth agreement, geometric–photometric consistency (GPC): Validates depth alignment.
    • Integrated consistency mass (ICM), coverage-weighted GPC (W-GPC): Aggregate consistency metrics that penalize registration or densification failure.

COLMAP-based metrics are inherently failure-aware, registering low or zero scores on unresolvable or highly inconsistent view sets (Paul et al., 18 May 2026).

4. Robustness and Human Alignment

SysCON3D quantifies metric robustness using Cohen’s KK4 effect size between clean and corrupted groups, “win rate” (proportion of KK5 where KK6), and order concordance with corruption severity (Kendall’s τ, probabilistic pairwise concordance). Empirically:

  • MEt3R: Only 23% overall win rate; often fails to separate corrupted groups, with negative KK7 on strong corruptions.
  • MASt3R-W-IMQ: Raising mean to IMQ aggregation achieves 71% overall win rate, with perfect separation on larger cross-scene mixtures/noise.
  • COLMAP W-GPC, ICM: Achieve KK890% or 100% win rate across all corruptions; reliably fail when presented with inconsistent inputs.

A structured human study confirms these trends. On DL3DV and Mip-NeRF360 scenes, COLMAP W-GPC achieves Spearman rank correlation KK9 with human preferences, a L1L_10–L1L_11 improvement over MEt3R (L1L_12 as low as L1L_13). The best neural variant, MASt3R-W-IMQ, improves to L1L_14 but remains below classical verification.

5. Diagnostic Insights and Failure Modes

SysCON3D reveals that contemporary neural 3D backbones (VGGT, MASt3R, DUSt3R, Fast3R) can hallucinate dense geometry, plausible point cloud overlap, and low residual feature error across spurious, repeated, or completely unrelated views, including pure Gaussian noise. For example, DUSt3R returns virtually the same geometric support for 70% of pairs in L1L_15 random mixtures, a condition under which proper consistency should be zero.

No aggregation technique alone can remedy the susceptibility of neural backbones to such hallucinations; failure-aware classical methods are required for reliable, human-aligned evaluation (Paul et al., 18 May 2026).

6. Spatial-Intelligence Task Suite and Benchmark Toolkit

SysCON3D encompasses five core 3D spatial-intelligence tasks for modern geometric foundation models, with standardized datasets, preprocessing, and protocols (Cong et al., 2 Jun 2025):

Task Input/Output Primary Metric(s)
Sparse-view depth estimation 2–5 views L1L_16 depth maps AbsRel, L1L_17
Video depth estimation 10–200 frames L1L_18 coherent depths AbsRel, L1L_19
Multi-view 3D reconstruction 2–50 images K1K-10 point cloud Accuracy, Completeness, NC
Multi-view relative pose estimation K1K-11 images K1K-12 Sim(3) poses ATE, RPEK1K-13
Novel-view synthesis 2 images K1K-14 target view PSNR, SSIM, LPIPS

Datasets span diverse domains (DTU, ScanNet, KITTI, ACID, Syndrone, etc.) and include both in-distribution and out-of-distribution settings. The toolkit automates scene selection, frame sampling, Sim(3) alignment, and metric computation—ensuring rigorous, comparable evaluation.

7. Benchmark Findings, Limitations, and Recommendations

SysCON3D reveals several structural insights:

  • Neural metrics are intrinsically vulnerable to generating artifactual 3D consistency in the presence of noise, repetition, or unrelated views.
  • Choice of residual aggregation (IMQ, Energy distance) improves discrimination up to K1K-15, but cannot fully overcome backbone hallucination.
  • Classical geometric verification is most reliable; W-GPC and ICM track human judgment robustly and signal registration or densification failure by dropping scores to zero.
  • No single GFM backbone is universally optimal; feed-forward ViTs (VGGT, Fast3R) combine moderate efficiency and performance, while global-alignment and diffusion models offer tradeoffs in accuracy and runtime.
  • Real-time 3D spatial intelligence remains out of reach due to high computational and memory demands for large-scale inputs.

The benchmark recommends reporting COLMAP W-GPC, ICM, and registration rate as standard metrics, resorting to neural metrics only when classical registration is unattainable and with the caveat of possible hallucinations. Future metric development should integrate learned priors with explicit verification or calibrated uncertainty, particularly for uncurated or adversarial data (Paul et al., 18 May 2026, Cong et al., 2 Jun 2025).

References

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to SysCON3D Benchmark.