CVAug 12, 2022

Contrastive Learning for OOD in Object detection

arXiv:2208.06083v1h-index: 4
Originality Incremental advance
AI Analysis

This work addresses representation learning for object detection, but it is incremental as it builds on existing supervised contrastive methods with minor modifications.

The paper tackled the problem of learning efficient representations for object detection by incorporating user-defined class similarity rankings into contrastive learning, showing results comparable to supervised contrastive learning in image classification and object detection.

Contrastive learning is commonly applied to self-supervised learning, and has been shown to outperform traditional approaches such as the triplet loss and N-pair loss. However, the requirement of large batch sizes and memory banks has made it difficult and slow to train. Recently, Supervised Contrasative approaches have been developed to overcome these problems. They focus more on learning a good representation for each class individually, or between a cluster of classes. In this work we attempt to rank classes based on similarity using a user-defined ranking, to learn an efficient representation between all classes. We observe how incorporating human bias into the learning process could improve learning representations in the parameter space. We show that our results are comparable to Supervised Contrastive Learning for image classification and object detection, and discuss it's shortcomings in OOD Detection

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