English

Classification Calibration for Long-tail Instance Segmentation

Computer Vision and Pattern Recognition 2020-08-03 v3

Abstract

Remarkable progress has been made in object instance detection and segmentation in recent years. However, existing state-of-the-art methods are mostly evaluated with fairly balanced and class-limited benchmarks, such as Microsoft COCO dataset [8]. In this report, we investigate the performance drop phenomenon of state-of-the-art two-stage instance segmentation models when processing extreme long-tail training data based on the LVIS [5] dataset, and find a major cause is the inaccurate classification of object proposals. Based on this observation, we propose to calibrate the prediction of classification head to improve recognition performance for the tail classes. Without much additional cost and modification of the detection model architecture, our calibration method improves the performance of the baseline by a large margin on the tail classes. Codes will be available. Importantly, after the submission, we find significant improvement can be further achieved by modifying the calibration head, which we will update later.

Keywords

Cite

@article{arxiv.1910.13081,
  title  = {Classification Calibration for Long-tail Instance Segmentation},
  author = {Tao Wang and Yu Li and Bingyi Kang and Junnan Li and Jun Hao Liew and Sheng Tang and Steven Hoi and Jiashi Feng},
  journal= {arXiv preprint arXiv:1910.13081},
  year   = {2020}
}

Comments

This report presents our winning solution to LVIS 2019 challenge

R2 v1 2026-06-23T11:57:58.215Z