computations by luminous robots
play

Computations by Luminous Robots Giuseppe Prencipe Universit di - PowerPoint PPT Presentation

Computations by Luminous Robots Giuseppe Prencipe Universit di Pisa Swarms of robots Many Very Simple Generic Identical Autonomous Silent 21st Oct, 2015 MAC 2015 Swarms of robots A robot - alone - is computationally weak


  1. Computations by Luminous Robots Giuseppe Prencipe Università di Pisa

  2. Swarms of robots Many Very Simple Generic Identical Autonomous Silent 21st Oct, 2015 MAC 2015

  3. Swarms of robots • A robot - alone - is computationally weak • Cooperation of robots is essential to perform complex tasks 21st Oct, 2015 MAC 2015

  4. Mobile Robots Autonomous Homogeneous Identical Silent Unit x Algorithm: 1. viewed as points 2. 3. y …. 21st Oct, 2015 MAC 2015 MAC2014

  5. Robot's behaviour : Life Cycle LOOK LOOK COMPUTE SLEEP MOVE 21st Oct, 2015 MAC 2015

  6. Powerful? Restricted? • Precision • Communication • Dimensionless 21st Oct, 2015 MAC 2015

  7. Luminous Robots The robots are still oblivious But they are enhanced with VISIBLE LIGHTS that can change color 21st Oct, 2015 MAC 2015

  8. Robots’ swarm with Lights S-bots : Light ring for communication. Each of the 8 sectors of the light ring can take RGB colours and can blink at different frequencies (the ring is observed with the omnidirectional camera) 21st Oct, 2015 MAC 2015

  9. S-bots : Light ring for communication. Each of the 8 sectors of the light ring can take RGB colours and can blink at different frequencies (the ring is observed with the omnidirectional camera). 21st Oct, 2015 MAC 2015

  10. Robots’ swarm with Lights Robot Swarm, currently at the MoMath’s exhibit in NY: Robots who react to your presence and communicate with each other, chasing after you or zooming away as you move across the floor. 21st Oct, 2015 MAC 2015

  11. Display Swarm (Disney research): new kind of display composed of a mobile robot swarm ( Pixelbots ). Each robot acts as an individual pixel and has controllable color. The swarm is used to make representational images and animated movies. 21st Oct, 2015 MAC 2015

  12. Computational model 21st Oct, 2015 MAC 2015

  13. Robot's behaviour : Life Cycle Uses its sensors to observe the world. LOOK result = colored SNAPSHOT of the world COMPUTE SLEEP MOVE 21st Oct, 2015 MAC 2015

  14. Robot's behaviour : Life Cycle input = position of the other robots with their color LOOK result = destination point COMPUTE SLEEP MOVE 21st Oct, 2015 MAC 2015

  15. Robot's behaviour : Life Cycle input = position of the other robots with their color LOOK result = destination point COMPUTE SLEEP MOVE Possibly change color of light 21st Oct, 2015 MAC 2015

  16. Robot's behaviour : Life Cycle The robot moves towards LOOK the computed destination (it might not reach it) COMPUTE SLEEP MOVE 21st Oct, 2015 MAC 2015

  17. Robot's behaviour : Life Cycle The robot may be idle LOOK (e.g., to recharge battery) COMPUTE SLEEP MOVE 21st Oct, 2015 MAC 2015

  18. Time – Synchronous/Semi-Synchronous There is a global clock tick reaching all robots simultaneously At each clock tick every robot is either active or inactive , and only active robots perform their cycle atomically In Fully Synchronous : all robots are active at each step In Semi-Syncrhonous : a subset of robots is active in each step 21st Oct, 2015 MAC 2015

  19. Time – Asynchronous (ASYNC) There is no global clock Robots are active and perform their operations independently and asynchronously Compute and Move take a bounded but unpredictable amount of time 21st Oct, 2015 MAC 2015

  20. Luminosity and Synchrony [Das, Flocchini, Prencipe, Santoro, Yamashita, TCS 2015] 21st Oct, 2015 MAC 2015

  21. For non-luminous robots FSYNCH > SSYNCH > ASYNCH 21st Oct, 2015 MAC 2015

  22. For non-luminous robots FSYNCH > SSYNCH > ASYNCH Gathering of 2 robots Move-and-switch (non oblivious) • Move along x axis • Switch to moving along y only after 1. I observed all others in at least 3 different positions, and 2. I have been observed in at least 3 different positions 21st Oct, 2015 MAC 2015

  23. Impact of Lights 1. Any problem solvable in SSYNC without lights is also solvable in ASYNC with lights ASYNC + lights >= SSYNC Let A be an algorithm that solves problem P in SSYNC There exists an algorithm B in ASYNC + lights (5 colors) in which every execution is equivalent to a SSYNC execution of A 21st Oct, 2015 MAC 2015

  24. There exists an algorithm B in ASYNC+lights (5 colors) in which every execution is equivalent to a SSYNC execution of A LOOK To simulate a SSYNC execution: I COMPUTE and MOVE according to algorithm A only if the colors I see indicate that my movement is consistent with a SSYNC execution 21st Oct, 2015 MAC 2015

  25. If it is a safe-snapshot 21st Oct, 2015 MAC 2015

  26. 21st Oct, 2015 MAC 2015

  27. 21st Oct, 2015 MAC 2015

  28. If it is not a safe snapshot (i.e. someone is moving on the basis of a different snapshot) 21st Oct, 2015 MAC 2015

  29. Wait next turn 21st Oct, 2015 MAC 2015

  30. 21st Oct, 2015 MAC 2015

  31. 21st Oct, 2015 MAC 2015

  32. F, T M , W , S S , F T, S S F T M W States: T (rying) M (oving) S (topped) F (inished) W (aiting) 21st Oct, 2015 MAC 2015

  33. Impact of Lights 2. There are problems unsolvable in SSYNC without lights, but solvable in ASYNC with lights Gathering of two robots ASYNC + light > SSYNC 21st Oct, 2015 MAC 2015

  34. Gathering of 2 robots without lights Exactly in the same point yes FSYNCH SSYNCH impossible ASYNCH impossible Suzuki, Yamashita, SIAM J. Comp 1999 21st Oct, 2015 MAC 2015

  35. Gathering of 2 robots with lights ASYNCH + lights > SSYNC yes [Viglietta, ALGOSENSORS 2013] FSYNCH (2 colors, optimal) SSYNCH yes ASYNCH yes (4 colors) [Das, Flocchini, Prencipe, Santoro, Yamashita, TCS 2015] 21st Oct, 2015 MAC 2015 MAC 2014

  36. Main Idea ASYNCH If we are both white, I move towards you, becoming red If this combinationoccurs, we get CLOSER to the solution 21st Oct, 2015 MAC 2015

  37. Main Idea ASYNCH If we are both white, I move towards you, becoming red If this combinationoccurs, we get CLOSER to the solution 21st Oct, 2015 MAC 2015

  38. Main Idea ASYNCH If we are both white, I move towards you, becoming red If this combinationoccurs, we get CLOSER to the solution 21st Oct, 2015 MAC 2015

  39. Main Idea if I am white and I see you blue if I am blue and I see you I move towards you white, I don’t move. If this combinationoccurs, we get CLOSER to the solution 21st Oct, 2015 MAC 2015

  40. Main Idea if I am white and I see you blue if I am blue and I see you I move towards you white, I don’t move. If this combinationoccurs, we get CLOSER to the solution 21st Oct, 2015 MAC 2015

  41. Main Idea The algorithm guarantees that those combinations occur periodically until the two robots eventually gather 21st Oct, 2015 MAC 2015

  42. Starting Moving Waiting for you Not Waiting anymore, will become White again 21st Oct, 2015 MAC 2015

  43. If gathered: STOP COMPUTE If other= BLUE If other = WHITE Become RED and Become RED and Move to other Move to half GREEN / WHITE If other = WHITE or RED BLUE waits BLUE / GREEN 21st Oct, 2015 MAC 2015

  44. If they both see each other WHITE and BLUE OFF Go-to Go-to they both move all the way to half, other half GREEN gathering is achieved OFF BLUE/GREEN go-to-half go-to-half B A 21st Oct, 2015 MAC 2015

  45. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN go-to-half A B 21st Oct, 2015 MAC 2015

  46. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B 21st Oct, 2015 MAC 2015

  47. Another scenario BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN go-to-half A B 21st Oct, 2015 MAC 2015

  48. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B 21st Oct, 2015 MAC 2015

  49. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN See blue, go-to-other A B 21st Oct, 2015 MAC 2015

  50. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B 21st Oct, 2015 MAC 2015

  51. Yet another scenario BLUE OFF Go-to Go-to other (not-rigid) half GREEN OFF BLUE/GREEN go-to-half go-to-half A B 21st Oct, 2015 MAC 2015

  52. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN go-to-half B A 21st Oct, 2015 MAC 2015

  53. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN go-to-half B A 21st Oct, 2015 MAC 2015

  54. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B 21st Oct, 2015 MAC 2015

  55. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B 21st Oct, 2015 MAC 2015

  56. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B 21st Oct, 2015 MAC 2015

  57. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B 21st Oct, 2015 MAC 2015

  58. BLUE OFF Go-to Go-to other half GREEN OFF BLUE/GREEN A B Restarting from a closer distance 21st Oct, 2015 MAC 2015

  59. Impact of Lights 3. SSYNC with lights and ASYNC with lights have the same computational power ASYNC + lights = SSYNC + lights 21st Oct, 2015 MAC 2015

  60. Impact of Lights 3. SSYNC with lights and ASYNC with lights have the same computational power ASYNC + lights = SSYNC + lights Obvious SSYNC + lights >= ASYNC + lights ASYNC + lights >= SSYNC + lights 21st Oct, 2015 MAC 2015

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend