Skip to main content

Defining AI Ethics

 

                    Defining AI Ethics


Welcome to Defining AI Ethics. Humans rely on culturally agreed-upon morals and standards of action — or ethics — to guide their decision-making, especially for decisions that impact others. As AI is increasingly used to automate and augment decision-making, it is critical that AI is built with ethics at the core so its outcomes align with human ethics and expectations. AI ethics is a multidisciplinary field that investigates how to maximize AI's beneficial impacts while reducing risks and adverse impacts. It explores issues like data responsibility and privacy, inclusion, moral agency, value alignment, accountability, and technology misuse …to understand how to build and use AI in ways that align with human ethics and expectations. 



There are five pillars for AI ethics: explainability, fairness, robustness, transparency, and privacy. 



These pillars are focus areas that help us take action to build and use AI ethically. 


Explainability AI is explainable when it can show how and why it arrived at a particular outcome or recommendation. You can think of explainability as an AI system showing its work. 


Fairness AI is fair when it treats individuals or groups equitably. AI can help humans make fairer choices by counterbalancing human biases, but beware — bias can be present in AI too, so steps must be taken to mitigate it. 


Robustness AI is robust when it can effectively handle exceptional conditions, like abnormal input or adversarial attacks. Robust AI is built to withstand intentional and unintentional interference. 


Transparency AI is transparent when appropriate information is shared with humans about how the AI system was designed and developed. Transparency means that humans have access to information like what data was used to train the AI system, how the system collects and stores data, and who has access to the data the system collects. 


Privacy Because AI ingests so much data, it must be designed to prioritize and safeguard humans' privacy and data rights. AI that is built to respect privacy collects and stores only the minimum amount of data it needs to function, and collected data should never be repurposed without users' consent, among other considerations. 


In summary, together, these five pillars — explainability, fairness, robustness, transparency, and privacy — help us to design, develop, deploy, and use AI more ethically and to understand how to build and use AI in ways that align with human ethics and expectations.



Avinash C. Pillai

Technology Director

syniverse® 

The world’s most connected company™ 

Website / Twitter / LinkedIn/ connected company™  


Comments

Popular posts from this blog

What is Cybersecurity Risk? Definition & Factors to Consider

  Cybersecurity risk has become a leading priority for organizations as they embrace digital transformation and leverage advanced technology solutions to drive business growth and optimize efficiencies. Additionally, many organizations are increasingly reliant on third-party and   fourth-party vendors   or programs.  In this post, we’ll explore what cybersecurity risk is and take a look at some key cybersecurity risk factors that organizations across all industries should keep in mind as they build and refine their   cybersecurity risk management strategy .   What is cybersecurity risk? Cybersecurity risk refers to   potential threats and vulnerabilities   in digital systems. It encompasses the likelihood of a cyberattack compromising data or systems, leading to financial,   reputational , or operational damage. A few examples of cybersecurity risks include   ransomware ,   malware ,   insider threats ,   phishing attacks ...

How To Manage Dell Servers using OMSA – OpenManage Server Administrator On Linux

OMSA is a web based application to manage DELL PowerEdge Servers. Using OMSA you can perform proactive system monitoring, system diagnosis, troubleshoot hardware issues and configure RAID etc., You can also view and manage hardware’s embedded system management (ESM) log using OMSA. This is an jumpstart guide that explains how to install Dell OMSA on Linux. I have also provided few screenshots of DELL OMSA web application. 1. Download DELL OMSA Go to DELL support website -> click on “Drivers & Downloads” -> choose your server model (in my case, I selected PowerEdge 2850) -> choose the operating system -> scroll-down and expand ‘Systems Management’ -> Click on ‘OpenManage Server Administrator Managed Node’ -> Click on OM_5.5.0_ManNode_A00.tar.gz to download it. You can directly download it to your Linux server as shown below. # mkdir -p /usr/local/omsa # cd /usr/local/omsa # wget http://ftp.us.dell.com/sysman/OM_5.5.0_ManNode_A00.tar.gz 2....

Machine Learning

                                                    Machine Learning Machine Learning, a subset of AI, uses computer algorithms to analyze data and make intelligent decisions based on what it has learned. Instead of following rules-based algorithms, machine learning builds models to classify and make predictions from data. Let's understand this by exploring a problem we may be able to tackle with Machine Learning.  What if we want to determine whether a heart can fail, is this something we can solve with Machine Learning? The answer is, Yes. Let's say we are given data such as beats per minute, body mass index, age, sex, and the result whether the heart has failed or not. With Machine Learning given this dataset, we are able to learn and create a mode...