LGCVFeb 5, 2023

Rethinking Robust Contrastive Learning from the Adversarial Perspective

arXiv:2302.02502v22 citationsh-index: 36Has Code
AI Analysis

This work addresses the problem of improving robustness in deep learning networks for researchers and practitioners, offering insights into representation convergence, but it appears incremental as it builds on existing adversarial training methods.

The paper investigates how adversarial training affects contrastive learning and supervised learning, finding that it reduces disparities between adversarial and clean representations and improves robustness by increasing their similarity, particularly in later network layers.

To advance the understanding of robust deep learning, we delve into the effects of adversarial training on self-supervised and supervised contrastive learning alongside supervised learning. Our analysis uncovers significant disparities between adversarial and clean representations in standard-trained networks across various learning algorithms. Remarkably, adversarial training mitigates these disparities and fosters the convergence of representations toward a universal set, regardless of the learning scheme used. Additionally, increasing the similarity between adversarial and clean representations, particularly near the end of the network, enhances network robustness. These findings offer valuable insights for designing and training effective and robust deep learning networks. Our code is released at \textcolor{magenta}{\url{https://github.com/softsys4ai/CL-Robustness}}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes