CVFeb 9, 2022

Point-Level Region Contrast for Object Detection Pre-Training

arXiv:2202.04639v257 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better pre-training in object detection, offering incremental improvements over existing self-supervised approaches.

The paper tackles the problem of self-supervised pre-training for object detection by introducing point-level region contrast, which improves robustness to imperfect regions and enhances region assignments via online knowledge distillation. Experiments show it outperforms state-of-the-art methods across multiple tasks and datasets.

In this work we present point-level region contrast, a self-supervised pre-training approach for the task of object detection. This approach is motivated by the two key factors in detection: localization and recognition. While accurate localization favors models that operate at the pixel- or point-level, correct recognition typically relies on a more holistic, region-level view of objects. Incorporating this perspective in pre-training, our approach performs contrastive learning by directly sampling individual point pairs from different regions. Compared to an aggregated representation per region, our approach is more robust to the change in input region quality, and further enables us to implicitly improve initial region assignments via online knowledge distillation during training. Both advantages are important when dealing with imperfect regions encountered in the unsupervised setting. Experiments show point-level region contrast improves on state-of-the-art pre-training methods for object detection and segmentation across multiple tasks and datasets, and we provide extensive ablation studies and visualizations to aid understanding. Code will be made available.

Code Implementations1 repo
Foundations

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

Your Notes