Scene Reconstruction Jobs
Computer vision roles requiring Scene Reconstruction expertise, across all industries and experience levels.
Open Positions
What is Scene Reconstruction?
Scene reconstruction builds a 3D model of an environment from images or depth data, producing meshes, point clouds, signed distance fields or neural representations. It spans offline high-fidelity capture and online reconstruction running live on a robot or headset.
Where Scene Reconstruction is used
Digital twins for construction and facilities, AR occlusion and physics that respect real geometry, robotic navigation through unmapped spaces, and survey and inspection deliverables.
Roles that ask for Scene Reconstruction
- 3D Vision Engineer
- Reconstruction Engineer
- SLAM Engineer
- Graphics Engineer
- Research Scientist, 3D
Related skills & tools
Scene Reconstruction jobs — common questions
What representation should a reconstruction use?
It depends on the consumer. Meshes suit rendering and simulation, TSDFs suit incremental fusion, point clouds suit measurement, and Gaussian splats suit photorealistic novel views. Many pipelines convert between several.
What is TSDF fusion?
Truncated signed distance function fusion integrates depth frames into a volumetric grid storing distance to the nearest surface, from which a mesh is extracted by marching cubes. KinectFusion popularised it and it remains standard for real-time reconstruction.
Is this closer to graphics or vision?
It genuinely straddles both, and job titles reflect that. Teams often want someone comfortable with rendering pipelines and GPU programming as well as multiple view geometry.