Sensor fusion
What Is Sensor Fusion?
Sensor fusion is the process of combining data from two or more sensors to produce a representation of the measured environment that is more accurate, complete, or reliable than any single sensor could deliver alone. The technique exploits complementary and redundant information across sensors: sensors may differ in physical modality, spatial coverage, temporal resolution, or measurement accuracy, and their combination can reduce uncertainty, extend operational range, and fill gaps left by individual failures. Sensor fusion draws on estimation theory, signal processing, and machine learning, and it has become a central enabling technology in autonomous vehicles, robotics, medical diagnostics, and military surveillance systems. The term encompasses methods ranging from simple averaging of redundant readings to complex probabilistic frameworks that maintain explicit uncertainty representations.
Fusion Architectures
Sensor fusion is classified by the level in the processing chain at which data from different sensors are combined. In low-level (raw data) fusion, raw sensor measurements are aligned in space and time and combined before any feature extraction. This requires tightly synchronized data streams and a common coordinate frame, but it preserves the maximum amount of information. In feature-level fusion, each sensor's data is first processed to extract a set of features (edges in a camera image, point clusters in a lidar scan), and those feature sets are then merged and matched. In decision-level fusion, each sensor independently reaches a conclusion (object detected, not detected) and those conclusions are combined by a voting scheme, Dempster-Shafer evidential reasoning, or a Bayesian classifier. The choice among levels involves trade-offs: low-level fusion achieves the best accuracy when sensors are well-calibrated and synchronized; decision-level fusion is more tolerant of sensor heterogeneity and asynchrony. The MDPI remote sensing study on LiDAR-radar fusion using extended Kalman filter illustrates how fusion level selection and filter choice interact in a practical moving-target tracking application. Active perception refers to the feedback-driven strategy of steering sensors toward informative regions of the environment to improve the quality of future fusion inputs.
Kalman Filtering and Probabilistic Methods
The Kalman filter is the foundational algorithm for optimal sensor fusion under linear dynamics and Gaussian noise assumptions. It maintains a state estimate, represented as a mean vector and a covariance matrix, and updates that estimate each time a new sensor measurement arrives. The filter alternates prediction steps, which propagate the state estimate forward in time using a dynamics model, with update steps, which incorporate sensor measurements according to their noise characteristics. When the system is nonlinear, the extended Kalman filter linearizes the dynamics and observation functions around the current estimate; the unscented Kalman filter avoids linearization by propagating a set of deterministically chosen sigma points through the nonlinear functions. Research using Kalman filter-based sensor data fusion for autonomous vehicles demonstrates how position estimates from GPS and inertial navigation systems are fused to achieve reliable localization under GPS outage conditions. Particle filters address scenarios where the state distribution is multimodal or non-Gaussian, approximating the posterior with a weighted sample set.
Multimodal and Wearable Sensor Fusion
Multimodal sensor fusion combines measurements from sensors that operate on fundamentally different physical principles, such as camera images, lidar point clouds, radar Doppler data, and inertial measurements. Each modality has failure modes absent from the others: cameras lose performance in low light or fog, lidar is attenuated by heavy precipitation, and radar has limited angular resolution. By fusing all four, autonomous vehicle perception systems maintain situational awareness across a wider range of environmental conditions than any single sensor permits. The survey of V2X cooperative perception for autonomous driving documents how this multi-sensor fusion logic extends beyond individual vehicles through vehicle-to-vehicle data sharing. Wearable sensor fusion applies the same principles at body scale, combining accelerometers, gyroscopes, electrodes, and optical plethysmography sensors to estimate physiological states during movement, with sensor motes providing wireless transmission of fused data streams.
Applications
Sensor fusion has applications in a wide range of engineering and scientific domains, including:
- Autonomous vehicle navigation using lidar, radar, and camera fusion
- Robotic manipulation with tactile, force, and vision data integration
- Inertial navigation systems combining GPS and accelerometer data
- Medical patient monitoring with multi-parameter physiological fusion
- Environmental monitoring using distributed wireless sensor networks