paper-with-me

홈 › Papers

Toward Auto-evaluation with Confidence-based Category Relation-aware Regression

2023-04-17 · Jiexin Wang, Jiahao Chen, Bing Su

Auto-evaluation aims to automatically evaluate a trained model on any test dataset without human annotations. Most existing methods utilize global statistics of features extracted by the model as the representation of a dataset. This ignores the influence of the classification head and loses category-wise confusion information of the model. However, ratios of instances assigned to different categories together with their confidence scores reflect how many instances in which categories are difficult for the model to classify, which contain significant indicators for both overall and category-wise performances. In this paper, we propose a Confidence-based Category Relation-aware Regression ($C^2R^2$) method. $C^2R^2$ divides all instances in a meta-set into different categories according to their confidence scores and extracts the global representation from them. For each category, $C^2R^2$ encodes its local confusion relations to other categories into a local representation. The overall and category-wise performances are regressed from global and local representations, respectively. Extensive experiments show the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2304.08288

Code (0)

등록된 구현이 없습니다.

Tasks

regressionRelation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

TRKT: Weakly Supervised Dynamic Scene Graph Generation with Temporal-enhanced Relation-aware Knowledge Transferring

2025-08-07 · Zhu Xu, Ting Lei, Zhimin Li, Guan Wang 외 arxiv

Dynamic Scene Graph Generation (DSGG) aims to create a scene graph for each video frame by detecting objects and predicting their relationships. Weakly Supervised DSGG (WS-DSGG) reduces annotation workload by using an un…

Scene Graph GenerationObject Localization

Dynamic Correlation Learning and Regularization for Multi-Label Confidence Calibration

2024-07-09 · Tianshui Chen, Weihang Wang, Tao Pu, Jinghui Qin 외

Modern visual recognition models often display overconfidence due to their reliance on complex deep neural networks and one-hot target supervision, resulting in unreliable confidence scores that necessitate calibration. …

MAFE R-CNN: Selecting More Samples to Learn Category-aware Features for Small Object Detection

2025-05-22 · Yichen Li, Qiankun Liu, Zhenchao Jin, Jiuzhe Wei 외

Small object detection in intricate environments has consistently represented a major challenge in the field of object detection. In this paper, we identify that this difficulty stems from the detectors' inability to eff…

Objectobject-detectionObject DetectionSmall Object Detection

AutoAssign: Differentiable Label Assignment for Dense Object Detection

2020-07-07 · Benjin Zhu, Jian-Feng Wang, Zhengkai Jiang, Fuhang Zong 외

Determining positive/negative samples for object detection is known as label assignment. Here we present an anchor-free detector named AutoAssign. It requires little human knowledge and achieves appearance-aware through …

Dense Object DetectionObjectobject-detectionObject Detection

Cross Domain Object Detection via Multi-Granularity Confidence Alignment based Mean Teacher

2024-07-10 · Jiangming Chen, Li Liu, Wanxia Deng, Zhen Liu 외

Cross domain object detection learns an object detector for an unlabeled target domain by transferring knowledge from an annotated source domain. Promising results have been achieved via Mean Teacher, however, pseudo lab…

object-detectionObject DetectionPseudo Label