CVNov 11, 2025

MonoCLUE : Object-Aware Clustering Enhances Monocular 3D Object Detection

arXiv:2511.07862v13 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses improved 3D detection for autonomous vehicles under occlusion, but it is incremental as it builds on existing monocular detection methods.

The paper tackles the problem of monocular 3D object detection in autonomous driving, which suffers from depth ambiguity and occlusion, by proposing MonoCLUE, a method that uses object-aware clustering and scene memory to enhance detection, achieving state-of-the-art performance on the KITTI benchmark.

Monocular 3D object detection offers a cost-effective solution for autonomous driving but suffers from ill-posed depth and limited field of view. These constraints cause a lack of geometric cues and reduced accuracy in occluded or truncated scenes. While recent approaches incorporate additional depth information to address geometric ambiguity, they overlook the visual cues crucial for robust recognition. We propose MonoCLUE, which enhances monocular 3D detection by leveraging both local clustering and generalized scene memory of visual features. First, we perform K-means clustering on visual features to capture distinct object-level appearance parts (e.g., bonnet, car roof), improving detection of partially visible objects. The clustered features are propagated across regions to capture objects with similar appearances. Second, we construct a generalized scene memory by aggregating clustered features across images, providing consistent representations that generalize across scenes. This improves object-level feature consistency, enabling stable detection across varying environments. Lastly, we integrate both local cluster features and generalized scene memory into object queries, guiding attention toward informative regions. Exploiting a unified local clustering and generalized scene memory strategy, MonoCLUE enables robust monocular 3D detection under occlusion and limited visibility, achieving state-of-the-art performance on the KITTI benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes