Audio-Visual Contact Classification for Tree Structures in Agriculture
Ryan Spears, Moonyoung Lee, George Kantor, Oliver Kroemer
TL;DR
The paper addresses safe and robust manipulation in cluttered agricultural environments by fusing vibrotactile audio from contact microphones with visual cues to classify tree-contact into leaf, twig, trunk, or ambient. It demonstrates that audio carries rich vibrotactile information while vision provides semantic context, and that their combination yields superior multiclass F1 scores (0.82) and binary F1 scores (0.94) even under cross-embodiment transfer from a handheld probe to a robot. The approach leverages pretrained audio encoders (AST and CLAP) and a ViT-based visual encoder, fused through a lightweight transformer, with training conducted on ~3.5k samples and inference around 14 ms per 1 s segment. A zero-shot transfer capability and an open-source multisensory dataset underscore the practical impact for adaptive, safe manipulation in unstructured agricultural settings. Future work will incorporate temporal modeling to handle sequences and integrate the classification into closed-loop control for real-time manipulation.
Abstract
Contact-rich manipulation tasks in agriculture, such as pruning and harvesting, require robots to physically interact with tree structures to maneuver through cluttered foliage. Identifying whether the robot is contacting rigid or soft materials is critical for the downstream manipulation policy to be safe, yet vision alone is often insufficient due to occlusion and limited viewpoints in this unstructured environment. To address this, we propose a multi-modal classification framework that fuses vibrotactile (audio) and visual inputs to identify the contact class: leaf, twig, trunk, or ambient. Our key insight is that contact-induced vibrations carry material-specific signals, making audio effective for detecting contact events and distinguishing material types, while visual features add complementary semantic cues that support more fine-grained classification. We collect training data using a hand-held sensor probe and demonstrate zero-shot generalization to a robot-mounted probe embodiment, achieving an F1 score of 0.82. These results underscore the potential of audio-visual learning for manipulation in unstructured, contact-rich environments.
