paper-with-me

홈 › Papers

Relieving Long-tailed Instance Segmentation via Pairwise Class Balance

2022-01-08 · CVPR 2022 1 · Yin-Yin He, Peizhen Zhang, Xiu-Shen Wei, Xiangyu Zhang, Jian Sun

Long-tailed instance segmentation is a challenging task due to the extreme imbalance of training samples among classes. It causes severe biases of the head classes (with majority samples) against the tailed ones. This renders "how to appropriately define and alleviate the bias" one of the most important issues. Prior works mainly use label distribution or mean score information to indicate a coarse-grained bias. In this paper, we explore to excavate the confusion matrix, which carries the fine-grained misclassification details, to relieve the pairwise biases, generalizing the coarse one. To this end, we propose a novel Pairwise Class Balance (PCB) method, built upon a confusion matrix which is updated during training to accumulate the ongoing prediction preferences. PCB generates fightback soft labels for regularization during training. Besides, an iterative learning paradigm is developed to support a progressive and smooth regularization in such debiasing. PCB can be plugged and played to any existing method as a complement. Experimental results on LVIS demonstrate that our method achieves state-of-the-art performance without bells and whistles. Superior results across various architectures show the generalization ability. The code and trained models are available at https://github.com/megvii-research/PCB.

📄 PDF Abstract BibTeX arXiv:2201.02784

Code (2)

megvii-research/pcb 공식 구현 pytorch
2023-MindSpore-1/ms-code-105 mindspore

Tasks

Instance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

PCB 설명 없음

Similar Papers 제목 키워드 기반

Pairwise Instance Relation Augmentation for Long-tailed Multi-label Text Classification

2022-11-19 · Lin Xiao, Pengyu Xu, Liping Jing, Xiangliang Zhang

Multi-label text classification (MLTC) is one of the key tasks in natural language processing. It aims to assign multiple target labels to one document. Due to the uneven popularity of labels, the number of documents per…

DiversityMulti Label Text ClassificationMulti-Label Text ClassificationRelation+2

A Benchmark of Long-tailed Instance Segmentation with Noisy Labels

2022-11-24 · Guanlin Li, Guowen Xu, Tianwei Zhang

In this paper, we consider the instance segmentation task on a long-tailed dataset, which contains label noise, i.e., some of the annotations are incorrect. There are two main reasons making this case realistic. First, d…

Instance SegmentationSegmentationSemantic Segmentation

Proposal-free Lidar Panoptic Segmentation with Pillar-level Affinity

2022-04-19 · Qi Chen, Sourabh Vora

We propose a simple yet effective proposal-free architecture for lidar panoptic segmentation. We jointly optimize both semantic segmentation and class-agnostic instance classification in a single network using a pillar-b…

ClassificationClusteringobject-detectionObject Detection+3

FASA: Feature Augmentation and Sampling Adaptation for Long-Tailed Instance Segmentation

2021-02-25 · ICCV 2021 10 · Yuhang Zang, Chen Huang, Chen Change Loy

Recent methods for long-tailed instance segmentation still struggle on rare object classes with few training data. We propose a simple yet effective method, Feature Augmentation and Sampling Adaptation (FASA), that addre…

Instance SegmentationSegmentationSemantic SegmentationTransfer Learning

On Model Calibration for Long-Tailed Object Detection and Instance Segmentation

2021-07-05 · NeurIPS 2021 12 · Tai-Yu Pan, Cheng Zhang, Yandong Li, Hexiang Hu 외

Vanilla models for object detection and instance segmentation suffer from the heavy bias toward detecting frequent objects in the long-tailed setting. Existing methods address this issue mostly during training, e.g., by …

Instance SegmentationLong-tailed Object Detectionobject-detectionObject Detection+2