physics-simulation

Tag

Cards List
#physics-simulation

HI-MeshGraphNets: Efficient and Accurate Mesh-based Physics Learning with Hierarchical Multi-scale Graph Neural Networks

arXiv cs.LG · 2d ago Cached

HI-MGN introduces a hierarchical multiscale graph neural network to improve long-range communication in mesh-based physics simulations, enhancing accuracy while reducing training time and memory usage compared to existing methods.

0 favorites 0 likes
#physics-simulation

eigendrum

Hacker News Top · 4d ago Cached

Eigendrum is a web tool that allows users to draw shapes and hear them as real drums by solving eigenvalue problems for drumhead vibrations using finite element methods.

0 favorites 0 likes
#physics-simulation

With a feel for physics, AI models simulate a wider range of real-world scenarios

MIT News — Artificial Intelligence · 2026-08-10 Cached

MIT CSAIL and Tsinghua University researchers introduce GeoPT, a pre-training approach that uses synthetic dynamics to help AI models learn physics more efficiently for simulating real-world scenarios like vehicle safety and robot testing. It reaches peak performance twice as fast and trains on up to 60% less data.

0 favorites 0 likes
#physics-simulation

SIMD for Collision

Lobsters Hottest · 2026-07-22 Cached

This post discusses the use of SIMD to optimize collision detection for convex hulls in Box3D, particularly using wide SIMD and the Separating Axis Test to improve performance for hulls with many edges.

0 favorites 0 likes
#physics-simulation

@Vincent_AINotes: Just now, the research community was blown away by an open-source project called The Well. Someone packaged high-precision physics simulation results that would normally require a national lab, millions of dollars, and weeks on a supercomputer, totaling 15TB, and threw it online, 100% free and open source! This is the "digital twin" collection of humanity's top computing power...

X AI KOLs Timeline · 2026-07-10 Cached

The Well is an open-source project providing 15TB of high-precision physics simulation results, which would normally cost millions of dollars and weeks on a supercomputer at a national lab, now 100% free and open source, making a huge impact on the scientific research field.

0 favorites 0 likes
#physics-simulation

Frieve Vinyl Explained – Microscopic stylus/groove physics simulation

Hacker News Top · 2026-07-09 Cached

An interactive app that simulates the microscopic physics of a stylus tracing a vinyl groove, using realistic contact mechanics, noise sources, and tracing distortion, calibrated to real-world orders of magnitude.

0 favorites 0 likes
#physics-simulation

SimWorlds: A Multi-Agent System for Dynamic 3D Scene Creation

arXiv cs.AI · 2026-07-03 Cached

SimWorlds is a multi-agent framework that generates dynamic, editable 4D scenes from natural language, using Blender-specific procedural knowledge and a planner-coder-reviewer workflow, outperforming prior baselines.

0 favorites 0 likes
#physics-simulation

The Physics of Memory (aka can Javascript ECS?)

Lobsters Hottest · 2026-07-02 Cached

This article presents a detailed benchmark comparing ECS and OOP architectures in JavaScript for a 2D physics simulation, testing memory locality and performance across multiple dimensions including broad-phase algorithms and sorting strategies, with results on an M4 Mac.

0 favorites 0 likes
#physics-simulation

@rohanpaul_ai: Fable 5 absolutely crushed the HTML5 physics contest, but cost 6x more than Opus 4.8 and 39× more than GLM 5.2 in that …

X AI KOLs Timeline · 2026-07-01 Cached

A comparison of four AI models (Fable 5, Opus 4.8, GLM 5.2, GPT 5.5) on generating HTML5 canvas physics demos shows Fable 5 outperforms others in quality but costs significantly more per test.

0 favorites 0 likes
#physics-simulation

@NVIDIAAI: Most motion papers tailor one controller to one specific task. This year at SIGGRAPH, our research team asks: can motor…

X AI KOLs Timeline · 2026-06-30 Cached

NVIDIA research presents Generative Pretrained Controllers (GPC), a method to pretrain motor control using discrete tokens and transformer-based next-token prediction, enabling fine-tuning for new tasks. Trained on 600+ hours of motion, GPC runs in real-time physics simulation for interactive control.

0 favorites 0 likes
#physics-simulation

PhysiFormer: Learning to Simulate Mechanics in World Space

Hugging Face Daily Papers · 2026-06-25 Cached

PhysiFormer uses coordinate-space diffusion to generate physically-plausible 3D object motions without explicit inductive biases, enabling efficient multi-object reasoning and generalization to complex materials and geometries.

0 favorites 0 likes
#physics-simulation

Show HN: Neural Particle Automata

Hacker News Top · 2026-06-23 Cached

Introduces Neural Particle Automata, a method for learning self-organizing particle dynamics using smooth particle hydrodynamics perception, enabling particles to have local perception vectors for an update rule, analogous to Neural Cellular Automata but on continuous particle positions.

0 favorites 0 likes
#physics-simulation

Environments AI generating and running code for physics simulations?

Reddit r/artificial · 2026-06-17

This article introduces Environments AI, a tool that generates and runs code for physics simulations, enabling easier creation of simulation environments.

0 favorites 0 likes
#physics-simulation

@atomic_chat_hq: New @Zai_org GLM-5.2 beats Kimi K2.7 Code on physics contest! We gave both models the same three prompts and asked them…

X AI KOLs Following · 2026-06-17 Cached

Z.ai releases GLM-5.2, an open-weights AI model with improved coding and agentic performance, demonstrated by beating Kimi K2.7 Code on a physics simulation benchmark across three tasks.

0 favorites 0 likes
#physics-simulation

Adaptive Volumetric Mechanical Property Fields Invariant to Resolution

Hugging Face Daily Papers · 2026-06-16 Cached

AdaVoMP uses a sparse adaptive voxel structure and transformer encoder-decoder to predict spatially-varying mechanical properties for 3D objects, enabling high-resolution deformable simulations with improved accuracy and efficiency.

0 favorites 0 likes
#physics-simulation

I built an arena where LLMs sword-fight with real physics. You decide which part of the blade is sharp, vote blind, and free OpenRouter models battle for Elo. Llama 3.3 is currently stabbing GPT-OSS in the face.

Reddit r/AI_Agents · 2026-06-12

A new arena lets LLMs control physics ragdolls in weapon duels where users define weapon damage zones, vote blind, and models battle for Elo. Free models like Llama 3.3 and GPT-OSS compete, with self-hostable infrastructure.

0 favorites 0 likes
#physics-simulation

Conformal Prediction for Neural Operators: Distribution-Free Uncertainty Quantification in Physics Simulation

arXiv cs.LG · 2026-06-10 Cached

Proposes the first application of split conformal prediction to neural operator-based physics simulation, providing distribution-free prediction intervals with finite-sample coverage guarantees and adaptive-width intervals using MC Dropout uncertainty.

0 favorites 0 likes
#physics-simulation

PhyGenHOI: Physically-Aware 4D Generation of Dynamic Human-Object Interactions

Hugging Face Daily Papers · 2026-05-28 Cached

PhyGenHOI is a novel framework that generates physically accurate 4D human-object interactions by coupling motion diffusion models with material point method simulations using 3D Gaussian representations.

0 favorites 0 likes
#physics-simulation

Navier-Stokes fluid simulation explained with Godot game engine

Hacker News Top · 2026-05-26 Cached

A blog post tutorial explaining how to implement Navier-Stokes fluid simulation in the Godot game engine, including code and mathematical explanations for learning purposes.

0 favorites 0 likes
#physics-simulation

Gave GPT-4o and Claude the exact same double pendulum prompt. They picked opposite angle conventions within seconds.

Reddit r/ArtificialInteligence · 2026-05-16

An experiment feeding GPT-4o, Claude 3.5 Sonnet, and other models the same double pendulum prompt reveals they pick opposite angle conventions, causing immediate visible mismatch in a shared renderer. The convention split, non-random across model families, suggests a bias in training data distribution for classical mechanics problems.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback