Technology
Control of Robotic Systems for Safe Interaction with Human Operators
Ding, Hao (University of Kassel)
Human Robot Interaction (HRI) is an active field of integrating and embedding different techniques in artificial intelligence. This paper describes my research topic on: Control of Robotic Systems for Safe Interaction with Human Operators. It consists of online motion generation for robotic manipulators interacting with dynamic obstacles and humans using a moving horizon scheme, modeling and long term prediction of human motion using probabilistic models and reachability analysis, and development of an HRI demonstration platform.
Towards Social Problem-Solving with Human Subjects
Farenzena, Daniel Scain (Federal University of Rio Grande do Sul) | Lamb, Luis da Cunha (Federal University of Rio Grande do Sul) | Araรบjo, Ricardo Matsumura de (Federal University of Pelotas)
Recently, the use of social and human computing has witnessed increasing interest in the AI community. However, in order to harness the true potential of social computing, human subjects must play an active role in achieving computation in social networks and related media. Our work proposes an initial desiderata for effective social computing, drawing inspiration from artificial intelligence. Extensive experimentation reveals that several open issues and research questions have to be answered before the true potential of social and human computing is achieved. We, however, take a somewhat novel approach, by implementing a social networks environment where human subjects cooperate towards computational problem solving. In our social environment, human and artificial agents cooperate in their computation tasks,which may lead to a single problem-solving social network that potentially allows seamless cooperation among human and machine agents.
Combining Machine Learning and Optimization Techniques to Determine 3-D Structures of Polypeptides
Dorn, Marcio (Federal University of Rio Grande do Sul) | Buriol, Luciana Salete (Federal University of Rio Grande do Sul) | Lamb, Luis da Cunha (Federal University of Rio Grande do Sul)
One of the main research problems in Structural Bioinformatics is the analysis and prediction of three-dimensional structures (3-D) of polypeptides or proteins. The 1990โs Genome projects resulted in a large increase in the number of protein sequences. However, the number of identified 3-D protein structures has not followed the same trend.The determination of protein structure is experimentally expensive and time consuming. This makes scientists largely dependent on computational methods that can predict correct 3-D protein structures only from extended and full amino acid sequences. Several computational methodologies and algorithms have been proposed as a solution to the Protein Structure Prediction (PSP) problem. We briefly describe the AI techniques we have been used to tackle this problem.
Statement of Thesis Research: Multi-Robot Sampling Strategies for Large-Scale Oceanographic Experiments
Das, Jnaneshwar (University of Southern California)
The While my affiliation is to the Robotic Embedded Systems patch of interest was tagged with a GPStracked drifter and Lab at USC, I have worked with my advisor Prof. Gaurav the AUV surveyed within the Lagrangian frame of reference Sukhatme to build up a collaboration with biologists of the advecting patch (Das et al. 2010a). We are investigating and oceanographers both at USC and at the Monterey Bay a multi-criteria utility based technique to acquire discrete Aquarium Research Institute (MBARI).
Behaviour Recognition in Smart Homes
Chua, Sook-Ling (Massey University) | Marsland, Stephen (Massey University) | Guesgen, Hans W. (Massey University)
Behaviour recognition aims to infer the particular behaviours of the inhabitant in a smart home from a series of sensor readings from around the house. There are many reasons to recognise human behaviours; one being to monitor the elderly or cognitively impaired and detect potentially dangerous behaviours. We view the behaviour recognition problem as the task of mapping the sensory outputs to a sequence of recognised activities. This research focuses on the development of machine learning methods to find an approximation to the mapping between sensor outputs and behaviours. However, learning the mapping raises an important issue, which is that the training data is not necessarily annotated with exemplar behaviours of the inhabitant. This doctoral study takes several steps towards addressing the problem of finding an approximation to this mapping, beginning with separate investigations on current methods proposed in the literature, identifying useful sensory outputs for behaviour recognition, and concluding by proposing two directions: one using supervised learning on annotated sensory stream and one using unsupervised learning on unannotated ones.
Decision Support through Argumentation-Based Practical Reasoning
Cerutti, Federico (University of Brescia)
To encompass them, several extensions of Dung's argumentation framework (AF) [Dung, This extended research abstract describes an 1995] have been proposed, but the most general, as shown in argumentation-based approach to modelling articulated [Baroni et al., 2011], is the Argumentation Framework with decision making contexts. The approach Recursive Attacks (AF RA) formalism [Baroni et al., 2009b; encompasses a variety of argument and attack 2011]. In[Baroni et al., 2009a; 2010b] we showed how to organise schemes aimed at representing basic knowledge arguments that are instances of argument schemes in and reasoning patterns for decision support.
Solving the Multiagent Selection and Scheduling Problem
Jr., James Calvin Boerkoel (University of Michigan)
My work focuses on building computational agents that assist people in managing their activities in environments in which tempo and complexity outstrip peopleโs cognitive capacity,such as in coordinating rescue teams in the aftermath of a disaster, or in helping people with dementia manage their everyday lives. A critical challenge faced in such environments is not only that individuals must factor complicated constraints into deciding how and when to act on their own goals, but also that their decisions are further constrained by choices made by others with whom they interact, such as between cooperating teams in disaster relief or between patients and caregivers in an assisted-living facility. An additional challenge in such situations is that the interests of individuals, such as privacy and autonomy, along with slow, costly, uncertain,or otherwise problematic communication may further limitindividualsโ abilities to work together. My work assumes that a computational agent is associated with each individual, and that these agents will work together efficiently to manage individual and joint activities, while maintaining autonomy and privacy to the extent possible.
Large Linear Classification When Data Cannot Fit in Memory
Yu, Hsiang-Fu (National Taiwan University) | Hsieh, Cho-Jui (National Taiwan University) | Chang, Kai-Wei (National Taiwan University) | Lin, Chih-Jen (National Taiwan University)
Linear classification is a useful tool for dealing with large-scale data in applications such as document classification and natural language processing. Recent developments of linear classification have shown that the training process can be efficiently conducted. However, when the data size exceeds the memory capacity, most training methods suffer from very slow convergence due to the severe disk swapping. Although some methods have attempted to handle such a situation, they are usually too complicated to support some important functions such as parameter selection. In this paper, we introduce a block minimization framework for data larger than memory. Under the framework, a solver splits data into blocks and stores them into separate files. Then, at each time, the solver trains a data block loaded from disk. Although the framework is simple, the experimental results show that it effectively handles a data set 20 times larger than the memory capacity.
Analysis of Adjective-Noun Word Pair Extraction Methods for Online Review Summarization
Yatani, Koji (University of Toronto) | Novati, Michael (University of Toronto) | Trusty, Andrew (University of Toronto) | Truong, Khai (University of Toronto)
Many people read online reviews written by other users to learn more about a product or venue. However, the overwhelming amount of user- generated reviews and variance in length, detail and quality across the reviews make it difficult to glean useful information. In this paper, we present a summarization system called Review Spotlight. It provides a brief overview of reviews by using adjective- noun word pairs extracted from the review text. The system also allows the user to click any word pair to read the original sentences from which the word pair was extracted. We present our system implementation as a Google Chrome browser extension, and an evaluation on how two word pair scoring methods (TF and TF-IDF) affect the identification of useful word pairs.