paper-with-me

홈 › Papers

Cross-domain Detection via Graph-induced Prototype Alignment

2020-03-28 · CVPR 2020 6 · Minghao Xu, Hang Wang, Bingbing Ni, Qi Tian, Wenjun Zhang

Applying the knowledge of an object detector trained on a specific domain directly onto a new domain is risky, as the gap between two domains can severely degrade model's performance. Furthermore, since different instances commonly embody distinct modal information in object detection scenario, the feature alignment of source and target domain is hard to be realized. To mitigate these problems, we propose a Graph-induced Prototype Alignment (GPA) framework to seek for category-level domain alignment via elaborate prototype representations. In the nutshell, more precise instance-level features are obtained through graph-based information propagation among region proposals, and, on such basis, the prototype representation of each class is derived for category-level domain alignment. In addition, in order to alleviate the negative effect of class-imbalance on domain adaptation, we design a Class-reweighted Contrastive Loss to harmonize the adaptation training process. Combining with Faster R-CNN, the proposed framework conducts feature alignment in a two-stage manner. Comprehensive results on various cross-domain detection tasks demonstrate that our approach outperforms existing methods with a remarkable margin. Our code is available at https://github.com/ChrisAllenMing/GPA-detection.

📄 PDF Abstract BibTeX arXiv:2003.12849

Code (1)

ChrisAllenMing/GPA-detection 공식 구현 pytorch

Tasks

Domain Adaptationobject-detectionObject Detection

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…
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…
RoIPool 설명 없음
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$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation Network with Category-Centric Prototype Aligner for Biomedical Image Segmentation

2021-03-03 · Ping Gong, Wenwen Yu, Qiuwen Sun, Ruohan Zhao 외

With the widespread success of deep learning in biomedical image segmentation, domain shift becomes a critical and challenging problem, as the gap between two domains can severely affect model performance when deployed t…

Domain AdaptationImage Segmentationobject-detectionObject Detection+3

DP-DGAD: A Generalist Dynamic Graph Anomaly Detector with Dynamic Prototypes

2025-08-01 · Jialun Zheng, Jie Liu, Jiannong Cao, Xiao Wang 외 arxiv

Dynamic graph anomaly detection (DGAD) is essential for identifying anomalies in evolving graphs across domains such as finance, traffic, and social networks. Recently, generalist graph anomaly detection (GAD) models hav…

Graph Anomaly Detection

Beyond Static Anchors: Bounded Prototype Conditioning for Language-Free Medical Anomaly Detection

2026-08-01 · Yibo Wan, Jinyu Cai, Seekiong-Ng arxiv

Medical anomaly detection identifies abnormal images and localizes lesions under scarce supervision while generalizing across organs and modalities. Existing CLIP-based methods reduce annotation requirements through visi…

Anomaly Detection

Generalist Graph Anomaly Detection via Prototype-Based Distillation

2026-05-26 · Yiming Xu, Zihan Chen, Zhen Peng, Song Wang 외 arxiv

Driven by the pressing demand for graph anomaly detection (GAD) in high-stakes domains, the generalist GAD paradigm, which trains a single detector transferable across new graphs, has recently gained growing attention. H…

Graph Anomaly DetectionGraph Neural Network

Graph Aggregation Prototype Learning for Semantic Change Detection in Remote Sensing

2025-07-15 · Zhengyi Xu, Haoran Wu, Wen Jiang, Jie Geng arxiv

Semantic change detection (SCD) extends the binary change detection task to provide not only the change locations but also the detailed "from-to" categories in multi-temporal remote sensing data. Such detailed semantic i…

Semantic SegmentationMulti-Task LearningChange Detection