FusionSense: Tri-Stage Near-Sensor Learning for Runtime-Adaptive Multimodal Edge Intelligence
FusionSense trains near-sensor classifiers in three stages so edge systems can cut data transfer and energy without losing much task quality.
Intelligence analysis by GPT-5.4 Mini

The paper proposes FusionSense, a tri-stage training method for multimodal edge systems. It teaches cheap near-sensor models when a modality matters, then uses those signals to compact an edge fusion model, aiming to save energy and communication at runtime.
FusionSense is like having smart helpers beside each camera or sensor. Instead of sending every tiny bit of information to a faraway computer, the helpers first decide what really matters.
If a scene does not need all sensors, the system can skip extra work and save battery power. If the sensors do matter, it keeps more information. That is a lot like a teacher only asking for the important pages from a notebook instead of the whole book.
The paper says this can keep the AI working well while using much less energy and sending less data. That matters for robots, drones, and factory machines that have to think fast without wasting power.
Analysis
What the paper proposes
FusionSense is a fusion-aware sensing framework for multimodal edge intelligence. The core idea is to avoid treating each sensor stream independently or pushing all fusion to a powerful server. Instead, the system learns which modalities are actually needed for a downstream decision, then uses that knowledge to reduce unnecessary sensing and transmission.
The method has three stages. First, a server-side fusion model is trained on the full task so the system has a strong reference point. Second, the paper derives filter-out-safe (FoS) labels, which indicate whether a modality is necessary for the fused decision. Those labels train lightweight near-sensor classifiers. Third, the edge-side fusion model is compacted by injecting the near-sensor predictions as auxiliary signals, so the runtime layer can make cheaper decisions while still preserving useful cross-modal context.
What it claims to achieve
The authors say the resulting runtime decision layer jointly reduces compute and communication and scales linearly with sensor count. On a dual-modality RGB + Depth/LiDAR setup with SynDrone, FusionSense reportedly sustains task quality at much higher data-reduction rates than uni-modal filters.
The abstract also reports large efficiency gains: up to 33x lower energy at 1% FoI prevalence, 11x at 10%, a 92.3% reduction in quality loss at a fixed 30% data reduction, and about 1.5x higher energy savings than the best prior filtering baseline. The paper is framed as a practical step toward autonomous and smart-industry systems that need to adapt at runtime under tight latency, energy, and reliability constraints.
Key points
- FusionSense targets multimodal edge systems that must balance energy, latency, and reliability.
- It uses a three-step training process: full fusion model, FoS label generation, and compact edge fusion.
- The runtime layer is designed to reduce both compute and communication.
- The paper reports strong savings on an RGB + Depth/LiDAR setup with SynDrone.
- The abstract claims substantially better efficiency than prior filtering baselines.



