Tightly-coupled fusion is a sensor fusion architecture where raw or low-level sensor measurements are directly combined within a single, unified probabilistic estimation framework. Unlike loosely-coupled approaches that fuse pre-processed state estimates, tightly-coupled fusion feeds raw inertial measurement unit (IMU) readings, pixel intensities, or LiDAR point clouds directly into a central estimator like a Kalman filter or a nonlinear optimizer. This direct incorporation of raw data allows the algorithm to model and correct for low-level sensor errors and correlations at their source, generally yielding higher accuracy and robustness, particularly during sensor degradation or temporary signal loss.
Primary Applications and Examples
Tightly-coupled fusion is the dominant architecture for high-precision, real-time state estimation in robotics and autonomous systems. Its primary applications are in domains where sensor measurements are noisy, asynchronous, and must be combined at the raw data level to achieve robustness and accuracy.
Sensor Calibration as Estimation
A powerful side-benefit of tightly-coupled architectures is the ability to perform online sensor calibration within the state estimation framework. Instead of being a separate, offline procedure, calibration parameters are added to the state vector and estimated concurrently. Commonly estimated parameters include:
- IMU intrinsics: Accelerometer and gyroscope biases, scale factors, and non-orthogonalities.
- Spatio-temporal calibration: The precise 3D transformation (extrinsics) and time offset (temporal calibration) between the IMU and camera/LiDAR.
- Camera distortion parameters. By treating calibration as part of the state, the system automatically adjusts to sensor changes over time (e.g., due to temperature or mechanical stress), maintaining optimal fusion performance without manual intervention.




