菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-29
📄 Abstract - AlphaJet: Automated Conceptual Aircraft Synthesis via Disentangled Generative Priors and Topology-Preserving Evolutionary Search

Conceptual aircraft design is traditionally an expert-mediated iterative process in which a human designer proposes a configuration, runs low-order physics, inspects the result, and re-proposes. We present AlphaJet, an end-to-end automated synthesis pipeline that closes this loop. From a textual mission specification (mass, range, cruise speed, hard size envelope, engine count, areal density) AlphaJet evolves a feasible 3D aircraft in real time, scored by a transparent multi-disciplinary fitness function covering aerodynamics, structures, weights, stability, packaging, and geometric mount consistency. Three contributions distinguish our approach: (i) an Anatomically-Disentangled Variational Autoencoder (AD-VAE) whose first 25 latent dimensions are supervised to align with named anatomical parameters, providing an interpretable shape prior; (ii) a topology-elitist genetic algorithm that protects the best individual from each of five tail topologies and triggers stagnation restarts, preventing premature collapse to a single configuration; and (iii) mount-aware geometric scoring that computes signed penetration between engines and other structural parts, eliminating the redundant artifacts common in generative aircraft models. The full loop runs interactively on a CPU and streams every generation to a browser viewer, making it a practical real-world automation tool for early-phase design-space exploration.

顶级标签: machine learning systems generation
详细标签: automated design generation genetic algorithm variational autoencoder aerospace 或 搜索:

AlphaJet:基于解耦生成先验与拓扑保持进化搜索的自动化概念飞机综合设计 / AlphaJet: Automated Conceptual Aircraft Synthesis via Disentangled Generative Priors and Topology-Preserving Evolutionary Search


1️⃣ 一句话总结

本文提出AlphaJet系统,能够根据文本形式的任务需求自动生成并优化三维飞机模型,通过可解释的形状编码、保护多种尾翼拓扑的进化算法以及避免发动机与结构干涉的几何评分,实现了实时交互的概念设计自动化。

源自 arXiv: 2604.26337