Issue |
Radioprotection
Volume 57, Number 2, April-June 2022
|
|
---|---|---|
Page(s) | 157 - 164 | |
DOI | https://doi.org/10.1051/radiopro/2022004 | |
Published online | 10 February 2022 |
Article
Artificial intelligence and radiation protection. A game changer or an update?
1
Nuclear Protection Evaluation Centre, 92260 Fontenay-aux-Roses, France
2
Prevision.io, 75008 Paris, France
3
IRSN, 92263 Fontenay-aux-Roses, France
4
EDF-UNIE, 93282 Saint-Denis, France
5
SPRA, 92141 Clamart, France
* Corresponding author : sylvain.andresz@cepn.asso.fr
Received:
24
September
2021
Accepted:
18
January
2022
Artificial intelligence (AI) is regarded as one of the most disruptive technology of the century and with countless applications. What does it mean for radiation protection? This article describes the fundamentals of machine learning (ML) based methods and presents the inaugural applications in different fields of radiation protection. It is foreseen that the usage of AI will increase in radiation protection. Consequently, this article explores some of the benefits and also the potential barriers and questions, including ethical ones, that can come out. The article proposes that collaboration between radiation protection professionals and data scientist experts can accelerate and guide the development of the algorithms for effective scientific and technological outcomes.
Key words: artificial intelligence / machine learning / innovation / data science
© SFRP, 2022
1 Introduction
The first contact of the Y generation (i.e. 30–40 years old) to artificial intelligence (AI) was usually through movies and comics where AI was depicted as a breakthrough invention that can perform tasks far better than human (like the cubicle robot in Interstellar), take in tedious works (Wall-E cleans garbage), compete in poetry contest (Zéphir et al., 2019) or empathize with us using impressive conversational skills (Samantha, the OS in Her). But more frequently AI transcend mankind and wipe us off from Earth (Skynet in the Terminator series) or at least put us in slavery (The Matrix). The older generations certainly recall 2001: A Space Odyssey where computer HAL is taking control of the ship or the murderous human-replicas in Blade Runner.
Although movies and comics tend to exaggerate for dramatic purposes, there might be some truth behind. After impressive achievements, AI, machine learning, neural network and big data have become popular terms in media and are promised to be everywhere in the future, the nuclear sector being no exception (Gomez-Fernandez et al., 2020; NEA, 2021). Therefore, knowing what AI is actually and its capacities seems crucial.
In the framework of a global reflexion about innovation and the future of radiation protection (RP) ignited by Bourguignon et al. (2017) and continued in Ménard et al. (2019), the Young Club of the French Society for Radiation Protection has decided to assemble a working group “AI & RP” (in March 2020) to further investigate this topic.
To obtain a picture of the landscape, the working group has performed a bibliometric analysis of publications on “artificial intelligence” and synthetized publications about the usage of AI in RP and its allied fields. Informal interviews with RP professionals engaged in AI projects and data scientists were also conducted. The purpose of this article is to present the result of this working group.
2 What is artificial intelligence?
2.1 And what is machine learning?
The first issue was the meaning of “artificial intelligence”. The term was introduced in 1956 (Minsky, 1961), so it is almost as old as the computer itself, but its definition has always been loose, debatable and evolving with the techniques. Two branches of AI have co-existed: symbolic (or logic) IA which import factual and heuristic knowledge of human experts to achieve the solution was popular in the 1950s and the 1980s while numerical AI has followed a different path: rather than explaining to the computer how to solve a problem, machine learning (ML) “gives computers the ability to learn from and improve with experience, without being explicitly programmed” (Parliament, 2018).
One feature of ML is the “artificial neuron”, an original informatics architecture mimicking the functioning of the brain. The simplest artificial neuron receives inputs from several “synapses”, weight them, calculate a score and passes an output if above a threshold/activation function. The trick is that some parameters of this algorithm are adjusted during a learning phase by the back propagation of the distance between the output and the “true” result. A neural network (NN) is constituted with more than 3 layers of neurons, inclusive of the inputs and outputs. Training multiple layers of neurons constituted the basic of deep learning (DL).
The artificial neuron was theorized precociously in 1943 and built in 1957 (Rosenblatt, 1958) but this branch of IA suffered from technical limitations and faced a lack of innovation and investment for almost 30 years (Le Cun et al., 2015). Particularly in France, this technique faced reluctance for not producing enough predictable outputs and not being “cartesian” enough (ENS, 2018).
The U-turn came around 2012: the availability of massive banks of data (big data) for training the NN and the innovations in graphi graphical process units (GPU), initially designed to make numerous simple calculations in parallel, have unlocked the chains of DL. Further advancements include the number of layers (up to hundreds now) or convolutional NN (NN including pooling and convolution functions). In the media, DL probably pinnacle when AlphaGo defeated a human Go player in 2016. The mediatic buzz has weaken, but soon, policy makers have turned their attention to the topic and laid down strategies for ML and DL (often generally referred as AI) (Parliament, 2018), France being no exception (Villiani, 2018).
We decided to focus on ML techniques; one of the most popular achievement of this technique today is image recognition.
2.2 Fundamentals of machine learning
Simply put, ML is an ensemble of algorithms producing a model from data, the key feature being the algorithm learns the model from the data and do not use pre-programmed rules. Implicitly, the model should be difficult to describe: complex, non-linear phenomena, multiple inter-related parameters (or dimensions). The inferred model is typically used for predictive analysis, ML can be also used to approximate function or explore (large) data set. All types of data can fit: time series, image, text, measured or computed, etc.:
supervised learning is one form of ML, using data labelled by humans, for classification purposes (assign a category) or regression (to predict a numerical value). Popular algorithms include linear classifiers, support vector machines (SVM) or decision tree. On the downside, the models can be time-consuming to train, and the labelling require human time and expertise;
unsupervised learning lets the algorithm alone in charge to find structures: aggregate of resembling data (clustering) making use of K-Means or DBSCAN algorithms or trends/rules in data (association) ex. with naïve Bayes. Unsupervised learning models are often computationally complex as they need a large training set to produce intended outcomes;
in reinforced learning, the algorithm adjusts its weight based on its observation of the impact of its output on the environment to make a different decision next time. AlphaGo was trained by playing Go against other programs.
Not limited to, the preparation of the data includes: collection, harmonization, outlier’s exclusion, normalisation. The data must be separated between the training, validation and testing sets, in a manner to avoid bias, underfitting (the algorithm does not converge) and overfitting (the algorithm cannot generalize to data outside the learning set).
Different data preparation, algorithms and metrics (cost function, performance, etc.) will be tested to design the most suitable ML algorithm for the problem under consideration. The expression “no free lunch” used by data scientists expresses the fact that no algorithm can solve all the issues: if one algorithm works well against one problem, it will need adjustments to work against another, even comparable. Finally, the prototype will be tested (eventually fixed) and deployed. Altogether, a ML project is like any engineering task (Prevision.io, 2020). The data scientist cannot work alone: most steps require discussion and collaboration with the experts in the field
3 Bibliometric analysis
We performed a bibliometric analysis to evaluate the number of yearly publications on the applications of ML in various scientific fields and then focused on the application of ML in the “radiological” field. We used Scopus for its larger coverage and accuracy (Falagas et al., 2008).
Scopus was accessed in June 2021 with the following research strategy: TITLE_ABS_KEY = (“Machine AND Learning AND Field”), PUB_YEARS>2010; with a different “Field” entered for each research. The method identifies publications with titles, abstracts or keyword with the terms in brackets published after 2010. There is a delay between the acquisition of results and their publication and some researches are not published in English, but screening the 2011–2020 period should be informative. The results for 7 “Fields” are presented in Figure 1.
The usages of ML in the “medical/medicine” sector and for “monitoring/surveillance” meets the eyes by the number and rate of publications, with notable accelerations after 2016 and then after 2018. ML seems to have found applications in the “industry” field after 2017, but less numerous and at lower pace. Then comes a group “environmental”, “safety” and “nuclear” fields where the interest has started after 2018 and the total numbers and trends in publications are more modest than the above-mentioned fields. It seems that the interest has hardly started in the “radiological”1 field.
When focusing on “radiological”, the subject areas (SUBJ_AREA), the country (AFFIL_COUNTRY) and the techniques (identified in the KEY_WORD) of the n = 469 results have been collected and are presented in Table 1.
The results show the “hot areas” where ML and “radiological” have met. The prevalence of the medical sector is undebatable (65% of the total of publications with medicine, biochemistry, health professionals and neuroscience), followed by a group in fundamental researches (21% with computer science, mathematics, physics and astronomy) and then applied sciences (13% with engineering, material sciences and multidisciplinary). The USA are in the forefront in publishing, followed at far distance by China, and then a peloton composed mainly by European countries and France ranked at 8th place. When it comes to the techniques deployed, DL is the most prominent (although this result is based on the limited perimeter of the keywords attached to each article).
We then analysed several publications where ML has been used for radiation protection purposes, giving priority if possible to achievements in the French context. The synthesis of the analysis is presented in Section 4 and a discussion is proposed in Section 5.
Figure 1 Number of publications/year on applications of machine learning in various fields. |
Number of publications on applications of Machine Learning in radiation protection by subject area and by country and techniques.
4 Machine learning and radiation protection: examples of application
This part presents examples of applications of ML in radiation protection and its allied fields (without pretending to be exhaustive). The initial aim was to focus on French publications (published by French teams or institutions), however, we extended this scope for some fields due to the scarcity of the initial results.
4.1 The medical sector
4.1.1 Medial image recognition
ML has become famous for pattern recognition, an apropos capacity for medical image interpretation. Examples of concrete applications reported in France are listed by Malchair and Maccia (2020): detection of abnormal/hard-to-detect findings, classification of nodule or tumours. AI (in this case: ML) for cancer detection was one topic of the last INCA congress (JSD, 2020) and the focal topic of the annual seminar of the Radiologists Society (FNMR, 2018). The press regularly echoes usages of AI in the field (AP–HP, 2019).
The French Association of Medical Physics has embedded AI in its last annual congress (SFPM, 2021). At European level, the Federation of Medical Physics has even published a focus issue (EFOMP, 2021) where several meta-analyses corroborated that image recognition is the prevalent usage of ML in RP (70% of the publications in the Italian context) and that all imaging practices using radiation are concerned, with a particular attention on lung cancer diagnosis (not to mention the use of AI to screen the lung in CT of Covid patients [Glangetas et al., 2021]). In a second row, AI-based techniques have been used for image quality improvements (denoising), segmentation and the reconstruction of 2D/3D images and it has been considered to use AI to elaborate personalized low-dose imaging protocols rather than using generic sets (Lewis et al., 2019).
By (pre)processing the huge number of images generated in the workflow of clinical practice, ML has optimized time for the staff to concentrate on the problematic cases. By improving image quality and/or interpreting image from low-doses ones, ML could have assisted staff in reducing the exposure of patients (EFOMP, 2021).
4.1.2 Definition of treatment
ML techniques have been used for facilitating radiotherapy by contouring the organs to irradiate (Hu et al., 2019) or by predicting the dose distribution in the tissue (Barragan-Montero et al., 2021), therefore reducing exposure to patients by “increased precision and efficiency” (Deutsch, 2021). A specific topic is ML prediction of normal tissue injuries from radiation, which constitute a topic of a congress French Radiation Oncology Society (SFRO, 2020).
The prediction patients’ response to immunological treatment of cancer (rather than using radiation) has also shown success at Institut Gustave-Roussy (ibid.). It is also proposed to train AI to “read” medical and non-medical data and predict the occurrence of cancer (CHU-BDX, 2019).
4.1.3 Radiobiology and epidemiology
Radiation biology aims to quantify the risk after an exposure, although the number of biological manifestations, their interactions and co-founding factors make the response difficult to grasp. Initiatives to use ML to capture the dose-effect relationship have been made at different scales: single-cell (Milliat, 2020), tissues and organs (Indraganti et al., 2019).
In epidemiology, ML (naïve Bayes) has been developed to estimate the sanitary impact of co-exposures on cohort of workers and the authors have stressed the “novelty and richness of the results” (Ancelet et al., 2021).
4.2 Metrology
4.2.1 Radionuclides identification and detection of event
Isotopes identification in the energy peaks of spectroscopy has been a hotbed for ML. Gomez-Fernandez et al. (2021), building on previous literature, presented a general methodology for spectral un-mixing with NN. A notable feature of this work is to incorporate explainability method (saliency map) to visualize where/how the algorithm made its decision. In France, Xu et al. have carried on similar researches showing promising results for timely identification of radionuclides (Xu et al., 2021, 2022), reduction of uncertainties and limitation of false-positive (Xu et al., 2019).
It is proposed to incorporate these proofs of concept in surveillance systems such as atmospheric monitoring (ex. the French OPERA-AIR; IRSN, 2021a), gamma dose rate monitoring, (ex. French Teleray, Chojnacki, 2021) and radiation monitoring portal at harbour (Koo et al., 2021). ML is also intended to be used by military for the triage and management of victims in the case of radiological event (SSA, 2021).
4.2.2 Modelling
Several attempts to use ML in the fields of instrumentation and environmental modelling can be reported.
In France, Darley et al. has used NN to learn the calibration function of public-available detectors to cosmic radiation in planes (Darley et al., 2020). In other countries, a prospective research has used a commercially-available NN to fit the ground dose rate to the count rate measured by flying drones (most easily acquired) over Fukushima Daichi power plant (Sasaki et al., 2021) and radon dispersion based on environmental parameters has been predicted accurately (Duong et al., 2021).
Metamodelling is an innovation introduced by ML with applications in RP. A metamodel captures the physic of a phenomenon by learning from results obtained under various configurations and then predict (rather than calculate) a most foreseeable result, with less calculation and time, important in incidental conditions. Training set can come from experimental data or, more conveniently, simulation (CFD, Monte Carlo). Researches by French teams include the prediction of the dispersion of atmospheric pollutants/radionuclides at short range (Nony et al., 2021), in city streets (Mendil et al., 2021) and in the Fukushima region (Korsakissok et al., 2020). Metamodel has been used likewise for the dispersion of uranium in water (Lopez et al., 2021).
Globally, ML can find a fertile ground in all the complex/statistical phenomenon currently tackled by Monte Carlo calculation (Makovicka et al., 2009) and phenomenon with epistemic uncertainties (French et al., 2020). The fields of chemical and material science are getting a lot of traction for using ML model to predict the degradation of steels and to develop alloys for power plants (Mamun et al., 2021) and the nuclear domain might go this way.
4.3 Regulation
The official dose monitoring of workers is performed with passive dosimeters and active dosimeters are carried as a secondary device. Mentzel demonstrated that a NN trained on the glow curves of passive dosimeter can assess without the active dosimeter the date of a single high-dose irradiation; the method could be “extended to a wide range of additional insights into irradiation scenarios” (Mentzel et al., 2021).
In France, the SIANCE and PIREX projects, respectively led by the French nuclear safety authority (ASN) and the RP and Nuclear Safety Institute (IRSN), rely on Natural Language Processing (NLP) to account for the content of inspection follow-up reports written by ASN inspectors and of operating experience reports produced by operators after any safety or RP incidents (Boina, 2019; IRSN, 2021b). The two projects aim at constituting an intelligent database improving the analysis of data coming from inspections and operating experience. The NLP tool allows to have information more accessible, considering components, repetitive issues, trends and weak signals to define specific control tasks and confirm the guidance of inspection program (SIANCE) or direct expertise and R&D project (PIREX).
5 Discussions
From the examples in the above part it is noticeable that ML has been adapted to a wide-type of data generated from the RP disciplines and used in the three types of exposure situations under ICRP terminology (planned, existing and emergency), which epitomized how a highly flexible technology ML is. Plus, after the learning phase, ML uses a classical computer to provide outputs in very short time.
Globally, ML has benefited to RP in different ways:
facilitate and augment the expertise of human merely in classification tasks, free RP professionals’ time to concentrate on problematic cases;
enable faster alert (anomaly, event) and assist in decision-making in providing fast results with reduced uncertainties;
introduce novel approach in capturing complex relationships and extract characteristics that may evade human capacities, notably in radiobiology, epidemiology and environmental modelling; where ML might be an interesting option (if not the only option) to grasp the complexity of the interactions.
The current status of most cases identified here is chiefly thesis, PhD and feasibility study, except for image interpretation in the medical field, which is more industrialized. According to Figure 1, a more habitual usage of ML in RP could be expected, but not before several years. And a few issues need to be considered.
First, ML needs plenty of data, to such extend that “the quality of the data is more important than the algorithm it-self” according to data scientists. The preparation of the data relies on non-negligible human (expert) time, especially for the labelling of data for supervised learning (Boina, 2019). The control of data store needs to be considered both from an ethical and legal (ex. General Data Protection Regulation, GDPR, in Europe) points of view, noting that rules about data management in AI context are at the preface in Europe (EU-LEX, 2021) and that the community is also developing data privacy tool (ex. the open-source OPACUS, released in December 2021). Data control might be a more pressing issue in the RP disciplines where medical, dosimetric, environmental etc. data are collected and cannot be widely shared.
Each algorithm is designed for a purpose and does not fall in the realm of the one pill solution. Therefore, the application of ML should start from the problem that need to be solved (and not the opposite). In most cases, the ML tool will be integrated in existing system and workflow, supporting the need to evaluate the implications on several dimensions such as benefits, limits, cost, time, practicability and interface (Orchard and Kreiche, 2020).
But while each tool is adapted to its objective, ensuring in the same time the reproducibility of the ML model is very important to validate the results, share them to others and avoid unnecessary duplication. In response to these challenges, it is possible to make the data FAIR (Findable, Accessible, Interoperable, Reusable) even in the context of ML (Wilkinson et al., 2016). In the biomedical sector, the developer’s community has engaged the development of consistent (electronic) report on the characteristics of the ML techniques and performances in an explicit and transparent manner (ex. DOME and AIMe initiatives); making up the bases of standards that can be extended and improved with the upcoming advances of ML medical applications (Nature, 2021).
Indeed, the medical sector has been in forefront in ML and can be a compass for the other RP sectors. A fear expressed by medical imaging professionals was “will a robot take my job?” (Lewis et al., 2019) and although it seems it was not the case in practice, AI has raised a preoccupation about work rationalisation and standardisation (Mathieu Fritz, 2021). Further, the usages of ML have generated questions with respect to the opacity of the algorithm and the explainability of the result, generating conflict where AI and human disagree (Anichini and Geoffroy, 2021). The “black-box syndrome’ is not new (it probably came along with the usage of computer) but it is fundamental to re-interrogate it if the usage of AI in RP develops and especially if it is envisaged to engage AI in high-stake decision where human have prevailed until now, such as “create complex treatment plan” (EFOMP, 2021) or “case-based reasoning tool” in radiological emergency preparedness (Raskob et al., 2016). Furthermore, some areas of the RP job are based on implicit practices and good judgement (Lecomte et al., 2019), places where current AI is not very accurate. All these could give rise for consideration and principles where AI might be suitable (versus not suitable) when tackling RP issues, based on the assessment of the implications prior to rollout.
As good practice, data scientists integrate confidence score and interpretability tools to build explainable AI (XAI [Tjoa and Guan, 2015]) for the user and guidelines in this field are under development by institution (HLEG, 2019). Nonetheless, some medical professional societies consider these are not sufficient and call for standards in the design of robust AI system, with validation, including ethical checks, by independent structure (RANZCR, 2019).
6 Conclusion
Artificial intelligence, machine learning, neural network… a cloud of new words has emerged in the media and scientific literature and their semantic is varying from dream to nightmare. The objective of this article was first to go through the definition of Machine Learning (ML) to decipher what lies beneath the algorithms. Then, by using a bibliometric analysis, we showed that ML have been barely applied in RP yet, except in the medical sector.
Several publications on the applications of ML in RP have been analysed and the results presented with regard to the sector and the objectives. The achievements appear more mature in the medical field versus at the stage of R&D in others. Nonetheless ML has already shown their capability to get the same amount of expertise than human (but cheaper) thus use as a tool for repetitive tasks and detection; deal with a large amount of data with a little bit less of expertise than human but in a matter of second instead of days for assistance in decision-making by prediction; and build model with many more free parameters (variables) too complex for human mind. Their advantages rely on their remarkable flexibility and to adapt “themselves” via a learning phase to the data.
The computing industry is among one of the fastest growing industry; as AI tool will become more common (and more affordable), it is foreseeable that AI technologies will become more usual in RP and more usages will develop. Some topics have been barely grappled, such as making use of dosimetric database or shielding procedures.
However, looking at the feedback from the pioneering medical sector, a number of key issues should be addressed before attempting to import ML heuristic in all RP: by exploring the evaluation of the advantages, considering data control, robustness and interpretability of the results and considering the ethical and legal implications of their uses.
For the effective application of ML in RP, we promote discussion and collaboration between the RP professionals and data scientists, in formal manner when developing AI tool and also in unformal forums. Cross-disciplines interactions will indeed support the acceptance of this technology, ensure that the developments are fit-for-purposes and the diffusion of the achievements. After realizing the real potential, this could accelerate innovation and research with benefits for radiation protection and maybe help to rejuvenate the sector.
Conflict of interest
None declared.
Funding
None.
Ethical approval
Ethical approval was not required.
Informed consent
The article does bot contain any studies involving human subjects.
Authors contribution
S. Andresz: Conceptualisation, Investigation, Data collection and Analysis, Writing the original draft, A.Zéphyr: Conceptualisation, Writing-Reviewing and Editing, J. Bez: Investigation, Writing-Reviewing, M. Karst: Investigation, Writing-Reviewing, J. Danieli: Investigation, Writing-Reviewing.
Acknowledgement
The authors wish to thank the members of the Young Club of SFRP for collecting documents about AI, substantiating the work and critical review. Members of SFRP administrative board and environment section have also provided useful insights and contacts. The authors would like to specially thanks the RP professionals and the data scientists at ASN, IRSN (ENV, LEPI) and Icohup for their time in (virtual) meeting and answering our questions by mail or phone.
References
- Ancelet S, Belloni M, Laurent O, Guihenneuc C. 2021. Estimation d’un risqué de cancer radio-induit en situation de co-expositions professionnelles : cas des mineurs d’uranium français. In: SFRP e-Congress live 18 June 2021. [Google Scholar]
- Anichini G, Geoffroy B. 2021. L’intelligence artificielle à l’épreuve des savoirs tacites. Analyse des pratiques d’utilisation d’un outil d’aide à la détection en radiologie. Sci. Soc. Santé 39(2): 43–69. https://doi.org/10.1684/sss.2021.0200. [Google Scholar]
- AP–HP. 2019. Les hôpitaux Avicenne et Cochin ont testé, un dispositif d’aide à la détection précoce du cancer colorectal basé sur l’intelligence artificielle. AP–HP Press Service. [Google Scholar]
- Barragan-Montero AM, et al. 2021. Deep learning dose prediction for IMRT of oesophageal cancer: the effect of data quality and quantity on model performance. Phys. Med. 83: 52–63. https://doi.org/10.1016/j.ejmp.2021.02.026. [CrossRef] [Google Scholar]
- Bourguignon M, Bérard P, Bertho JM, Farah J, Mercat C. 2017. Radioprotection : quel avenir ? Radioprotection 52(1): 13–20. https://doi.org/10.1051/radiopro/2017007. [CrossRef] [EDP Sciences] [MathSciNet] [Google Scholar]
- Boina D. 2019. SIANCE et avenir…, Impact Eco 1. Syndicat national des ingénieurs de l’industrie des Mines, pp. 29–30. [Google Scholar]
- Chojnacki E. 2021. Datascience : apprentissage automatique. In: Métrologie et Capteurs CNRS-IRSN Congress, 25 June 2021. [Google Scholar]
- CHU-BDX. 2019. Le CHU de Bordeaux mise sur l’intelligence artificielle en s’alliant à la start-up. Synapse Medicine. Press releases. [Google Scholar]
- Darley G, Damon C, Dazat A, Lavoine J, Touzani Y, Trompier F. 2020. Étalonnage des capteurs de mesures de rayonnement cosmique en avion. In: SCIDONI workshop. IRSN. [Google Scholar]
- Deutsch E. 2021. Cancer : comment l’intelligence artificielle peut aider à mieux prendre en charge les malades. Podcast Sans Rendez Vous, Europe 1, 21 March 2021. https://www.europe1.fr/sante/cancer-comment-lintelligence-artificielle-aide-a-mieux-prendre-en-charge-les-malades-4028994. [Google Scholar]
- Duong VH, Ly HB, Trinh DH, Nguyen TS, Pham BT. 2021. Development of Artificial Neural Network for prediction of radon dispersion released from Sinquyen Mine, Vietnam. Environ. Pollut. 262: 116973. https://doi.org/10.1016/j.envpol.2021.116973. [CrossRef] [Google Scholar]
- EFOMP. 2021, Focus issue: artificial intelligence in medical physics. Phys. Med. 83: 287–291. https://doi.org/10.1016/j.ejmp.2021.05.008. [CrossRef] [Google Scholar]
- ENS. 2018. The early days of artificial intelligence in France. In: Data Analytic Post (R. Azencott, M. Salomon, Eds.). https://ens-paris-saclay.fr/en/actualite/early-days-artificial-intelligence-france. [Google Scholar]
- EU-LEX. 2021. Proposal for a regulation of the European Parliament and of the Council laying down harmonised rules on artificial intelligence (artificial intelligence act) and amending certain Union legislative acts, SWD(2021) 85 final. Brussels: European Commission. [Google Scholar]
- Falagas ME, Pitsouni EI, Malietzis GA, Pappas G. 2008. Comparison of PubMed, Scopus, Web of Science, and Google Scholar: strengths and weaknesses. Fed. Am. Soc. Exp. Biol. J. 22(2): 338–342. https://doi.org/10.1096/fj.07-9492LSF. [Google Scholar]
- FNMR. 2018. L’intelligence artificielle: rêve ou cauchemar du radiologue? In: Proceedings of the Congress, 2 June 2018. Fédération nationale des médecins radiologues. ISBN 978-2-9558316-1-8. [Google Scholar]
- Glangetas A, et al. 2021. Deep learning diagnostic and risk-stratification pattern detection for COVID-19 in digital lung auscultations: clinical protocol for a case–control and prospective cohort study, 2008. BMC Pulm. Med. 21(1): 103. https://doi.org/10.1186/s12890-021-01467-w. [CrossRef] [Google Scholar]
- French S, Haywood S, Oughton DH, Turcanu C. 2020. Different types of uncertainty in nuclear emergency management. Radioprotection 55(HS1): 175–180. https://doi.org/10.1051/radiopro/2020029. [Google Scholar]
- Gomez-Fernandez M, Higley K, Tokuhiro A, Welter K, Wong W-K, Yang H. 2020. Status of research and development of learning-based approaches in nuclear science and engineering: a review. Nucl. Eng. Des. 359. https://doi.org/10.1016/j.nucengdes.2019.110479. [CrossRef] [Google Scholar]
- Gomez-Fernandez M, Wong W-K, Tokuhiro A, Welter K, Alhawsawi AM, Yang H, Higley H, 2021, Isotope identification using deep learning: an explanation. Nucl. Inst. Methods Phys. Res. A 988: 164295. https://doi.org/10.1016/j.nima.2020.164925. [CrossRef] [Google Scholar]
- HLEG. 2019. Ethics guidelines for trustwothy AI, high level expert group on artificial intelligence. Brussels: European Commission. ISBN 978-92-76-11998-2. [Google Scholar]
- Hu Y, et al. 2019. Implementing user-defined atlas-based auto-segmentation for a large multi-centre organisation: the Australian Experience. J. Med. Radiat. Sci. 66(4): 238–249. https://doi.org/10.1002/jmrs.359. [CrossRef] [PubMed] [Google Scholar]
- Indraganti PK, Namita I, Anoushka K, 2019, Possible role of artificial intelligence in radioprotection. Front. Drug Chem. Clin. Res. 2: 1–2. https://doi.org/10.15761/FDCCR.1000133. [Google Scholar]
- IRSN. 2021a. Lancement du projet PIREX, lauréat de l’appel à projets 2019 du Fonds pour la transformation de l’action publique. IRSN Press Office. [Google Scholar]
- IRSN. 2021b. Le démélange spectral au service de la surveillance de la radioactivité dans l’environnement. IRSN Press Office. [Google Scholar]
- JSD. 2020. Session 5 : quelles perspectives (à court et moyen termes) pour les dépistages des cancers avec l’intelligence artificielle ? In: Scientific Days on Cancer Detection, Org. Paris: Institut national du cancer. [Google Scholar]
- Koo BT, Lee HC, Bae K., Kim Y, Jung J, Park CS, Kim H-S, Min CH. 2021. Development of a radionuclide identification algorithm based on a convolutional neural network for radiation portal monitoring system. Radiat. Phys. Chem. 180: 109300. https://doi.org/10.1016/j.radphyschem.2020.109300. [CrossRef] [Google Scholar]
- Korsakissok I, Girard S, Périllat R, Mallet V. 2020. Métamodèle pour la calibration d’incertitudes en dispersion atmosphérique, application à l’accident de Fukushima. In: SCIDONI workshop. IRSN. [Google Scholar]
- Le Cun Y, Bengio Y, Hinton G. 2015. Deep learning. Nature 521: 436–444. [CrossRef] [PubMed] [Google Scholar]
- Lecomte J-F, et al. 2019. Summary of SFRP-IRPA workshops on the reasonableness in the practical implementation of the ALARA principle. Radioprotection 54(4): 277–281. https://doi.org/10.1051/radiopro/201903. [CrossRef] [EDP Sciences] [Google Scholar]
- Lewis SJ, Gandomkar Z, Brennan PC. 2019. Artificial Intelligence in medical imaging practice: looking to the future. J. Med. Radiat. Sci. 66(4): 292–295. https://doi.org/10.1002/jmrs.369. [CrossRef] [PubMed] [Google Scholar]
- Lopez AM, Wells A, Fendorf S. 2021. Soil and aquifer properties combine as predictors of groundwater uranium concentrations within the Central Valley, California. Environ. Sci. Technol. 55(1): 352–361. https://doi.org/10.1021/acs.est.0c05591. [CrossRef] [PubMed] [Google Scholar]
- Makovicka A, Vasseur A, Sauget M, Martin E, Gschwind R, Henriet J, Salomon M. 2009. The future of new calculation concepts in dosimetry based on the Monte Carlo methods. Radioprotection 44(1): 77–88. https://doi.org/10.1051/radiopro/2008055. [CrossRef] [EDP Sciences] [Google Scholar]
- Malchair F, Maccia C. 2020. Practical advices for optimal CT scanner dose in children. Radioprotection 55(2): 117–122. https://doi.org/10.1051/radiopro/2020046. [CrossRef] [EDP Sciences] [Google Scholar]
- Mamun O, et al. 2021. Machine learning augmented predictive and generative model for rupture life in ferritic and austenitic steels. Mater. Degrad. 5: 20. https://doi.org/10.1038/s41529-021-00166-5. [CrossRef] [Google Scholar]
- Mathieu Fritz A. 2021, L’intelligence artificielle en médecine : des promesses aux usages… en passant par la conception. Sci. Soc. Santé 39(2): 71–78. https://doi.org/110.1684/sss.2021.0199. [Google Scholar]
- Ménard V, Maitre M, Chambrette M, Ayadi BM, Beaumont T, Beltrami LA. 2019. Quelles innovations ? Quel avenir ? Retour sur la première journée scientifique du Club des jeunes Sociétaires de la SFRP. Radioprotection 54(4). https://doi.org/10.1051/radiopro/2019040. [Google Scholar]
- Milliat F. 2020. Approche « single cell » en biologie. In: SCIDONI Workshop. IRSN. [Google Scholar]
- Minsky M. 1961. Steps toward artificial intelligence. Comput. Thought: 406–450. [Google Scholar]
- Mendil M, Leirens S, Armand P, Duchenne C. 2021. Synthetic data and deep neural networks for atmospheric dispersion modelling in urban areas. In: 20th International Conference on Harmonisation within Atmospheric Dispersion Modelling for Regulatory Purposes, 14–18 June 2020, Tartu, Estonia. [Google Scholar]
- Mentzel F, Derugin E, Jansen H, Kröninger K, Nackenhorst O, Rempe M, Walbersloh J, Weingarten J. 2021. Machine learning for personal dose monitoring − Insights into irradiation scenarios with a novel TL dosimeter. In: IRPA-15 Congress. [Google Scholar]
- NEA. 2021. Disruptive technologies for nuclear applications, webinar series, 17th March, 31st March, 14 April 2021, replay. https://www.oecd-nea.org/jcms/pl_58447/data-innovations-for-the-future-of-nuclear-safety. [Google Scholar]
- Nature. 2021. Keeping checks on artificial intelligence. Nat. Methods 18(1119). https://doi.org/10.1038/s41592-021-01300-6. [Google Scholar]
- Nony B, Rochoux MC, Lucor D, Jaravel T. 2021. Compound parametric metamodeling of large-eddy simulations for microscale atmospheric dispersion. In: 20th International Conference on Harmonisation within Atmospheric Dispersion Modelling for Regulatory Purposes, 14–18 June 2021, Tartu, Estonia. [Google Scholar]
- Orchard F, Kreiche A. 2020. L’IA peut-elle améliorer le dépistage du cancer du sein en France ? The Deep.Piste project. In: Scientific Days on Cancer Detection, Org. Paris: Institut national du cancer. [Google Scholar]
- Parliament. 2018. Government response to House of Lords Artificial Intelligence Select Committee’s report, AI in the UK, Ready, willing and able? ISBN 9781528606073. [Google Scholar]
- Prevision.io. 2020. Lifecycle of a Machine Learning project − From design to production. Prevision.io. https://prevision.io/wp-content/uploads/2020/09/machine-learning-project-steps.pdf. [Google Scholar]
- Raskob W, Möhrle S, Bai S, Müller T. 2016. Overview and applicability of the analytical platform. Radioprotection 51(HS2): 179–180. https://doi.org/10.1051/radiopro/2016067. [Google Scholar]
- RANZCR. 2019. Artificial intelligence in radiology and radiation oncology. In: The State of Play 2019. The Royal Australian and New Zealand College of Radiologist. [Google Scholar]
- Rosenblatt F. 1958. The perceptron: a probabilistic model for information storage and organization in the brain. Cornell Aeronautical Laboratory. Psychol. Rev. 65(6): 386–408. [CrossRef] [PubMed] [Google Scholar]
- Sasaki M, et al. 2021. New method for visualizing the dose rate distribution around the Fukushima Daiichi Nuclear Power Plant using artificial neural networks. Nat. Sci. Rep. 11: 1857. https://doi.org/10.1038/s41598-021-81546-4. [CrossRef] [Google Scholar]
- SFPM. 2021. Programme de la 59e Journée Scientifiques. https://sfpm-js2021.sciencesconf.org/data/pages/SFPM_JS_Programme_2021.pdf. [Google Scholar]
- SFRO. 2020. Programme scientifique du congrès 2020 de la SFRO. https://www.sfro2020.com/programme-scientifique/5. [Google Scholar]
- Service de Santé des Armées (SSA). 2021. Actu Santé 161. [Google Scholar]
- Tjoa E, Guan C. 2015. A Survey on Explainable Artificial Intelligence (XAI): Toward Medical XAI. J. LATEX Class Files 14: 8. https://doi/org/10.1109/TNNLS2020.3027314. [Google Scholar]
- Xu J, Bobin J, de Vismes O, Bobin C. 2019. Sparse spectral unmixing for activity estimation in γ-RAY spectrometry applied to environmental measurements. Appl. Radiat. Isot. 156: 108–803. https://doi.org/10.1016/j.apradiso.2019.108903. [Google Scholar]
- Xu J, Bobin J, de Vismes O, Bobin C, Malfrait P. 2021. Analysis of gamma-ray spectra with spectral unmixing − Part I: determination of the characteristic limits (decision threshold and statistical uncertainty). Appl. Radiat. Isot. hal-03345737. [Google Scholar]
- Xu J, Bobin J, de Vismes O, Bobin C, Malfrait P. 2022. Analysis of gamma-ray spectra with spectral unmixing − Part II: calibrations for the quantitative analysis of HPGe measurements. Appl. Radiat. Isot. 182. https://doi.org/10.1016/j.apradiso.2021.110082. [Google Scholar]
- Villiani C. 2018. Donner un sens à l’intelligence artificielle (IA) : pour une stratégie nationale et européenne. AI for humanity. ISBN 9782111457080. [Google Scholar]
- Wilkinson M, et al. 2016. The FAIR Guiding Principles for scientific data management and stewardship. Sci. Data 3. [CrossRef] [Google Scholar]
- Zéphir A, Fibretigre, Chochois H. 2019. Intelligence artificielle, Miroir de nos vies. Delcourt. [Google Scholar]
Citation de l’article : Andresz S, Zéphir A, Bez J, Karst M, Danieli J. 2022. Artificial intelligence and radiation protection. A game changer or an update? Radioprotection 57(2): 157–164
All Tables
Number of publications on applications of Machine Learning in radiation protection by subject area and by country and techniques.
All Figures
Figure 1 Number of publications/year on applications of machine learning in various fields. |
|
In the text |
Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.
Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.
Initial download of the metrics may take a while.