Skip to content
View in the app

A better way to browse. Learn more.

Benchmark Six Sigma Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Topics

Leaderboard

Popular Content

Showing content with the highest reputation on 01/17/2025 in Posts

  1. All the published answers are correct and it is recommended to read all the answers. The best answer has been written by Narender. Well done!
  2. The Black Box Paradox in AI One of the early promises of artificial intelligence was that it could deliver the decision making free of discrimination. But the AI has impacted human lives in many aspects and very soon the humans started realizing that artificial intelligence can also suffer from the same biases as the human intelligence. A few years ago, Amazon mostly abandoned a system it was using to screen the job applicants when it discovered it was consistently favoring men over women. Similarly, in 2019, an ostensibly race-neutral algorithm widely used hospitals and insurance companies was shown to be preferencing white people over black people for certain types of care. When everyone is hyping that AI provides solutions to every problem, but most of these AI models operate in Black Box i.e. internal workings are a mystery to its users. Users can see the system's inputs and outputs, but they can't see what happens with in AI tool to produce those outputs and this is known as the Black Box Paradox in AI. The Black Box Paradox refers to inherent opacity of the AI systems, where the decision-making processes are often obscure and difficult to comprehend for humans. This lack of explainability makes it challenging to understand how AI arrives at its conclusions leading to question about transparency, and reliability of the system. Consider a Black Box model that evaluates job candidates resumes. Users can see the inputs-the resumes they feed into the AI model. And users can see the outputs-the assessments the model returns for the resumes. But users don't know exactly how the model arrives at its conclusions like what factors it considers, how it weighs those factors and so on. Algorithm of YouTube, Facebook, Instagram can't explain why a particular video gets viral immediately after its upload. This is hidden under many layers of training of the algorithmic model of the YouTube, Facebook, and Instagram. The Root Cause: Deep Learning Understanding why this happens requires knowing little bit about how machine learning models are built. Suppose you want to teach a child the difference between a Cat and a Dog. You would probably start by showing him a bunch of pictures of both Cats and Dogs, and during that process, the child would absorb some features of Cats and Dogs. Then, hopefully, when you show him a picture he never seen before, he can figure out if it's a Cat or Dog. This method of learning by examples reveals one of the significant ways in which bias can infiltrate a machine learning model. For instance, a facial recognition algorithm is trained mostly on the images of the lighter skinned people, it may lack accuracy in identifying darker skinned individuals. In much the same way, in real life, people are biased toward the fair skinned people considering them as more beautiful and smarter than dark skinned people because culturally people have deep learning of this thought. Similarly, Amazon's resume screening model proved to be biased toward men because it was trained to recognize keywords from resumes of its most successful current employees - who were disproportionately men. The deep learning algorithms are a type of machine learning algorithm that uses multilayered neural networks. Where a traditional machine learning model might use a network of one or two layers, deep learning models can have hundreds or even thousands of layers. Each layer contains multiple neurons, which are bundles of code designed to mimic the functions of the brain. Deep neural networks can consume and analyze raw, unstructured big data sets with little human intervention. They can take in massive amounts of data, identify patterns, learn from these patterns, and use what they learn to generate new outputs, such as images, video and text. However, these deep neural networks are inherently opaque. Users-including AI developers -can see what happens at input and output layers, also called "visible layers." They can see the data that goes in and predictions, classifications, or other content that comes out. But they do not know what happens at all network layers in between, the so-called "hidden layers." Explainable AI (XAI) or White Box AI: Leveraging AI models while ensuring accountability and transparency. Explainable AI (XAI) or White Box AI is a set of processes and methods that allows human users to comprehend and trust the results and output created by machine learning algorithms. It is an emerging field that aims to make AI systems more transparent and understandable to humans. It provides the tools and techniques to explain the reasoning behind AI decisions, allowing auditors, analysts, and stakeholders to trace how these decisions are made. By incorporating XAI, financial institutions can identify and mitigate biases, ensure compliance with regulations, build trust with customers and regulators, and unlock the full potential of AI technology. It is crucial for an organization to have a full understanding of an AI decision-making processes with model monitoring and accountability of AI and not to trust them blindly. Explainable AI can help humans understand and explain machine learning (ML) algorithms, deep learning and neural networks. Explainable AI Techniques Prediction Accuracy: Accuracy is a key component of how successful the use of AI is in everyday operations. By running simulations and comparing XAI output to the results in the training data set, the prediction accuracy can be determined. The most popular technique used for this is local interpretable Model-Agnostic Explanations (LIME), which explains the prediction of classifiers by the ML algorithm. Traceability: Traceability is another key technique for accomplishing XAI. This achieved, for example, by limiting the way decisions can be made and setting up a narrower scope for the ML rules and features. An example of traceability XAI technique is DeepLIFT (Deep Learning Important FeaTures), which compares the activation of each neuron to its reference neuron and shows a traceable link between each activated neuron and even shows dependencies between them. Decision Understanding: This is the human factor. Many people have a distrust in AI, yet work with it efficiently, they need to learn to trust it. This is accomplished by educating the team working with the AI so they can understand how and why the AI makes decisions. Uses of Explainable AI: Healthcare: Accelerate diagnostic, image analysis, resource optimization and medical diagnosis. Improve transparency and traceability in decision-making for patient care. Streamline the pharmaceutical approval process with explainable AI. Financial Services: Improve customer experiences with a transparent loan and credit approval process. Speed credit risk, wealth management and financial crime risk assessments. Accelerate resolution of potential complaints and issues. Increase confidence in pricing, product recommendations and investment services. Criminal Justice: Optimize processes for prediction and risk assessment. Accelerate resolution using explainable AI on DNA analysis, prison population analysis and crime forecasting. Detect potential biases in training data and algorithms. In conclusion, without knowing how an AI model making decisions leads to the lack of transparency and accountability in the decision making known as Black Box Paradox in AI. This generates confusion, and distrust in AI models. The problem can be addressed with the use of Explainable AI (XAI) which gives the detailed understanding of the process of decision making and leading to the better use of AI models while ensuring accountability and transparency.
  3. Black Box Paradox in AI: It refers to the challenge posed by high performance deep learning systems. These systems generally lack interpretability and transparency in their decision-making processes. This leads to a rise in the risk of accountability, especially if these decisions have a larger impact on people’s life. How can balance be achieved? We can use one or more of these following methods/strategies to create harmony between AI & ethics: 1. Using methods to explain AI decisions: Utilizing technology or methods which can help users in understanding AI decisions for better and open discernment by them. Some examples of these methods/techniques are SHapley Additive exPlanations or Local Interpretable Model-agnostic Explanations. Example: Businesses in the finance sector can readily assist clients in understanding the several choices that may directly affect their financial prospects by outlining how each feature affects a user's credit score. 2. Audits and validations: Reviewing algorithms for bias, fairness, and compliance with ethical standards through regularly auditing the models will make the models become more accountable. Example: In healthcare, AI diagnostics tools have to undergo rigorous validation against the set medical standards and practices to ensure that unbiased reliable recommendations are provided without missing out or targeting specific demographics. This is achieved by constant & consistent audits as well as peer reviews ensure that the models provide reliable recommendations without bias against certain demographics. 3. Involving stakeholders: To help identify concerns and areas needing transparency, stakeholder engagement in AI development is crucial. These stakeholders should also include domain experts, ethics experts, and representation from communities which are targets of bias. Example: AI tools for risk assessments should involve community feedback as it can highlight potential biases and drive the development of better and unbiased models. 4. Human-In-Loop: To avoid any oversight and lack of contextual understanding, we should focus on keeping humans in the loop of making decisions. Example: In autonomous vehicle development, AI decisions are consistently monitored by human operators in order to ensure safety and accountability. 5. Maintaining standards of reporting: Comprehensive documentation especially for the purpose, data sources and decision making process of AI models, helps in providing as well as promoting transparency and accountability. Example: GDPR regulations require clear documentation of how AI models use personal data and the rationale for automated decisions. 6. AI built on the backbone of ethics: A professional culture of prioritizing ethical considerations in AI deployments helps us in creating ethical, standardized and unbiased models. Example: Multiple organisations have AI ethics boards to guide the responsible use of AI technologies. This helps in making accountability and transparency an integral aspect to their AI strategies.
  4. The Black Box Paradox—it’s what makes AI both fascinating and frustrating. It’s brilliant at coming up with answers, but half the time, we’re left scratching our heads, wondering how it got there. It’s like that friend who always has the right answer but never bothers to explain how they figured it out. It’s a little frustrating, right? So, how do businesses take advantage of AI but also keep it transparent? The trick is balance—using the power of AI but still making sure it's understandable and trustworthy. Here’s how some companies have found their sweet spot. Be Open About It AI doesn’t have to be a big secret. You can make it simple for people to get. Look at IBM Watson Health. It helps doctors decide on treatments, but it doesn’t just say, “Here’s your answer.” It explains why by showing the data and research behind it. When you see why something works, it’s way easier to trust. Keep An Eye On It AI isn’t perfect, so it’s a good idea to check in on it now and then. You don’t want it making mistakes or being unfair. JPMorgan Chase has a smart way of using AI. They use it to help with tasks like setting credit limits and approving loans, but they don’t just let it run on autopilot. They stay actively involved, regularly checking the AI’s recommendations to make sure everything is fair, accurate, and on track. It’s a balance—using AI’s power while making sure human oversight keeps everything on track. Don’t Overcomplicate It AI might be handling complicated things behind the scenes, but that doesn’t mean businesses have to make it complicated for the people using it. Amazon is a good example. Amazon does a great job with AI. Instead of throwing a bunch of technical jargon at you, they keep things simple with their recommendations: “People who bought this also bought that.” It’s easy, no-frills, and just works. Humans Should Still Be In Charge AI is truly incredible. But when it comes to the big decisions—the ones that can truly shift the course—it’s still up to us, the humans, to steer the ship. After all, AI is a tool, but we’re the ones who have to steer the ship. The real magic happens when we bring that human touch, especially when the stakes are high. LexisNexis gets it. They use AI to help lawyers go through legal documents faster, but the AI doesn’t make any decisions. The lawyers are still the ones in control. Start Transparent Transparency isn’t something you can just add in later. You’ve gotta build it into the process from the get-go. Microsoft’s on top of this. They’ve got an ethics board that oversees their AI work, making sure everything’s above board. This helps them avoid issues down the line. Bottom Line? Trust is key. AI can totally help businesses do amazing things, but it’s got to be transparent, and it can’t be running the show by itself. When companies use it right, it can be a huge benefit, without losing that trust.
  5. Advanced complex AI models are opaque in nature which creates a difficulty in knowing their inherent decision-making processes. Let us consider a hypothetical scenario : Imagine an AI driven flight is being run as a trial flight journey (with no passengers yet on it). The flight journey is from Destination Country A to Country B.Now, during the journey, imagine there is a bad weather and thunderstorm with heavy rain. The flight is supposed to make an emergency landing as the situation is very hard to fly because of the prevailing conditions. Now, the flight has to find a nearest location(of a country) to land the flight. While the AI driven flight might have the capability to land the flight as needed, what if the flight lands in a place, which is not a safe place historically or what if the landing place is a no-fly zone.On what basis the AI system can decide on what to do when this emergency situation happens and how will it be done? This lack of transparency in the decision-making processes is a big challenge To address the challenges provided by these complex AI models, let us see how businesses balance leveraging these models while ensuring accountability and transparency: 1. Ethical Guideline: Have a setup on Ethical guideline - which will take care of accountability and what needs to be passed onto users. Ensure data compliance is met and data gets audited. Eg: Facebook's Meta had some bias concerns in its AI usage which was later sorted out 2. Mandatory Governance: Data related to regulatory governance where Businesses must document their AI workflows and ensure compliance with industry regulations such as GDPR Another case is that lot of responsible organisations have their own audit mechanism as well. Eg: Tesla, Amazon, many IT industry players have their own audit mechanism related to their respective work area. For instance, Tesla focusing on Safety standards, some IT concerns focussing on if any of their codebase is exposed to the internet (one of the ideas could be expedite the code development speed but that should not make the codebase exposed to the outside world) 3. Open-Source AI tools: They can help in improving transparency, faith and belief in the AI ecosystem. Some of the popular open source AI tools are Open AI, PyTorch, Amazon Sagemaker.. The beauty lies in the fact these tools cut across the industries and have become a driving force for innovation across industries. Eg: With Open source tools, which are industry agnostic, it can be used for say a loan approval process in banking or be a code review process in IT, deciding the right planogram for a Retail outlet. As these open source tools use a collaborative culture, the transparency and accountability is going to be on the higher side 4. Hybrid Model: a.Complex ones with simple interpretable models can help in achieve the right needs Eg: Banking and Financial, Insurance service companies have these kind of models where they use simple model for handling work related to claims processing and use complex model for handling work related to Fraud detection, Money laundering... 5.Presence of human beings They can help in overseeing the AI generated outcome Eg: Expert comment on MRI scan report. The nuances coming out from an experienced doctor may not be available to a AI 6. Explainable AI Here this technique enables machine learning algorithms to produce necessary outcome (results/output) which can be reliable and make the human beings aware of Eg: Banking/Finance institutions use this technique (for detailed explanation of the reasons) to approve or disapprove and in the process provide the much needed transparency on the dealings with the customer. Conclusion: Its important that we understand the bigger picture in AI by understandings it strengths and challenges. Managing the AI complexity means that we should have Ethical setup, Mandatory Governance, Open source AI tool, Hybrid Model, presence of human beings. Businesses can ensure success by placing the trust on their AI system without sacrificing accountability
This leaderboard is set to Kolkata/GMT+05:30

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.