Slashdot Mirror


Intelligent Agents And Robotic Telescopes

dpp writes "Astronomers working on the eSTAR Project have used software "Intelligent Agents" to control the United Kingdom Infrared Telescope and observe a dwarf nova. One of the astronomers says "The Agents can detect and respond to the rapidly changing universe faster than any human... [they] can be used to assist human observers, instead of replacing them entirely - augmenting their abilities to do science quicker, faster, and more reliably." Next up: getting results sent automatically to your 2.5G/3G mobile phone (with images!), and deploying on more telescopes including the Liverpool Telescope and the Faulkes Telescopes. The full story is at the Joint Astronomy Centre."

8 of 67 comments (clear)

  1. Intelligent? by Anonymous Coward · · Score: 3, Insightful

    I wish they would stop calling these things intelligent. It's clever programming, yielding programs that act more or less like a human would in a very limited domain. These programs don't have general learning capability and they don't improvise if conditions change beyond what they were designed for, things any intelligent entity should be capable of IMHO.

    Lourens

  2. Nostalgia trip by Max+Romantschuk · · Score: 2, Interesting

    Way back in 95(ish) I remeber this "intelligent agent" app, called Rover if I remeber correctly. It was suppose to help you searching the web (ah, the pre Google days).

    You could enter criteria, it'd crawl and you could rate the results, so it would learn to do it's thing better...

    The thing never really worked though, and I'm still waiting for my voice activated, "Grab me some information on stellar physics, and compile into a simple tutorial please." -style agent.

    OK, I'm sort of off topic here, but still, interresting ideas.

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
  3. kepler by IAR80 · · Score: 2, Informative

    This sounds like a very good aplication for the Kepler mission in detecting extrasolar planets. http://www.kepler.arc.nasa.gov/

    --
    http://ebgp.net/ccc/
  4. Re:Talk about empty space... by aallan · · Score: 2, Informative

    There's more technical information about the system on the eSTAR project home page, including screenshots and more specific details about the software.

    ...and due to the slashdot effect we also have a mirror.

    Al.
    --
    The Daily ACK - Eclectic posts by yet another hacker
  5. From the article... by RyoSaeba · · Score: 2, Interesting
    Next up: getting results sent automatically to your 2.5G/3G mobile phone (with images!)
    Is this so urgent AND important results can't wait?
    I mean, yes nice to have that pic right away, but are you gonna rush to work because some nice results came in? or do you decide it can wait till tomorrow and regular hour days?

    Jeez, i don't mind technology, but this myth of 'everything right now, even if it's ultimately not that urgent and/or important' pisses me off...

    Yes, it's offtopic.
    --
    Tsuyoikoto ha taisetsu da ne, dakedo namida mo hitsuyousa (Strength is an important thing, but tears too are necessary)
    1. Re:From the article... by aallan · · Score: 2, Interesting

      It wasn't clear to me from the article how much reduction these agents are doing to the telescope output, but I imagine there's a good deal of difference between what they are doing and the process you follow in a thorough post-event analysis of the images/spectra/etc?

      Actually, no. These days most of the research class telescopes (including UKIRT and the JCMT at the Joint Astronomy Centre in Hawaii) have real time data reduction pipelines. These output publishable quality data, the days of spending six months reducing your data after coming back from an observing run aren't over yet, but we're getting there.

      The agents themselves pull the results directly off the data reduction pipeline, and perform real time analysis to see if there is anything interesting by data mining online catalogues and meta-data databases (such as CDS SIMBAD). They they can make a decision to make further observations.

      Have a look at the project website for more information.

      Al.
      --
      The Daily ACK - Eclectic posts by yet another hacker
  6. UK astronomy... by WIAKywbfatw · · Score: 4, Informative

    It looks like the UK government is about to propose legislation that would combat light pollution. This would be great for all UK astronomers, especially those of us that live in urban areas.

    When I was an undergraduate at University College London, we had to trek up tok to the university's observatory at Mill Hill (as featured in the Omen movies), to do our Practical Astronomy classes and to use the telescopes. Previously though, although how far back in time I'm not certain, the classes were taught using two telescopes housed in domes in the university's front quad, which is practically in the middle of London.

    The difference in light pollution between the two sites is amazing. Making observations of Delta Cephi (as required for one assignment, to calculate it's period) was impossible from central London but acheivable even with the naked eye at Mill Hill. Even so, the light pollution there (Mill Hill being a part of London, albeit one that's a few miles out from the centre) was still appreciable.

    It would be nice to see the stars from London again, to be able to pick out more than just a few constellations. However, I don't expect the situation to improve any time soon, if at all. I have a sneaky suspicion that the legislation will be more concerned about people who leave their garden lights shining brightly into their neighbours properties than anything else.

    --

    "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
  7. Intelligent agents by James1980 · · Score: 3, Informative

    Some of the below has been hacked from my thesis, so please excuse the lack of references (the citation have been deleted).

    When AI research began to consider the possibilities of distributed applications, the field of distributed AI (DAI) emerged. Within this field, there are three general areas: Distributed Problem Solving (DPS), Multi-Agent Systems (MAS) and Parallel AI. Agents in DPS are low-grain, often sharing common resources. Agents in a MAS are large-grain, having autonomy and heterogeneity and are typically based the psychology-based Belief-Desire-Intention (BDI) model. Although the BDI model is considered a robust and flexible way of describing the internal state of intelligent agents, it is complicated and difficult to implement. This gap between BDI theory and practice means that the model has to be extended for the development of practical goal directed agents. Furthermore, there is no general architecture in MAS research. Consequently, MAS are complex to construct and are usually built for a specific purpose. They are heterogeneous, that is, an agent from one MAS is inherently incompatible with another MAS. The field of Cooperating Knowledge-Based Systems (CKBS) provides a general architecture for the development of real-world systems (for example, where database are heavily used), and inherit the benefits of DAI: modularity, parallelism and reliability (due to redundancy).

    There have been various definitions of an agent and agent-based systems. Norvig defined agents as intelligent entities that can be "viewed as perceiving its environment through sensors and acting upon its environment through effectors" Others view agents from a more practical perspective, as software engineering solutions to complex problems. The Oxford Dictionary of Computing defined an agent as 'an autonomous system that receives information from it's environment, processes it, and performs actions on that environment. Agents may have different degrees of intelligence or rationality, and may be software, hardware, or both.' The point has been made that, under the banner of 'agents', the research is truely heterogeneous.

    Four important characteristics of a MAS were identified by Sycara and these may be applied to the pragmatic CKBS perspective:
    - Each agent has incomplete information or capabilities for solving the problem and, thus, has a limited viewpoint.
    - There is no system global control.
    - Data are decentralised.
    - Computation is asynchronous.

    The InfoSleuth project stated that the use of agents provides a 'high degree of decentralisation of capabilities which is the key to system scalability and extensibility.' This is due to fewer resource limitations, fewer communication bottlenecks and the absence of a single point of failure. Furthermore, modules may be added easily, so the system is more scalable and there may be more than one agents able to perform a task; this redundancy begets reliability.

    Agents have been used in a wide variety of scenarios: manufacturing, telecommunications, air traffic control, information gathering. There are increasingly more companies involved in non-research agent activities, for example http://www.lostwax.com/.