Goto

Collaborating Authors

 Memory-Based Learning


The General Motors Variation-Reduction Adviser: Deployment Issues for an AI Application

AITopics Original Links

The General Motors Variation-Reduction Adviser is a knowledge system built on case-based reasoning principles that is currently in use in a dozen General Motors Assembly Centers. This paper reviews the overall characteristics of the system and then focuses on various AI elements critical to support its deployment to a production system. A key AI enabler is ontology-guided search using domain-specific ontologies. Your use of this site constitutes acceptance of all of AAAI's terms and conditions and privacy policy.


CaBMA: Case-Based Project Management Assistant

AITopics Original Links

We are going to present an implementation of an AI system, CaBMA, built on top of a commercial project management tool, MS Project. Project management is a business process for successfully delivering one-of-a kind products and services under real-world time and resource constraints. CaBMA (for: Case-Based Project Management Assistant) provides the following functionalities: (1) It captures cases from project plans. CaBMA adds a knowledge layer on top of MS Project to assist the user with his project management tasks. Your use of this site constitutes acceptance of all of AAAI's terms and conditions and privacy policy.


Tenth Anniversary of the Plastics Color Formulation Tool

AITopics Original Links

Since 1994 GE Plastics has employed a case-based reasoning tool that determines color formulas which match requested colors. This tool, called FormTool, has saved GE millions of dollars in productivity and material (i.e. The technology developed in FormTool has been used to create an on-line color selection tool for our customers called ColorXpress Select. A customer innovation center has been developed around the FormTool software. Your use of this site constitutes acceptance of all of AAAI's terms and conditions and privacy policy.


IBM's Watson Learns to Cook from Bon Appetit Magazine

AITopics Original Links

IBM's artificial intelligence program Watson has been training to be a doctor over the last few years, applying its machine learning skills to genetics and cancer. But apparently the AI likes to cook in its spare time. In a just-announced collaboration with Bon Appetit, Watson is using the 9000 or so recipes in the magazine's database to generate new recipes based on available ingredients and a suggested cuisine style. The AI uses both the magazine's archive and its own database of flavor compounds to determine what ingredients will go well together, and comes up with surprising new combinations. For more on how this works, check out the IEEE Spectrum article about IBM's cooking initiative for Watson from last year's special issue on food and technology.


At the Mayo Clinic, IBM Watson Takes Charge of Clinical Trials

AITopics Original Links

The typical ways in which patients get matched up with clinical trials aren't exactly state of the art. At hospitals, clinical coordinators painstakingly sort through patient records, looking for people that fit the requirements of a given experimental treatment; meanwhile, patients bring their own Internet research to their doctors, asking if some new drug might help them. The Mayo Clinic is now seeking to improve this process by putting IBM Watson on the job. The artificial intelligence known as IBM Watson can scan enormous troves of written information thanks to its natural language processing skills, and its machine learning programming means it quickly gets better at using that information to complete a given task. Most famously, it quickly got better at answering Jeopardy questions, and tromped the human competition in a 2011 exhibition match.


IBM Watson Takes on the Genetics of Brain Cancer

AITopics Original Links

Twenty patients with an aggressive form of brain cancer will have a new doctor on their medical team: the learned geneticist known as IBM Watson. In a collaboration announced today between IBM and the New York Genome Center, IBM's Jeopardy-beating AI will analyze the genomes of those 20 patients in hopes of providing insights for their oncologists. IBM has been promoting its AI as a killer app for health care, thanks to Watson's natural language processing skills and machine learning abilities. Over the past two years Watson has been engaged in a separate project at New York's Memorial Sloan-Kettering Cancer Center, in which doctors are training the AI to understand the language of medicine. In that project, Watson is being taught to read patients' records and search the medical literature for relevant suggestions on treatment.


Case Based Reasoning

AITopics Original Links

Over the last eight years, we have been working on the problem of case-based reasoning (CBR) for medical diagnosis. Through a succession of research projects, we developed a system that used physiologic causes to match findings in cases, evaluated the system on 240 cases, and developed a system that divides cases and memory based on the diagnostic units in the case. Each of these steps has been a significant advance toward diagnostic systems that can effectively learn from experience. Still, it is clear that CBR has not reached its potential to effectively handle the case material and work in concert with a model-based program.


Robin Burke Research FindMe

AITopics Original Links

FindMe systems originated in work I did with Kristian Hammond when we were both at the Computer Science Department of the University of Chicago. These systems use case-based reasoning as a way of recommending products in e-commerce catalogs and provide critique-based navigation as a primary user interface. One interesting outcome of this work has been to emphasize the complexity of the common-sense notion of similarity demanded by a user of such catalogs as compared to the metrics used by many CBR systems.


AI and Similarity

AITopics Original Links

For AI to become truly robust, we must further our understanding of similarity-driven reasoning, analogy, learning, and explanation. Here are some suggested research directions.This article is part of a special issue on the Future of AI.


Cbrwiki

AITopics Original Links

Case-based reasoning is a problem solving paradigm that in many respects is fundamentally different from other major AI approaches. Instead of relying solely on general knowledge of a problem domain, or making associations along generalized relationships between problem descriptors and conclusions, CBR is able to utilize the specific knowledge of previously experienced, concrete problem situations (cases). A new problem is solved by finding a similar past case, and reusing it in the new problem situation. A second important difference is that CBR also is an approach to incremental, sustained learning, since a new experience is retained each time a problem has been solved, making it immediately available for future problems. The CBR field has grown rapidly over the last few years, as seen by its increased share of papers at major conferences, available commercial tools, and successful applications in daily use.