CVJul 18, 2024

Unsupervised Domain Adaptive Lane Detection via Contextual Contrast and Aggregation

arXiv:2407.13328v12 citationsh-index: 4
Originality Incremental advance
AI Analysis

It solves the problem of lane detection across different domains for autonomous driving systems, but it is incremental as it builds on existing methods with specific enhancements.

This paper tackles the problem of unsupervised domain-adaptive lane detection by addressing inefficient feature learning and unexplored cross-domain context dependencies, achieving significant performance improvements such as 92.10% accuracy when transferring from CULane to Tusimple.

This paper focuses on two crucial issues in domain-adaptive lane detection, i.e., how to effectively learn discriminative features and transfer knowledge across domains. Existing lane detection methods usually exploit a pixel-wise cross-entropy loss to train detection models. However, the loss ignores the difference in feature representation among lanes, which leads to inefficient feature learning. On the other hand, cross-domain context dependency crucial for transferring knowledge across domains remains unexplored in existing lane detection methods. This paper proposes a method of Domain-Adaptive lane detection via Contextual Contrast and Aggregation (DACCA), consisting of two key components, i.e., cross-domain contrastive loss and domain-level feature aggregation, to realize domain-adaptive lane detection. The former can effectively differentiate feature representations among categories by taking domain-level features as positive samples. The latter fuses the domain-level and pixel-level features to strengthen cross-domain context dependency. Extensive experiments show that DACCA significantly improves the detection model's performance and outperforms existing unsupervised domain adaptive lane detection methods on six datasets, especially achieving the best performance when transferring from CULane to Tusimple (92.10% accuracy), Tusimple to CULane (41.9% F1 score), OpenLane to CULane (43.0% F1 score), and CULane to OpenLane (27.6% F1 score).

Foundations

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

Your Notes