MetaGen: A DSL, Database, and Benchmark for VLM-Assisted Metamaterial Generation

Today, I attend the Amazon Machine Learning Conference (AMLC2025) in Seattle downtown

There is a keynote presentation from professor Wojciech Matusik

He aim to establish an extensible, community-contributed metamaterial design platform and promote the application and research of VLM in the field of material design.

This ecosystem comprises three core components:

  1. MetaDSL: A domain-specific language specifically designed for metamaterial structural design, capable of describing structural modules, geometric evolution, infill methods, etc.

  2. MetaDB: A database based on the MetaDSL program. Each record includes DSL code, corresponding 3D geometry, rendered images, multi-view images, and simulated or computed physical performance.

  3. MetaBench: A benchmark suite for evaluating VLM in various tasks in metamaterial design (such as structural reconstruction, physical understanding, and reverse design), providing standard tasks, input/output formats, and evaluation metrics.

In addition, this proposal also includes an interactive interface or auxiliary system (such as MetaAssist) enabling users/models to interact across language, images, code, and geometry.

2 Likes

Great and brief us with what you learn there. Thanks a lot!

1 Like

I came across this paper today and was about to share it here. I think this is a very important paper that we can follow for blade design. @su.tian.22

@Haodong which paper? Can you provide the link here?

The one Shau-Shiun is sharing.

Looks like another similar work @Yu_Group

@Jeffrey_Liu this is related to meta materials, is this something we can learn for our NSF project?

I will read it. Thank you for sharing.

The third dataset mentioned in this post relates to this work. The first author shared this dataset.

For the paper “MetamatBench“, my reviews are as follows:

The proposed system is structured into three main components: (1) standardization of metamaterial input, (2) implementation of 17 machine learning (ML) models, and (3) a graphical user interface (GUI).

Regarding the first component (input standardization), this aligns well with my parallel research on heat-kernel representation, which is promising. However, I have significant reservations about the overall approach, particularly the feature engineering strategy. The authors propose six groups of features, each potentially multi-dimensional. This raises two primary concerns:

  1. Scalability: The framework appears difficult to extend. Integrating new features seems cumbersome and not scalable for future developments.

  2. Dimensionality: This results in a very high-dimensional input space, which is often suboptimal for efficient metamaterial prediction and design due to the curse of dimensionality and increased computational cost.

Regarding the second component (ML models), this essentially serves as a benchmark study. It is unclear how a general benchmarking of existing models contributes specific value to the goals of our NSF project. We should clarify the unique contribution here.

Finally, the third component (GUI) is primarily a user interface design task. If our intention is to leverage CompositeAI as the interface, we likely have the capability to provide a superior and more integrated solution than what is proposed here.