CLFTv2: Efficient Camera-LiDAR Fusion for Semantic Segmentation via Hierarchical Feature Pyramids
CLFTv2 is an efficient camera-LiDAR fusion framework for semantic segmentation that replaces global ViT attention with a hierarchical Swin-based encoder and lightweight decoder to significantly improve vulnerable road user detection and throughput while reducing computational costs compared to query-based and global-attention alternatives.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Autonomous vehicles rely on a constant stream of sensory data to navigate the world, but seeing is not the same as understanding. To drive safely, a car must distinguish between a painted line on the road and a pedestrian stepping off the curb, even when that person is small, distant, or partially hidden. Cameras provide rich color and texture, allowing the vehicle to recognize shapes and signs, but they cannot measure distance with certainty. Lidar, a laser-based scanning system, provides precise three-dimensional geometry, mapping the shape of objects in space, but it often produces sparse data that becomes increasingly empty as distance grows. For years, engineers have tried to fuse these two distinct streams of information into a single, reliable picture. The challenge lies in processing this massive amount of data quickly enough for real-time driving while ensuring that the most critical targets, such as people and cyclists, are never missed.
Researchers Toomas Tahves, Mauro Bellone, and Raivo Sell have introduced a new approach to this problem called CLFTv2. Their work focuses on a specific type of artificial intelligence architecture designed to combine camera and Lidar data more efficiently than previous methods. In the past, some leading systems used a mechanism known as a global attention network, which attempts to look at every part of an image and every part of the 3D scan simultaneously to find connections. While powerful, this method is computationally heavy, requiring immense processing power that can slow down a vehicle's computer. The authors proposed replacing this global view with a hierarchical, window-based system. Instead of scanning the entire scene at once, their model breaks the image down into smaller, shifting windows, processing local details first and then building up a broader understanding. This structure mimics how human vision often works, focusing on immediate surroundings before integrating them into a larger context.
The team tested this new framework across three major driving datasets representing different environments: the Zenseact Open Dataset from Sweden, the Waymo Open Dataset from the United States, and the ISEAuto dataset from Estonia. These datasets vary in weather, road conditions, and how the data was labeled, providing a rigorous test for the system's adaptability. The results showed that CLFTv2 successfully identified vulnerable road users with high reliability. On the Waymo dataset, the system achieved a performance score of 61.7 percent, a significant improvement over earlier versions of similar technology. On the ZOD dataset, it reached 53.5 percent, a notable jump that specifically improved the detection of pedestrians and traffic signs. Perhaps most importantly, the new system did this while using far less computing power than its competitors. It required roughly half the energy of some existing high-performance models and processed data more than twice as fast, making it a more practical choice for the limited hardware found inside a real car.
However, the study also revealed a nuanced trade-off in how these systems process information. While the window-based approach proved highly efficient and effective on most datasets, the researchers found that on the Waymo dataset, which contains extremely dense and detailed Lidar scans, a system with a global, all-seeing view still held a slight advantage in fusing the two data types. The local windows of the new system sometimes struggled to fully connect the dots in such dense geometric environments compared to the global method. This suggests that while the new architecture is a major step forward for efficiency, the perfect solution might eventually require a hybrid approach that combines the speed of local processing with the broad reach of global attention.
The researchers also examined how the system handles different types of data supervision. In some datasets, the ground truth labels were generated by other algorithms rather than human annotators, introducing a layer of uncertainty. Despite this, the new model learned to generalize well, showing that its ability to combine visual and geometric cues is robust even when the training data is imperfect. The study confirms that for the specific task of identifying small, critical objects like pedestrians, a carefully designed, lightweight fusion system can outperform much heavier, more complex models. By prioritizing the detection of vulnerable road users, the system ensures that safety remains the primary goal, even as the computational demands of autonomous driving continue to grow. The work demonstrates that in the race to build safer self-driving cars, sometimes a focused, efficient approach is more effective than a brute-force attempt to see everything at once.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.