{"id":367494,"date":"2026-07-17T03:45:44","date_gmt":"2026-07-16T22:15:44","guid":{"rendered":"https:\/\/ebiztoday.news\/?p=367494"},"modified":"2026-07-17T03:45:44","modified_gmt":"2026-07-16T22:15:44","slug":"a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news","status":"publish","type":"post","link":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/","title":{"rendered":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News"},"content":{"rendered":"<div>\n<p>Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests.\u00a0<\/p>\n<p>Researchers from MIT and elsewhere have now developed a system that may teach a vision-language model to mechanically convert 2D designs into CAD programs which are far more accurate and functional in comparison with other approaches, while using only a fraction of the computation.<\/p>\n<p>By improving the performance and efficiency of AI-driven CAD generation, this method could streamline the rapid prototyping process and reduce costs. It could also help engineers discover useful design decisions they may otherwise overlook.\u00a0<\/p>\n<p>The system generates recent data based on the model\u2019s abilities because it attempts to convert a 2D image right into a CAD program. The framework corrects the model\u2019s failures and incorporates them right into a dataset with its successful solutions.\u00a0<\/p>\n<p>It uses these data to show the model easy methods to fix specific mistakes and tackle tricky problems it could struggle with by itself.<\/p>\n<p>\u201cWe would like engineers to give you the chance to point our framework at an underperforming CAD model, set a compute budget, and let the system take over \u2014 turning the model\u2019s own mistakes into higher training data,\u201d says lead writer Giorgio Giannone, a research affiliate within the Design Computation and Digital Engineering (DeCoDE) Lab at MIT and a principal research scientist on the AI Innovation Team at Red Hat.<\/p>\n<p>He&#8217;s joined on the <a href=\"https:\/\/arxiv.org\/pdf\/2603.27448\" target=\"_blank\">paper<\/a> by Anna Claire Doris, a mechanical engineering graduate student at MIT; Amin Heyrani Nobari, an MIT postdoc; Kai Xu of RedHat; and co-senior authors Akash Srivastava, director of Core AI at IBM and a principal investigator on the\u00a0MIT-IBM Computing Research Lab; and Faez Ahmed, associate professor of mechanical engineering at MIT, leader of the DeCoDE Lab, and a principal investigator on the\u00a0MIT-IBM Computing Research Lab. The research was recently presented on the International Conference on Machine Learning.<\/p>\n<p>\u201cNearly every physical product around us, from airplanes to appliances, begins its life as a CAD model. Industry teams are anticipating AI that will help speed-up the creation of those designs, but today&#8217;s models often produce easy shapes inadequate for practice. What excites me about this work is that it gives many image-to-CAD-code models a method to improve themselves, learning from their very own errors somewhat than waiting for more human-made data \u2014 and that brings trustworthy AI design tools much closer to on a regular basis engineering,\u201d says Ahmed.<\/p>\n<p><strong>Model-aware data<\/strong><\/p>\n<p>The researchers are working toward constructing vision-language models (VLMs) for CAD generation. These VLMs take a 2D image and a few descriptive text, and output Python code that might be executed in a CAD software program to generate a 3D model of a physical object.<\/p>\n<p>They studied the challenges of deploying existing VLMs for this task and determined the most important bottleneck that limits their capabilities is the dearth of diverse, high-quality CAD datasets to coach them.\u00a0<\/p>\n<p>To treatment this, they sought to create recent data to show a model easy methods to perform CAD generation, using a process often known as data augmentation.<\/p>\n<p>In data augmentation, scientists typically create recent data by randomly tweaking existing data to generate more samples, often by adjusting the colour, size, and shape of objects in images.\u00a0<\/p>\n<p>As an alternative, the MIT researchers built an information augmentation system called GIFT (which stands for Geometric Inference Feedback Tuning) that generates data designed to enhance the performance of 1 VLM for a selected task.<\/p>\n<p>GIFT develops an understanding of the model\u2019s strengths and weaknesses by testing it. Then it uses this data to generate data that might improve the model\u2019s performance on the CAD generation problems it struggles to resolve.<\/p>\n<p>\u201cWe would like to acquire data augmentation that&#8217;s informed by the model itself,\u201d Giannone says.\u00a0<\/p>\n<p><strong>Learning from mistakes<\/strong><\/p>\n<p>To do that, GIFT asks the model to generate code that solves a CAD generation problem multiple times in parallel. It checks the correctness of those guesses to grasp how well the model can solve this problem.<\/p>\n<p>\u201cFor a model, generating CAD query code that is nearly<em>\u00a0<\/em>correct shouldn&#8217;t be that tough, but generating code that&#8217;s perfectly correct and might be executed is far more difficult for a normal VLM,\u201d Giannone says.<\/p>\n<p>For guesses which are nearly correct, GIFT adjusts them to develop into successful solutions. It saves these \u201cnear-misses\u201d and successful solutions in a brand new dataset that may teach the model easy methods to overcome problems that may often trip it up.<\/p>\n<p>\u201cIf we sample the model 10 times and it generates 10 correct answers to the identical problem, then there shouldn&#8217;t be much for it to learn. We care concerning the in-between cases, where the model might only solve the issue 50 percent of the time,\u201d he says.<\/p>\n<p>Using these in-between cases allows GIFT to generate data augmentations which are each model-aware and task-aware. As well as, by incorporating multiple correct solutions to the identical problem, the brand new data expand the model\u2019s general knowledge of CAD code generation.<\/p>\n<p>This automatic system doesn&#8217;t require human intervention to correct the model\u2019s mistakes.<\/p>\n<p>GIFT creates data augmentations from a pre-trained VLM using a process often known as inference-time scaling. This process allows a static model, which has already been trained, to generate higher outputs without the high computational costs of retraining the complete model.\u00a0<\/p>\n<p>Using inference-time scaling, the user can determine how much computation they wish to use for GIFT, tailoring it to their time and budget constraints.\u00a0<\/p>\n<p>GIFT outperformed several competing techniques, generating CAD programs that were more accurate while using only about 20 percent as much computation. The CAD models generated by VLMs using GIFT were higher aligned with the shapes of ground-truth models.<\/p>\n<p>\u201cWith GIFT, we began with geometry because with engineering problems, if the geometry of a 3D shape shouldn&#8217;t be correct, nothing else can be correct, but there are various other facets to contemplate,\u201d Giannone says.<\/p>\n<p>In the long run, the researchers wish to expand GIFT so the framework can teach models to generate CAD programs that improve the performance and manufacturability of 3D models. Additionally they wish to apply the system to larger models and more diverse CAD generation tasks.<\/p>\n<p>This research was funded, partially, by the\u00a0MIT-IBM Computing Research Lab.\u00a0<\/p>\n<\/div>\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests.\u00a0 Researchers from MIT and elsewhere [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":367495,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[4144,182,356,395,53937,1424,1898],"class_list":["post-367494","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology","tag-designs","tag-mit","tag-models","tag-news","tag-prototyping","tag-rapid","tag-turn"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"ebiztoday.news\"\/>\n\t<meta name=\"google-site-verification\" content=\"G1Pyp5JbhWr5PQ6IszY06NoXKQCjx1ChQj88DWWzPq8\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"eBizToday - Your Weekly Window to World\u2019s Pulse\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday\" \/>\n\t\t<meta property=\"og:description\" content=\"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-16T22:15:44+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-16T22:15:44+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ebiztodaynews\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#blogposting\",\"name\":\"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday\",\"headline\":\"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News\",\"author\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/A-better-way-to-turn-2D-designs-into-3D-models.jpg\",\"width\":2400,\"height\":1600},\"datePublished\":\"2026-07-17T03:45:44+05:30\",\"dateModified\":\"2026-07-17T03:45:44+05:30\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#webpage\"},\"articleSection\":\"Technology, Designs, MIT, Models, News, prototyping, rapid, turn\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ebiztoday.news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#listItem\",\"name\":\"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#listItem\",\"position\":3,\"name\":\"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#person\",\"name\":\"ebiztoday.news\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#personImage\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/litespeed\\\/avatar\\\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1784114062\",\"width\":96,\"height\":96,\"caption\":\"ebiztoday.news\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/\",\"name\":\"ebiztoday.news\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#authorImage\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/litespeed\\\/avatar\\\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1784114062\",\"width\":96,\"height\":96,\"caption\":\"ebiztoday.news\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#webpage\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/\",\"name\":\"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday\",\"description\":\"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/author\\\/ebiztoday-news\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/A-better-way-to-turn-2D-designs-into-3D-models.jpg\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#mainImage\",\"width\":2400,\"height\":1600},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/index.php\\\/2026\\\/07\\\/17\\\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\\\/#mainImage\"},\"datePublished\":\"2026-07-17T03:45:44+05:30\",\"dateModified\":\"2026-07-17T03:45:44+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#website\",\"url\":\"https:\\\/\\\/ebiztoday.news\\\/\",\"name\":\"ebiztoday.news\",\"description\":\"Your Weekly Window to World\\u2019s Pulse\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/ebiztoday.news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday","description":"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have","canonical_url":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"G1Pyp5JbhWr5PQ6IszY06NoXKQCjx1ChQj88DWWzPq8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#blogposting","name":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday","headline":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News","author":{"@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author"},"publisher":{"@id":"https:\/\/ebiztoday.news\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2026\/07\/A-better-way-to-turn-2D-designs-into-3D-models.jpg","width":2400,"height":1600},"datePublished":"2026-07-17T03:45:44+05:30","dateModified":"2026-07-17T03:45:44+05:30","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#webpage"},"isPartOf":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#webpage"},"articleSection":"Technology, Designs, MIT, Models, News, prototyping, rapid, turn"},{"@type":"BreadcrumbList","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ebiztoday.news#listItem","position":1,"name":"Home","item":"https:\/\/ebiztoday.news","nextItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#listItem","name":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News"},"previousItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#listItem","position":3,"name":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News","previousItem":{"@type":"ListItem","@id":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Person","@id":"https:\/\/ebiztoday.news\/#person","name":"ebiztoday.news","image":{"@type":"ImageObject","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#personImage","url":"https:\/\/ebiztoday.news\/wp-content\/litespeed\/avatar\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1784114062","width":96,"height":96,"caption":"ebiztoday.news"}},{"@type":"Person","@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author","url":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/","name":"ebiztoday.news","image":{"@type":"ImageObject","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#authorImage","url":"https:\/\/ebiztoday.news\/wp-content\/litespeed\/avatar\/7d9139c27a95269cfdad19bcccfecd85.jpg?ver=1784114062","width":96,"height":96,"caption":"ebiztoday.news"}},{"@type":"WebPage","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#webpage","url":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/","name":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday","description":"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/ebiztoday.news\/#website"},"breadcrumb":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#breadcrumblist"},"author":{"@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author"},"creator":{"@id":"https:\/\/ebiztoday.news\/index.php\/author\/ebiztoday-news\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2026\/07\/A-better-way-to-turn-2D-designs-into-3D-models.jpg","@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#mainImage","width":2400,"height":1600},"primaryImageOfPage":{"@id":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/#mainImage"},"datePublished":"2026-07-17T03:45:44+05:30","dateModified":"2026-07-17T03:45:44+05:30"},{"@type":"WebSite","@id":"https:\/\/ebiztoday.news\/#website","url":"https:\/\/ebiztoday.news\/","name":"ebiztoday.news","description":"Your Weekly Window to World\u2019s Pulse","inLanguage":"en-GB","publisher":{"@id":"https:\/\/ebiztoday.news\/#person"}}]},"og:locale":"en_GB","og:site_name":"eBizToday - Your Weekly Window to World\u2019s Pulse","og:type":"article","og:title":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday","og:description":"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have","og:url":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/","og:image":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png","og:image:secure_url":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png","article:published_time":"2026-07-16T22:15:44+00:00","article:modified_time":"2026-07-16T22:15:44+00:00","article:publisher":"https:\/\/www.facebook.com\/ebiztodaynews","twitter:card":"summary_large_image","twitter:title":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News - eBizToday","twitter:description":"Engineers often use vision-language models to supply recent designs, akin to for airplane or automobile components. To simulate how those components will perform in realistic situations, they\u2019ll use tried-and-true computer-aided design (CAD) software to generate 3D models of those designs, which they will put through virtual crash or durability tests. Researchers from MIT and elsewhere have","twitter:image":"https:\/\/ebiztoday.news\/wp-content\/uploads\/2025\/01\/Ebiztoday-final_10102024-1.png"},"aioseo_meta_data":{"post_id":"367494","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2026-07-16 23:40:39","updated":"2026-07-16 23:40:39","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ebiztoday.news\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/ebiztoday.news\/index.php\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tA greater method to turn 2D designs into 3D models for rapid prototyping | MIT News\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ebiztoday.news"},{"label":"Technology","link":"https:\/\/ebiztoday.news\/index.php\/category\/technology\/"},{"label":"A greater method to turn 2D designs into 3D models for rapid prototyping | MIT News","link":"https:\/\/ebiztoday.news\/index.php\/2026\/07\/17\/a-greater-method-to-turn-2d-designs-into-3d-models-for-rapid-prototyping-mit-news\/"}],"_links":{"self":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts\/367494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/comments?post=367494"}],"version-history":[{"count":2,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts\/367494\/revisions"}],"predecessor-version":[{"id":367497,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/posts\/367494\/revisions\/367497"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/media\/367495"}],"wp:attachment":[{"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/media?parent=367494"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/categories?post=367494"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ebiztoday.news\/index.php\/wp-json\/wp\/v2\/tags?post=367494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}