Papers
Topics
Authors
Recent
Search
2000 character limit reached

SandWorm: Biomimetic Subsurface Navigator

Updated 27 January 2026
  • SandWorm is a biomimetic robotic system that combines screw-actuated peristaltic locomotion with an event-based visuotactile sensor for precise exploration in granular media.
  • It features a rigid spiral shell with pushrod actuation and IMU-guided event filtering, yielding significant improvements in locomotion speed and tactile imaging fidelity.
  • Deep learning-driven contact mask estimation and robust material classification enable real-time subsurface navigation and efficient pipeline inspection in complex environments.

SandWorm is a biomimetic robotic system designed for navigation and tactile perception in granular media, integrating a screw-actuated peristaltic locomotion mechanism and the SWTac visuotactile sensor. The platform fuses mechanical innovation, event-based sensing, active vibration, and real-time algorithmic filtering for robust operation in environments characterized by unpredictable particle behaviors. Its pipeline includes state-of-the-art tactile imaging, contact mask estimation with deep learning, and feedback-driven locomotion for subsurface exploration and pipeline inspection in complex, field-realistic settings (Li et al., 20 Jan 2026).

1. Mechanical Architecture and Locomotion

SandWorm’s locomotion system leverages a rigid spiral shell described as an “Archimedean screw” with a pitch p4p \approx 4 mm, outer shell diameter 32 mm, and length 80 mm. A brushless DC motor rotates the shell at 60–100 RPM, translating angular displacement θ\theta into axial motion:

l=p2πθl = \frac{p}{2\pi}\,\theta

Locomotion is enhanced by an internal pushrod applying alternating force FpF_p, yielding two phases:

  • Extension: Fextension=Fpropel+FpFfrictionF_{\rm extension} = F_{\rm propel} + F_p - F_{\rm friction}
  • Retraction: Fretraction=FpropelFpFfrictionF_{\rm retraction} = F_{\rm propel} - F_p - F_{\rm friction}

Here, Fpropel=mgsinαF_{\rm propel} = mg \sin\alpha incorporates gravity effects on inclines. The combined screw–peristalsis action delivers a measured maximum locomotion speed of 12.5 mm/s in a 200 mm-ID pipe—a 62% improvement over screw-only drives. The pushrod stroke is approximately 30 mm at 1 Hz, with FfrictionF_{\rm friction} accounting for all resistive forces from the medium and boundaries (Li et al., 20 Jan 2026).

2. SWTac Event-Based Visuotactile Sensor

The SWTac sensor integrates an actively vibrated elastomer (PDMS, Sylgard 184, 17:1 mix, Shore 20 A, 1.5 mm thick) with a decoupled event camera, ensuring high-fidelity dynamic and static tactile imaging.

Vibration Isolation

An array of eight lateral springs (stiffness kxk_x) and two flexible-shaft couplers (kzk_z) constitute a second-order isolation system for the camera:

mcamx¨+cx˙+kx=Fvib(t)m_{\rm cam}\,\ddot x + c\,\dot x + k\,x = F_{\rm vib}(t)

Transmissibility is defined as

T(ω)(ωn/ω)2[1(ωn/ω)2]2+(2ζωn/ω)2T(\omega)\approx\frac{(\omega_n/\omega)^2}{\sqrt{[1-(\omega_n/\omega)^2]^2+(2\zeta\,\omega_n/\omega)^2}}

with measured 83% vibration isolation at 50 Hz.

Elastomer Vibration

Dual actuation is applied: vertical (electromagnetic valve, fv=50f_v=50 Hz, Av200A_v\approx200 µm) and horizontal (offset-mass motors, fh=100f_h=100 Hz, Ah50A_h\approx50–100 µm). Optimal sensor signal-to-noise (MSNR) is observed at these vibration parameters and mid-level event thresholds (Li et al., 20 Jan 2026).

3. Event-Based Imaging, MSNR, and Temporal Filtering

Grayscale Event Reconstruction

Event streams ei=(xi,yi,pi,ti)e_i=(x_i,y_i,p_i,t_i) are integrated across 1 ms windows (ΔT\Delta T), discarding polarity pip_i, to generate sharp 1 kHz frames:

$G_k(x,y) = \sum_{\substack{e_i\in\mathcal E_{\rm filt}\(x_i,y_i)=(x,y)\t_i\in[T_k,T_k+\Delta T)}} C$

Masked SNR (MSNR)

MSNR evaluates foreground image quality:

MSNR=10log10(iΩI(i)2iΩ[I(i)μΩ]2NΩNimg)\mathrm{MSNR}=10\log_{10}\left(\frac{\sum_{i\in\Omega}I(i)^2}{\sum_{i\in\Omega}[I(i)-\mu_\Omega]^2}\frac{N_\Omega}{N_{\rm img}}\right)

IMU-Guided Temporal Filtering

Sensor output quality IQ(t)IQ(t) fluctuates with vibration phase and is modeled as a function of vertical displacement f(t)=Asin(ωt+b)f(t)=A\sin(\omega t+b) and measured acceleration:

IQ(t)uAωcos(ωt+b) IMU(t)=Aω2sin(ωt+π)+ϵ\mathrm{IQ}(t)\approx u|A\omega\cos(\omega t+b)| \ \mathrm{IMU}(t)=A\omega^2\sin(\omega t+\pi)+\epsilon

Peak-aligned, bandpass-filtered IMU data is fitted to predict high-quality intervals; only event slices above threshold are retained, resulting in up to 24% MSNR improvement, 46% reduction in MSNR standard deviation, and 1 ms processing latency (Li et al., 20 Jan 2026).

4. Contact Surface Estimation by Deep Learning

Finite-element simulations indicate indenting the elastomer yields asymmetric edge responses (sharp inside, blurred outside). A U-Net architecture processes 256 × 256 event frames (GkG_k) to produce binary contact masks, capitalizing on these edge features.

Network and Training

  • Four-level encoder/decoder: 3 × 3 convolution + BN + ReLU, 2 × 2 max-pooling, up-convolution, and skip connections.
  • Final 1 × 1 convolution with sigmoid activation for pixelwise mask probabilities.
  • Training dataset: 300 hand-annotated images of 12 textures, augmented to 3,000 samples, cross-category hold-out.
  • Loss: L1(M,Mgt)=MMgtL_1(M, M_{gt}) = \sum|M - M_{gt}|.

IMU-filtered inference achieves SSIM ≈ 0.969, IoU ≈ 0.81, and RMSE ≈ 0.069 (Li et al., 20 Jan 2026).

5. Tactile and Locomotive Performance

SandWorm’s integrated system demonstrates proficiency on granular and mixed-media tasks.

Tactile Sensing Outcomes

  • Texture Resolution: 0.2 mm, enabling recovery of fine board patterns.
  • Material Classification: Five stone classes (grit, gravel, pebble, cobble, eggstone) with 98% accuracy using fine-tuned ResNet-18 at 500 Hz.
  • Shear Force Estimation: Tip displacement (x,y,r)(x, y, r) mapped to force via Random Forest; MAE = 0.15 N (R2>0.95R^2 > 0.95) (Li et al., 20 Jan 2026).

Locomotion and Task Benchmarks

  • Pipeline Inspection: 200 mm-ID, 600 mm in 48 s (12.5 mm/s), with navigational triggers from shear force sensing.
  • Obstacle and Bend Navigation: Reliable steering in 15° bends, wall intersections, and 90° elbows (150 mm ID).
  • Dredging: Removal of gravel/cobble/eggstone blocks with 90% success in blocked pipeline trials (600 mm in 84–90 s).

Subsurface and Field Performance

  • Granular Drilling: 40 trials in beach sand, TPE (ρ700\rho\approx700 kg/m³), EPP (100 kg/m³), and EPE (10 kg/m³): 36/40 buried objects found (90% success, ≤120 s per trial).
  • Field Operations: Effective on grass, bushes, cement, autonomous dredging in mud/leaves/gravel, and recovery of diverse objects (fossils, bottle caps) from natural soil (Li et al., 20 Jan 2026).

6. Significance and Technological Implications

SandWorm exemplifies hardware–software co-design and bio-inspiration (screw plus peristaltic actuation), yielding robust subsurface locomotion and sub-millimeter-level tactile imaging in granular environments previously considered intractable for robotic agents. Co-optimization of vibratory actuation, event-based tactile sensing, IMU-guided event selection, and deep-learning-driven contact reconstruction enables precise, real-time (1 kHz) perception and control at the tip, with field demonstrations validating efficacy across a spectrum of real-world scenarios. A plausible implication is that this architectural fusion could generalize to future bio-inspired robots facing similarly challenging, dynamic contact conditions (Li et al., 20 Jan 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to SandWorm.