WisPaper
WisPaper
学术搜索
学术问答
价格
TrueCite
[ArXiv 2025] Minimalist Compliance Control: Hardware-Agnostic Force Interaction Without Sensors
总结
问题
方法
结果
要点
摘要

The paper introduces Minimalist Compliance Control, a method that enables compliant robotic behavior using only standard motor signals (current or PWM voltage) without requiring force/torque sensors or reinforcement learning. It estimates external wrenches through motor models and Jacobians, integrating them into a task-space admittance controller to achieve SOTA-level interactive stability across diverse robot embodiments.

TL;DR

Minimalist Compliance Control (MCC) is a paradigm shift in robot interaction. It proves that you don't need expensive 6-axis force sensors or complex RL training to make a robot "soft" and reactive. By simply monitoring the electrical signals already flowing through modern motors (Current/PWM) and applying a refined version of classic admittance control, the authors enable humanoids and dexterous hands to wipe whiteboards, rotate objects, and handle eggs with high reliability.

Field Positioning: This work is a "return to fundamentals" that outperforms contemporary black-box RL methods by providing a robust, model-based bridge between high-level AI (VLMs) and low-level physical contact.


The Problem: The High Cost of "Feeling"

In robotics, "Compliance" is the ability to yield to external forces—essential for safety and contact tasks (e.g., drawing, scrubbing). Historically, this required:

  1. Expensive Hardware: Force/Torque (F/T) sensors are costly and break easily under impact.
  2. Complex RL: Learning-based compliance usually fails in the real world because "stiffness" in simulation rarely matches the physical friction and damping of real gears.

The authors identified a critical insight: Compliance doesn't require 100% force accuracy. It mostly needs the correct direction and timing of the force response to avoid "fighting" the environment.


Methodology: Mining Gold from Motor Noise

The core of MCC is a three-stage pipeline that turns a "dumb" motor into a force-aware actuator.

1. Motor Torque Estimation

Instead of adding sensors, MCC uses a calibrated motor model. For motors without current sensors, they derive current () from PWM duty cycles and back-EMF: Crucially, they account for Asymmetric Efficiency. Pushing a load (forward) has different power losses than being pushed by a load (back-driving). By modeling these direction-dependent gains ( and ), they can estimate torque even through high-friction, 200:1 reduction gears.

2. External Wrench Estimation

Once joint torques are known, the system uses the Robot Jacobian () to map these torques to task-space forces (). They even offer a 1D regularized version to focus only on the forces along the contact normal, making the system incredibly robust to signal noise.

System Architecture Figure 1: The MCC framework is embodiment-agnostic, working on arms, hands, and humanoids by updating task-space positions via a virtual spring-mass-damper model.

3. Spring–Mass–Damper Integration

The estimated force is fed into a virtual physical model. If the robot feels an external push, the model shifts the "desired position" () to flow with the force, which is then sent to a standard IK solver.


Experiments: Real-World Superiority

The authors put MCC through a "gauntlet" of four different robot platforms.

Accuracy vs. Ground Truth

Comparing MCC estimates against an expensive ATI Mini45 sensor, the results showed an error of only ~0.7N to 1.05N. This is sufficient for almost all common manipulation tasks.

Accuracy Comparison Figure 2: MCC force estimation (dashed) vs. Ground Truth (solid). The tracking is remarkably tight even during rapid contact events.

Benchmarking vs. RL (UniFP & FACET)

When compared to the latest RL-based compliance policies, MCC showed significantly better tracking and safety. RL baselines (UniFP/FACET) often couldn't maintain steady contact or produced "force spikes" that could damage the robot or the environment.

| Method | Pos. Error (mm) | Root Pitch (rad) - Force Proxy | | :--- | :--- | :--- | | UniFP (RL) | 57.8 | 0.068 (High/Unstable) | | FACET (RL) | 22.4 | 0.018 (Too weak) | | Ours (MCC) | 15.9 | 0.029 (Stable Contact) |


Diverse Applications: From VLMs to Humanoids

The highlight of the paper is its Plug-and-Play nature.

  • VLM Planning: A Vision-Language Model looks at a whiteboard, picks a "star" pattern, and MCC handles the physical contact required to draw it.
  • Imitation Learning: Using Diffusion Policies, the robot learns to flip an egg. MCC ensures that if the spatula hits the table too hard, the arm "yields" rather than breaking.
  • Dexterous In-Hand Manipulation: MCC allows a LEAP hand to rotate balls and objects by maintaining specific contact forces between fingertips.

Task Diversity Figure 3: MCC enabling a humanoid to perform complex tasks like spatula manipulation where precise contact force is the difference between success and a broken egg.


Critical Analysis & Conclusion

The Takeaway: MCC democratizes compliance. You no longer need a hundred-thousand-dollar robot setup to perform contact-rich manipulation.

Limitations:

  • Non-backdrivable Gears: The method won't work on self-locking worm gears or servos with massive stiction.
  • Highly Dynamic Motion: The "Quasi-static" assumption means it might struggle with very high-speed impacts where Coriolis forces dominate.

Future Impact: This work provides the "missing link" for low-cost humanoid startups. By implementing MCC, these robots can move beyond "shadow boxing" in the air and start performing real, useful work in human environments without the overhead of complex, dangerous learning-only policies.

发现相似论文

试试这些示例

  • Which recent papers explore sensorless force estimation using Disturbance Observers (DOB) in high-ratio gear transmission systems?
  • How does the "forward/backward drive" efficiency model in this paper compare to the original torque estimation models proposed for the MIT Cheetah or ANYmal robots?
  • Investigate contemporary research that combines Vision-Language Models (VLMs) with admittance control for long-horizon contact-rich manipulation tasks.
目录
[ArXiv 2025] Minimalist Compliance Control: Hardware-Agnostic Force Interaction Without Sensors
1. TL;DR
2. The Problem: The High Cost of "Feeling"
3. Methodology: Mining Gold from Motor Noise
3.1. 1. Motor Torque Estimation
3.2. 2. External Wrench Estimation
3.3. 3. Spring–Mass–Damper Integration
4. Experiments: Real-World Superiority
4.1. Accuracy vs. Ground Truth
4.2. Benchmarking vs. RL (UniFP & FACET)
5. Diverse Applications: From VLMs to Humanoids
6. Critical Analysis & Conclusion