paper-with-me

홈 › Papers

Forest R-CNN: Large-Vocabulary Long-Tailed Object Detection and Instance Segmentation

2020-08-13 · Jialian Wu, Liangchen Song, Tiancai Wang, Qian Zhang, Junsong Yuan

Despite the previous success of object analysis, detecting and segmenting a large number of object categories with a long-tailed data distribution remains a challenging problem and is less investigated. For a large-vocabulary classifier, the chance of obtaining noisy logits is much higher, which can easily lead to a wrong recognition. In this paper, we exploit prior knowledge of the relations among object categories to cluster fine-grained classes into coarser parent classes, and construct a classification tree that is responsible for parsing an object instance into a fine-grained category via its parent class. In the classification tree, as the number of parent class nodes are significantly less, their logits are less noisy and can be utilized to suppress the wrong/noisy logits existed in the fine-grained class nodes. As the way to construct the parent class is not unique, we further build multiple trees to form a classification forest where each tree contributes its vote to the fine-grained classification. To alleviate the imbalanced learning caused by the long-tail phenomena, we propose a simple yet effective resampling method, NMS Resampling, to re-balance the data distribution. Our method, termed as Forest R-CNN, can serve as a plug-and-play module being applied to most object recognition models for recognizing more than 1000 categories. Extensive experiments are performed on the large vocabulary dataset LVIS. Compared with the Mask R-CNN baseline, the Forest R-CNN significantly boosts the performance with 11.5% and 3.9% AP improvements on the rare categories and overall categories, respectively. Moreover, we achieve state-of-the-art results on the LVIS dataset. Code is available at https://github.com/JialianW/Forest_RCNN.

📄 PDF Abstract BibTeX arXiv:2008.05676

Code (1)

JialianW/Forest_RCNN 공식 구현 pytorch

Tasks

ClassificationFew-Shot Object DetectionGeneral ClassificationInstance SegmentationLong-tailed Object DetectionObjectobject-detectionObject DetectionObject RecognitionSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

LLMDet: Learning Strong Open-Vocabulary Object Detectors under the Supervision of Large Language Models

2025-01-31 · CVPR 2025 1 · Shenghao Fu, Qize Yang, Qijie Mo, Junkai Yan 외

Recent open-vocabulary detectors achieve promising performance with abundant region-level annotated data. In this work, we show that an open-vocabulary detector co-training with a large language model by generating image…

Caption GenerationLanguage ModelingLanguage ModellingLarge Language Model

Simple Open-Vocabulary Object Detection with Vision Transformers

2022-05-12 · Matthias Minderer, Alexey Gritsenko, Austin Stone, Maxim Neumann 외

Combining simple architectures with large-scale pre-training has led to massive improvements in image classification. For object detection, pre-training and scaling approaches are less well established, especially in the…

Described Object Detectionimage-classificationImage ClassificationObject+4

Unsupervised Learning of Morphological Forests

2017-02-22 · TACL 2017 1 · Jiaming Luo, Karthik Narasimhan, Regina Barzilay

This paper focuses on unsupervised modeling of morphological families, collectively comprising a forest over the language vocabulary. This formulation enables us to capture edgewise properties reflecting single-step morp…

Clustering

Mitigating Open-Vocabulary Caption Hallucinations

2023-12-06 · Assaf Ben-Kish, Moran Yanuka, Morris Alper, Raja Giryes 외

While recent years have seen rapid progress in image-conditioned text generation, image captioning still suffers from the fundamental issue of hallucinations, namely, the generation of spurious details that cannot be inf…

DiversityHallucinationImage CaptioningObject+2

Rectify the Regression Bias in Long-Tailed Object Detection

2024-01-29 · Ke Zhu, Minghao Fu, Jie Shao, Tianyu Liu 외

Long-tailed object detection faces great challenges because of its extremely imbalanced class distribution. Recent methods mainly focus on the classification bias and its loss function design, while ignoring the subtle i…

Long-tailed Object DetectionObjectobject-detectionObject Detection+1