paper-with-me

Papers

Balanced and Hierarchical Relation Learning for One-Shot Object Detection

2022-01-01 · CVPR 2022 1 · Hanqing Yang, Sijia Cai, Hualian Sheng, Bing Deng, Jianqiang Huang, Xian-Sheng Hua, Yong Tang, Yu Zhang

Instance-level feature matching is significantly important to the success of modern one-shot object detectors. Recently, the methods based on the metric-learning paradigm have achieved an impressive process. Most of these works only measure the relations between query and target objects on a single level, resulting in suboptimal performance overall. In this paper, we introduce the balanced and hierarchical learning for our detector. The contributions are two-fold: firstly, a novel Instance-level Hierarchical Relation (IHR) module is proposed to encode the contrastive-level, salient-level, and attention-level relations simultaneously to enhance the query-relevant similarity representation. Secondly, we notice that the batch training of the IHR module is substantially hindered by the positive-negative sample imbalance in the one-shot scenario. We then introduce a simple but effective Ratio-Preserving Loss (RPL) to protect the learning of rare positive samples and suppress the effects of negative samples. Our loss can adjust the weight for each sample adaptively, ensuring the desired positive-negative ratio consistency and boosting query-related IHR learning. Extensive experiments show that our method outperforms the state-of-the-art method by 1.6% and 1.3% on PASCAL VOC and MS COCO datasets for unseen classes, respectively. The code will be available at https://github.com/hero-y/BHRL.

📄 PDF Abstract BibTeX

Code (1)

hero-y/bhrl 공식 구현 pytorch

Tasks

Metric Learningobject-detectionObject DetectionOne-Shot Object DetectionRelation

Similar Papers 제목 키워드 기반

Balanced Hierarchical Contrastive Learning with Decoupled Queries for Fine-grained Object Detection in Remote Sensing Images

2025-12-30 · Jingzhou Chen, Dexin Chen, Fengchao Xiong, Yuntao Qian 외 arxiv

Fine-grained remote sensing datasets often use hierarchical label structures to differentiate objects in a coarse-to-fine manner, with each object annotated across multiple levels. However, embedding this semantic hierar…

Representation LearningContrastive LearningObject Detection

Compensating Supervision Incompleteness with Prior Knowledge in Semantic Image Interpretation

2019-10-01 · Ivan Donadello, Luciano Serafini

Semantic Image Interpretation is the task of extracting a structured semantic description from images. This requires the detection of visual relationships: triples (subject,relation,object) describing a semantic relation…

ObjectRelationRelational ReasoningRelationship Detection+3

KnowZRel: Common Sense Knowledge-based Zero-Shot Relationship Retrieval for Generalised Scene Graph Generation

2025-02-21 · IEEE Transactions on Artificial Intelligence 2025 2 · M. Jaleed Khan, John G. Breslin, Edward Curry

A scene graph is a key image representation in visual reasoning. The generalisability of Scene Graph Generation (SGG) methods is crucial for reliable reasoning and real-world applicability. However, imbalanced training d…

Common Sense ReasoningGraph Generationobject-detectionObject Detection+4

Hierarchical Few-Shot Object Detection: Problem, Benchmark and Method

2022-10-08 · Lu Zhang, Yang Wang, Jiaogen Zhou, Chenbo Zhang 외

Few-shot object detection (FSOD) is to detect objects with a few examples. However, existing FSOD methods do not consider hierarchical fine-grained category structures of objects that exist widely in real life. For examp…

Contrastive LearningFew-Shot Object DetectionObjectobject-detection+1

Proposal Refinement for Few-Shot Object Detection

2026-06-08 · Yuan Zeng, Bin Song, Jie Guo, Yuwen Chen arxiv

Few-shot object detection has gained widely attention in recent years. Some excellent algorithms have been proposed to handle this task. However, most of these algorithms rely on the performance of few-shot classificatio…

Few-Shot Object Detection