paper-with-me

Papers

Boundary thickness and robustness in learning models

2020-07-09 · NeurIPS 2020 12 · Yaoqing Yang, Rajiv Khanna, Yaodong Yu, Amir Gholami, Kurt Keutzer, Joseph E. Gonzalez, Kannan Ramchandran, Michael W. Mahoney

Robustness of machine learning models to various adversarial and non-adversarial corruptions continues to be of interest. In this paper, we introduce the notion of the boundary thickness of a classifier, and we describe its connection with and usefulness for model robustness. Thick decision boundaries lead to improved performance, while thin decision boundaries lead to overfitting (e.g., measured by the robust generalization gap between training and testing) and lower robustness. We show that a thicker boundary helps improve robustness against adversarial examples (e.g., improving the robust test accuracy of adversarial training) as well as so-called out-of-distribution (OOD) transforms, and we show that many commonly-used regularization and data augmentation procedures can increase boundary thickness. On the theoretical side, we establish that maximizing boundary thickness during training is akin to the so-called mixup training. Using these observations, we show that noise-augmentation on mixup training further increases boundary thickness, thereby combating vulnerability to various forms of adversarial attacks and OOD transforms. We can also show that the performance improvement in several lines of recent work happens in conjunction with a thicker boundary.

📄 PDF Abstract BibTeX arXiv:2007.05086

Code (1)

nsfzyzz/boundary_thickness 공식 구현 pytorch

Tasks

Adversarial DefenseData Augmentation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

A Two-Stream Meticulous Processing Network for Retinal Vessel Segmentation

2020-01-15 · Shaoming Zheng, Tianyang Zhang, Jiawei Zhuang, Hao Wang 외

Vessel segmentation in fundus is a key diagnostic capability in ophthalmology, and there are various challenges remained in this essential task. Early approaches indicate that it is often difficult to obtain desirable se…

DiagnosticRetinal Vessel SegmentationSegmentationVocal Bursts Valence Prediction

Direct cortical thickness estimation using deep learning‐based anatomy segmentation and cortex parcellation

2020-11-05 · Michael Rebsamen, Christian Rummel, Mauricio Reyes, Roland Wiest 외

Accurate and reliable measures of cortical thickness from magnetic resonance imaging are an important biomarker to study neurodegenerative and neurological disorders. Diffeomorphic registration‐based cortical thickness (…

3D Medical Imaging SegmentationAnatomyBrain MorphometryBrain Segmentation+2

Topology guaranteed segmentation of the human retina from OCT using convolutional neural networks

2018-03-14 · Yufan He, Aaron Carass, Bruno M. Jedynak, Sharon D. Solomon 외

Optical coherence tomography (OCT) is a noninvasive imaging modality which can be used to obtain depth images of the retina. The changing layer thicknesses can thus be quantified by analyzing these OCT images, moreover t…

PositionSegmentation

Physics-Conditioned Synthesis of Internal Ice-Layer Thickness for Incomplete Layer Traces

2026-04-22 · Zesheng Liu, Maryam Rahnemoonfar arxiv

Internal ice layers imaged by radar provide key evidence of snow accumulation and ice dynamics, but radar-derived layer boundary observations are often incomplete, with discontinuous traces and sometimes entirely missing…

Complexity Matters: Effective Dimensionality as a Measure for Adversarial Robustness

2024-10-24 · David Khachaturov, Robert Mullins

Quantifying robustness in a single measure for the purposes of model selection, development of adversarial training methods, and anticipating trends has so far been elusive. The simplest metric to consider is the number …

Adversarial RobustnessModel Selection