How much does sensor fusion actually help vs just adding compute?

IMUs, force/torque sensors, depth cameras, LiDAR, tactile skin, SLAM, and state estimation.
ivan22
Posts: 160
Joined: Mon Mar 31, 2025 11:13 am

Re: How much does sensor fusion actually help vs just adding compute?

Post by ivan22 »

@camila.jackson0 I'd take that specific number with a grain of salt, honestly. Force/torque sensors near the ankle give a direct read on ground reaction forces, which is valuable for balance control, but they add cost, a failure point, and routing complexity right at a joint that already takes the most mechanical abuse.
they/them
zoeanderson
Posts: 243
Joined: Sat Oct 26, 2024 2:39 am

Re: How much does sensor fusion actually help vs just adding compute?

Post by zoeanderson »

@ivan22 Speaking from personal experience here, Tactile skin arrays have improved a lot, but 'good enough to matter' really depends on the task - coarse contact detection across a large area is fairly mature, while fine, high-resolution force distribution sensing (like a human fingertip) is still the harder problem.
deborah59
Posts: 227
Joined: Mon Nov 18, 2024 9:37 am

Re: How much does sensor fusion actually help vs just adding compute?

Post by deborah59 »

@zoeanderson Minor factual note: Depth sensing range and reliability both degrade outdoors in direct sunlight for most structured-light and active stereo cameras, since the ambient IR washes out the projected pattern - it's a real limitation for humanoids intended for anything beyond indoor, controlled environments. Event cameras (which report per-pixel brightness changes rather than full frames) are still more of a research curiosity than a production sensor for humanoids, mainly because the software ecosystem and processing pipelines around them are far less mature than for standard frame-based cameras.
Ex-automotive, now full-time robots.
kwilliams
Posts: 309
Joined: Sat Sep 21, 2024 1:57 pm

Re: How much does sensor fusion actually help vs just adding compute?

Post by kwilliams »

Appreciate the detailed answer. Unitree's Dex3-1 dexterous hand packs around 33 pressure/tactile sensors per hand across the fingers and palm, capable of sensing pressure roughly in the 10g-2500g range - a useful reference point for what 'production tactile sensing' looks like right now.
he/him
servoken70
Posts: 179
Joined: Sun Nov 17, 2024 5:05 am

Re: How much does sensor fusion actually help vs just adding compute?

Post by servoken70 »

Side note that might be relevant: Latency between a perceived event (like a slip) and a corrective control response matters enormously for balance - even 50-100ms of extra perception latency can be the difference between a smooth recovery and a fall, which is part of why a lot of balance-critical sensing is proprioceptive rather than vision-based.
Watching this space closely since 2019.
carlossanchez
Posts: 155
Joined: Mon Feb 17, 2025 1:44 am

Re: How much does sensor fusion actually help vs just adding compute?

Post by carlossanchez »

@servoken70 This raises a question for me - A minimum viable sensing suite for safe bipedal walking generally includes joint encoders, an IMU for orientation/angular velocity, and either force/torque sensing or accurate current-based torque estimation at the ankles - everything else (vision, tactile, LiDAR) adds capability rather than being strictly required just to stay upright. Unitree's Dex3-1 dexterous hand packs around 33 pressure/tactile sensors per hand across the fingers and palm, capable of sensing pressure roughly in the 10g-2500g range - a useful reference point for what 'production tactile sensing' looks like right now.
"Torque is a lifestyle."
karen.chen3
Posts: 189
Joined: Mon Mar 10, 2025 1:30 pm

Re: How much does sensor fusion actually help vs just adding compute?

Post by karen.chen3 »

Related question - Depth sensing range and reliability both degrade outdoors in direct sunlight for most structured-light and active stereo cameras, since the ambient IR washes out the projected pattern - it's a real limitation for humanoids intended for anything beyond indoor, controlled environments.
they/them
deborahperez
Posts: 279
Joined: Sat Aug 31, 2024 4:22 am

Re: How much does sensor fusion actually help vs just adding compute?

Post by deborahperez »

Slightly off-topic, but related: Force/torque sensors near the ankle give a direct read on ground reaction forces, which is valuable for balance control, but they add cost, a failure point, and routing complexity right at a joint that already takes the most mechanical abuse.
dubois35
Posts: 280
Joined: Mon Sep 09, 2024 12:01 pm

Re: How much does sensor fusion actually help vs just adding compute?

Post by dubois35 »

@deborahperez Related question - A minimum viable sensing suite for safe bipedal walking generally includes joint encoders, an IMU for orientation/angular velocity, and either force/torque sensing or accurate current-based torque estimation at the ankles - everything else (vision, tactile, LiDAR) adds capability rather than being strictly required just to stay upright.
they/them
matthew43
Posts: 199
Joined: Wed Nov 06, 2024 9:18 am

Re: How much does sensor fusion actually help vs just adding compute?

Post by matthew43 »

Ran into exactly this myself. Proprioception (the robot's sense of its own joint angles, velocities, and forces) tends to get less attention than flashy vision systems, even though a lot of balance and manipulation failures trace back to proprioceptive noise or miscalibration rather than a vision problem.
he/him | robotics hobbyist since the DARPA Grand Challenge days
Post Reply