paper-with-me

홈 › Papers

OSAD: Open-Set Aircraft Detection in SAR Images

2024-11-03 · Xiayang Xiao, Zhuoxuan Li, Haipeng Wang

Current mainstream SAR image object detection methods still lack robustness when dealing with unknown objects in open environments. Open-set detection aims to enable detectors trained on a closed set to detect all known objects and identify unknown objects in open-set environments. The key challenges are how to improve the generalization to potential unknown objects and reduce the empirical classification risk of known categories under strong supervision. To address these challenges, a novel open-set aircraft detector for SAR images is proposed, named Open-Set Aircraft Detection (OSAD), which is equipped with three dedicated components: global context modeling (GCM), location quality-driven pseudo labeling generation (LPG), and prototype contrastive learning (PCL). GCM effectively enhances the network's representation of objects by attention maps which is formed through the capture of long sequential positional relationships. LPG leverages clues about object positions and shapes to optimize localization quality, avoiding overfitting to known category information and enhancing generalization to potential unknown objects. PCL employs prototype-based contrastive encoding loss to promote instance-level intra-class compactness and inter-class variance, aiming to minimize the overlap between known and unknown distributions and reduce the empirical classification risk of known categories. Extensive experiments have demonstrated that the proposed method can effectively detect unknown objects and exhibit competitive performance without compromising closed-set performance. The highest absolute gain which ranges from 0 to 18.36% can be achieved on the average precision of unknown objects.

📄 PDF Abstract BibTeX arXiv:2411.01597

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learningobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Contrastive Learning 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Anomaly Heterogeneity Learning for Open-set Supervised Anomaly Detection

2023-10-19 · CVPR 2024 1 · Jiawen Zhu, Choubo Ding, Yu Tian, Guansong Pang

Open-set supervised anomaly detection (OSAD) - a recently emerging anomaly detection area - aims at utilizing a few samples of anomaly classes seen during training to detect unseen anomalies (i.e., samples from open-set …

Anomaly DetectionSupervised Anomaly Detection

Open-set Adversarial Defense

2020-09-02 · ECCV 2020 8 · Rui Shao, Pramuditha Perera, Pong C. Yuen, Vishal M. Patel

Open-set recognition and adversarial defense study two key aspects of deep learning that are vital for real-world deployment. The objective of open-set recognition is to identify samples from open-set classes during test…

Adversarial DefenseDecoderDenoisingOpen Set Learning

Open-Set Multivariate Time-Series Anomaly Detection

2023-10-18 · Thomas Lai, Thi Kieu Khanh Ho, Narges Armanfard

Numerous methods for time-series anomaly detection (TSAD) have emerged in recent years, most of which are unsupervised and assume that only normal samples are available during the training phase, due to the challenge of …

Anomaly DetectionContrastive LearningTime SeriesTime Series Anomaly Detection

KairosAD: A SAM-Based Model for Industrial Anomaly Detection on Embedded Devices

2025-05-30 · Uzair Khan, Franco Fummi, Luigi Capogrosso

In the era of intelligent manufacturing, anomaly detection has become essential for maintaining quality control on modern production lines. However, while many existing models show promising performance, they are often t…

Anomaly Detection

One-Shot Object Affordance Detection in the Wild

2021-08-08 · Wei Zhai, Hongchen Luo, Jing Zhang, Yang Cao 외

Affordance detection refers to identifying the potential action possibilities of objects in an image, which is a crucial ability for robot perception and manipulation. To empower robots with this ability in unseen scenar…

Action RecognitionAffordance DetectionObjectRobot Manipulation+1