2,043 research outputs found

    Knowledge-light adaptation approaches in case-based reasoning for radiotherapy treatment planning

    Get PDF
    Objective: Radiotherapy treatment planning aims at delivering a sufficient radiation dose to cancerous tumour cells while sparing healthy organs in the tumour-surrounding area. It is a time-consuming trial-and-error process that requires the expertise of a group of medical experts including oncologists and medical physicists and can take from 2 to 3 h to a few days. Our objective is to improve the performance of our previously built case-based reasoning (CBR) system for brain tumour radiotherapy treatment planning. In this system, a treatment plan for a new patient is retrieved from a case base containing patient cases treated in the past and their treatment plans. However, this system does not perform any adaptation, which is needed to account for any difference between the new and retrieved cases. Generally, the adaptation phase is considered to be intrinsically knowledge-intensive and domain-dependent. Therefore, an adaptation often requires a large amount of domain-specific knowledge, which can be difficult to acquire and often is not readily available. In this study, we investigate approaches to adaptation that do not require much domain knowledge, referred to as knowledge-light adaptation. Methodology: We developed two adaptation approaches: adaptation based on machine-learning tools and adaptation-guided retrieval. They were used to adapt the beam number and beam angles suggested in the retrieved case. Two machine-learning tools, neural networks and naive Bayes classifier, were used in the adaptation to learn how the difference in attribute values between the retrieved and new cases affects the output of these two cases. The adaptation-guided retrieval takes into consideration not only the similarity between the new and retrieved cases, but also how to adapt the retrieved case. Results: The research was carried out in collaboration with medical physicists at the Nottingham University Hospitals NHS Trust, City Hospital Campus, UK. All experiments were performed using real-world brain cancer patient cases treated with three-dimensional (3D)-conformal radiotherapy. Neural networks-based adaptation improved the success rate of the CBR system with no adaptation by 12%. However, naive Bayes classifier did not improve the current retrieval results as it did not consider the interplay among attributes. The adaptation-guided retrieval of the case for beam number improved the success rate of the CBR system by 29%. However, it did not demonstrate good performance for the beam angle adaptation. Its success rate was 29% versus 39% when no adaptation was performed. Conclusions: The obtained empirical results demonstrate that the proposed adaptation methods improve the performance of the existing CBR system in recommending the number of beams to use. However, we also conclude that to be effective, the proposed adaptation of beam angles requires a large number of relevant cases in the case base

    Approaches to knowledge-light adaptation in case-based reasoning for radiotherapy treatment planning

    Get PDF
    In radiotherapy, ionised radiation beams are used to destroy cancerous cells. A radiotherapy treatment plan needs to be created to deliver a sufficient radiation dose to cancerous cells while sparing nearby organs at risk and healthy tissue. The development of such a treatment plan is a time consuming trial and error process which can take from a few hours up to a few days. This thesis builds on the previously developed Case-Based Reasoning (CBR) system for radiotherapy treatment planning for brain cancer that was developed in collaboration with Nottingham University Hospitals NHS Trust, City Hospital Campus, UK. The original CBR system focused on the retrieval stage of CBR, where the most similar case was retrieved for the new patient case. The results obtained were promising but adaptation needed to be performed for them to be suitable for the new patient. Testing of the CBR system by medical physicists has revealed that some of the retrieved radiation beams were not suitable for the tumour position of the new cases and thus could not be used. To avoid this the clustering of cases by their tumour positions was implemented to only retrieve cases with similar tumour positions. The revised CBR system should now retrieve treatment plans with better suited beams. Adaptation requires a lot of domain knowledge which is often difficult to acquire. In this research we present adaptation approaches which are knowledge-light, i.e. they utilise knowledge available in the case base without requiring interaction with medical experts. Adaptation methods based on machine learning algorithms, in particular neural networks, the naive Bayes classifier, and support vector machines, were developed. Also, an adaptation-guided retrieval approach is presented, in which the case is retrieved only if it can be adapted. In addition, a pair of similar cases are retrieved with it, which guide the adaptation process. The developed knowledge-light adaptation methods have improved the results of the original CBR system. In addition, the proposed adaptation methods are general and could be used in domains where the available amount of knowledge is limited

    A novel case-based reasoning approach to radiotherapy dose planning

    Get PDF
    In this thesis, novel Case-Based Reasoning (CBR) methods were developed to be included in CBRDP (Case-Based Reasoning Dose Planner) -an adaptive decision support system for radiotherapy dose planning. CBR is an artificial intelligence methodology which solves new problems by retrieving solutions to previously solved similar problems stored in a case base. The focus of this research is on dose planning for prostate cancer patients. The records of patients successfully treated in the Nottingham University Hospitals NHS Trust, City Hospital Campus, UK, were stored in a case base and were exploited using case-based reasoning for future decision making. After each successful run of the system, a group based Simulated Annealing (SA) algorithm automatically searches for an optimal/near optimal combination of feature weights to be used in the future retrieval process of CBR. A number of research issues associated with the prostate cancer dose planning problem and the use of CBR are addressed including: (a) trade-off between the benefit of delivering a higher dose of radiation to cancer cells and the risk to damage surrounding organs, (b) deciding when and how much to violate the limitations of dose limits imposed to surrounding organs, (c) fusion of knowledge and experience gained over time in treating patients similar to the new one, (d) incorporation of the 5 years Progression Free Probability and success rate in the decision making process and (e) hybridisation of CBR with a novel group based simulated annealing algorithm to update knowledge/experience gained in treating patients over time. The efficiency of the proposed system was validated using real data sets collected from the Nottingham University Hospitals. Experiments based on a leave-one-out strategy demonstrated that for most of the patients, the dose plans generated by our approach are coherent with the dose plans prescribed by an experienced oncologist or even better. This system may play a vital role to assist the oncologist in making a better decision in less time; it incorporates the success rate of previously treated similar patients in the dose planning for a new patient and it can also be used in teaching and training processes. In addition, the developed method is generic in nature and can be used to solve similar non-linear real world complex problems

    Case Base Mining for Adaptation Knowledge Acquisition

    Get PDF
    In case-based reasoning, the adaptation of a source case in order to solve the target problem is at the same time crucial and difficult to implement. The reason for this difficulty is that, in general, adaptation strongly depends on domain-dependent knowledge. This fact motivates research on adaptation knowledge acquisition (AKA). This paper presents an approach to AKA based on the principles and techniques of knowledge discovery from databases and data-mining. It is implemented in CABAMAKA, a system that explores the variations within the case base to elicit adaptation knowledge. This system has been successfully tested in an application of case-based reasoning to decision support in the domain of breast cancer treatment

    A novel case-based reasoning approach to radiotherapy dose planning

    Get PDF
    In this thesis, novel Case-Based Reasoning (CBR) methods were developed to be included in CBRDP (Case-Based Reasoning Dose Planner) -an adaptive decision support system for radiotherapy dose planning. CBR is an artificial intelligence methodology which solves new problems by retrieving solutions to previously solved similar problems stored in a case base. The focus of this research is on dose planning for prostate cancer patients. The records of patients successfully treated in the Nottingham University Hospitals NHS Trust, City Hospital Campus, UK, were stored in a case base and were exploited using case-based reasoning for future decision making. After each successful run of the system, a group based Simulated Annealing (SA) algorithm automatically searches for an optimal/near optimal combination of feature weights to be used in the future retrieval process of CBR. A number of research issues associated with the prostate cancer dose planning problem and the use of CBR are addressed including: (a) trade-off between the benefit of delivering a higher dose of radiation to cancer cells and the risk to damage surrounding organs, (b) deciding when and how much to violate the limitations of dose limits imposed to surrounding organs, (c) fusion of knowledge and experience gained over time in treating patients similar to the new one, (d) incorporation of the 5 years Progression Free Probability and success rate in the decision making process and (e) hybridisation of CBR with a novel group based simulated annealing algorithm to update knowledge/experience gained in treating patients over time. The efficiency of the proposed system was validated using real data sets collected from the Nottingham University Hospitals. Experiments based on a leave-one-out strategy demonstrated that for most of the patients, the dose plans generated by our approach are coherent with the dose plans prescribed by an experienced oncologist or even better. This system may play a vital role to assist the oncologist in making a better decision in less time; it incorporates the success rate of previously treated similar patients in the dose planning for a new patient and it can also be used in teaching and training processes. In addition, the developed method is generic in nature and can be used to solve similar non-linear real world complex problems

    A case-based reasoning system for radiotherapy treatment planning for brain cancer

    Get PDF
    In this thesis, a novel case-based reasoning (CBR) approach to radiotherapy treatment planning for brain cancer patients is presented. In radiotherapy, tumour cells are destroyed using ionizing radiation. For each patient, a treatment plan is generated that describes how the radiation should be applied in order to deliver a tumouricidal radiation dose while avoiding irradiation of healthy tissue and organs at risk in the vicinity of the tumour. The traditional, manual trial and error approach is a time-consuming process that depends on the experience and intuitive knowledge of medical physicists. CBR is an artificial intelligence methodology, which attempts to solve new problems based on the solutions of previously solved similar problems. In this research work, CBR is used to generate the parameters of a treatment plan by capturing the subjective and intuitive knowledge of expert medical physicists stored intrinsically in the treatment plans of similar patients treated in the past. This work focusses on the retrieval stage of the CBR system, in which given a new patient case, the most similar case in the archived case base is retrieved along with its treatment plan. A number of research issues that arise from using CBR for radiotherapy treatment planning for brain cancer are addressed. Different approaches to similarity calculation between cases are investigated and compared, in particular, the weighted nearest neighbour similarity measure and a novel non-linear, fuzzy similarity measure designed for our CBR system. A local case attribute weighting scheme has been developed that uses rules to assign attribute weights based on the values of the attributes in the new case and is compared to global attribute weighting, where the attribute weights remain constant for all target cases. A multi-phase case retrieval approach is introduced in which each phase considers one part of the solution. In addition, a framework developed for the imputation of missing values in the case base is described. The research was carried out in collaboration with medical physicists at the Nottingham University Hospitals NHS Trust, City Hospital Campus, UK. The performance of the developed methodologies was tested using brain cancer patient cases obtained from the City Hospital. The results obtained show that the success rate of the retrieval mechanism provides a good starting point for adaptation, the next phase in development for the CBR system. The developed automated CBR system will assist medical physicists in quickly generating treatment plans and can also serve as a teaching and training aid for junior, inexperienced medical physicists. In addition, the developed methods are generic in nature and can be adapted to be used in other CBR or intelligent decision support systems for other complex, real world, problem domains that highly depend on subjective and intuitive knowledge

    An Intelligent Clinical Decision Support System for Assessing the Needs of a Long-Term Care Plan

    Get PDF
    With the global aging population, providing effective long-term care has been promoted and emphasized for reducing the hospitalizations of the elderly and the care burden to hospitals and governments. Under the scheme of Long-term Care Project 2.0 (LTCP 2.0), initiated in Taiwan, two types of long-term care services, i.e., institutional care and home care, are provided for the elderly with chronic diseases and disabilities, according to their personality, living environment and health situation. Due to the increasing emphasis on the quality of life in recent years, the elderly expect long-term care service providers (LCSP) to provide the best quality of care (QoC). Such healthcare must be safe, effective, timely, efficiently, diversified and up-to-date. Instead of supporting basic activities in daily living, LCSPs have changed their goals to formulate elderly-centered care plans in an accurate, time-efficient and cost-effective manner. In order to ensure the quality of the care services, an intelligent clinical decision support system (ICDSS) is proposed for care managers to improve their efficiency and effectiveness in assessing the long-term care needs of the elderly. In the ICDSS, artificial intelligence (AI) techniques are adopted to distinguish and formulate personalized long-term care plans by retrieving relevant knowledge from past similar records

    A case-based reasoning system for radiotherapy treatment planning for brain cancer

    Get PDF
    In this thesis, a novel case-based reasoning (CBR) approach to radiotherapy treatment planning for brain cancer patients is presented. In radiotherapy, tumour cells are destroyed using ionizing radiation. For each patient, a treatment plan is generated that describes how the radiation should be applied in order to deliver a tumouricidal radiation dose while avoiding irradiation of healthy tissue and organs at risk in the vicinity of the tumour. The traditional, manual trial and error approach is a time-consuming process that depends on the experience and intuitive knowledge of medical physicists. CBR is an artificial intelligence methodology, which attempts to solve new problems based on the solutions of previously solved similar problems. In this research work, CBR is used to generate the parameters of a treatment plan by capturing the subjective and intuitive knowledge of expert medical physicists stored intrinsically in the treatment plans of similar patients treated in the past. This work focusses on the retrieval stage of the CBR system, in which given a new patient case, the most similar case in the archived case base is retrieved along with its treatment plan. A number of research issues that arise from using CBR for radiotherapy treatment planning for brain cancer are addressed. Different approaches to similarity calculation between cases are investigated and compared, in particular, the weighted nearest neighbour similarity measure and a novel non-linear, fuzzy similarity measure designed for our CBR system. A local case attribute weighting scheme has been developed that uses rules to assign attribute weights based on the values of the attributes in the new case and is compared to global attribute weighting, where the attribute weights remain constant for all target cases. A multi-phase case retrieval approach is introduced in which each phase considers one part of the solution. In addition, a framework developed for the imputation of missing values in the case base is described. The research was carried out in collaboration with medical physicists at the Nottingham University Hospitals NHS Trust, City Hospital Campus, UK. The performance of the developed methodologies was tested using brain cancer patient cases obtained from the City Hospital. The results obtained show that the success rate of the retrieval mechanism provides a good starting point for adaptation, the next phase in development for the CBR system. The developed automated CBR system will assist medical physicists in quickly generating treatment plans and can also serve as a teaching and training aid for junior, inexperienced medical physicists. In addition, the developed methods are generic in nature and can be adapted to be used in other CBR or intelligent decision support systems for other complex, real world, problem domains that highly depend on subjective and intuitive knowledge
    corecore