BrickAnything: Geometry-Conditioned Buildable Brick Generation with Structure-Aware Tokenization
Quick Take
BrickAnything introduces a geometry-conditioned autoregressive framework for generating buildable brick structures from 3D shapes, improving structural stability and fidelity. The model utilizes a structure-aware tree tokenization and preference-based alignment, demonstrating enhanced performance in producing physically realizable designs compared to conventional methods.
Key Points
- BrickAnything generates brick structures using point clouds as a geometric interface.
- Introduces structure-aware tree tokenization to model brick dependencies effectively.
- Implements validity-constrained decoding to enhance buildability objectives.
- Extensive experiments show improved geometric fidelity and reduced invalid states.
- Outperforms conventional ordering strategies in rollback and regeneration.
Article Content
From source RSS / original summaryarXiv:2605. 26182v1 Announce Type: new Abstract: Generating physically buildable brick structures from 3D shapes requires more than geometric reconstruction: the output must also satisfy discrete part constraints and structural stability.
Existing brick generation methods either rely on heuristic optimization, which can break down when the target 3D shape does not admit a feasible structure under predefined constraints, or generate brick sequences without explicitly modeling the underlying 3D geometry and assembly relations. In this work, we present BrickAnything, a geometry-conditioned autoregressive framework for generating buildable brick structures from diverse 3D representations.
BrickAnything uses point clouds as a unified geometric interface and predicts brick sequences that reconstruct the target shape under assembly constraints. To model structural dependencies among bricks, we introduce a structure-aware tree tokenization, which represents brick structures through local attachment relations. This formulation makes sequence generation more consistent with the physical construction process, and reduces invalid intermediate states.
We further introduce preference-based alignment post-training, validity-constrained decoding and adaptive rollback to improve buildability objectives such as stability and geometric fidelity. Extensive experiments demonstrate that BrickAnything produces geometrically faithful and physically realizable brick structures, and that the proposed tokenization effectively reduces rollback and regeneration compared with conventional ordering strategies.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →The Importance of Out-of-Band Metadata for Safe Autonomous Agents: The Redpanda Agentic Data Plane
The Redpanda Agentic Data Plane (ADP) introduces out-of-band metadata channels to enhance the safety of autonomous AI agents, ensuring secure data access and tamper-proof audit trails. This architecture mitigates risks associated with unpredictable AI behavior by enforcing governance throughout the agent lifecycle, demonstrated in a multi-agent trading system with strict data scoping and approval thresholds.
