×

5 algorithms that demonstrate artificial intelligence bias

Unfortunately, in the machine learning algorithm, AI bias is the output due to the prejudiced assumption made due to the algorithm development process. AI systems have biases due to the following two reasons and these reasons are as follows:

  1. Cognitive biases
  2. The complete data is insufficient

An AI system can be sound when the input data is good. It is a desperate fact about our society that is permanently biased. It may repeatedly happen because the human being is regularly biased towards religion, gender, nationality and minorities, due to which the bias is developed due to the social family since birth. So the technical industries make their artificial intelligence algorithms bias-free before releasing them to the market. Companies can do this to encourage research on bias-free Artificial Intelligence.

There is some algorithm which can signify the Artificial intelligence bias. These biases are used against minorities such as black people, women, poor people etc.

1. COMPAS Algorithm biased against the black people

COMPAS stands for Correctional Offender Management Profiling for Alternative Sanctions. It is a case management and decision support tool developed and owned by Northpointe and used by the U.S court. This COMPAS software uses an algorithm to detect potential recidivism risk. With the help of COMPAS, Judges make decisions about whether a criminal should be punished or not. ProPublica is a news company that found that COMPAS is biased. According to ProPublica, the COMPAS makes black people guiltier than white people. White people were treated less dangerous than black people, even for violent crimes, it shows that COMPAS was an inherited bias commonly found among human beings: black people can commit more crimes than white people.

2. PredPol algorithm biased against the minorities

PredPol stands for Predictive Policing. PredPol is an Artificial Intelligence algorithm aiming to predict where the crime will occur in future. It is possible by collecting the crime data such as arrest count and the number of police calls from a specific location. The USA police department uses this algorithm. Its primary aim is to reduce human bias in the police department by taking the prediction responsibility of Artificial Intelligence. But some researchers in the USA discovered that the PredPol is biased. It repeatedly sends police officers to particular minorities' families without seeing the number of crimes spotted in that area. It also proves that PredPol was also biased.

3. Amazon's Recruiting Engine is biased against the woman

Amazon's recruiting engine is an artificial intelligence algorithm created for selecting the resume, and then they are called for interview and selection. This algorithm was developed to remove human bias in the selection process of job applications. But this algorithm was biased against the woman while selecting resumes. When the Amazon research team checked the algorithm, it automatically chose the women candidate. After that, Amazon discarded this algorithm, which was not used further for evaluating the candidate.

4. Google Photo algorithm biased against black people

Google photo is an artificial intelligence algorithm which creates a separate section for the photos corresponding to what is shown in the picture. This algorithm is worked on the Convolutional Neural Network (CNN) process. With the help of the Convolutional Neural Network, it tags the photo by using the image reorganization process. But a Google algorithm was found that makes a group of black people with the gorilla. However, they claimed that they were sorry for that mistake and will never repeat it in the future. But the image levelling process is still not accurate.

5. IDEMIA's facial reorganization algorithm is biased against the black woman

IDEMIA is a company which create a facial reorganization system for the police department in the USA but when the National Institute of Standards and Technology checked the IDEMIA's facial reorganization algorithm, they found that it repeatedly identified the black woman as a danger in comparison to the white woman. But IDEMIA doesn't always see all faces. The black woman's false match case was higher than the white woman's. Then IDEMIA says that the algorithm used by the National Institute of Standards and Technology is not released commercially, and their algorithm is getting better.


Related Topics

Top 10 Artificial Intelligence Technologies in 2024

Artificial Intelligence Technologies in 2020 1. Augmented Reality This is one of the most fascinating technology nowadays. Augmented Reality is the use of text, graphics, audio, etc. in real time. In Simple...

4 minutes read.

Heuristic Functions in Artificial Intelligence

Heuristic Functions in AI: As we have already seen that an informed search make use of heuristic functions in order to reach the goal node in a more prominent way....

3 minutes read.

Gradient Descent

Gradient Descent When training a neural network, an algorithm is used to minimize the loss. This algorithm is called as Gradient Descent. And loss refers to the incorrect outputs given by...

6 minutes read.

The Wumpus World

The Wumpus world is a game playing which provides an environment to the knowledge-based agent to showcase its stored knowledge. It was developed by Gregory Yob in 1973. About the game:  It...

3 minutes read.

Alpha-beta Pruning | Artificial Intelligence

Alpha-beta pruning is an advance version of MINIMAX algorithm. The drawback of minimax strategy is that it explores each node in the tree deeply to provide the best path among all the...

3 minutes read.

Uninformed Search Strategies - Artificial Intelligence

Breadth-first search (BFS) It is a simple search strategy where the root node is expanded first, then covering all other successors of the root node, further move to expand the next...

8 minutes read.

Neural Networks

Neural Networks are one of the most popular techniques and tools in Machine learning. Neural Networks were inspired by the human brain as early as in the 1940s. Researchers studied the...

5 minutes read.

Supervised Learning in AI

Supervised Learning in AI Learning Supervised LearningClassification TasksNearest Neighbor ClassificationK nearest neighbor AlgorithmPerceptron LearningSupport Vector MachineRegression TasksLoss FunctionOverfittingRegularizationScikit LearnK Nearest Neighbor ImplementationPerceptron Algorithm ImplementationSupport Vector Machine Algorithm ImplementationRegression Implementation Machine Learning In the Artificial...

33 minutes read.

Constraint Satisfaction Problems in Artificial Intelligence

Constraint Satisfaction Problems in Artificial Intelligence We have seen so many techniques like Local search, Adversarial search to solve different problems. The objective of every problem-solving technique is one, i.e., to find a solution to...

5 minutes read.

Informed Search/ Heuristic Search in AI

An informed search is more efficient than an uninformed search because in informed search, along with the current state information,  some additional information is also present, which make it easy to reach the...

6 minutes read.

Artificial Intelligence vs. Machine learning

Artificial Intelligence This word is trending in the world of technology. Artificial means something which was not present naturally, and it is built by humans, and intelligence means the ability to...

4 minutes read.

Minimax Strategy

In artificial intelligence, minimax is a decision-making strategy under game theory, which is used to minimize the losing chances in a game and to maximize the winning chances. This strategy is also known...

3 minutes read.

Probabilistic Reasoning

Probabilistic Reasoning Probabilistic Reasoning is the study of building network models which can reason under uncertainty, following the principles of probability theory. Bayesian Networks Bayesian network is a data structure which is used to represent the dependencies among variables....

7 minutes read.

Classical Planning

Classical Planning is the planning where an agent takes advantage of the problem structure to construct complex plans of an action. The agent performs three tasks in classical planning: Planning: The agent plans after...

4 minutes read.

Intelligent Agents | Agents in AI

What is an Agent? An agent can be viewed as anything that perceives its environment through sensors and acts upon that environment through actuators. For example, human being perceives their surroundings through...

8 minutes read.

Backward Chaining in AI: Artificial Intelligence

Backward Chaining is a backward approach which works in the backward direction. It begins its journey from the back of the goal. Like, forward chaining, we have backward chaining for Propositional logic as...

6 minutes read.

Forward Chaining in AI : Artificial Intelligence

Forward Chaining is the process which works on the basis of available data to make certain decisions. Forward chaining is the process of chaining data in the forward direction. In forward chaining, we...

4 minutes read.

Integration of Blockchain and Artificial Intelligence

A Blockchain is a shared database or ledger where pieces of data are stored in data structures known as blocks. So, we can say that Blockchain is the distribution storage...

6 minutes read.

Inference Rules in Proposition Logic

Inference rules are those rules which are used to describe certain conclusions. The inferred conclusions lead to the desired goal state. In propositional logic, there are various inference rules which can be applied to...

3 minutes read.

Problem-solving in Artificial Intelligence

The reflex agents are known as the simplest agents because they directly map states into actions. Unfortunately, these agents fail to operate in an environment where the mapping is too large to...

7 minutes read.