S23DR 2026: End-to-End 3D Wireframe Prediction via DETR-Style Set Prediction with Contrastive Denoising

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

WireframeDETR is a novel method submitted to the Structured Semantic 3D Reconstruction (S23DR) 2026 Challenge, designed for end-to-end 3D building wireframe prediction. It processes multi-view COLMAP point clouds directly, employing DETR-style set prediction to generate wireframes as sets of edge coordinate pairs, bypassing traditional intermediate vertex detection. The system incorporates three key technical advancements: contrastive denoising training to stabilize Hungarian matching in early epochs, a multi-scale encoder that aggregates final encoder layer outputs using learned scalar weights, and progressive auxiliary loss weighting to focus gradient signals on beneficial decoder layers. WireframeDETR achieved a public test HSS of 0.575 (F1~=~0.664, IoU~=~0.516) and a best validation HSS of 0.534 on the cleaned validation split.

Key takeaway

For Computer Vision Engineers developing 3D reconstruction systems, WireframeDETR offers a robust approach to directly predict 3D building wireframes from point clouds. If you are struggling with intermediate vertex detection stages or unstable training, consider integrating DETR-style set prediction with contrastive denoising and progressive loss weighting. This method simplifies the pipeline and improves training stability, potentially enhancing your model's performance on complex 3D structural tasks.

Key insights

WireframeDETR directly predicts 3D wireframes from point clouds using DETR-style set prediction, enhanced by contrastive denoising and multi-scale encoding.

Principles

Method

WireframeDETR applies DETR-style set prediction to 3D point clouds, generating wireframes as edge coordinate pairs. It uses contrastive denoising, a multi-scale encoder, and progressive auxiliary loss weighting.

In practice

Topics

Best for: Research Scientist, AI Scientist, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.