← Search

Mohammad Sabokrou

13 accepted papers

2026

TIPS Over Tricks: Simple Prompts for Effective Zero-Shot Anomaly Detection

ICASSP 2026poster

Anomaly detection identifies departures from expected behavior in safety-critical settings. When target-domain normal data are unavailable, zero-shot anomaly detection (ZSAD) leverages vision-language models (VLMs). However, CLIP's coarse image-text alignment limits both localization and detection d…

Cited by 0SourcePDFScholar
2025

APML: Adaptive Probabilistic Matching Loss for Robust 3D Point Cloud Reconstruction

NeurIPS 2025poster

Training deep learning models for point cloud prediction tasks such as shape completion and generation depends critically on loss functions that measure discrepancies between predicted and ground-truth point sets. Commonly used functions such as Chamfer Distance (CD), HyperCD, InfoCD and Density-awa…

Cited by 0SourcecodeScholar
2025

Adversarially Robust Anomaly Detection through Spurious Negative Pair Mitigation

ICLR 2025poster

Despite significant progress in Anomaly Detection (AD), the robustness of existing detection methods against adversarial attacks remains a challenge, compromising their reliability in critical real-world applications such as autonomous driving. This issue primarily arises from the AD setup, which as…

Cited by 0SourcePDFScholar
2025

FrameShield: Adversarially Robust Video Anomaly Detection

NeurIPS 2025poster

Weakly Supervised Video Anomaly Detection (WSVAD) has achieved notable advancements, yet existing models remain vulnerable to adversarial attacks, limiting their reliability. Due to the inherent constraints of weak supervision—where only video-level labels are provided despite the need for frame-lev…

Cited by 0SourcecodeScholar
2024

Adversarial Backdoor Attack by Naturalistic Data Poisoning on Trajectory Prediction in Autonomous Driving

CVPR 2024poster

In autonomous driving behavior prediction is fundamental for safe motion planning hence the security and robustness of prediction models against adversarial attacks are of paramount importance. We propose a novel adversarial backdoor attack against trajectory prediction models as a means of studying…

Cited by 10SourcePDFScholar
2024

Killing It With Zero-Shot: Adversarially Robust Novelty Detection

ICASSP 2024accepted

Novelty Detection (ND) plays a crucial role in machine learning by identifying new or unseen data during model inference. This capability is especially important for the safe and reliable operation of automated systems. Despite advances in this field, existing techniques often fail to maintain their…

Cited by 0SourceScholar
2024

Scanning Trojaned Models Using Out-of-Distribution Samples

NeurIPS 2024poster

Scanning for trojan (backdoor) in deep neural networks is crucial due to their significant real-world applications. There has been an increasing focus on developing effective general trojan scanning methods across various trojan attacks. Despite advancements, there remains a shortage of methods that…

2024

Universal Novelty Detection Through Adaptive Contrastive Learning

CVPR 2024poster

Novelty detection is a critical task for deploying machine learning models in the open world. A crucial property of novelty detection methods is universality which can be interpreted as generalization across various distributions of training or test data. More precisely for novelty detection distrib…

2023

Fake It Until You Make It : Towards Accurate Near-Distribution Novelty Detection

ICLR 2023poster

We aim for image-based novelty detection. Despite considerable progress, existing models either fail or face dramatic drop under the so-called ``near-distribution" setup, where the differences between normal and anomalous samples are subtle. We first demonstrate existing methods could experience up…

Cited by 34SourcePDFScholar
2022

Looking Back on Learned Experiences For Class/task Incremental Learning

ICLR 2022spotlight

Classical deep neural networks are limited in their ability to learn from emerging streams of training data. When trained sequentially on new or evolving tasks, their performance degrades sharply, making them inappropriate in real-world use cases. Existing methods tackle it by either storing old dat…

Cited by 51SourcePDFScholar
2019

Self-Supervised Representation Learning via Neighborhood-Relational Encoding

ICCV 2019poster

In this paper, we propose a novel self-supervised representation learning by taking advantage of a neighborhood-relational encoding (NRE) among the training data. Conventional unsupervised learning methods only focused on training deep networks to understand the primitive characteristics of the visu…

Cited by 50PDFcodeScholar
2019

Unsupervised Feature Ranking and Selection Based on Autoencoders

ICASSP 2019accepted

Feature selection is one of the most important and widely-used dimension reduction techniques due to its efficiency and intractability of the results. In this paper, we propose a simple but efficient unsupervised feature ranking and selection method by exploiting the geometry of the original feature…

Cited by 0SourceScholar
2018

Adversarially Learned One-Class Classifier for Novelty Detection

CVPR 2018poster

Novelty detection is the process of identifying the observation(s) that differ in some respect from the training observations (the target class). In reality, the novelty class is often absent during training, poorly sampled or not well defined. Therefore, one-class classifiers can efficiently model…