paper-with-me

홈 › Papers

C-LEAD: Contrastive Learning for Enhanced Adversarial Defense

2025-10-31 · Suklav Ghosh, Sonal Kumar, Arijit Sur arxiv

Deep neural networks (DNNs) have achieved remarkable success in computer vision tasks such as image classification, segmentation, and object detection. However, they are vulnerable to adversarial attacks, which can cause incorrect predictions with small perturbations in input images. Addressing this issue is crucial for deploying robust deep-learning systems. This paper presents a novel approach that utilizes contrastive learning for adversarial defense, a previously unexplored area. Our method leverages the contrastive loss function to enhance the robustness of classification models by training them with both clean and adversarially perturbed images. By optimizing the model's parameters alongside the perturbations, our approach enables the network to learn robust representations that are less susceptible to adversarial attacks. Experimental results show significant improvements in the model's robustness against various types of adversarial perturbations. This suggests that contrastive loss helps extract more informative and resilient features, contributing to the field of adversarial robustness in deep learning. The code is publicly made available on GitHub in the following link: https://github.com/suklav/C_Lead .

📄 PDF Abstract BibTeX arXiv:2510.27249

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessContrastive LearningImage ClassificationAdversarial Defense

Similar Papers 제목 키워드 기반

Enhanced countering adversarial attacks via input denoising and feature restoring

2021-11-19 · Yanni Li, Wenhui Zhang, Jiawei Liu, Xiaoli Kou 외

Despite the fact that deep neural networks (DNNs) have achieved prominent performance in various applications, it is well known that DNNs are vulnerable to adversarial examples/samples (AEs) with imperceptible perturbati…

Adversarial AttackDenoising

EdgePruner: Poisoned Edge Pruning in Graph Contrastive Learning

2023-12-12 · Hiroya Kato, Kento Hasegawa, Seira Hidano, Kazuhide Fukushima

Graph Contrastive Learning (GCL) is unsupervised graph representation learning that can obtain useful representation of unknown nodes. The node representation can be utilized as features of downstream tasks. However, GCL…

Contrastive LearningGraph Representation LearningNode ClassificationRepresentation Learning

Sharpness-Aware Geometric Defense for Robust Out-Of-Distribution Detection

2025-08-24 · Jeng-Lin Li, Ming-Ching Chang, Wei-Chao Chen arxiv

Out-of-distribution (OOD) detection ensures safe and reliable model deployment. Contemporary OOD algorithms using geometry projection can detect OOD or adversarial samples from clean in-distribution (ID) samples. However…

Out-of-Distribution Detection

Understanding and Achieving Efficient Robustness with Adversarial Supervised Contrastive Learning

2021-01-25 · Anh Bui, Trung Le, He Zhao, Paul Montague 외

Contrastive learning (CL) has recently emerged as an effective approach to learning representation in a range of downstream tasks. Central to this approach is the selection of positive (similar) and negative (dissimilar)…

Contrastive Learning

Improving Large Language Model Safety with Contrastive Representation Learning

2025-06-13 · Samuel Simko, Mrinmaya Sachan, Bernhard Schölkopf, Zhijing Jin

Large Language Models (LLMs) are powerful tools with profound societal impacts, yet their ability to generate responses to diverse and uncontrolled inputs leaves them vulnerable to adversarial attacks. While existing def…

Language ModelingLanguage ModellingLarge Language ModelRepresentation Learning+1