paper-with-me

Papers

Expert System Gradient Descent Style Training: Development of a Defensible Artificial Intelligence Technique

2021-03-07 · Jeremy Straub

Artificial intelligence systems, which are designed with a capability to learn from the data presented to them, are used throughout society. These systems are used to screen loan applicants, make sentencing recommendations for criminal defendants, scan social media posts for disallowed content and more. Because these systems don't assign meaning to their complex learned correlation network, they can learn associations that don't equate to causality, resulting in non-optimal and indefensible decisions being made. In addition to making decisions that are sub-optimal, these systems may create legal liability for their designers and operators by learning correlations that violate anti-discrimination and other laws regarding what factors can be used in different types of decision making. This paper presents the use of a machine learning expert system, which is developed with meaning-assigned nodes (facts) and correlations (rules). Multiple potential implementations are considered and evaluated under different conditions, including different network error and augmentation levels and different training levels. The performance of these systems is compared to random and fully connected networks.

📄 PDF Abstract BibTeX arXiv:2103.04314

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Implementation and Evaluation of a Gradient Descent-Trained Defensible Blackboard Architecture System

2024-04-17 · Jordan Milbrath, Jonathan Rivard, Jeremy Straub

A variety of forms of artificial intelligence systems have been developed. Two well-known techniques are neural networks and rule-fact expert systems. The former can be trained from presented data while the latter is typ…

A Flexible Convolutional Solver with Application to Photorealistic Style Transfer

2018-06-13 · Gilles Puy, Patrick Pérez

We propose a new flexible deep convolutional neural network (convnet) to perform fast visual style transfer. In contrast to existing convnets that address the same task, our architecture derives directly from the structu…

Rolling Shutter CorrectionStyle Transfer

Learning Mixtures of Experts with EM

2024-11-09 · Quentin Fruytier, Aryan Mokhtari, Sujay Sanghavi

Mixtures of Experts (MoE) are Machine Learning models that involve partitioning the input space, with a separate "expert" model trained on each partition. Recently, MoE have become popular as components in today's large …

Optimizing Multi-Agent Weather Captioning via Text Gradient Descent: A Training-Free Approach with Consensus-Aware Gradient Fusion

2026-03-23 · Shixu Liu arxiv

Generating interpretable natural language captions from weather time series data remains a significant challenge at the intersection of meteorological science and natural language processing. While recent advances in Lar…

Computational EfficiencyTime Series Forecasting

Scheduled Restart Momentum for Accelerated Stochastic Gradient Descent

2020-02-24 · Bao Wang, Tan M. Nguyen, Andrea L. Bertozzi, Richard G. Baraniuk 외

Stochastic gradient descent (SGD) with constant momentum and its variants such as Adam are the optimization algorithms of choice for training deep neural networks (DNNs). Since DNN training is incredibly computationally …

General Classificationimage-classificationImage Classification