Whats new in Trustworthy AI in Julia Taija Altmeyer JuliaCon 2024
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=1e-uM6EokkM
What's new in Trustworthy AI in Julia (Taija)? by Patrick Altmeyer • PreTalx: https://pretalx.com/juliacon2024/talk... • Slides (PDF): https://pretalx.com/media/juliacon202... • Github: https://github.com/JuliaTrustworthyAI • Julia’s ecosystem for Artificial Intelligence (AI) and Machine Learning (ML) has been growing at a relatively rapid pace, perhaps most notably so in the [SciML](https://sciml.ai/) domain but also more broadly (e.g. [Flux](https://fluxml.ai/), [MLJ](https://juliaai.github.io/MLJ.jl/stab..., [JuliaGenAI](https://github.com/JuliaGenAI/juliage..., …). The goal of Taija is to make AI models more trustworthy, where we have so far focused primarily on the interplay with packages in the latter category. • *Please note**: This talk will *not introduce various packages in great detail but instead focus on highlighting recent developments and research. If Taija is entirely new to you, I recommend you to check out these [slides](https://www.patalt.org/content/talks/...) that I recently presented at the Alan Turing Institute. They provide an accessible and relatively high-level overview of our core packages. • 🏠 About • Taija currently covers a range of approaches towards making AI systems more trustworthy: • Model Explainability ([CounterfactualExplanations.jl](https://github.com/JuliaTrustworthyAI...) • Algorithmic Recourse ([CounterfactualExplanations.jl](https://github.com/JuliaTrustworthyAI..., [AlgorithmicRecourseDynamics.jl](https://github.com/JuliaTrustworthyAI...) • Predictive Uncertainty Quantification ([ConformalPrediction.jl](https://github.com/JuliaTrustworthyAI..., [LaplaceRedux.jl](https://github.com/JuliaTrustworthyAI...) • Effortless Bayesian Deep Learning ([LaplaceRedux.jl](https://github.com/JuliaTrustworthyAI...) • Hybrid Learning ([JointEnergyModels.jl](https://github.com/JuliaTrustworthyAI...) • Various meta packages can be used to extend the core functionality: • Plotting ([TaijaPlotting.jl](https://github.com/JuliaTrustworthyAI...) • Datasets for testing and benchmarking ([TaijaData.jl](https://github.com/JuliaTrustworthyAI...) • Parallelization ([TaijaParallel.jl](https://github.com/JuliaTrustworthyAI...) • Interoperability with other programming languages ([TaijaInteroperability.jl](https://github.com/JuliaTrustworthyAI...) • The [TaijaBase.jl](https://github.com/JuliaTrustworthyAI...) package provides common symbols, types and functions that are used across all or multiple Taija packages. • 🛠️ Recent Developments • A lot has happened since we presented some of our core packages at JuliaCon in 2022 and 2023. During the past year, the focus has been on extending and improving these existing packages. Various groups of undergraduate students at TU Delft as well as a few external collaborates have contributed to these efforts. • CounterfactualExplanations.jl • `CounterfactualExplanations.jl` is a package for Counterfactual Explanations and Algorithmic Recourse in Julia. • The code base has been streamlined to make it more accessible to new contributors. (students) • Part of this involved moving functionality out of the package into new meta-packages. (students) • Multiple new counterfactual generators including FeatureTweak for decision trees and random forests. (students) • Improved interoperability with Python and R through `TaijaInteroperability.jl`. (students) • Integration of ECCCo generator for faithful model explanations (Altmeyer et al. 2024). • Huge improvements to computational speed and native support for multi-threading and multi-processing. • LaplaceRedux.jl • `LaplaceRedux.jl` is a package for effortless Bayesian Deep Learning through Laplace Approximation for `Flux.jl` neural networks. • Support for multi-class problems. (students) • Support for more sophisticated and scalable Hessian approximations. (students) • Interface to MLJ for easy model training and evaluation. (students) • Students’ Experience • I will also briefly report back on the students’ experience working on these projects. This includes the challenges they faced, the skills they acquired, and the impact they had on the Taija ecosystem. • 🎯 Ongoing and Future Projects • Taija has been running two Julia Season of Code projects this summer. • 1. (*Conformal Bayes*) Bridging the gap between Bayesian and frequentist approaches to Predictive Uncertainty Quantification. • 2. (*Causal Recourse*) From minimal perturbations to minimal interventions for Algorithmic Recourse. • Finally, we are also working with a group of students on [TaijaInteractive.jl](https://github.com/JuliaTrustworthyAI... a Genie-based web application for interactive model explanations.
#############################