Physical AI: How Robots Are Moving Beyond Scripted Moves
The field of Physical AI aims to give robots true perception and decision-making, moving beyond scripted demos. Key trends include agent-based architectures instead of a single end-to-end brain, new learning methods, and a focus on vision, language, and tactile sensing. The ultimate goal is to make robots useful in real production environments.
Physical AI refers to the intelligent software that lets robots perceive, understand, and act in the physical world, distinct from the humanoid form factor. While humanoid robots often perform impressive scripted demos, they lack the ability to adapt to changing conditions. The industry is shifting from training a single massive end-to-end model to an agent-based approach, where multiple specialized models handle different modalities (vision, language, action) and can be updated independently. Learning remains a bottleneck: there are no large-scale datasets like those used for LLMs, and methods such as learning from video still require supplementary annotations. Vision is the most mature sensory channel, with Vision-Language-Action (VLA) models leveraging pre-trained vision encoders and tokenizing images like text. Language acts as a universal interface, allowing high-level commands to be broken down by high-level planners. Tactile sensing is deemed critical for tasks requiring precise manipulation, as vision is insufficient once an object is gripped; research explores artificial skin, but current robots use force sensors. Proprioception—knowing the robot's own body state—is another essential channel, using encoders, IMUs, and torque sensors. Achieving human-like dexterity and adaptability remains a distant goal, but agentic architectures and incremental improvements are seen as the practical path forward.
- Сокращения
- LLM = Large Language Model — Большая языковая модель
- VLM = Vision-Language Model — Модель, объединяющая зрение и язык
- VLA = Vision-Language-Action Model — Модель, объединяющая зрение, язык и действия
- RGB = Red-Green-Blue — Цветовой канал (красный-зеленый-синий)
- RGB-D = Red-Green-Blue-Depth — Цвет и глубина
- IMU = Inertial Measurement Unit — Инерциальный измерительный блок
Source: Habr — хаб ML —
original
