CVRONov 21, 2025

QAL: A Loss for Recall Precision Balance in 3D Reconstruction

arXiv:2511.17824v1
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in 3D vision tasks like reconstruction and robotic manipulation, offering an incremental improvement over existing methods.

The paper tackled the problem of balancing recall and precision in 3D reconstruction by proposing the Quality-Aware Loss (QAL) as a replacement for Chamfer Distance and Earth Mover's Distance, achieving average coverage gains of +4.3 points over CD and +2.8 points over alternatives, which improved recovery of thin structures and robotic grasp scores.

Volumetric learning underpins many 3D vision tasks such as completion, reconstruction, and mesh generation, yet training objectives still rely on Chamfer Distance (CD) or Earth Mover's Distance (EMD), which fail to balance recall and precision. We propose Quality-Aware Loss (QAL), a drop-in replacement for CD/EMD that combines a coverage-weighted nearest-neighbor term with an uncovered-ground-truth attraction term, explicitly decoupling recall and precision into tunable components. Across diverse pipelines, QAL achieves consistent coverage gains, improving by an average of +4.3 pts over CD and +2.8 pts over the best alternatives. Though modest in percentage, these improvements reliably recover thin structures and under-represented regions that CD/EMD overlook. Extensive ablations confirm stable performance across hyperparameters and across output resolutions, while full retraining on PCN and ShapeNet demonstrates generalization across datasets and backbones. Moreover, QAL-trained completions yield higher grasp scores under GraspNet evaluation, showing that improved coverage translates directly into more reliable robotic manipulation. QAL thus offers a principled, interpretable, and practical objective for robust 3D vision and safety-critical robotics pipelines

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes