Recherche

Publications

Travaux évalués par les pairs issus de ma thèse à l'institut FEMTO-ST sur les algorithmes d'auto-reconfiguration de robots modulaires, ainsi que le manuscrit de thèse. Les PDF sont les versions auteur ; les résumés sont laissés dans leur langue de publication.

Thèse

Thèse de doctoratUniversité Bourgogne Franche-Comté, institut FEMTO-ST, CNRS, 2020
Pierre Thalamy

Soutenue à Montbéliard le 9 octobre 2020, sous la direction du Pr Julien Bourgeois et du Dr Benoît Piranda.

PDF Replay de la soutenance
Résumé (en anglais)

Humans have always been on a quest to master their environment. But with the arrival of our digital age, an emerging technology now stands as the ultimate tool for that purpose: programmable matter. While any form of matter that can be programmed to autonomously react to a stimulus would fit that label, its most promising substrate resides in modular robotic systems. Such robotic systems are composed of interconnected, autonomous, and computationally simple modules that must coordinate through their motions and communications to achieve a complex common goal.

Such programmable matter technology could be used to realize tangible and interactive 3D display systems that could revolutionize the ways in which we interact with the virtual world. Large-scale modular robotic systems with up to hundreds of thousands of modules can be used to form tangible shapes that can be rearranged at will. From an algorithmic point of view, however, this self-reconfiguration process is a formidable challenge due to the kinematic, communication, control, and time constraints imposed on the modules during this process.

We argue in this thesis that there exist ways to accelerate the self-reconfiguration of programmable matter systems, and that a new class of reconfiguration methods with increased speed and specifically tailored to tangible display systems must emerge. We contend that such methods can be achieved by proposing a novel way of representing programmable matter objects, and by using a dedicated reconfiguration platform supporting self-reconfiguration.

Therefore, we propose a framework to apply this novel approach on quasi-spherical modules arranged in a face-centered cubic lattice, and present algorithms to implement self-reconfiguration in this context. We analyze these algorithms and evaluate them on classes of shapes with increasing complexity, to show that our method enables previously unattainable reconfiguration times.

Jury
BibTeX
@phdthesis{thalamy_phd_2020,
  title   = {Distributed Algorithms and Advanced Modeling Approaches for Fast and Efficient Object Construction Using a Modular Self-reconfigurable Robotic System},
  author  = {Thalamy, Pierre},
  school  = {Universit{\'e} Bourgogne Franche-Comt{\'e}},
  year    = {2020},
  month   = oct,
  address = {Montb{\'e}liard, France}
}

2020

ConférenceIEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Las Vegas, 2020
Pierre Thalamy, Benoît Piranda, Julien Bourgeois
PDF DOI
Résumé (en anglais)

This paper addresses the self-reconfiguration problem in large-scale modular robots for the purpose of shape formation for object representation. It aims to show that this process can be accelerated without compromising on the visual aspect of the final object, by creating an internal skeleton of the shape using the previously introduced sandboxing and scaffolding techniques, and then coating this skeleton with a layer of modules for higher visual fidelity.

We discuss the challenges of the coating problem, introduce a basic method for constructing the coating of a scaffold layer by layer, and show that even with a straightforward algorithm, our scaffolding and coating combo uses much fewer modules than dense shapes and offers attractive reconfiguration times. Finally, we show that it could be a strong alternative to the construction of dense shapes using traditional self-reconfiguration algorithms.

BibTeX
@inproceedings{thalamy_coating_2020,
  title     = {3D Coating Self-Assembly for Modular Robotic Scaffolds},
  author    = {Thalamy, Pierre and Piranda, Beno{\^i}t and Bourgeois, Julien},
  booktitle = {2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  pages     = {11688--11695},
  year      = {2020},
  doi       = {10.1109/IROS45743.2020.9341324},
  address   = {Las Vegas, NV, USA},
  publisher = {IEEE}
}
RevueSwarm and Evolutionary Computation, numéro spécial sur la combinatoire et l'optimisation parallèles et distribuées, 2020
Pierre Thalamy, Benoît Piranda, Frédéric Lassabe, Julien Bourgeois
PDF DOI
Résumé (en anglais)

The self-reconfiguration of large swarms of modular robotic units from one object into another is an intricate problem whose critical parameter that must be optimized is the time required to perform a transformation. Various optimization methods have been proposed to accelerate transformations, as well as techniques to engineer the shape itself, such as scaffolding which creates an internal object structure filled with holes for easing the motion of modules.

In this paper, we propose a novel deterministic and distributed method for rapidly constructing the scaffold of an object from an organized reserve of modules placed underneath the reconfiguration scene. This innovative scaffold design is parameterizable and has a face-centered-cubic lattice structure made from our rotating-only micro-modules. Our method operates at two levels of planning, scheduling the construction of components of the scaffold to avoid deadlocks at one level, and handling the navigation of modules and their coordination to avoid collisions in the other.

We provide an analysis of the method and perform simulations on shapes with an increasing level of intricacy to show that our method has a reconfiguration time complexity of O(∛N) time steps for a subclass of convex shapes, with N the number of modules in the shape. We then proceed to explain how our solution can be further extended to any shape.

BibTeX
@article{thalamy_deterministic_2020,
  title   = {Deterministic Scaffold Assembly By Self-Reconfiguring Micro-Robotic Swarms},
  author  = {Thalamy, Pierre and Piranda, Beno{\^i}t and Lassabe, Fr{\'e}d{\'e}ric and Bourgeois, Julien},
  journal = {Swarm and Evolutionary Computation},
  volume  = {58},
  pages   = {100722},
  year    = {2020},
  doi     = {10.1016/j.swevo.2020.100722}
}

2019

ConférenceIEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Macao, 2019
Pierre Thalamy, Benoît Piranda, Frédéric Lassabe, Julien Bourgeois
PDF DOI
Résumé (en anglais)

Distributed self-reconfiguration in large-scale modular robots is a slow process and increasing its speed a major challenge. In this article, we propose an improved and asynchronous version of a previously proposed distributed self-reconfiguration algorithm to build a parametric scaffolding structure. This scaffold can then be coated to form the desired final object. The scaffolding is built through a continuous feeding of modules into the growing shape from an underneath reserve of modules which shows a reconfiguration time improved by a factor of ∛N compared to the previous and synchronous version of the algorithm, therefore attaining an O(N1/3) reconfiguration time, with N the number of modules in the system. Our algorithm uses a local motion coordination algorithm and pipelining techniques to ensure that modules can traverse the structure without collisions or creating deadlocks. Last but not least, our algorithm manages uncertainty in the motion duration of modules without negatively impacting reconfiguration time.

BibTeX
@inproceedings{thalamy_scaffold-based_2019,
  title     = {Scaffold-Based Asynchronous Distributed Self-Reconfiguration By Continuous Module Flow},
  author    = {Thalamy, Pierre and Piranda, Beno{\^i}t and Lassabe, Fr{\'e}d{\'e}ric and Bourgeois, Julien},
  booktitle = {2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  pages     = {4840--4846},
  year      = {2019},
  address   = {Macau, China},
  doi       = {10.1109/IROS40897.2019.8967775}
}
RevueRobotics and Autonomous Systems, vol. 120, 2019
Pierre Thalamy, Benoît Piranda, Julien Bourgeois
PDF DOI
Résumé (en anglais)

While researchers envision exciting applications for metamorphic systems like programmable matter, current solutions to the shape formation problem are still a long way from meeting their requirements. To dive deeper into this issue, we propose an extensive survey of the current state of the art of self-reconfiguration algorithms and underlying models in modular robotic and self-organizing particle systems. We identify three approaches for solving this problem and we compare the different solutions using a synoptic graphical representation. We then close this survey by confronting existing methods to our vision of programmable matter, and by discussing a number of future research directions that would bring us closer to making it a reality.

BibTeX
@article{thalamy_survey_2019,
  title   = {A survey of autonomous self-reconfiguration methods for robot-based programmable matter},
  author  = {Thalamy, Pierre and Piranda, Beno{\^i}t and Bourgeois, Julien},
  journal = {Robotics and Autonomous Systems},
  volume  = {120},
  pages   = {103242},
  year    = {2019},
  issn    = {0921-8890},
  doi     = {10.1016/j.robot.2019.07.012}
}
Conférence18e International Conference on Autonomous Agents and MultiAgent Systems (AAMAS), Montréal, 2019
Pierre Thalamy, Benoît Piranda, Julien Bourgeois
PDF ACM DL
Résumé (en anglais)

In the context of large distributed modular robots, self-reconfiguration is the process of having modules, seen as autonomous agents, acting together and moving to transform the morphology of their physical arrangement to produce a desired shape. However, due to motion constraints, the number of modules that can move concurrently is greatly limited, thus making self-reconfiguration a very slow process.

In this paper, we propose an approach for accelerating self-reconfiguration to build a porous version of the desired shape, using scaffolding. We expand this idea and propose a method for constructing a parametric scaffolding model that increases the parallelism of the reconfiguration, supports its mechanical stability, and simplifies planning and coordination between agents. Each agent has a set of basic rules using only four states which guarantees that module movements and the construction of the scaffold are deterministic.

Coupled with an underneath reserve of modules that allows the introduction of rotating quasi-spherical modules at various ground locations, this approach yields a significant speed-up of the reconfiguration compared to existing methods.

BibTeX
@inproceedings{thalamy_distributed_2019,
  title     = {Distributed Self-Reconfiguration Using a Deterministic Autonomous Scaffolding Structure},
  author    = {Thalamy, Pierre and Piranda, Beno{\^i}t and Bourgeois, Julien},
  booktitle = {Proceedings of the 18th International Conference on Autonomous Agents and MultiAgent Systems (AAMAS '19)},
  pages     = {140--148},
  year      = {2019},
  address   = {Montreal QC, Canada},
  publisher = {International Foundation for Autonomous Agents and Multiagent Systems},
  isbn      = {9781450363099}
}

Également sur Google Scholar et ResearchGate.