paper-with-me

Papers

Self-Progressing Robust Training

2020-12-22 · Minhao Cheng, Pin-Yu Chen, Sijia Liu, Shiyu Chang, Cho-Jui Hsieh, Payel Das

Enhancing model robustness under new and even adversarial environments is a crucial milestone toward building trustworthy machine learning systems. Current robust training methods such as adversarial training explicitly uses an "attack" (e.g., $\ell_{\infty}$-norm bounded perturbation) to generate adversarial examples during model training for improving adversarial robustness. In this paper, we take a different perspective and propose a new framework called SPROUT, self-progressing robust training. During model training, SPROUT progressively adjusts training label distribution via our proposed parametrized label smoothing technique, making training free of attack generation and more scalable. We also motivate SPROUT using a general formulation based on vicinity risk minimization, which includes many robust training methods as special cases. Compared with state-of-the-art adversarial training methods (PGD-l_inf and TRADES) under l_inf-norm bounded attacks and various invariance tests, SPROUT consistently attains superior performance and is more scalable to large neural networks. Our results shed new light on scalable, effective and attack-independent robust training methods.

📄 PDF Abstract BibTeX arXiv:2012.11769

Code (1)

IBM/SPROUT 공식 구현 pytorch

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

SPROUT: Self-Progressing Robust Training

2019-09-25 · Minhao Cheng, Pin-Yu Chen, Sijia Liu, Shiyu Chang 외

Enhancing model robustness under new and even adversarial environments is a crucial milestone toward building trustworthy and reliable machine learning systems. Current robust training methods such as adversarial trainin…

Adversarial Robustness

Deep Manifold Part 1: Anatomy of Neural Network Manifold

2024-09-26 · Max Y. Ma, Gen-Hua Shi

Based on the numerical manifold method principle, we developed a mathematical framework of a neural network manifold: Deep Manifold and discovered that neural networks: 1) is numerical computation combining forward and i…

Anatomy

Investigating self-supervised front ends for speech spoofing countermeasures

2021-11-15 · Xin Wang, Junichi Yamagishi

Self-supervised speech model is a rapid progressing research topic, and many pre-trained models have been released and used in various down stream tasks. For speech anti-spoofing, most countermeasures (CMs) use signal pr…

Face Swapping

A Review of Predictive and Contrastive Self-supervised Learning for Medical Images

2023-02-10 · Wei-Chien Wang, Euijoon Ahn, Dagan Feng, Jinman Kim

Over the last decade, supervised deep learning on manually annotated big data has been progressing significantly on computer vision tasks. But the application of deep learning in medical image analysis was limited by the…

Deep LearningMedical Image AnalysisSelf-Supervised Learning

ReGenesis: LLMs can Grow into Reasoning Generalists via Self-Improvement

2024-10-03 · Xiangyu Peng, Congying Xia, Xinyi Yang, Caiming Xiong 외

Post-training Large Language Models (LLMs) with explicit reasoning trajectories can enhance their reasoning abilities. However, acquiring such high-quality trajectory data typically demands meticulous supervision from hu…