paper-with-me

홈 › Papers

Correlation Loss: Enforcing Correlation between Classification and Localization

2023-01-03 · Fehmi Kahraman, Kemal Oksuz, Sinan Kalkan, Emre Akbas

Object detectors are conventionally trained by a weighted sum of classification and localization losses. Recent studies (e.g., predicting IoU with an auxiliary head, Generalized Focal Loss, Rank & Sort Loss) have shown that forcing these two loss terms to interact with each other in non-conventional ways creates a useful inductive bias and improves performance. Inspired by these works, we focus on the correlation between classification and localization and make two main contributions: (i) We provide an analysis about the effects of correlation between classification and localization tasks in object detectors. We identify why correlation affects the performance of various NMS-based and NMS-free detectors, and we devise measures to evaluate the effect of correlation and use them to analyze common detectors. (ii) Motivated by our observations, e.g., that NMS-free detectors can also benefit from correlation, we propose Correlation Loss, a novel plug-in loss function that improves the performance of various object detectors by directly optimizing correlation coefficients: E.g., Correlation Loss on Sparse R-CNN, an NMS-free method, yields 1.6 AP gain on COCO and 1.8 AP gain on Cityscapes dataset. Our best model on Sparse R-CNN reaches 51.0 AP without test-time augmentation on COCO test-dev, reaching state-of-the-art. Code is available at https://github.com/fehmikahraman/CorrLoss

📄 PDF Abstract BibTeX arXiv:2301.01019

Code (1)

fehmikahraman/corrloss 공식 구현 pytorch

Tasks

ClassificationInductive BiasObject

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Generalized Focal Loss Generalized Focal Loss (GFL) is a loss function for object detection that combines Quality Focal Loss and Distribution Focal…
Sparse R-CNN 설명 없음

Similar Papers 제목 키워드 기반

Scalable and Effective Deep CCA via Soft Decorrelation

2017-07-30 · CVPR 2018 6 · Xiaobin Chang, Tao Xiang, Timothy M. Hospedales

Recently the widely used multi-view learning model, Canonical Correlation Analysis (CCA) has been generalised to the non-linear setting via deep neural networks. Existing deep CCA models typically first decorrelate the f…

MULTI-VIEW LEARNING

Enforcing Fundamental Relations via Adversarial Attacks on Input Parameter Correlations

2025-01-09 · Timo Saala, Lucie Flek, Alexander Jung, Akbar Karimi 외

Correlations between input parameters play a crucial role in many scientific classification tasks, since these are often related to fundamental laws of nature. For example, in high energy physics, one of the common deep …

Activity RecognitionAdversarial AttackClassificationData Augmentation+2

Correlating Variational Autoencoders Natively For Multi-View Imputation

2024-11-05 · Ella S. C. Orme, Marina Evangelou, Ulrich Paquet

Multi-view data from the same source often exhibit correlation. This is mirrored in correlation between the latent spaces of separate variational autoencoders (VAEs) trained on each data-view. A multi-view VAE approach i…

Imputation

Deep Hashing with Hash Center Update for Efficient Image Retrieval

2021-06-11 · Abin Jose, Daniel Filbert, Christian Rohlfing, Jens-Rainer Ohm

In this paper, we propose an approach for learning binary hash codes for image retrieval. Canonical Correlation Analysis (CCA) is used to design two loss functions for training a neural network such that the correlation …

Deep HashingImage RetrievalRetrieval

Optimized Loss Functions for Object detection: A Case Study on Nighttime Vehicle Detection

2020-11-11 · Shang Jiang, Haoran Qin, Bingli Zhang, Jieyu Zheng

Loss functions is a crucial factor that affecting the detection precision in object detection task. In this paper, we optimize both two loss functions for classification and localization simultaneously. Firstly, by multi…

ClassificationGeneral Classificationobject-detectionObject Detection+1