paper-with-me

Papers

ML4ML: Automated Invariance Testing for Machine Learning Models

2021-09-27 · Zukang Liao, Pengfei Zhang, Min Chen

In machine learning (ML) workflows, determining the invariance qualities of an ML model is a common testing procedure. Traditionally, invariance qualities are evaluated using simple formula-based scores, e.g., accuracy. In this paper, we show that testing the invariance qualities of ML models may result in complex visual patterns that cannot be classified using simple formulas. In order to test ML models by analyzing such visual patterns automatically using other ML models, we propose a systematic framework that is applicable to a variety of invariance qualities. We demonstrate the effectiveness and feasibility of the framework by developing ML4ML models (assessors) for determining rotation-, brightness-, and size-variances of a collection of neural networks. Our testing results show that the trained ML4ML assessors can perform such analytical tasks with sufficient accuracy.

📄 PDF Abstract BibTeX arXiv:2109.12926

Code (1)

Zukang-Liao/ML4ML-invariance-testing 공식 구현 pytorch

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Automated Data Augmentations for Graph Classification

2022-02-26 · Youzhi Luo, Michael McThrow, Wing Yee Au, Tao Komikado 외

Data augmentations are effective in improving the invariance of learning machines. We argue that the core challenge of data augmentations lies in designing data transformations that preserve labels. This is relatively st…

ClassificationData AugmentationGraph Classification

Background Invariance Testing According to Semantic Proximity

2022-08-19 · Zukang Liao, Pengfei Zhang, Min Chen

In many applications, machine learned (ML) models are required to hold some invariance qualities, such as rotation, size, intensity, and background invariance. Unlike many types of variance, the variants of background sc…

Object Recognition

A quantifiable testing of global translational invariance in Convolutional and Capsule Networks

2019-05-01 · ICLR 2019 5 · Weikai Qi

We design simple and quantifiable testing of global translation-invariance in deep learning models trained on the MNIST dataset. Experiments on convolutional and capsules neural networks show that both models have poor …

Data AugmentationTranslation

Permutation invariant functions: statistical tests, density estimation, and computationally efficient embedding

2024-03-04 · Wee Chaimanowong, Ying Zhu

Permutation invariance is among the most common symmetry that can be exploited to simplify complex problems in machine learning (ML). There has been a tremendous surge of research activities in building permutation invar…

Density EstimationDimensionality Reduction

Theta-RBM: Unfactored Gated Restricted Boltzmann Machine for Rotation-Invariant Representations

2016-06-28 · Mario Valerio Giuffrida, Sotirios A. Tsaftaris

Learning invariant representations is a critical task in computer vision. In this paper, we propose the Theta-Restricted Boltzmann Machine ({\theta}-RBM in short), which builds upon the original RBM formulation and injec…