惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
P
Proofpoint News Feed
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
A
About on SuperTechFans
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
The Cloudflare Blog
F
Fortinet All Blogs
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
罗磊的独立博客
量子位
有赞技术团队
有赞技术团队
V
V2EX
Engineering at Meta
Engineering at Meta

School of Computer Science News

Rathje Named SAGE Emerging Scholar Robotics Innovation Center Earns LEED Platinum Certification for Sustainable Construction AI4MiddleSchools Expands Nationwide Effort To Prepare Students for an AI-Powered Future Carvalho Earns NSF CAREER Award To Study Motivation and Learning Season Three of 'Does Compute' Now Available Rare Ventures Partners Rings NYSE Opening Bell Bringing Images to Life Through Touch - Robotics Institute Carnegie Mellon University Fried Receives NSF CAREER Award - Language Technologies Institute - School of Computer Science - Carnegie Mellon University PAIR Helps Students Find Their Place in AI Research Navigating the AI Era with a CMU Focus on Critical Thinking Kaess Named to Inaugural Chief of Naval Research Fellows Program Navigating the Moon Koedinger Wins Lifetime Achievement Award Carnegie Mellon Names Damion Shelton Associate VP and Executive Director of the Swartz Center for Entrepreneurship Hong Shen Discusses AI Safety at WEF Annual Meeting Erickson Earns NSF CAREER Award - Robotics Institute Carnegie Mellon University Satya Honored With Test of Time Award From Proof to Program: CMU and the Rise of AI-Driven Mathematics SCS Researchers Named to Inaugural ACM SIGSOFT Software Engineering Academy Healthcare Blind Spots: AI Models Prone To Fabricating Diagnoses - Robotics Institute Carnegie Mellon University You Can't Remove Humans From Software Engineering Designing the Future of Tech Governance AI, Single-Cell Technology Reveal How 3D Genome Differs in People With Alzheimer's Disease Tepper School of Business and School of Computer Science Partner to Launch AI for Business Executive Education Program Carnegie Mellon Researchers Lead Three DOE Genesis Mission Awards to Advance the Future of AI-Enabled Scientific Discovery Snake Robots Support Earthquake Search and Rescue in Venezuela Lindlbauer Receives NSF CAREER Award for Adaptive Extended Reality Interfaces Fredrikson Earns Test of Time Award for AI Security CMU Advances Defense Manufacturing and Military Education at Pennsylvania Defense and Innovation Summit Looking Ahead: AI Needs UI
Teaching AI-Generated Scenes To Obey Physics
2026-03-19 · via School of Computer Science News
SCS researchers, including CSD's Guying Lin (shown), have developed a new scene-generation framework that creates physically realistic, simulation-ready 3D scenes from text prompts.

The Breakdown

  • PAT3D generates 3D scenes from text prompts that remain stable and realistic under physical forces like gravity.
  • The system significantly reduces the time required to manually design complex virtual environments.
  • PAT3D creates simulation-ready environments that can be used for applications such as video game design and robotics training.

***

Researchers in Carnegie Mellon University's School of Computer Science have developed a new scene-generation framework that creates physically realistic, simulation-ready 3D scenes from text prompts.

Physics-Augmented Text-to-3D Scene Generation (PAT3D) creates final products that not only look convincing but also behave correctly under real-world physical forces. The work could significantly reduce the amount of time it takes to create training simulation scenes for applications like robotics and video game design.

"PAT3D moves beyond purely visual generation by creating scenes that remain stable when interacted with under physical forces such as gravity and object contact," said Guying Lin, a Ph.D. student in CMU's Computer Science Department (CSD). "This technique makes the generated environments more useful and realistic for applications such as video game design, robotics training and simulation-based research."

Many artificial intelligence systems will instantly generate a 3D environment based on short scene descriptions that users supply: a stack of colorful blocks, a toothbrush resting in a cup or a basket filled with fruit. But those scenes often don't follow the rules of physics, like gravity. Objects may fuse together or float unnaturally in midair, while some scenes may collapse altogether.

PAT3D uses both large language and visual language models to turn a simple text prompt into a fully constructed, physically viable 3D scene. First, the large language models generate a visually plausible draft of the scene based on the user's description. Next, a visual language model analyzes the scene and extracts relationships between objects, like which objects support others or how they should be positioned relative to each other.

These relationships are then evaluated by a physics simulator. This "physics teacher" checks whether the scene follows real-world physical constraints. Based on its observations, the simulator adjusts object placements until the environment becomes physically plausible and stable. The final generated scene is then physically grounded, interactive and ready for multiple applications.

The system currently takes anywhere from 10 to 30 minutes to generate a scene, with exact times depending on the number of objects and the complexity of the prompt. This automated process is significantly faster than traditional 3D scene design, which can take designers days or weeks to build manually.

"During my undergraduate studies, I spent a lot of time manually designing game scenes, so I'm very familiar with how extensive the process can be," Lin said. "Now, during my Ph.D., I'm excited that technology like this can automate parts of that work while also benefiting fields like robotics. Since robots are often trained in simulated environments before being deployed in the real world, those simulations need to closely match physics in real life. PAT3D does just that."

The research was advised by CSD Assistant Professor Minchen Li and Jun-Yan Zhu, the Michael B. Donohue Assistant Professor of Computer Science and Robotics. Along with Lin, Li and Zhu, the PAT3D research team included Michael Liu, a CSD doctoral research assistant; Ruihan Gao, a Robotics Institute doctoral student; Hanke Chen, an SCS undergraduate student; Lyuhao Chen, an Electrical and Computer Engineering Department master's student; and Beijia Lu, a Robotics Institute master's student. Researchers from the University of Hong Kong and the Hong Kong University of Science and Technology were also involved, including Kemeng Huang, Taku Komura and Yuan Liu.

PAT3D was accepted to the 2026 International Conference on Learning Representations. Read the paper to learn more about the project.