paper-with-me

Papers

Synergizing between Self-Training and Adversarial Learning for Domain Adaptive Object Detection

2021-10-01 · Muhammad Akhtar Munir, Muhammad Haris Khan, M. Saquib Sarfraz, Mohsen Ali

We study adapting trained object detectors to unseen domains manifesting significant variations of object appearance, viewpoints and backgrounds. Most current methods align domains by either using image or instance-level feature alignment in an adversarial fashion. This often suffers due to the presence of unwanted background and as such lacks class-specific alignment. A common remedy to promote class-level alignment is to use high confidence predictions on the unlabelled domain as pseudo labels. These high confidence predictions are often fallacious since the model is poorly calibrated under domain shift. In this paper, we propose to leverage model predictive uncertainty to strike the right balance between adversarial feature alignment and class-level alignment. Specifically, we measure predictive uncertainty on class assignments and the bounding box predictions. Model predictions with low uncertainty are used to generate pseudo-labels for self-supervision, whereas the ones with higher uncertainty are used to generate tiles for an adversarial feature alignment stage. This synergy between tiling around the uncertain object regions and generating pseudo-labels from highly certain object regions allows us to capture both the image and instance level context during the model adaptation stage. We perform extensive experiments covering various domain shift scenarios. Our approach improves upon existing state-of-the-art methods with visible margins.

📄 PDF Abstract BibTeX arXiv:2110.00249

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

SSAL: Synergizing between Self-Training and Adversarial Learning for Domain Adaptive Object Detection

2021-12-01 · NeurIPS 2021 12 · Muhammad Akhtar Munir, Muhammad Haris Khan, M. Sarfraz, Mohsen Ali

We study adapting trained object detectors to unseen domains manifesting significant variations of object appearance, viewpoints and backgrounds. Most current methods align domains by either using image or instance-level…

Objectobject-detectionObject Detection

Synergizing Domain Expertise with Self-Awareness in Software Systems: A Patternized Architecture Guideline

2020-01-20 · Tao Chen, Rami Bahsoon, Xin Yao

To promote engineering self-aware and self-adaptive software systems in a reusable manner, architectural patterns and the related methodology provide an unified solution to handle the recurring problems in the engineerin…

Synergizing Discriminative Exemplars and Self-Refined Experience for MLLM-based In-Context Learning in Medical Diagnosis

2026-03-29 · Wenkai Zhao, Zipei Wang, Mengjie Fang, Di Dong 외 arxiv

General Multimodal Large Language Models (MLLMs) often underperform in capturing domain-specific nuances in medical diagnosis, trailing behind fully supervised baselines. Although fine-tuning provides a remedy, the high …

Medical Diagnosis

Adversarial Yet Cooperative: Multi-Perspective Reasoning in Retrieved-Augmented Language Models

2026-01-08 · Can Xu, Lingyong Yan, Jiayi Wu, Haosen Wang 외 arxiv

Recent advances in synergizing large reasoning models (LRMs) with retrieval-augmented generation (RAG) have shown promising results, yet two critical challenges remain: (1) reasoning models typically operate from a singl…

Adversarial-Learned Loss for Domain Adaptation

2020-01-04 · Minghao Chen, Shuai Zhao, Haifeng Liu, Deng Cai

Recently, remarkable progress has been made in learning transferable representation across domains. Previous works in domain adaptation are majorly based on two techniques: domain-adversarial learning and self-training. …

Domain AdaptationPseudo Label