All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

ShapeLib: Using LLMs to Design Programmatic 3D Shape Abstraction Libraries

By

[Submitted on 13 Feb 2025 (v1), last revised 31 May 2026 (this version, v3)]

7d ago· 2 min readenNews

Summary

ShapeLib is a novel method that leverages Large Language Models (LLMs) to design libraries of programmatic 3D shape abstractions. The system accepts user-provided design intent through text descriptions and exemplar shapes, then uses a guided LLM workflow to propose, implement, and validate abstraction functions. It develops library-specific recognition networks to map shapes to programs using these abstractions, enabling generalization beyond seed sets. The method combines LLM reasoning with geometric reasoning to author reusable, interpretable shape abstractions that support downstream applications like shape editing and generation.

Key quotes

· 5 pulled
We present ShapeLib, the first method that uses the priors of Large Language Models (LLMs) to design libraries of programmatic 3D shape abstractions.
Our framework takes a step towards realizing the long-standing shape analysis aspiration of discovering reusable, programmatic shape abstractions while exposing interpretable, semantically aligned interfaces.
Across multiple modeling domains (split by shape category), we find that LLMs, when thoughtfully combined with geometric reasoning, can be guided to author libraries of abstraction functions that generalize across shape distributions.
Our extensive evaluation demonstrates that ShapeLib provides distinct advantages over prior alternative abstraction discovery works in terms of generalization, usability, and maintaining plausibility under manipulation.
ShapeLib's abstraction functions unlock a number of downstream applications, combining LLM reasoning over shape programs with geometry processing tools to support shape editing and generation workflows.
Snippet from the RSS feed
We present ShapeLib, the first method that uses the priors of Large Language Models (LLMs) to design libraries of programmatic 3D shape abstractions. Our system accepts two forms of user-provided design intent: high-level text descriptions of functions to

You might also wanna read