SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "L773:1076 9757 OR L773:1943 5037 "

Sökning: L773:1076 9757 OR L773:1943 5037

  • Resultat 1-10 av 27
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Banaee, Hadi, 1986-, et al. (författare)
  • Data-Driven Conceptual Spaces : Creating Semantic Representations for Linguistic Descriptions of Numerical Data
  • 2018
  • Ingår i: The journal of artificial intelligence research. - : AAAI Press. - 1076-9757 .- 1943-5037. ; 63, s. 691-742
  • Tidskriftsartikel (refereegranskat)abstract
    • There is an increasing need to derive semantics from real-world observations to facilitate natural information sharing between machine and human. Conceptual spaces theory is a possible approach and has been proposed as mid-level representation between symbolic and sub-symbolic representations, whereby concepts are represented in a geometrical space that is characterised by a number of quality dimensions. Currently, much of the work has demonstrated how conceptual spaces are created in a knowledge-driven manner, relying on prior knowledge to form concepts and identify quality dimensions. This paper presents a method to create semantic representations using data-driven conceptual spaces which are then used to derive linguistic descriptions of numerical data. Our contribution is a principled approach to automatically construct a conceptual space from a set of known observations wherein the quality dimensions and domains are not known a priori. This novelty of the approach is the ability to select and group semantic features to discriminate between concepts in a data-driven manner while preserving the semantic interpretation that is needed to infer linguistic descriptions for interaction with humans. Two data sets representing leaf images and time series signals are used to evaluate the method. An empirical evaluation for each case study assesses how well linguistic descriptions generated from the conceptual spaces identify unknown observations. Furthermore,  comparisons are made with descriptions derived on alternative approaches for generating semantic models.
  •  
2.
  • Bodirsky, Manuel, et al. (författare)
  • A Model-Theoretic View on Qualitative Constraint Reasoning
  • 2017
  • Ingår i: The journal of artificial intelligence research. - : AI ACCESS FOUNDATION. - 1076-9757 .- 1943-5037. ; 58, s. 339-385
  • Tidskriftsartikel (refereegranskat)abstract
    • Qualitative reasoning formalisms are an active research topic in artificial intelligence. In this survey we present a model-theoretic perspective on qualitative constraint reasoning and explain some of the basic concepts and results in an accessible way. In particular, we discuss the significance of omega-categoricity for qualitative reasoning, of primitive positive interpretations for complexity analysis, and of Datalog as a unifying language for describing local consistency algorithms.
  •  
3.
  • Bäckström, Christer, et al. (författare)
  • A Refined View of Causal Graphs and Component Sizes : SP-Closed Graph Classes and Beyond
  • 2013
  • Ingår i: The journal of artificial intelligence research. - : AAAI Press. - 1076-9757 .- 1943-5037. ; 47, s. 575-611
  • Tidskriftsartikel (refereegranskat)abstract
    • The causal graph of a planning instance is an important tool for planning both in practice and in theory. The theoretical studies of causal graphs have largely analysed the computational complexity of planning for instances where the causal graph has a certain structure, often in combination with other parameters like the domain size of the variables. Chen and Giménez ignored even the structure and considered only the size of the weakly connected components. They proved that planning is tractable if the components are bounded by a constant and otherwise intractable. Their intractability result was, however, conditioned by an assumption from parameterised complexity theory that has no known useful relationship with the standard complexity classes. We approach the same problem from the perspective of standard complexity classes, and prove that planning is NP-hard for classes with unbounded components under an additional restriction we refer to as SP-closed. We then argue that most NP-hardness theorems for causal graphs are difficult to apply and, thus, prove a more general result; even if the component sizes grow slowly and the class is not densely populated with graphs, planning still cannot be tractable unless the polynomial hierachy collapses. Both these results still hold when restricted to the class of acyclic causal graphs. We finally give a partial characterization of the borderline between NP-hard and NP-intermediate classes, giving further insight into the problem.
  •  
4.
  • Bäckström, Christer, et al. (författare)
  • Algorithms and Limits for Compact Plan Representations
  • 2012
  • Ingår i: The journal of artificial intelligence research. - : Association for the Advancement of Artificial Intelligence / AI Access Foundation. - 1076-9757 .- 1943-5037. ; 44, s. 141-177
  • Tidskriftsartikel (refereegranskat)abstract
    • Compact representations of objects is a common concept in computer science. Automated planning can be viewed as a case of this concept: a planning instance is a compact implicit representation of a graph and the problem is to find a path (a plan) in this graph. While the graphs themselves are represented compactly as planning instances, the paths are usually represented explicitly as sequences of actions. Some cases are known where the plans always have compact representations, for example, using macros. We show that these results do not extend to the general case, by proving a number of bounds for compact representations of plans under various criteria, like efficient sequential or random access of actions. In addition to this, we show that our results have consequences for what can be gained from reformulating planning into some other problem. As a contrast to this we also prove a number of positive results, demonstrating restricted cases where plans do have useful compact representations, as well as proving that macro plans have favourable access properties. Our results are finally discussed in relation to other relevant contexts.
  •  
5.
  • Bäckström, Christer, et al. (författare)
  • Automaton Plans
  • 2014
  • Ingår i: The journal of artificial intelligence research. - : AI ACCESS FOUNDATION. - 1076-9757 .- 1943-5037. ; 51, s. 255-291
  • Tidskriftsartikel (refereegranskat)abstract
    • Macros have long been used in planning to represent subsequences of operators. Macros can be used in place of individual operators during search, sometimes reducing the effort required to find a plan to the goal. Another use of macros is to compactly represent long plans. In this paper we introduce a novel solution concept called automaton plans in which plans are represented using hierarchies of automata. Automaton plans can be viewed as an extension of macros that enables parameterization and branching. We provide several examples that illustrate how automaton plans can be useful, both as a compact representation of exponentially long plans and as an alternative to sequential solutions in benchmark domains such as LOGISTICS and GRID. We also compare automaton plans to other compact plan representations from the literature, and find that automaton plans are strictly more expressive than macros, but strictly less expressive than HTNs and certain representations allowing efficient sequential access to the operators of the plan.
  •  
6.
  • Bäckström, Christer, et al. (författare)
  • Cost-Optimal Planning, Delete Relaxation, Approximability, and Heuristics
  • 2021
  • Ingår i: The journal of artificial intelligence research. - : AI ACCESS FOUNDATION. - 1076-9757 .- 1943-5037. ; 70, s. 169-204
  • Tidskriftsartikel (refereegranskat)abstract
    • Cost-optimal planning is a very well-studied topic within planning, and it has proven to be computationally hard both in theory and in practice. Since cost-optimal planning is an optimisation problem, it is natural to analyse it through the lens of approximation. An important reason for studying cost-optimal planning is heuristic search; heuristic functions that guide the search in planning can often be viewed as algorithms solving or approximating certain optimisation problems. Many heuristic functions (such as the ubiquitious h(+) heuristic) are based on delete relaxation, which ignores negative effects of actions. Planning for instances where the actions have no negative effects is often referred to as monotone planning. The aim of this article is to analyse the approximability of cost-optimal monotone planning, and thus the performance of relevant heuristic functions. Our findings imply that it may be beneficial to study these kind of problems within the framework of parameterised complexity and we initiate work in this direction.
  •  
7.
  • Bäckström, Christer, et al. (författare)
  • Time and Space Bounds for Planning
  • 2017
  • Ingår i: The journal of artificial intelligence research. - : AI ACCESS FOUNDATION. - 1076-9757 .- 1943-5037. ; 60, s. 595-638
  • Tidskriftsartikel (refereegranskat)abstract
    • There is an extensive literature on the complexity of planning, but explicit bounds on time and space complexity are very rare. On the other hand, problems like the constraint satisfaction problem (CSP) have been thoroughly analysed in this respect. We provide a number of upper- and lower-bound results (the latter based on various complexity-theoretic assumptions such as the Exponential Time Hypothesis) for both satisficing and optimal planning. We show that many classes of planning instances exhibit a dichotomy: either they can be solved in polynomial time or they cannot be solved in subexponential time and thus require O (2(cn)) time for some c amp;gt; 0. In many cases, we can even prove closely matching upper and lower bounds; for every epsilon amp;gt; 0, the problem can be solved in time O (2((1+epsilon)n)) but not in time O (2((1-epsilon)n)). Our results also indicate, analogously to CSPs, the existence of sharp phase transitions. We finally study and discuss the trade-off between time and space. In particular, we show that depth-first search may sometimes be a viable option for planning under severe space constraints.
  •  
8.
  • Dubba, Krishna Sandeep Reddy, et al. (författare)
  • Learning Relational Event Models from Video
  • 2015
  • Ingår i: The journal of artificial intelligence research. - : AI Access Foundation. - 1076-9757 .- 1943-5037. ; 53, s. 41-90
  • Tidskriftsartikel (refereegranskat)abstract
    • Event models obtained automatically from video can be used in applications ranging from abnormal event detection to content based video retrieval. When multiple agents are involved in the events, characterizing events naturally suggests encoding interactions as relations. Learning event models from this kind of relational spatio-temporal data using relational learning techniques such as Inductive Logic Programming (ILP) hold promise, but have not been successfully applied to very large datasets which result from video data. In this paper, we present a novel framework REMIND (Relational Event Model INDuction) for supervised relational learning of event models from large video datasets using ILP. Efficiency is achieved through the learning from interpretations setting and using a typing system that exploits the type hierarchy of objects in a domain. The use of types also helps prevent over generalization. Furthermore, we also present a type-refining operator and prove that it is optimal. The learned models can be used for recognizing events from previously unseen videos. We also present an extension to the framework by integrating an abduction step that improves the learning performance when there is noise in the input data. The experimental results on several hours of video data from two challenging real world domains (an airport domain and a physical action verbs domain) suggest that the techniques are suitable to real world scenarios.
  •  
9.
  • Haslum, Patrik (författare)
  • Improving heuristics through relaxed search - An analysis of TP4 and HSP*a in the 2004 planning competition
  • 2006
  • Ingår i: The journal of artificial intelligence research. - : AAAI Press. - 1076-9757 .- 1943-5037. ; 25, s. 233-267
  • Tidskriftsartikel (refereegranskat)abstract
    • The h(m) admissible heuristics for (sequential and temporal) regression planning are defined by a parameterized relaxation of the optimal cost function in the regression search space, where the parameter m offers a trade-off between the accuracy and computational cost of the heuristic. Existing methods for computing the h(m) heuristic require time exponential in m, limiting them to small values (m <= 2). The h(m) heuristic can also be viewed as the optimal cost function in a relaxation of the search space: this paper presents relaxed search, a method for computing this function partially by searching in the relaxed space. The relaxed search method, because it compute h(m) only partially, is computationally cheaper and therefore usable for higher values of m. The (complete) h(2) heuristic is combined with partial hm heuristics , for m = 3, ... computed by relaxed search, resulting in a more accurate heuristic. This use of the relaxed search method to improve on the h(2) heuristic is evaluated by comparing two optimal temporal planners: TP4, which does not use it, and HSP*(a), which uses it but is otherwise identical to TP4. The comparison is made on the domains used in the 2004 International Planning Competition, in which both planners participated. Relaxed search is found to be cost effective in some of these domains, but not all. Analysis reveals a characterization of the domains in which relaxed search can be expected to be cost effective, in terms of two measures on the original and relaxed search spaces. In the domains where relaxed search is cost effective, expanding small states is computationally cheaper than expanding large states and small states tend to have small successor states.
  •  
10.
  • Javed, Rana Tallal, et al. (författare)
  • Get out of the BAG! Silos in AI Ethics Education: Unsupervised Topic Modeling Analysis of Global AI Curricula
  • 2022
  • Ingår i: Journal of Artificial Intelligence Research. - : AI Access Foundation. - 1076-9757 .- 1943-5037. ; 73, s. 933-965
  • Tidskriftsartikel (refereegranskat)abstract
    • The domain of Artificial Intelligence (AI) ethics is not new, with discussions going back at least 40 years. Teaching the principles and requirements of ethical AI to students is considered an essential part of this domain, with an increasing number of technical AI courses taught at several higher-education institutions around the globe including content related to ethics. By using Latent Dirichlet Allocation (LDA), a generative probabilistic topic model, this study uncovers topics in teaching ethics in AI courses and their trends related to where the courses are taught, by whom, and at what level of cognitive complexity and specificity according to Bloom’s taxonomy. In this exploratory study based on unsupervised machine learning, we analyzed a total of 166 courses: 116 from North American universities, 11 from Asia, 36 from Europe, and 10 from other regions. Based on this analysis, we were able to synthesize a model of teaching approaches, which we call BAG (Build, Assess, and Govern), that combines specific cognitive levels, course content topics, and disciplines affiliated with the department(s) in charge of the course. We critically assess the implications of this teaching paradigm and provide suggestions about how to move away from these practices. We challenge teaching practitioners and program coordinators to reflect on their usual procedures so that they may expand their methodology beyond the confines of stereotypical thought and traditional biases regarding what disciplines should teach and how.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 27
Typ av publikation
tidskriftsartikel (27)
Typ av innehåll
refereegranskat (26)
populärvet., debatt m.m. (1)
Författare/redaktör
Jonsson, Peter (7)
Bäckström, Christer (5)
Borit, Melania (2)
Geffner, Hector (2)
Ordyniak, Sebastian (2)
Seipp, Jendrik (2)
visa fler...
Magnusson, Martin (1)
Svanberg, Sune (1)
Vinuesa, Ricardo (1)
Loutfi, Amy, 1978- (1)
Lidberg, Lars (1)
Kröll, Stefan (1)
Bhatt, Mehul, Profes ... (1)
Jonsson, Anders (1)
Skantze, Gabriel, 19 ... (1)
Larsson, A (1)
Banaee, Hadi, 1986- (1)
Karlsson, Sigbritt (1)
Baudry, Benoit (1)
Bengtsson, Magnus (1)
Gupta, Shivam (1)
Kristiansson, Marian ... (1)
Anderson, Benjamin (1)
Sjöholm, Mikael (1)
Hogg, David C. (1)
Cohn, Anthony G. (1)
Amiri Khorheh, Moham ... (1)
Davarzani, Hoda (1)
Grönlund, Rasmus (1)
Heintz, Fredrik, 197 ... (1)
Jonsson, Peter, 1969 ... (1)
De Raedt, Luc, 1964- (1)
Schaffernicht, Erik, ... (1)
Keller, Thomas (1)
Nordström, Jakob (1)
Peña, Jose M., 1974- (1)
Jäger, Gerold (1)
Lagerkvist, Victor (1)
Dåderman, Anna Maria ... (1)
Gocht, Stephan (1)
Wallström, Stina (1)
Bogaerts, Bart (1)
Kvarnström, Jonas (1)
Bergström, David, 19 ... (1)
Dylla, Frank (1)
Bodirsky, Manuel (1)
McCreesh, Ciaran (1)
Bonet, Blai (1)
Drexler, Dominik, 19 ... (1)
Zhang, Weixiong (1)
visa färre...
Lärosäte
Linköpings universitet (15)
Kungliga Tekniska Högskolan (4)
Umeå universitet (3)
Örebro universitet (3)
Lunds universitet (3)
Högskolan Väst (1)
visa fler...
Karolinska Institutet (1)
visa färre...
Språk
Engelska (27)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (18)
Teknik (5)
Medicin och hälsovetenskap (1)
Samhällsvetenskap (1)
Humaniora (1)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy