paper-with-me

Papers

In defense of the two-stage framework for open-set domain adaptive semantic segmentation

2026-01-04 · Wenqi Ren, Weijie Wang, Meng Zheng, Ziyan Wu, Yang Tang, Zhun Zhong, Nicu Sebe arxiv

Open-Set Domain Adaptation for Semantic Segmentation (OSDA-SS) presents a significant challenge, as it requires both domain adaptation for known classes and the distinction of unknowns. Existing methods attempt to address both tasks within a single unified stage. We question this design, as the annotation imbalance between known and unknown classes often leads to negative transfer of known classes and underfitting for unknowns. To overcome these issues, we propose SATS, a Separating-then-Adapting Training Strategy, which addresses OSDA-SS through two sequential steps: known/unknown separation and unknown-aware domain adaptation. By providing the model with more accurate and well-aligned unknown classes, our method ensures a balanced learning of discriminative features for both known and unknown classes, steering the model toward discovering truly unknown objects. Additionally, we present hard unknown exploration, an innovative data augmentation method that exposes the model to more challenging unknowns, strengthening its ability to capture more comprehensive understanding of target unknowns. We evaluate our method on public OSDA-SS benchmarks. Experimental results demonstrate that our method achieves a substantial advancement, with a +3.85% H-Score improvement for GTA5-to-Cityscapes and +18.64% for SYNTHIA-to-Cityscapes, outperforming previous state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2601.01439

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SegmentationData AugmentationDomain Adaptation

Similar Papers 제목 키워드 기반

Deep Research with Open-Domain Evaluation and Multi-Stage Guardrails for Safety

2025-10-13 · Wei-Chieh Huang, Henry Peng Zou, Yaozu Wu, Dongyuan Li 외 arxiv

Deep research frameworks have shown promising capabilities in synthesizing comprehensive reports from web sources. While deep research possesses significant potential to address complex issues through planning and resear…

Guaranteed Jailbreaking Defense via Disrupt-and-Rectify Smoothing

2026-05-11 · Zheng Lin, Zhenxing Niu, Haoxuan Ji, Haichang Gao arxiv

This paper proposes a guaranteed defense method for large language models (LLMs) to safeguard against jailbreaking attacks. Drawing inspiration from the denoised-smoothing approach in the adversarial defense domain, we p…

Adversarial Defense

DeepXplain: XAI-Guided Autonomous Defense Against Multi-Stage APT Campaigns

2026-03-22 · Trung V. Phan, Thomas Bauschert arxiv

Advanced Persistent Threats (APTs) are stealthy, multi-stage attacks that require adaptive and timely defense. While deep reinforcement learning (DRL) enables autonomous cyber defense, its decisions are often opaque and …

Reinforcement LearningGraph Learning

DeepStage: Learning Autonomous Defense Policies Against Multi-Stage APT Campaigns

2026-03-17 · Trung V. Phan, Tri Gia Nguyen, Thomas Bauschert arxiv

This paper presents DeepStage, a deep reinforcement learning (DRL) framework for adaptive and stage-aware defense against Advanced Persistent Threats (APTs). The enterprise environment is formulated as a partially observ…

Reinforcement LearningGraph Neural Network

One Step to the Side: Why Defenses Against Malicious Finetuning Fail Under Adaptive Adversaries

2026-05-14 · Itay Zloczower, Eyal Lenga, Gilad Gressel, Yisroel Mirsky arxiv

Model providers increasingly release open weights or allow users to fine-tune foundation models through APIs. Although these models are safety-aligned before release, their safeguards can often be removed by fine-tuning …