paper-with-me

Papers

Robust Shape Fitting for 3D Scene Abstraction

2024-03-15 · Florian Kluger, Eric Brachmann, Michael Ying Yang, Bodo Rosenhahn

Humans perceive and construct the world as an arrangement of simple parametric models. In particular, we can often describe man-made environments using volumetric primitives such as cuboids or cylinders. Inferring these primitives is important for attaining high-level, abstract scene descriptions. Previous approaches for primitive-based abstraction estimate shape parameters directly and are only able to reproduce simple objects. In contrast, we propose a robust estimator for primitive fitting, which meaningfully abstracts complex real-world environments using cuboids. A RANSAC estimator guided by a neural network fits these primitives to a depth map. We condition the network on previously detected parts of the scene, parsing it one-by-one. To obtain cuboids from single RGB images, we additionally optimise a depth estimation CNN end-to-end. Naively minimising point-to-primitive distances leads to large or spurious cuboids occluding parts of the scene. We thus propose an improved occlusion-aware distance metric correctly handling opaque scenes. Furthermore, we present a neural network based cuboid solver which provides more parsimonious scene abstractions while also reducing inference time. The proposed algorithm does not require labour-intensive labels, such as cuboid annotations, for training. Results on the NYU Depth v2 dataset demonstrate that the proposed algorithm successfully abstracts cluttered real-world 3D scene layouts.

📄 PDF Abstract BibTeX arXiv:2403.10452

Code (1)

fkluger/cuboids_revisited 공식 구현 pytorch

Tasks

Depth EstimationScene Parsing

Similar Papers 제목 키워드 기반

Improved Convex Decomposition with Ensembling and Boolean Primitives

2024-05-29 · Vaibhav Vavilala, Florian Kluger, Seemandhar Jain, Bodo Rosenhahn 외

Describing a scene in terms of primitives -- geometrically simple shapes that offer a parsimonious but accurate abstraction of structure -- is an established vision problem. This is a good model of a difficult fitting pr…

regressionScene Segmentation

Deep Deformable Models: Learning 3D Shape Abstractions with Part Consistency

2023-09-02 · Di Liu, Long Zhao, Qilong Zhangli, Yunhe Gao 외

The task of shape abstraction with semantic part consistency is challenging due to the complex geometries of natural objects. Recent methods learn to represent an object shape using a set of simple primitives to fit the …

Modern Evolution Strategies for Creativity: Fitting Concrete Images and Abstract Concepts

2021-09-18 · Yingtao Tian, David Ha

Evolutionary algorithms have been used in the digital art scene since the 1970s. A popular application of genetic algorithms is to optimize the procedural placement of vector graphic primitives to resemble a given painti…

Evolutionary Algorithms

Light-SQ: Structure-aware Shape Abstraction with Superquadrics for Generated Meshes

2025-09-29 · Yuhan Wang, Weikai Chen, Zeyu Hu, Runze Zhang 외 arxiv

In user-generated-content (UGC) applications, non-expert users often rely on image-to-3D generative models to create 3D assets. In this context, primitive-based shape abstraction offers a promising solution for UGC scena…

DeFormer: Integrating Transformers with Deformable Models for 3D Shape Abstraction from a Single Image

2023-09-22 · ICCV 2023 1 · Di Liu, Xiang Yu, Meng Ye, Qilong Zhangli 외

Accurate 3D shape abstraction from a single 2D image is a long-standing problem in computer vision and graphics. By leveraging a set of primitives to represent the target shape, recent methods have achieved promising res…