REVIEW 3 major objections 5 minor 33 references
Complying with the EU AI Act: Innovations in Explainable and User-Centric Hand Gesture Recognition
T0 review · 3 major / 5 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read Radar-based XentricAI claims per-user VAE thresholds flag 11.5% more anomalous gestures, SHAP explains 97.5% of them, and experience replay lifts user-calibrated accuracy from 69.56% to at least 84.73%, a design template for EU AI Act…
desk verdict A worthwhile systems paper with a strong calibration study and a useful public dataset, but the headline 97.5% explainability claim is not backed by the experiment they actually ran. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is a four-module pipeline around a compact GRU classifier: experience-replay transfer learning for user calibration; a variational autoencoder whose reconstruction error, $e_{\mathrm{rec},m} = \|X_m - \hat{X}_m\|_2^2$, is thresholded per user at the 90th percentile of calibration-gesture errors to flag anomalies; and a SHAP-based characterization stage that builds a nominal reference envelope—per-feature minimum, maximum, and median thresholds plus the slopes between consecutive features—from nominal gestures and then diagnoses a flagged gesture by which feature deviates. The SHAP values are computed window-by-window because the explanation method cannot handle three-dimensional multivariate time series directly; the paper treats the resulting deviations (elevated Doppler for fast gestures, depressed Doppler for slow ones, reduced range for wrist executions) as the physical cause of the anomaly. The variational autoencoder is introduced as the first use of user-specific dynamic thresholding in FMCW radar-based hand gesture recognition, and the reconstruction-error threshold is what converts an unsupervised anomaly score into a per-user decision boundary.
What would settle it
Run the characterization stage on the 24,000 anomalous gestures with known labels and compare each system diagnosis (e.g., 'Doppler above the nominal upper limit' means too fast, 'Doppler below nominal' means too slow, 'range below nominal' means wrist execution) against the recorded ground-truth anomaly type. If per-class agreement does not clearly exceed the one-in-three chance level, the 97.5% deviation-detection rate is not a characterization success rate. A complementary check: feed the 4,000 newly collected nominal gestures through the VAE threshold and count false flags, since the paper reports only the increase in correctly flagged anomalies, not precision.
Extended reading notes
Core claim
On the paper's own terms, XentricAI's contribution is an integrated answer to three failures of a plain gesture classifier: it cannot tell a user why it failed, it does not adapt to a new user's way of moving, and it silently misclassifies or ignores gestures that fall outside its training distribution. The VAE module, trained on nominal gestures and thresholded at the 90th percentile of each user's calibration errors, catches the misclassified and unpredicted gestures that the previous hardcoded rules missed, lifting correctly flagged anomalies from 57.60% to 69.10%. The SHAP characterization stage then compares each flagged gesture's feature-importance values against a reference envelope built from nominal gestures and diagnoses the cause—elevated Doppler readings indicate a gesture performed too fast, depressed Doppler a too-slow gesture, reduced range a wrist execution—reporting a 97.5% success rate at identifying deviations. Meanwhile, experience-replay calibration, which mixes a subset of the original training data with the user's own recordings during retraining, raises average gesture accuracy from 69.56% to at least 84.73% while keeping performance on the original training data near 90%, in contrast to 59.93% to 85.39% without replay. The authors present the whole pipeline as a commercially viable, single-sensor system whose documented design choices map onto the EU AI Act's risk-management, data-governance, transparency, human-oversight, and robustness articles.
Load-bearing premise
The 97.5% characterization claim assumes that a SHAP deviation outside the nominal envelope reveals the true physical cause of an anomaly (too fast, too slow, or wrist execution); the paper checks that deviations occur but never verifies the diagnosis against the known anomaly labels, and it itself warns that SHAP is 'true to the model rather than true to the data.'
Editorial extensions
If this is right
- A gesture system can flag its own failures and tell the user how to fix them: per-user VAE thresholds catch gestures the old rule-based flags missed, and SHAP deviations translate into concrete advice such as 'perform the gesture more slowly' or 'move closer to the radar'.
- User calibration does not have to trade away prior knowledge: with experience replay, per-user accuracy rises to at least 84.73% on average while accuracy on the original training data stays near 90%, so a modest calibration effort (10 gestures per class) is enough.
- The publicly extended dataset—24,000 labeled anomalous gestures (fast, slow, wrist) from eight users plus 4,000 nominal gestures from four new users—gives the community a reproducible benchmark for out-of-distribution testing in radar-based gesture recognition.
- The explicit mapping of design modules to EU AI Act articles (Art. 9–15) shows one route for translating abstract compliance obligations into concrete, measurable engineering choices while formal standards are still under development.
Reading between the lines
- The 97.5% figure counts how often flagged gestures show SHAP deviations outside the nominal envelope, not how often the system's stated cause matches the ground-truth anomaly label; the paper's own definition and examples make it an open question whether 'characterized' implies 'correctly diagnosed'.
- Because SHAP is 'true to the model rather than true to the data', the characterization module inherits the GRU's biases: if the classifier has learned spurious feature relationships, the feedback it generates can point at the wrong physical cause even when the deviation detection is perfect.
- The paper reports recall-side gains only: it does not state how often nominal gestures are wrongly flagged by the per-user VAE threshold, so the 11.50% improvement in anomaly detection is not paired with a precision or false-positive rate.
- A natural testable extension would be to run the same VAE-plus-SHAP pipeline on other single-sensor time-series interfaces—vital-sign or activity monitoring with the same radar chip—where per-user thresholds and cause feedback are equally relevant; the EU AI Act mapping is generic, but the quantitative claims would have to be re-measured.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper extends the XentricAI hand-gesture-recognition framework with three main contributions: a VAE-based anomaly-detection module with user-specific thresholding, an extension of an FMCW-radar gesture dataset with 24,000 out-of-distribution anomalous gestures and 4,000 additional nominal gestures, and an SHAP-based gesture-characterization module. The authors report that the VAE module increases the fraction of correctly flagged anomalous gestures from 57.60% to 69.10% (an 11.50% increase), that 97.5% of flagged anomalies are characterized via SHAP threshold deviations, and that experience-replay transfer learning raises mean user-calibrated gesture accuracy from a 69.56% baseline to at least 84.73% (a 15.17% gain). The paper also maps XentricAI's features onto EU AI Act requirements. The calibration experiments are reported extensively with six-run averages, but the two most novel quantitative claims—the VAE improvement and the 97.5% characterization rate—lack the statistical grounding and ground-truth validation that the rest of the experimental sections provide.
Significance. If the characterization claim were properly validated, the paper would make a useful contribution: it provides a publicly available radar-gesture dataset with 24,000 labeled anomalous gestures, demonstrates a systematic comparison of anomaly-detection methods for FMCW-radar HGR, and offers a detailed transfer-learning study with experience replay, EWC, and SI. The emphasis on user-specific thresholding and on explainability as a route to EU AI Act alignment is timely. However, the central explainability result—that SHAP deviations identify the physical cause of an anomaly—is currently only shown for a few hand-picked examples; the 97.5% figure is computed by checking whether any SHAP value falls outside a per-feature envelope, without a control condition or a comparison to the known fast/slow/wrist labels. The VAE improvement is also reported as a single number without variance or significance testing. These issues are load-bearing because the abstract and conclusion advertise the 97.5% characterization rate and the 11.50% detection gain as the main novelties. The transfer-learning contribution, by contrast, is supported by detailed tables and appears sound.
major comments (3)
- [Section 5.3 and Section 3.4.2, Eqs. (6)-(9)] The 97.5% gesture-characterization rate is not validated against the known anomaly labels. The paper states in Section 5.2 that "By knowing the actual types of anomalies, the results of the anomaly reasoning provided by XentricAI were compared against the ground truth," but Section 5.3 reports only that deviations occurred ("The thresholding mechanism successfully identified deviations in 97.5% of anomalously flagged gestures"). No confusion matrix, per-anomaly-type accuracy, or comparison of the predicted cause (fast, slow, wrist) with the actual cause is given. Figure 14 shows illustrative examples only. Since the paper itself cautions that SHAP is "true to the model rather than true to the data," the deviation rate cannot be equated with correct causal characterization. The authors should report the agreement between the system's assigned characterization and the ground-truth anomaly type, ideally per anomaly class and per user.
- [Section 5.3, Eqs. (6)-(7)] The SRV envelope construction likely over-flags nominal gestures, which undermines the interpretation of the 97.5% figure. The envelope is defined as the minimum and maximum SHAP values over only 10 nominal gestures per class and per feature (Eqs. 6 and 7). With D=5 features, the union of per-feature "outside the envelope" events can occur for a nominal gesture with substantial probability purely by chance, especially since the min/max of a small sample underestimates the true support of the distribution. No control experiment is reported that passes nominal gestures through the characterization pipeline to measure the false-positive rate. The authors should report what fraction of nominal gestures trigger at least one feature deviation under this envelope; without that baseline, 97.5% is not interpretable as a characterization success rate.
- [Section 5.2, Table 5] The headline 11.50% improvement in correctly flagged gestures (57.60% to 69.10%) is presented as an aggregate with no error bars, standard deviation, or significance test, despite the text stating that each user's results were averaged over six experimental runs. Given that the VAE's advantage over GAN in Appendix B is only 1.40 percentage points, it is essential to know whether the difference is within run-to-run variability. The authors should provide per-user breakdowns and a significance test (e.g., paired t-test or Wilcoxon signed-rank test across users) for the VAE versus the condition-flagged baseline and versus GAN. Additionally, the denominator for "correctly flagged gestures" should be defined explicitly: is it all anomalous gestures, or only those that the GRU model misclassified or failed to predict?
minor comments (5)
- [Abstract] The abstract contains a typo: "sucess rate" should be "success rate."
- [Section 1 and throughout] The manuscript contains several typographical errors that should be corrected, including "adresses" (Introduction), "Suport vector machines" (Section 3.1.1), and "data distribution shits" (Section 5.4).
- [Section 5.1.1, paragraph after Table 3] The text refers to "Table 5.1.1" when discussing retraining configurations; the actual table is numbered "Table 3." The cross-reference should be fixed, and the same applies to other internal references such as "Table Appendix C" and "Table B" in Appendices B and C.
- [Section 4.4, Eq. (14)] In Eq. (14), the indicator function I(·) is used before it is defined; the sentence defining I(·) appears after the equation and should be moved before it. Also, the variables sm and em are defined after being used in the equation; reordering would improve readability.
- [Section 5.4 and Table 7] The claim in the abstract and conclusion that XentricAI offers "a commercially viable solution" is not supported by any cost, energy, latency, or deployment analysis in the paper. Consider softening this claim or adding a brief discussion of edge-deployment feasibility.
Circularity Check
The 97.5% gesture-characterization claim is the method's own decision rule: a gesture is counted as characterized exactly when its SHAP values deviate from the SRV envelope, with no validation against known anomaly causes.
-
self definitional
[Section 5.3 (Gesture Characterization Results) and Section 3.4.2, Eqs. (6)-(7)]
"For each user, the method's effectiveness in characterizing gestures performed at slow and fast speeds, as well as wrist executions, was assessed. The analysis focused on how many flagged anomalous gestures exhibited deviations in feature rankings that enabled characterization, and how well these deviations contributed to understanding the anomalies. ... The thresholding mechanism successfully identified deviations in 97.5% of anomalously flagged gestures, indicating a well-functioning system."
The paper defines "gesture characterization" as reasoning about the potential cause of an anomalous gesture, and implements it by comparing anomalous SHAP values to SHAP reference values (SRVs), where the SRVs are computed from nominal gestures as per-feature min/max bounds (Eqs. 6-7). The reported 97.5% success rate counts only whether a flagged anomalous gesture's SHAP values deviated from those SRV bounds. Since "characterized" is operationalized as "deviation detected," the success metric is the method's own decision rule evaluated on itself. The paper states that ground-truth anomaly types were known and compared, but no per-cause accuracy, confusion matrix, or precision/recall for fast/slow/wrist identification is provided.
full rationale
The transfer learning and VAE anomaly-detection claims are empirically grounded: the 15.17% improvement compares held-out user calibration accuracy against a baseline, and the 11.50% increase in correctly flagged gestures compares condition-flagged and VAE-flagged detection on anomalous gestures. Those results do not reduce to their inputs by construction. The central circularity is confined to the gesture-characterization result. The SRV envelope (Eqs. 6-7) is fitted to nominal SHAP values, and the characterization phase declares success when an anomalous gesture's SHAP values fall outside that envelope. Because the paper's aggregate success metric is defined as the occurrence of those deviations, the 97.5% rate is equivalent to the method's own trigger condition. No independent validation against the known fast/slow/wrist labels is reported, so the claim that 97.5% of anomalies are "accurately characterized" is not supported by the presented evidence. This weakens the explainability and EU AI Act alignment arguments, but the calibration and VAE detection contributions remain independently defensible. Score 6 reflects partial circularity: one central quantitative claim reduces to its operational definition, while other major claims are self-contained. No load-bearing self-citation or uniqueness-importation issue was found.
Assumptions & free parameters
free parameters (4)
- VAE user-specific threshold percentile =
90th percentile
- SHAP window length Lwindow =
22 frames
- Radar amplitude threshold for label refinement =
not reported
- Operating point ntrain-nuser,i for anomaly experiments =
50 train, 10 user per class
assumptions (5)
- domain assumption The closest moving target to the radar is the user's hand.
- domain assumption The GRU architecture and feature set from Strobel et al. (2024) are adequate for this task.
- domain assumption Reconstruction error from a VAE trained only on nominal gestures is a valid anomaly score.
- standard math SHAP values satisfy local accuracy, missingness, and consistency and are meaningful for a GRU with windowed inputs.
- domain assumption The paper's mapping of abstract EU AI Act obligations to technical measures is a valid compliance interpretation.
Cite this review
Pith. "Pith review of Complying with the EU AI Act: Innovations in Explainable and User-Centric Hand Gesture Recognition." pith.science (2026). https://pith.science/paper/6TSWHEA4
@misc{pith2026250315528,
author = {Pith},
title = {Pith review of: Complying with the EU AI Act: Innovations in Explainable and User-Centric Hand Gesture Recognition},
year = {2026},
howpublished = {\url{https://pith.science/paper/6TSWHEA4}},
note = {Machine review of arXiv:2503.15528}
}
read the original abstract
The EU AI Act underscores the importance of transparency, user-centricity, and robustness in AI systems, particularly for high-risk systems. In response, we present advancements in XentricAI, an explainable hand gesture recognition (HGR) system designed to meet these regulatory requirements. XentricAI adresses fundamental challenges in HGR, such as the opacity of black-box models using explainable AI methods and the handling of distributional shifts in real-world data through transfer learning techniques. We extend an existing radar-based HGR dataset by adding 28,000 new gestures, with contributions from multiple users across varied locations, including 24,000 out-of-distribution gestures. Leveraging this real-world dataset, we enhance XentricAI's capabilities by integrating a variational autoencoder module for improved gesture anomaly detection, incorporating user-specific thresholding. This integration enables the identification of 11.50% more anomalous gestures. Our extensive evaluations demonstrate a 97.5% sucess rate in characterizing these anomalies, significantly improving system explainability. Furthermore, the implementation of transfer learning techniques has shown a substantial increase in user adaptability, with an average improvement of at least 15.17%. This work contributes to the development of trustworthy AI systems by providing both technical advancements and regulatory compliance, offering a commercially viable solution that aligns with the EU AI Act requirements.
Figures
Figures from the paper (12 more)
Reference graph
Works this paper leans on
-
[6]
Exploiting transfer learning for personalized view invariant gesture recognition, in: 2014 IEEE In- ternational Conference on Acoustics, Speech and Signal Processing (ICASSP), IEEE. pp. 1250–1254. Cˆ ot´ e-Allard, U., Fall, C.L., Drouin, A., Campeau-Lecours, A., Gosselin, C., Glette, K., Lavi- olette, F., Gosselin, B.,
work page 2014
-
[8]
Towards a rigorous science of interpretable machine learning. arXiv:1702.08608. Fatemifar, S., Arashloo, S.R., Awais, M., Kittler, J.,
-
[9]
arXiv preprint arXiv:2009.13996
Explainable ai without interpretable model. arXiv preprint arXiv:2009.13996 . Frasca, M., La Torre, D., Pravettoni, G., Cutica, I.,
arXiv 2009
-
[11]
Radar gesture recognition system in presence of interference using self-attention neural network, in: 2019 18th IEEE International Conference On Machine Learning And Applications (ICMLA), IEEE. pp. 1409–1414. Hedstr¨ om, A., Weber, L., Lapuschkin, S., H¨ ohne, M.,
work page 2019
-
[12]
arXiv preprint arXiv:2401.06465
Sanity checks revisited: An explo- ration to repair the model parameter randomisation test. arXiv preprint arXiv:2401.06465 . Huang, H., Liang, Z., Sun, F., Dong, M., et al.,
-
[13]
URL: https: //arxiv.org/abs/1412.6980, arXiv:1412.6980
Adam: A method for stochastic optimization. URL: https: //arxiv.org/abs/1412.6980, arXiv:1412.6980. Kingma, D.P., Welling, M.,
-
[16]
URL: https://arxiv.org/abs/1705.07874, arXiv:1705.07874
A unified approach to interpreting model predictions. URL: https://arxiv.org/abs/1705.07874, arXiv:1705.07874. Malysa, G.J., Ali, M., Wang, D., Netsch, L.P.,
-
[18]
https://eur-lex.europa.eu/eli/reg/2024/1689/oj
Proposal for a regulation of the european parliament and of the council laying down harmonised rules on artificial intelli- gence (artificial intelligence act). https://eur-lex.europa.eu/eli/reg/2024/1689/oj. Accessed: 2024-09-03. Pruksachatkun, Y., Mcateer, M., Majumdar, S.,
work page 2024
Show all 33 references
-
[19]
Hand gesture recognition using continuous wave (cw) radar based on hybrid pca-knn, in: 2021 IEEE Symposium on Wireless Technology & Applications (ISWTA), IEEE. pp. 88–92. Reinhardt, K.,
2021
-
[20]
Seifi, S., Sukianto, T., Carbonelli, C., 2024a
Detection of sensor-to- sensor variations using explainable ai , 1–6. Seifi, S., Sukianto, T., Carbonelli, C., 2024a. 60 ghz fmcw radar gesture dataset URL: https://dx.doi.org/10.21227/s12w-cc46, doi:10.21227/s12w-cc46. Seifi, S., Sukianto, T., Carbonelli, C., Servadei, L., Wi...
-
[22]
Gesture recognition for fmcw radar on the edge, in: 2024 IEEE Topical Conference on Wireless Sensors and Sensor Networks (WiSNeT), pp. 45–48. doi: 10.1109/WiSNeT59910.2024.10438579. Sundararajan, M., Taly, A., Yan, Q.,
2024
-
[23]
arXiv preprint arXiv:2006.05714
Optilime: Optimized lime explanations for diagnostic computer algorithms. arXiv preprint arXiv:2006.05714 . Vollert, S., Atzmueller, M., Theissler, A.,
2006 arXiv
-
[24]
Interpretable machine learning: A brief survey from the predictive maintenance perspective, in: 2021 26th IEEE International Conference on Emerging Technologies and Factory Automation (ETF A ), pp. 01–08. doi: 10.1109/ ETFA45728.2021.9613467. Von Eschenbach, W.J.,
2021
-
[25]
Gesture recognition for smart home applications using portable radar sensors, in: 2014 36th annual international conference of the IEEE engineering in medicine and biology society, IEEE. pp. 6414–6417. Wang, C., Zhao, X., Li, Z.,
2014
-
[26]
IEEE Internet of Things Journal 10, 17680–17693
Dcs-ctn: Subtle gesture recognition based on td-cnn- transformer via millimeter-wave radar. IEEE Internet of Things Journal 10, 17680–17693. Wang, F., Ao, X., Wu, M., Kawata, S., She, J., 2024a. Explainable deep learning for semg- based similar gesture recognition: A shapley-v...
2022
-
[27]
”do you trust me?”: Increasing user-trust by integrating virtual agents in explainable ai interaction design, in: Proceedings of the 19th ACM International Conference on Intelligent Virtual Agents, Association for Computing Machinery, New York, NY, USA. p. 7–9. URL: https://do...
-
[28]
IEEE Transactions on Geoscience and Remote Sensing 59, 4749–4764
Multidimensional feature representation and learning for robust hand-gesture recognition on commercial millimeter-wave radar. IEEE Transactions on Geoscience and Remote Sensing 59, 4749–4764. doi: 10.1109/TGRS.2020. 3010880. Xiao, R., Liu, J., Han, J., Ren, K.,
2020 doi
-
[29]
Gesture recognition for home automation using trans- fer learning, in: 2018 International Conference on Intelligent Informatics and Biomedical Sciences (ICIIBMS), IEEE. pp. 136–138. Ying, Z., Bourgeois, D., You, J., Zitnik, M., Leskovec, J.,
2018
-
[30]
arXiv preprint arXiv:2111.10602
Unsupervised domain adaptation for device-free gesture recognition. arXiv preprint arXiv:2111.10602 . Zhang, G., Lan, S., Zhang, K., Ye, L.,
-
[31]
Temporal-range-doppler features interpretation and recognition of hand gestures using mmw fmcw radar sensors, in: 2020 14th European conference on antennas and propagation (EuCAP), IEEE. pp. 1–4. Zhang, G., Zhang, K., Yun, Y., Lu, G., Lan, S.,
2020
-
[32]
5 decision tree in human gesture recognition based on doppler radars, in: 2019 International Symposium on Antennas and Propagation (ISAP), IEEE
Implementation of c4. 5 decision tree in human gesture recognition based on doppler radars, in: 2019 International Symposium on Antennas and Propagation (ISAP), IEEE. pp. 1–3. Zhu, G., Zhang, L., Shen, P., Song, J.,
2019
-
[33]
URL: https://arxiv.org/abs/1911.02685, arXiv:1911.02685
A comprehensive survey on transfer learning. URL: https://arxiv.org/abs/1911.02685, arXiv:1911.02685. 60 Appendix A. Quantitative Evaluation of Catastrophic Forgetting Mitigation Approaches To further validate the effectiveness of Experience Replay (ER) in mitigating catastrop...
1911 arXiv
-
[2000]
Lof: identifying density-based local outliers, in: Proceedings of the 2000 ACM SIGMOD international conference on Management of data, pp. 93–104. Bridle, J.,
2000
-
[2008]
Isolation forest, in: 2008 eighth ieee international conference on data mining, IEEE. pp. 413–422. Liu, H., Cui, K., Hu, K., Wang, Y., Zhou, A., Liu, L., Ma, H., 2022a. mtranssee: Enabling environment-independent mmwave sensing based gesture recognition via transfer learning. ...
2008
-
[2014]
arXiv preprint arXiv:1406.1078
Learning phrase representations using rnn encoder-decoder for statistical machine translation. arXiv preprint arXiv:1406.1078 . Choi, J.W., Park, C.W., Kim, J.H.,
-
[2017]
Breland, D.S., Dayal, A., Jha, A., Yalavarthy, P.K., Pandey, O.J., Cenkeramaddi, L.R.,
arXiv preprint arXiv:1704.07911 . Breland, D.S., Dayal, A., Jha, A., Yalavarthy, P.K., Pandey, O.J., Cenkeramaddi, L.R.,
-
[2018]
Simulation of the radar cross-section of dynamic human motions using virtual reality data and ray tracing, in: 2018 IEEE Radar Conference (RadarConf18), IEEE. pp. 1555–1560. Skolnik, M.I., et al.,
2018
-
[2019]
URL: https: //www.aepd.es/sites/default/files/2019-12/ai-ethics-guidelines.pdf
Ethics guideline for trustworthy ai. URL: https: //www.aepd.es/sites/default/files/2019-12/ai-ethics-guidelines.pdf . Bach, S., Binder, A., Montavon, G., Klauschen, F., M¨ uller, K.R., Samek, W.,
2019
-
[2020]
Chen, X., Wang, S., Fu, B., Long, M., Wang, J.,
True to the model or true to the data? arXiv preprint arXiv:2006.16234 . Chen, X., Wang, S., Fu, B., Long, M., Wang, J.,
2006 arXiv
-
[2021]
Electromyography signal-based gesture recognition for human-machine interaction in real-time through model calibration, in: Advances in Information and Communication: Proceedings of the 2021 Future of Information and Communication Conference (FICC), Volume 2, Springer. pp. 898...
2021
-
[2022]
URL: https://arxiv
Auto-encoding variational bayes. URL: https://arxiv. org/abs/1312.6114, arXiv:1312.6114. Kirkpatrick, J., Pascanu, R., Rabinowitz, N., Veness, J., Desjardins, G., Rusu, A.A., Milan, K., Quan, J., Ramalho, T., Grabska-Barwinska, A., et al.,
-
[2023]
1139–1150
The role of explainable ai in the context of the ai act, in: Proceedings of the 2023 ACM conference on fairness, accountability, and transparency, pp. 1139–1150. 56 Parliament, T.E., the Council of the European Union,
2023
-
[2024]
arXiv preprint arXiv:2410.07959
Compl-ai framework: A technical interpretation and llm benchmarking suite for the eu artificial intelligence act. arXiv preprint arXiv:2410.07959 . Han, M., Yang, H., Ni, T., Duan, D., Ruan, M., Chen, Y., Zhang, J., Xu, W.,
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.