저가 서보는 전류에 토크 상수를 곱하는 단순식으로 실제 움직임을 충분히 설명하기 어렵다. 마찰·히스테리시스·백래시·열 효과가 명령 추종에 함께 작용하기 때문이다. NeuralActuator는 시간 순서의 로봇 상태와 구동기 텔레메트리를 읽어 이 비선형성을 학습한다.
출력은 미분가능 시뮬레이터에서 궤적을 진행시키는 일반화 힘의 대리값, 외력과 접촉 확률, 모터 상태 점수다. 힘 대리값은 직접 토크 라벨 없이 자세 궤적과 시뮬레이션 오차로 학습하고, 외력·접촉 게이트·모터 상태는 각각의 센서 라벨로 감독한다.
Figure 3. Fig. 3: NeuralActuator pipeline. At each time step t, NeuralActuator takes the commanded pose qcmd(t), an effort-related actuator signal u(t), actuator-side telemetry, and tracking feedback e(t), together with a history buffer Ht that summarizes recent commands, states, and telemetry (e.g., joint poses and velocities). A Transformer encoder (×N blocks) maps the sequence to four task heads: (i) a simulator- equivalent generalized-effort surrogate τ, termed the torque surrogate below, (ii) a raw external-force estimate ˆfraw, (iii) a contact-probability gate g, and (iv) a per-motor condition vector c. The gated force is ˆf = gˆfraw. Only the clipped predicted surrogate ¯τ is supplied to the differentiable simulator as its generalized control input; the simulator then advances the state to time t+1 and updates the history buffer. The force, gate, and condition predictions are supervised outputs and do not enter the simulator state update. Gradients through Diff Sim supervise the torque-surrogate head from real-robot state transitions, while the other heads use their direct losses. Right: High-level schematic of the Transformer and output heads. The implementation uses the pre-normalized gated-attention and GELU encoder blocks specified in the text; the condition branch represents per-motor condition scores, and the separately implemented contact gate is omitted for visual clarity. 출처: arXiv:2607.11734
데이터는 쌍팔 원격조작 장치에서 로봇 상태와 텔레메트리, 외력 라벨을 함께 모은 Neural Actuation Dataset이다. 시간 의존성은 실시간 추론을 목표로 한 트랜스포머가 처리한다.
평가는 5자유도 OpenManipulator-X, 6자유도 SO-101, 7자유도 Franka Emika Panda에서 이뤄졌다. 가격대는 약 500달러부터 3만달러 초과까지다. 저가 두 플랫폼은 동역학과 외력을 시험했고, Franka는 오프라인 탑재하중 힘 추정에 사용됐다. 사전학습 모듈을 행동복제에 넣은 개선도 보고됐다.
힘 센서가 없는 접촉 인지와 시뮬레이션 보정을 한 모델로 묶은 점은 저가 조작기에 유용하다. 그러나 외력 정답을 모을 때는 센서가 필요했고, 접촉 확률이 틀리면 힘 출력도 게이트에서 차단될 수 있다.
세 플랫폼과 수집 작업 밖의 충돌·온도·마모·감속기에서 일반화는 입증되지 않았다. 안전 정격이 필요한 힘 제어에서 독립 센서를 대체할 수준도 아니다. arXiv:2607.11734는 동료검토 전 공개 원고이며 장기 열화와 고속 충돌 시험이 남아 있다.