What You See is (Usually) What You Get: Multimodal Prototype Networks that Abstain from Expensive Modalities
Muchang Bahng, Charlie Berens, Jon Donnelly, Eric Chen, Chaofan Chen, Cynthia Rudin
TL;DR
This work addresses the cost and interpretability challenges of multimodal species classification by introducing two interpretable, cost-aware frameworks: Conformal Abstention Learning (CAL) and Abstention Learning ProtoTree (ALP). CAL ensembles image and genetic logits and uses conformal prediction to bound the influence of the expensive genetic modality, enabling classification with image data alone in many cases while maintaining statistical guarantees. ALP extends ProtoTree so internal nodes can consult either modality, with mechanisms to bias routing toward image-only predictions and a threshold-based initialization to favor cheaper data when accuracy remains high. On BIOSCAN-1M, CAL achieves near-parity with fully multimodal/genetic models while dramatically increasing the “success rate” of image-only predictions, and ALP offers substantial gains in data-efficiency with interpretable routing, highlighting practical pathways to reduce invasive data collection in ecological monitoring.
Abstract
Species detection is important for monitoring the health of ecosystems and identifying invasive species, serving a crucial role in guiding conservation efforts. Multimodal neural networks have seen increasing use for identifying species to help automate this task, but they have two major drawbacks. First, their black-box nature prevents the interpretability of their decision making process. Second, collecting genetic data is often expensive and requires invasive procedures, often necessitating researchers to capture or kill the target specimen. We address both of these problems by extending prototype networks (ProtoPNets), which are a popular and interpretable alternative to traditional neural networks, to the multimodal, cost-aware setting. We ensemble prototypes from each modality, using an associated weight to determine how much a given prediction relies on each modality. We further introduce methods to identify cases for which we do not need the expensive genetic information to make confident predictions. We demonstrate that our approach can intelligently allocate expensive genetic data for fine-grained distinctions while using abundant image data for clearer visual classifications and achieving comparable accuracy to models that consistently use both modalities.
