I am currently a Research Associate Professor (Associate Professor of Research) in the Department of Computer Science and Engineering (CSE) at Southern University of Science and Technology (SUSTech), Shenzhen, China. I received my Bachelor’s degree from Southwest Jiaotong University, Chengdu, China, in 2010, Master’s degree from Beijing Jiaotong University, Beijing, China, in 2013, and Ph.D. degree from Institut National des Sciences Appliquées de Rouen Normandie (INSA Rouen Normandie), Rouen, France, in 2018. Since March 2018, I have been a member of Professor Xin Yao’s team at SUSTech, serving consecutively as a Postdoctoral Fellow (03/2018-09/2020), Research Assistant Professor (10/2020-09/2023), and Research Associate Professor (10/2023-Present). My research interests mainly include Artificial Intelligence Ethics (AI Ethics), Trustworthy Artificial Intelligence (Trustworthy AI), Evolutionary Computation (EC), and their practical applications.
Research Interests
Through my educational pursuits and professional experiences, I have cultivated a robust interdisciplinary research background. During my doctoral studies, I specialized in applying AI techniques (e.g., machine learning and evolutionary algorithms) to address engineering problems, particularly uncertainty analysis, material parameter identification, and fatigue damage analysis in mechanical engineering. Transitioning into my postdoctoral role from March 2018 to September 2020, I concentrated on the automatic algorithm configuration for AI algorithms, specifically for evolutionary algorithms and other intelligent optimization algorithms. Since late 2020, my research trajectory has evolved towards the areas of AI ethics and trustworthy AI, which are not only current global research trends but also pivotal future developmental directions of AI. At present, my research is centered on AI Ethics and Trustworthy AI, with a strong emphasis on essential ethical considerations including transparency, explainability, fairness, safety, and privacy. I have published more than 30 research papers with total google scholar citations 600+.
-
AI Ethics is an emerging multidisciplinary research field that investigates ethical issues and societal impacts arising from the design, development, implementation, and use of AI technologies. My efforts span the exploration of Ethical Issues and Challenges in AI, Ethical Guidelines and Principles for AI, and AI Ethical Governance Practice.
-
Trustworthy AI aims to develop AI systems that are aligned with ethical principles (such as transparency, fairness, privacy, safety, security, accountability, etc.), fostering trust from users and society in AI technologies. My research is centered on Explainable Machine Learning, Fairness-Aware Machine Learning, and Privacy-Preserving Machine Learning.
-
Evolutionary Computation is a computational methodology inspired by biological evolution and natural selection for addressing optimization and search problems. My research involves Surrogate-Assisted Evolutionary Optimization, Automatic Algorithm Configuration (Parameter Tuning), and Surrogate Modeling in engineering tasks (e.g., uncertainty analysis, fatigue damage analysis, material parameter identification).
I manage the WeChat public account “AI Ethics”. The ongoing emergence of risk issues in the development and application of Artificial Intelligence (AI) has captured substantial global attention. Emphasizing AI ethics, strengthening AI governance, and fostering trustworthy AI have evolved into a worldwide consensus. This platform is committed to disseminating information and updates concerning AI ethics, AI governance, and trustworthy AI.
📑 Research
Multi-objective Feature Attribution Explanation for Explainable Machine Learning
Ziming Wang, Changwu Huang, Yun Li, Xin Yao*
The feature attribution-based explanation (FAE) methods, which indicate how much each input feature contributes to the model’s output for a given data point, are one of the most popular categories of explainable machine learning techniques. This work formulates the problem of creating FAE explainable models as a multi-objective learning problem that considers multiple explanation quality metrics simultaneously. Experimental results comparing with six state-of-the-art FAE methods on eight datasets demonstrate that our method can optimize multiple conflicting metrics simultaneously and can provide explanations with higher faithfulness, lower sensitivity, and lower complexity than the compared methods. Moreover, the results have shown that our method has better diversity, i.e., it provides various explanations that achieve different tradeoffs between multiple conflicting explanation quality metrics. Therefore, it can provide tailored explanations to different stakeholders based on their specific requirements.
An Overview of Artificial Intelligence Ethics (Most popular article in IEEE TAI)
Changwu Huang, Zeqi Zhang, Bifei Mao, Xin Yao*
AI ethics is an important emerging topic among academia, industry, government, society, and individuals. In the past decades, many efforts have been made to study the ethical issues in AI. This article offers a comprehensive overview of the AI ethics field, including a summary and analysis of AI ethical issues, ethical guidelines and principles, approaches to address AI ethical issues, and methods to evaluate the ethics of AI technologies. Additionally, research challenges and future perspectives are discussed. This article will help researchers to gain a birds eye view of AI ethics, and thus facilitate their further investigation and research.
Hao Bai, Lujie Shi, Younes Aoues, Changwu Huang*, Didier Lemosse
Fatigue is one of the most significant failure modes in structural and mechanical design. However, fatigue analysis usually suffers from two main challenges: 1) fatigue failure is hard to be predicted accurately, and 2) numerical fatigue damage estimation approaches are time-consuming. To overcome these drawbacks, this work firstly proposes a probabilistic fatigue analysis framework to estimate the fatigue damage of wind turbine tower based on numerical simulations. Then, to reduce the computational cost of numerical approach, a residual neural network (ResNet)-assisted fatigue estimation approach is designed for the assessment of long-term fatigue loads under the proposed probabilistic fatigue analysis framework, where machine learning model is used to approximate the relationship between the load (i.e., wind speed in our study case) and the fatigue damage so that a large number of simulations can be replaced by model prediction. Our proposed method is validated by numerical studies with a state-of-the-art wind turbine and has been applied in a wind turbine design with real-world wind loads.
Online Algorithm Configuration for Differential Evolution Algorithm
Changwu Huang, Hao Bai, Xin Yao*
The performance of evolutionary algorithms (EAs) is strongly affected by their configurations. Thus, algorithm configuration (AC) problem, that is, to properly set algorithm’s configuration, including the operators and parameter values for maximizing the algorithm’s performance on given problem(s) is an essential and challenging task in the design and application of EAs. In this paper, an online algorithm configuration (OAC) approach is proposed for differential evolution (DE) algorithm to adapt its configuration in a data-driven way. In our proposed OAC, the multi-armed bandit algorithm is adopted to select trial vector generation strategies for DE, and the kernel density estimation method is used to adapt the associated control parameters during the evolutionary search process.
Hao Tong, Changwu Huang, Leandro L. Minku, Xin Yao
Surrogate-assisted evolutionary algorithms (SAEAs), which use efficient surrogate models or meta-models to approximate the fitness function in evolutionary algorithms (EAs), are effective and popular methods for solving computationally expensive optimization problems. This paper dedicates to providing a more systematical review and comprehensive empirical study of surrogate models used in single-objective SAEAs.
A Survey of Automatic Parameter Tuning Methods for Metaheuristics (ESI highly cited paper)
Changwu Huang, Yuanxiang Li, Xin Yao*
Parameter tuning, that is, to find appropriate parameter settings (or configurations) of algorithms so that their performance is optimized, is an important task in the development and application of metaheuristics. Automating this task, i.e., developing algorithmic procedure to address parameter tuning task, is highly desired and has attracted significant attention from the researchers and practitioners. During last two decades, many automatic parameter tuning approaches have been proposed. This paper presents a comprehensive survey of automatic parameter tuning methods for metaheuristics. A new classification (or taxonomy) of automatic parameter tuning methods is introduced according to the structure of tuning methods. The existing automatic parameter tuning approaches are reviewed and their main strengths and weaknesses are discussed, which is helpful for new researchers or practitioners to select appropriate tuning methods to use.
Pulication List
- Z. Wang, C. Huang∗, and X. Yao∗, “A Roadmap of Explainable Artificial Intelligence: Explain to Whom, When, What and How?,” ACM Transactions on Autonomous and Adaptive Systems, DOI:10.1145/3702004.
- Z. Wang, C. Huang, and X. Yao, “Feature Attribution Explanation Based on Multi-Objective Evolutionary Learning,” Proceedings of the Genetic and Evolutionary Computation Conference Companion, Jul. 2024, pp. 61-62.
- J. Xu, J. Yang, P. Li, Z. Wang, C. Huang∗ and X. Yao, “A Knowledge Guided Multi-Population Evolutionary Algorithm for Dynamic Workflow Scheduling Problem,” 2024 IEEE Conference on Artificial Intelligence (CAI), Singapore, 2024, pp. 21-28.
- L. Tan, C. Huang∗, and X. Yao, “A Concept-Based Local Interpretable Model-agnostic Explanation Approach for Deep Neural Networks in Image Classification,” Intelligent Information Processing XII, pp. 119-133, 2024.
- Z. Wang, C. Huang, Y. Li, and X. Yao∗, “Multi-objective Feature Attribution Explanation For Explainable Machine Learning,” ACM Transactions on Evolutionary Learning and Optimization, vol. 4, no. 1, pp. 1–32, Feb. 2024.
- K. Wu, C. Huang∗, and X. Yao∗, “Confidence Estimation Based on the Explanations of Model’s Predictions,” 2023 International Conference on Neuromorphic Computing (ICNC), Wuhan, China, 2023, pp. 414-423.
- C. Huang, Z. Zhang, B. Mao, and X. Yao∗, “An Overview of Artificial Intelligence Ethics,” IEEE Transactions on Artificial Intelligence, vol. 4, no. 4, pp. 799-819, Aug. 2023. (Most Popular Article in IEEE TAI)
- Z. Yang, Z. Wang, C. Huang∗, and X. Yao, “An Explainable Feature Selection Approach for Fair Machine Learning,” 32nd International Conference on Artificial Neural Networks, Crete, Greece, 2023, pp. 75-86.
- Z. Wang, C. Huang, and X. Yao∗, “Feature Attribution Explanation to Detect Harmful Dataset Shift,” 2023 International Joint Conference on Neural Networks (IJCNN), Gold Coast, Australia, Jun. 2023, pp. 1-8.
- S. Gui, Q. Zhang, C. Huang, and B. Yuan∗, “Fairer Machine Learning Through the Hybrid of Multi-objective Evolutionary Learning and Adversarial Learning,” 2023 International Joint Conference on Neural Networks (IJCNN), Gold Coast, Australia, Jun. 2023, pp. 1-9.
- H. Bai, L. Shi, Y. Aoues, C. Huang∗, and D. Lemosse, “Estimation of probability distribution of long-term fatigue damage on wind turbine tower using residual neural network,” Mechanical Systems and Signal Processing, vol. 190, pp. 110101, May 2023.
- C. Huang, Z. Zhang, B. Mao, and X. Yao∗, “Preventing Undesirable Behaviors of Neural Networks via Evolutionary Constrained Learning,” 2022 International Joint Conference on Neural Networks (IJCNN), Padua, Italy, Jul. 2022, pp. 1-7.
- C. Huang, L. Li, C. He, R. Cheng, and X. Yao, “Adaptive multiobjective evolutionary algorithm for large-scale transformer ratio error estimation,” Memetic Computing, vol. 14, no. 2, pp. 237-251, May 2022.
- C. Huang, H. Bai, and X. Yao∗, “Online algorithm configuration for differential evolution algorithm,” Applied Intelligence, vol. 52, no. 8, pp. 9193-9211, Jan. 2022.
- X. Yao, K. Tang, Y. Mei, J. Liu, C. Huang, and H. Tong, “Capacitated Arc Routing Problems in Smart Cities,” Artificial Intelligence View, vol 05, pp. 102-114, 2021.
- H. Bai, C. Huang, and X. Yao∗, “Adaptive Differential Evolution based on Exploration and Exploitation Control,” 2021 IEEE Congress on Evolutionary Computation (CEC), Kraków, Poland, Jun. 2021, pp. 41-48.
- C. Huang, L. Li, C. He, R. Cheng∗, and X. Yao, “Operator-Adapted Evolutionary Large-Scale Multiobjective Optimization for Voltage Transformer Ratio Error Estimation,” 11th International Conference on Evolutionary Multi-Criterion Optimization, Shenzhen, China, Mar. 2021, pp. 672-683.
- H. Tong∗, C. Huang, L. L. Minku, and X. Yao∗, “Surrogate models in evolutionary single-objective optimization: A new taxonomy and experimental study,” Information Sciences, vol. 562, pp. 414-437, Jul. 2021.
- H. Bai∗, D. Lemosse, Y. Aoues, J. Cherfils, and C. Huang∗, “A Probabilistic Approach In Long-Term Fatigue Analysis Of Onshore Wind Turbine Tower,” 14th WCCM-ECCOMAS Congress, Jan. 2021, pp. 1-11.
- C. Huang, Y. Li, and X. Yao∗, “A Survey of Automatic Parameter Tuning Methods for Metaheuristics,” IEEE Transactions on Evolutionary Computation, vol. 24, no. 2, pp. 201-216, Apr. 2020. (ESI Highly Cited Paper)
- C. Huang, Y. Li, and X. Yao∗, “Online Parameter Tuned SAHiD Algorithm for Capacitated Arc Routing Problems,” 2020 IEEE Congress on Evolutionary Computation (CEC), Glasgow, UK, Jul. 2020, pp. 1-8.
- C. Huang, Y. Li, and X. Yao∗, “Adaptive-SAHiD Algorithm for Capacitated Arc Routing Problems,” 2019 IEEE Symposium Series on Computational Intelligence (SSCI), Xiamen, China, Dec. 2019, pp. 1668-1675.
- H. Tong, S. Zhang, C. Huang, and X. Yao∗, “Algorithm Portfolio for Parameter Tuned Evolutionary Algorithms,” 2019 IEEE Symposium Series on Computational Intelligence (SSCI), Xiamen, China, Dec. 2019, pp. 1849-1856.
- C. Huang, B. Yuan, Y. Li, and X. Yao∗, “Automatic Parameter Tuning using Bayesian Optimization Method,” 2019 IEEE Congress on Evolutionary Computation (CEC), Wellington, New Zealand, Jun. 2019, pp. 2090-2097.
- H. Tong, C. Huang, J. Liu, and X. Yao∗, “Voronoi-based Efficient Surrogate-assisted Evolutionary Algorithm for Very Expensive Problems,” 2019 IEEE Congress on Evolutionary Computation (CEC), Wellington, New Zealand, Jun. 2019, pp. 1996-2003.
- C. Huang∗, B. Radi, A. El Hami, and H. Bai, “CMA evolution strategy assisted by kriging model and approximate ranking,” Applied Intelligence, vol. 48, no. 11, pp. 4288-4304, Jun. 2018.
- C. Huang∗, A. El Hami, and B. Radi, “Metamodel-based inverse method for parameter identification: elastic-plastic damage model,” Engineering Optimization, vol. 49, no. 4, pp. 633-653, Jul. 2016.
- C. Huang∗, B. Radi, and A. E. Hami, “Uncertainty analysis of deep drawing using surrogate model based probabilistic method,” The International Journal of Advanced Manufacturing Technology, vol. 86, no. 9-12, pp. 3229-3240, Feb. 2016.
- C. Huang∗, A. El Hami, and B. Radi, “Overview of Structural Reliability Analysis Methods — Part I: Local Reliability Methods,” Uncertainties and Reliability of Multiphysical Systems, vol. 17, no. 1, pp. 1-10, Feb. 2017.
- C. Huang∗, A. El Hami, and B. Radi, “Overview of Structural Reliability Analysis Methods — Part II: Sampling Methods,” Uncertainties and Reliability of Multiphysical Systems, vol. 17, no. 1, pp. 1-10, Feb. 2017.
- C. Huang∗, A. El Hami, and B. Radi, “Overview of Structural Reliability Analysis Methods — Part III: Global Reliability Methods,” Uncertainties and Reliability of Multiphysical Systems, vol. 17, no. 1, pp. 1-8, Feb. 2017.
- C. W. Huang, G. X. Yang, N. J. Fu, and J. L. Xie, “Research on Fretting Fatigue Life of Interference Fit and its Influencing Factors,” Applied Mechanics and Materials, vol. 251, pp. 293-300, Dec. 2012.
- J. L. Li, N. Xiao, C. W. Huang, and N. J. Fu, “Thermal Elasto-Plastic FEM Analysis of the New Heavy-Haul Freight Car Wheel Plate,” Applied Mechanics and Materials, vol. 251, pp. 304-309, Dec. 2012.
- N. J. Fu, J. L. Xie, C. W. Huang, and Y. Teng, “Research on Fatigue Properties of Grade B Steel Casted by the Resin Sand Process,” Applied Mechanics and Materials, vol. 189, pp. 218-224, Jul. 2012.
Projects and Grants
-
Joint Project between Huawei Technologies Co., Ltd. and SUSTech, “Conceptual Analysis and Path Exploration of Transparency in AI Governance” (智能系统透明治理的概念辨析及路径探索), Principal Investigator, 08/2023 - 08/2024.
-
Youth Program of Guangdong Basic and Applied Basic Research Foundation, “Automatic Design of Evolutionary Algorithms” (进化算法的自动设计), Principal Investigator, 01/2020 - 12/2021.
-
Shenzhen Postdoctoral Research Funding, Principal Investigator, 10/2020 - 10/2023
-
Key Program of Guangdong Basic and Applied Basic Research Foundation, “Research on Trustworthy, Explainable, and Evolvable Intelligent Computing Theory and Methods” (可信、可解释和可进化的智能计算理论和方法研究), Core Member, 01/2023 - 12/2027.
-
Joint Project between Huawei Technologies Co., Ltd. and SUSTech, “Basic Theory and Key Technologies for Trustworthy Intelligent Systems” (可信系统基础理论和关键技术), Core Member, 01/2021 - 06/2022.
-
Research on Reliable Digital Microfluidic Biochip Design Methods (可靠性数字微流控生物芯片设计方法研究), Member, 04/2019 - 03/2022.
-
Pearl River Talent Program for Guangdong Introducing Innovative and Entrepreneurial Teams, “Reconfigurable Brain-like Intelligent Computing System” (可重构类脑智能计算系统), Member, 09/2018 - 08/2023.
Patents
-
Ziming Wang, Changwu Huang, and Xin Yao, “A Data Set Shift Identification Method Based on Feature Attribution Explanation Techniques” (一种基于特征归因解释技术的数据集偏移识别方法), CN202310410718.7, 2023.
-
Chao Pan, Changwu Huang, Bo Yuan, Xin Yao, “Method, Apparatus, Device, and Storage Medium for Automatic Acquisition of Case Information” (案件信息的自动获取方法、装置、设备和存储介质), CN202010590436.6, 2020.
🏫 Experiences
Education Experience
- 09/2013 – 02/2018, Ph.D. in Mechanics, INSA Rouen Normandie, France.
- Dissertation Title: Kriging-Assisted Evolution Strategy for Optimization and Application in Material Parameters Identification.
- Laboratory: Laboratoire de Mécanique de Normandie (LMN)
- Supervisor: Abdelkhalak EL HAMI
- 09/2010 – 01/2013, M.S. in Vehicle Engineering, Beijing Jiaotong University (BJTU), China.
- Recommended for the UT-INSA Ph.D. program founded by the China Scholarship Council.
- 09/2006 – 06/2010, B.S. in Vehicle Engineering, Southwest Jiaotong University (SWJTU), China.
- Graduated with honor as Outstanding Graduate of Sichuan Province.
- Recommended for admission to postgraduate study, exempted from the Admission Examination.
Work Experience
- 10/2023 – Present, Research Associate Professor (Master Supervisor), Department of CSE, SUSTech, Shenzhen, China.
- OPtimization And Learning (OPAL) Laboratory, led by Prof. Xin Yao
- 10/2020 – 09/2023, Research Assistant Professor (Master Supervisor), Department of CSE, SUSTech, Shenzhen, China.
- OPtimization And Learning (OPAL) Laboratory, led by Prof. Xin Yao
- 03/2018 – 09/2020, Postdoctoral Researcher, Department of CSE, SUSTech, Shenzhen, China.
- Cooperation Supervisor: Prof. Xin Yao
🏆 Honors and Awards
-
Our paper “A Concept-Based Local Interpretable Model-agnostic Explanation Approach for Deep Neural Networks in Image Classification” achieved the Best Student Paper Award in 13th International Conference on Intelligent Information Processing (IIP 2024), 2024.
-
Our paper “An Overview of Artificial Intelligence Ethics” was selected as the Excellent Science and Technology Academic Paper by the Shenzhen Association for Science and Technology (深圳市第二届优秀科技学术论文奖), 2022.
-
Scholarship from China Scholarship Council (CSC) to pursue Ph.D. study, 2013-2017.
-
First-Class Graduate Student Fellowship of BJTU, 2011.
-
Outstanding University Graduate of Sichuan Province, 2010.
-
Outstanding Undergraduate Graduate Design and Thesis of SWJTU, 2010.
-
National Scholarship, 2006 and 2009.
🧑🏫 Invited Talks
-
April 2024, I was invited to deliver lectures on “AI Ethical Risks and Governance” (人工智能伦理风险与治理) and “Ethics and Guidelines in AI Education” (人工智能教育伦理与规范) for the Heyuan City Longchuan County Education Support Project — Artificial Intelligence Education Leadership Enhancement Training for Primary and Secondary School Principals (“河源市龙川县教育帮扶项目——中小学校长人工智能教育领导力提升培训”).
-
December 2023, I was invited to participate in the New Generation of Artificial Intelligence and Education expert consultation seminar (“新一代人工智能与教育”专家咨询研讨会), and delivered a keynote talk on the topic of “The Talent View of AI Era: Combining Virtue with Abilities”(AI 时代德才兼备的人才观).
-
July 2023, I was invited to give a lecture on “Ethics and Safety in the AI Era” (AI 时代的伦理与安全) at the training program for principals on AI education leadership enhancement in Shenzhen primary and secondary schools (“深圳市中小学校长人工智能教育领导力提升研训”培训班).
-
July 2023, I was invited to deliver a lecture on “AI Ethics and Safety” (AI 伦理与安全) at the training program for outstanding teachers in Shenzhen primary and secondary schools to improve their teaching capabilities (“深圳市中小学骨干教师教学能力提升研训”培训班).
-
October 2022, I was invited to present a keynote talk titled “An Overview of Artificial Intelligence Ethics” (人工智能伦理研究现状) at the 2022 AI Ethics Governance Forum (2022 年人工智能伦理治理论坛) organized by the Shenzhen Association for Artificial Intelligence (SAAI).
💻 Professional Service
-
Member of the First Medical Artificial Intelligence Ethics Committee of “Chinese Medical Ethics” (《中国医学伦理学》第一届医学人工智能伦理专委会委员), since May 2024.
-
Chair of the Session on “Machine Learning” at 13th IFIP International Conference on Intelligent Information Processing, Shenzhen, May 2024.
-
Core member of the Artificial Intelligence Education Research Center, Southern University of Science and Technology (南方科技大学人工智能教育研究中心), since October 2023.
-
Chair of the Session on “Neural Networks and Intelligent Algorithms” at the International Conference on Neuromorphic Computing (ICNC2023), December 2023.
-
Secretary Member of the AI Ethics Governance Committee of Shenzhen Association for Artificial Intelligence (SAAI) (深圳市人工智能学会AI伦理治理专委会秘书委员), since November 2022.
-
Member of the Institute of Electrical and Electronics Engineers (IEEE), since October 2019.
-
Member of Chinese Association for Artificial Intelligence (CAAI), since September 2022.
-
Member of China Computer Federation (CCF), since October 2021.
-
Reviewer for international journals such as IEEE TEVC, IEEE TAI, Knowledge-Based Systems, Memetic Computing, etc.
🌐 Resources
AI Ethics relevant documents (Name of document, Issuer, Year)
- Recommendation on the Ethics of Artificial Intelligence, UNESCO, 2021.
- A guide to good practice for digital and data-driven health technologies, Government of United Kingdom, 2021.
- Data Ethics Impact Assessment, DataEthics.eu, 2021.
- Responsible AI: From Principles to Practice, Accenture, 2021.
- Ethical Principles for Artificial Intelligence, U.S. Department of Defense, 2020.
- Turkcell Artificial Intelligence Principles, Turkcell, 2020.
- Guidance for Regulation of Artificial Intelligence Applications, The White House Office of Science and Technology Policy (OSTP), United States, 2020.
- Rome Call For AI Ethics, The Pontifical Academy for Life, Microsoft, IBM, FAO, the Italian Ministry of Innovation, 2020.
- OECD Principles on AI, The Organisation for Economic Co-operation and Development (OECD), 2020.
- A Framework For The Ethical Use Of Advanced Data Science Methods In The Humanitarian Sector, The Humanitarian Data Science and Ethics Group (DSEG), 2020.
- “ARCC”: An Ethical Framework for Artificial Intelligence, Tencent Research Institute, 2020.
- Code of Ethics, PocketConfidant AI, 2020.
- Model AI Governance Framework (Second Edition), Personal Data Protection Commission (PDPC), Singapore, 2020.
- The Morals of Algorithms – A contribution to the ethics of AI systems, NXP Semiconductors, 2020.
- Ethics Framework , Machine Intelligence Garage’s Ethics Committee, 2020.
- Ethical Principles, Koa Health, 2020.
- Responsible AI: A Roadmap For The Enterprise, Integrate.AI, 2020.
- Advancing AI ethics beyond compliance - From principles to practice, IBM, 2020.
- Assessment List for Trustworthy Artificial Intelligence (ALTAI) for self-assessment, High-Level Expert Group on Artificial Intelligence (AI HLEG), 2020.
- Data Ethics Framework, Government Digital Service, 2020.
- White Paper on Artificial Intelligence: a European approach to excellence and trust, European Commission, 2020.
- White Paper on Data Ethics in Public Procurement of AI-based Services and Solutions, DataEthics.eu, 2020.
- Bosch code of ethics for AI, Bosch, 2020.
- Seven principles for AI: BMW Group sets out code of ethics for the use of artificial intelligence, BMW, 2020.
- Using artificial intelligence to make decisions: Addressing the problem of algorithmic bias, Australian Human Rights Commission, 2020.
- AI4People’s 7 AI Global Frameworks, AI4People, 2020.
- From Principles to Practice – An interdisciplinary framework to operationalise AI ethics, AI Ethics Impact Group (AIEI Group), 2020.
- Ethical Application of Artificial Intelligence Framework , ACT-IAC Emerging Technology COI, 2020.
- 10 Principles of Responsible AI, Women Leading in AI, 2019.
- US Chamber of Commerce: Principles on Artificial Intelligence, The U.S. Chamber of Commerce, 2019.
- Understanding Artificial Intelligence Ethics and Safety, The Alan Turing Institute, 2019.
- Guiding Principles on Trusted AI Ethics, Telia Company, 2019.
- Dutch Artificial Intelligence Manifesto, Special Interest Group on Artificial Intelligence (SIGAI), ICT Platform Netherlands (IPN), 2019.
- Principles for AI Ethics, Samsung, 2019.
- AI Ethics, Salesforce, 2019.
- Artificial Intelligence (AI) in Health, Royal College of Physicians, 2019.
- Decree of the President of the Russian Federation on the Development of Artificial Intelligence in the Russian Federation, Office of the President of the Russian Federation, 2019.
- Governance Principles for a New Generation of Artificial Intelligence: Develop Responsible Artificial Intelligence 《新一代人工智能治理原则——发展负责任的人工智能》, National New Generation Artificial Intelligence Governance Expert Committee, China’s Ministry of Science and Technology, 2019.
- MorphL AI Guiding Principles, MorphL, 2019.
- Principles to Promote Fairness, Ethics, Accountability and Transparency (FEAT) in the Use of AI & Data Analytics in Singapore’s Financial Sector, Monetary Authority of Singapore, 2019.
- AI Application Criteria 人工智能应用准则, MEGVII, 2019.
- Social Principles of Human centric AI, Integrated Innovation Strategy Promotion Council, 2019.
- Ethical Aspects of Autonomous and Intelligent Systems, IEEE , 2019.
- Policy and investment recommendations for trustworthy Artificial Intelligence, High-Level Expert Group on AI (AI HLEG), 2019.
- G20 AI Principles, G20 Ministerial Meeting on Trade and Digital Economy, 2019.
- A governance framework for algorithmic accountability and transparency, European Parliamentary Research Service, 2019.
- Ethics guidelines for trustworthy AI, European Commission High Level Expert Group on AI, 2019.
- Digia’s ethical principles for utilising artificial intelligence, Digia, 2019.
- AI Ethics: The next big thing in Government, Deloitte, 2019.
- DeepMind Ethics & Society Themes, DeepMind Ethics & Society, 2019.
- National Strategy for Artificial Intelligence, Danish Government, 2019.
- Joint Pledge on Artificial Intelligence Industry Self-Discipline (Draft for Comment) 人工智能行业自律公约 (征求意见稿), China’s Artificial Intelligence Industry Alliance (AIIA), 2019.
- Bejing AI Principles, Bejing Academy of Artificial Intelligence, 2019.
- AI Ethics Principles, Australian Government Department of Industry, Innovation and Science, 2019.
- Artificial Intelligence: Australia’s Ethics Framework (A Discussion Paper), Australian Government Department of Industry Innovation and Science, 2019.
- Artificial Intelligence at AT&T: Our Guiding Principles, AT&T , 2019.
- Ethics of AI in Radiology: European and North American Multisociety Statement, American College of Radiology; European Society of Radiology; Radiology Society of North America; Society for Imaging Informatics in Medicine; European Society of Medical Imaging Informatics; Canadian Association of Radiologists; American Association of Physicists in Medicine, 2019.
- On Good AI Governance: 14 Priority Actions, a S.M.A.R.T. Model of Governance, and a Regulatory Toolbox, AI4People, 2019.
- Responsible AI and Robotics: An Ethical Framework, Accenture, 2019.
- White Paper: How to Prevent Discriminatory Outcomes in Machine Learning, WEF, Global Future Council on Human Rights 2016-2018, 2018.
- Montréal Declaration: Responsible AI, Université de Montréal (University of Montreal), 2018.
- Unity’s Guiding Principles for Ethical AI, Unity Technologies, 2018.
- White Paper – Building Ethics into Privacy Frameworks for Big Data and AI, UN Global Pulse and IAPP, 2018.
- AI in the UK: Ready, Willing and Able?, UK House of Lords, Select Committee on Artificial Intelligence, 2018.
- Initial Code of Conduct for Data-Driven Health and Care Technology, UK Department of Health & Social Care, 2018.
- Federal Data Strategy Framework, U.S. Government, 2018.
- Tieto’s AI Ethics Guidelines, Tieto, 2018.
- Universal Guidelines for Artificial Intelligence, The Public Voice, 2018.
- Artificial Intelligence and Privacy, The Norwegian Data Protection Authority, 2018.
- The Responsible Machine Learning Principles, The Institute for Ethical AI & Machine Learning, 2018.
- Toward a G20 Framework for Artificial Intelligence in the Workplace, The Centre for International Governance Innovation (CIGI), 2018.
- AI Principles of Telefónica, Telefónica, 2018.
- Introducing Stanford’s Human-Centered AI Initiative, Stanford Institute for Human-Centered Artificial Intelligence, 2018.
- Sony Group AI Ethics Guidelines, Sony, 2018.
- AI Principles & Ethics, Smart Dubai, 2018.
- SAP’s Guiding Principles for Artificial Intelligence, SAP, 2018.
- The Ethics of Code: Developing AI for Business with Five Core Principles, Sage, 2018.
- Privacy and Freedom of Expression in the Age of Artificial Intelligence, Privacy International, 2018.
- Discussion Paper on Artificial Intelligence (AI) and Personal Data — Fostering Responsible Development and Adoption of AI, Personal Data Protection Commission Singapore, 2018.
- Tenets, Partnership on AI, 2018.
- OpenAI Charter, OpenAI, 2018.
- OP Financial Group’s Ethical Guidelines for Artificial Intelligence, OP Group, 2018.
- Discussion Paper: National Strategy for Artificial Intelligence, National Institution for Transforming India (NITI Aayog), 2018.
- Draft AI Utilization Principles, Ministry of Internal Affair and Communications of Japan, The Conference toward AI Network Society, 2018.
- Work in the Age of Artificial Intelligence: Four Perspectives on the Economy, Employment, Skills and Ethics, Ministry of Economic Affairs and Employment, 2018.
- Responsible Bots: 10 Guidelines for Developers of Conversational AI, Microsoft, 2018.
- Charlevoix Common Vision for the Future of Artificial Intelligence, Leaders of the G7, 2018.
- Kakao Algorithm Ethics, Kakao, 2018.
- Declaration on Ethics and Data Protection in Artificial Intelligence, International Conference of Data Protection and Privacy Commissioners (ICDPPC), 2018.
- Intel’s AI Privacy Policy White Paper: Protecting Individuals’ Privacy and Data in the Artificial Intelligence World, Intel Corporation, 2018.
- Business Ethics and Artificial Intelligence, Institute of Business Ethics (IBE), 2018.
- IBM’s Principles for Trust and Transparency, IBM, 2018.
- Everyday Ethics for Artificial Intelligence, IBM, 2018.
- Responsible AI – Key Themes, Concerns & Recommendations for European Research and Innovation, HUB4NGI, 2018.
- Responsible use of artificial intelligence (AI), Government of Canada, 2018.
- Artificial Intelligence at Google: Our Principles, Google, 2018.
- GE Healthcare AI Principles, GE Healthcare, 2018.
- The Malicious Use of Artificial Intelligence: Forecasting, Prevention, and Mitigation, Future of Humanity Institute; University of Oxford; Centre for the Study of Existential Risk; University of Cambridge; Center for a New American Security; Electronic Frontier Foundation; OpenAI, 2018.
- Ethical, Social, and Political Challenges of Artificial Intelligence in Health, Future Advocacy, 2018.
- Towards a Digital Ethics, European Data Protection Supervisor & Ethics Advisory Group, 2018.
- Artificial Intelligence: A European Perspective, European Commission, Joint Research Centre, 2018.
- Statement on Artificial Intelligence, Robotics and ‘Autonomous’ Systems, European Commission, European Group on Ethics in Science and New Technologies, 2018.
- AI Guidelines, Deutsche Telekom, 2018.
- Data Ethics - Principles and Guidelines for Companies, Authorities & Organisations, DataEthics.eu, 2018.
- Governing Artificial Intelligence: Upholding Human Rights & Dignity, Data & Society, 2018.
- European Ethical Charter on the Use of Artificial Intelligence in Judicial Systems and Their Environment, Council of Europe: European Commission for the Efficiency of Justice (CEPEJ), 2018.
- The Toronto Declaration: Protecting the Right to Equality and Non-discrimination in Machine Learning Systems, Amnesty International; Access Now, 2018.
- People’s Guide to AI, Allied Media Group, 2018.
- AI4People-An Ethical Framework for a Good AI Society: Opportunities, Risks, Principles, and Recommendations, AI4People, 2018.
- Algorithmic Impact Assessments: A Practical Framework for Public Agency Accountability, AI Now Institute, 2018.
- AI Now 2018 Report, AI Now Institute, 2018.
- For a Meaningful Artificial Intelligence: Towards a French and European Strategy, AI for Humanity , 2018.
- Top 10 Principles for Ethical Artificial Intelligence, UNI Global Union, 2017.
- Machine Learning: The Power and Promise of Computers that Learn by Example, The Royal Society, 2017.
- Human Rights in the Robot Age: Challenges arising from the use of robotics, artificial intelligence, and virtual and augmented reality, The Rathenau Instituut, 2017.
- The Japanese Society for Artificial Intelligence Ethical Guidelines, The Japanese Society for Artificial Intelligence (JSAI), 2017.
- Principles for the Governance of AI, The Future Society, 2017.
- Ethical Principles for Artificial Intelligence and Data Analytics, Software & Information Industry Association (SIIA), 2017.
- Accelerating innovation - How to build trust and confidence in AI, PricewaterhouseCoopers, 2017.
- Draft AI R&D Guidelines for International Discussions, Ministry of Internal Affair and Communications of Japan, The Conference toward AI Network Society, 2017.
- Mid- to Long-Term Master Plan in Preparation for the Intelligent Information Society: Managing the Fourth Industrial Revolution, Minister of Science, ICT and Future Planning (MSIP), 2017.
- Microsoft AI principles, Microsoft, 2017.
- Artificial Intelligence and Machine Learning: Policy Paper, Internet Society, 2017.
- Artificial Intelligence: The Public Policy Opportunity, Intel Corporation, 2017.
- ITI AI Policy Principles, Information Technology Industry Council (ITI), 2017.
- AI Policy Principles, Information Technology Industry Council (ITI), 2017.
- Big Data, Artificial Intelligence, Machine Learning and Data Protection, Information Commissioner’s Office, 2017.
- Ethically Aligned Design: A Vision for Prioritizing Human Well-being with Autonomous and Intelligent Systems, Version 2, IEEE, 2017.
- Asilomar Principles, Future of Life Institute, 2017.
- How Can Humans Keep the Upper Hand? Report on the Ethical Matters Raised by AI Algorithms, French Data Protection Authority (CNIL), 2017.
- Ethics Commission: Automated and Connected Driving, Federal Ministry of Transport and Digital Infrastructure, 2017.
- Report with Recommendations to the Commission on Civil Law Rules on Robotics, European Parliament, 2017.
- Report of COMEST on Robotics Ethics, COMEST/UNESCO, 2017.
- Statement on Algorithmic Transparency and Accountability, Association for Computing Machinery (ACM), 2017.
- Ethics and algorithmic processes for decision making and decision support, AlgorithmWatch , 2017.
- AI Now 2017 Report, AI Now Institute, 2017.
- Report on Artificial Intelligence and Human Society (Unofficial translation), Advisory Board on Artificial Intelligence and Human Society (initiative of the Minister of State for Science and Technology Policy), 2017.
- Position on Robotics and Artificial Intelligence, The Greens (Green Working Group Robots) European Free Alliance, 2016.
- The National Artificial Intelligence Research and Development Strategic Plan, National Science and Technology Council; Networking and Information Technology Research and Development Subcommittee, 2016.
- Ethically Aligned Design: A Vision for Prioritizing Human Well-being with Autonomous and Intelligent Systems, Version 1, IEEE, 2016.
- Principles for Accountable Algorithms and a Social Impact Statement for Algorithms, Fairness, Accountability, and Transparency in Machine Learning (FAT/ML), 2016.
- Preparing for the Future of Artificial Intelligence, Executive Office of the President; National Science and Technology Council; Committee on Technology, 2016.
- The AI Now Report: The Social and Economic Implications of Artificial Intelligence Technologies in the Near-Term, AI Now Institute, 2016.
- Universal Principles of Data Ethics, Accenture, 2016.
- Unified Ethical Frame for Big Data Analysis: IAF Big Data Ethics Initiative, Part A, The Information Accountability Foundation, 2015.
- Ethics Policy, Icelandic Institute for Intelligent Machines (IIIM), 2015.