ICML 2026poster0 citations

FastSESR: Fast Scene-level Explicit Surface Reconstruction

Jueqi Liu, Xuechao Zou, Congyan Lang

Abstract

Explicit surface reconstruction aims to recover high-fidelity meshes directly from point clouds. While existing methods achieve strong performance on scene-level data, they often rely on test-time optimization, resulting in a prohibitive runtime of several minutes. To address this bottleneck, we propose FastSESR, a two-stage framework for efficient scene-level explicit surface reconstruction. In the first stage, a lightweight triangular candidate network (TCN) captures local connections via an edge-factorized parameterization, enabling effective extraction of surface triangles from uniformly sampled points. In the second stage, an offset optimization network amortizes offset refinement into a small, fixed number of learnable update steps guided by TCN, producing geometries that are more suitable for triangulation. Experiments on multiple scene-level datasets show that FastSESR accelerates surface reconstruction by at least $20 \times$ over prior methods while maintaining competitive reconstruction quality. Moreover, evaluations on shape-level benchmarks indicate good generalization performance. Our code is available at https://anonymous.4open.science/r/FastSR-84C1.

OptimizationTheoryBenchmark
BibTeX
@inproceedings{
liu2026fastsesr,
title={Fast{SESR}: Fast Scene-level Explicit Surface Reconstruction},
author={Jueqi Liu and Xuechao Zou and Congyan Lang},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=LZXjgxypYT}
}