paper-with-me

Papers

Instance Relation Graph Guided Source-Free Domain Adaptive Object Detection

2022-03-29 · CVPR 2023 1 · Vibashan VS, Poojan Oza, Vishal M. Patel

Unsupervised Domain Adaptation (UDA) is an effective approach to tackle the issue of domain shift. Specifically, UDA methods try to align the source and target representations to improve the generalization on the target domain. Further, UDA methods work under the assumption that the source data is accessible during the adaptation process. However, in real-world scenarios, the labelled source data is often restricted due to privacy regulations, data transmission constraints, or proprietary data concerns. The Source-Free Domain Adaptation (SFDA) setting aims to alleviate these concerns by adapting a source-trained model for the target domain without requiring access to the source data. In this paper, we explore the SFDA setting for the task of adaptive object detection. To this end, we propose a novel training strategy for adapting a source-trained object detector to the target domain without source data. More precisely, we design a novel contrastive loss to enhance the target representations by exploiting the objects relations for a given target domain input. These object instance relations are modelled using an Instance Relation Graph (IRG) network, which are then used to guide the contrastive representation learning. In addition, we utilize a student-teacher based knowledge distillation strategy to avoid overfitting to the noisy pseudo-labels generated by the source-trained model. Extensive experiments on multiple object detection benchmark datasets show that the proposed approach is able to efficiently adapt source-trained object detectors to the target domain, outperforming previous state-of-the-art domain adaptive detection methods. Code and models are provided in \href{https://viudomain.github.io/irg-sfda-web/}{https://viudomain.github.io/irg-sfda-web/}.

📄 PDF Abstract BibTeX arXiv:2203.15793

Code (1)

vibashan/irg-sfda 공식 구현 pytorch

Tasks

Domain AdaptationKnowledge DistillationObjectobject-detectionObject DetectionRelationRepresentation LearningSource-Free Domain AdaptationSource Free Object DetectionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Guided Distant Supervision for Multilingual Relation Extraction Data: Adapting to a New Language

2024-03-25 · Alistair Plum, Tharindu Ranasinghe, Christoph Purschke

Relation extraction is essential for extracting and understanding biographical information in the context of digital humanities and related subjects. There is a growing interest in the community to build datasets capable…

RelationRelation Extraction

Efficient Online Scheduling and Routing for Automated Guided Vehicles In Loop-Based Graphs

2023-10-03 · Louis Stubbe, Jens Goemaere, Jan Goedgebeur

Automated guided vehicles (AGVs) are widely used in various industries, and scheduling and routing them in a conflict-free manner is crucial to their efficient operation. We propose a loop-based algorithm that solves the…

Scheduling

Graph Relation Distillation for Efficient Biomedical Instance Segmentation

2024-01-12 · Xiaoyu Liu, Yueyi Zhang, Zhiwei Xiong, Wei Huang 외

Instance-aware embeddings predicted by deep neural networks have revolutionized biomedical instance segmentation, but its resource requirements are substantial. Knowledge distillation offers a solution by transferring di…

Instance SegmentationKnowledge DistillationRelationSemantic Segmentation

Mutually Guided Few-shot Learning for Relational Triple Extraction

2023-06-23 · Chengmei Yang, Shuai Jiang, Bowei He, Chen Ma 외

Knowledge graphs (KGs), containing many entity-relation-entity triples, provide rich information for downstream applications. Although extracting triples from unstructured texts has been widely explored, most of them req…

Cross-Domain Few-ShotDecoderFew-Shot LearningKnowledge Graphs+2

Free-form Description Guided 3D Visual Graph Network for Object Grounding in Point Cloud

2021-03-30 · ICCV 2021 10 · Mingtao Feng, Zhen Li, Qi Li, Liang Zhang 외

3D object grounding aims to locate the most relevant target object in a raw point cloud scene based on a free-form language description. Understanding complex and diverse descriptions, and lifting them directly to a poin…

FormObject