@

multimedia @ VU
[_]
CV media links resources _ # @ !

talk show tell print

PDF

IMMEDIATE -- response to reviewers' comments

www.cs.vu.nl/~eliens/research/immediate.html



  dr. A. Eliëns
  code: 600.065.120.03N01
  date: 23/04/2003
  
  
Our answer to the reviewers' comments will be given by underlining the premisses governing our work and the IMMEDIATE project. Also additional references will be given to demonstrate our research experience in the field.

1. our approach has a strong foundation in software engineering

We have a strong background in OO and distributed logic programming. Nevertheless, we have previously published in areas as diverse as multimedia, information visualisation and agent systems. Currently we do have a platform that is unique in the Dutch situation and also gained international acceptance.

2. we believe in experimental research

To this end we develop demonstrators that act as a vehicle to tackle intricate research issues, both pragmatic issues and theoretical issues. This approach promotes the development of technology together with gaining theoretical insights.

3. our work has strong theoretical underpinnings

Both dr A. Eliëns and dr Z. Huang have a strong background in theory, respectively theoretical computer science and logic for artificial intelligence. See the additional references given below, of which (3), (8) and (10) are refereed journal publications.

4. our platform is uniformly logic-based

5. our system has a well-founded architecture

Our system is carefully built-up according to the layers outlined above, following sound principles of object-oriented software development.

To give a flavor of the definition of action capabilities, consider the code fragment for switching on a (domestic) object, like a TV:


  action(switch(Object, Status), Conditions, Actions, Effects) :-
    Conditions = [
      property(Object, [position,XO,YO,ZO]),
      property(Object, [rotation,RO]),
      property(belief, [switch,Object,Button]),
      property(belief, not([status, Status])),
      property(Button, position(Xswitch,Yswitch,Zswitch))
    ],
    Actions = [
      get_in_room(Object),
      get_in_reach(XO,YO,ZO, Xswitch,Yswitch,Zswitch, RO, rightHand),
      arm_rotation(YO, Yswitch, Rarm),
      action([switch, Switch, Rarm])
    ],
    Effects = [
      change(Object, [status,Status], [status,not(Status)])
    ].
  
See www.cs.vu.nl/~eliens/research/papers/title-interactive.html -- Interactive Agents Learning their Environment -- submitted to IVA (Intelligent Virtual Agents)
www.sigmedia.org/iva03/.

6. our work has gained international acceptance

There are few systems as encompassing as ours. We have not only published on Web3D conferences but also on conferences such as TIDSE03 (Technologies for Interactive Storytelling and Entertainment) and CASA03 (COMPUTER ANIMATION and SOCIAL AGENTS).
www.zgdv.de/TIDSE03/
dimacs.rutgers.edu/casa03/
Furthermore, our paper for the PRICAI-03 workshop will appear as a book chapter:
Huang, Z., Eliëns, A., and Visser, C., STEP: a Scripting Language for Embodied Agents, in: Helmut Prendinger and Mitsuru Ishizuka (eds.), Life-like Characters, Tools, Affective Functions and Applications, Springer-Verlag, (to appear).

7. we do not aim to solve the NLP problem

The NLP component is subsidiary to the functionality of the interaction primitives. For the natural language parsing we have incorporated the grail parser, that has been developed by Michael Moortgat of the University of Utrecht (who is co-supervising the thesis of our proposed candidate Michiel Hildebrand).
www.let.uu.nl/~Richard.Moot/personal/grail.html

8. we try to avoid re-inventing wheels

Our theoretical agent model is an extended BDI model, augmented with capabilities as developed (among others) by the group of prof. dr. J-J. Meyer of the University of Utrecht. Currently, we see no need to develop yet another model, but do focus instead on achieving the functionality outlined in the demonstrators.

9. we cover a range of disciplines

Our team covers multimedia, software engineering, artificial intelligence and theoretical computer science. See www.cs.vu.nl/~eliens/cv
The proposed candidate is a talented young student with a background in cognitive artificial intelligence (CKI, Utrecht). Moreover, we have a full-time programmer for the technical realization of our platform.

10. we are member of a school of research

We are member of SIKS. Both Prof dr. Paul de Bra and prof. dr. Anton Nijholt (whose work may, in the Netherlands, be considered as most related) may act as promotores for the candidate researcher. To disqualify the educational program of the proposal as insufficiently academic is an affront to SIKS and seems another example of reviewer number two's tendency to be led astray by his biased rethoric, favoring 'theory' over experimental research.

additional references


[_] CV media links resources _ # @ !

(C) Æliens 2014