DDStereo: Efficient Dual Decoder Transformers for Stereo 3D Road Anomaly Detection

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

DDStereo, a novel Dual-Decoder Stereo Transformer, addresses critical safety challenges in stereo-based 3D object detection for autonomous driving: real-time performance and open-set generalization. Existing stereo methods often achieve high accuracy but suffer from slow inference speeds (e.g., S3AD at >80 ms), making them unsuitable for real-time applications. DDStereo features two lightweight decoder branches—one for open-set foreground 2D detection and another for 3D attribute regression—sharing object-level queries for unified target alignment. It achieves real-time performance at 23.5 ms per frame, comparable to monocular approaches, while requiring only 62.65 GFLOPs and 19.6 M parameters. Experiments on KITTI benchmarks show DDStereo achieves state-of-the-art accuracy, including 43.97% AP3D for Car (Moderate) and 74.23% AP3D for unknown OoD objects on KITTI-AR-OoD.

Key takeaway

For Machine Learning Engineers developing autonomous driving systems, DDStereo offers a significant advancement in stereo 3D object detection. If your current stereo solutions struggle with real-time performance or detecting unknown objects, consider adopting DDStereo's dual-decoder Transformer architecture. Its 23.5 ms inference speed and strong open-set generalization on KITTI-AR-OoD mean you can deploy more robust and safer perception systems without relying on expensive LiDAR or compromising on detecting novel obstacles.

Key insights

DDStereo enables real-time open-set 3D object detection from stereo images by decoupling foreground and 3D attribute prediction.

Principles

Method

DDStereo uses a compact disparity feature extractor and lightweight dual-decoder Transformer. One decoder handles open-set foreground 2D detection, the other 3D attribute regression, both sharing object queries. An object-level depth map is predicted and sampled.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.