Project Database
This page contains the database of possible research projects for master and bachelor students in the Biorobotics Laboratory (BioRob). Visiting students are also welcome to join BioRob, but it should be noted that no funding is offered for those projects (see https://biorob.epfl.ch/students/ for instructions). To enroll for a project, please directly contact one of the assistants (directly in his/her office, by phone or by mail). Spontaneous propositions for projects are also welcome, if they are related to the research topics of BioRob, see the BioRob Research pages and the results of previous student projects.
Search filter: only projects matching the keyword Bio-inspiration are shown here. Remove filter
Amphibious robotics
Computational Neuroscience
Dynamical systems
Human-exoskeleton dynamics and control
Humanoid robotics
Miscellaneous
Mobile robotics
Modular robotics
Neuro-muscular modelling
Quadruped robotics
Amphibious robotics
| 778 – Learning adaptive locomotion skills for salamander-inspired robots in amphibious environments |
| Category: | semester project, master project (full-time) | |
| Keywords: | Bio-inspiration, Control, Learning, Locomotion, Machine learning, Robotics, Sensor Fusion, sensor | |
| Type: | 10% theory, 20% hardware, 70% software | |
| Responsibles: |
(MED 1 1611, phone: -)
(MED 1 1626, phone: 38676) | |
| Description: | Machine learning has shown great potential for enabling robots to acquire robust and adaptive locomotion skills. For hyper-redundant robots, such as salamander-inspired robots, this remains challenging because of the high-dimensional body dynamics, the diversity of possible behaviors, and the need to integrate multimodal sensory feedback from both terrestrial and aquatic environments. This project is an extension of a previous project, in which we will keep exploring learning-based methods for improving salamander robot locomotion in complex amphibious environments. Possible directions include sensor fusion, maneuvering, transition, sim-real transfer, etc. A key goal will be to evaluate whether biological/physical priors can improve learning efficiency, robustness, and smooth transitions between behaviors. The project is suitable for a highly self-motivated student with complete project experience in machine learning. Familiarity with MuJoCo MJX or other physics simulators is expected. Experience with CPGs, signal processing, reinforcement learning, or sensor-based control will be helpful. Students who are interested in this project shall send the following materials to the assistant: (1) resume, (2) transcript showing relevant courses and grades, and (3) other materials that can demonstrate their skills and project experience (such as videos, slides, Git repositories, etc.). Last edited: 08/06/2026 | |
| 758 – Optimization of compliant structure designs in a salamander robot using physics simulation |
| Category: | master project (full-time) | |
| Keywords: | Bio-inspiration, Biomimicry, Compliance, Dynamics Model, Experiments, Locomotion, Optimization, Programming, Python, Robotics, Simulator, Soft robotics | |
| Type: | 30% theory, 20% hardware, 50% software | |
| Responsibles: |
(MED 1 1611, phone: 36620)
(MED 1 1626, phone: 38676) | |
| Description: | In nature, animals have many compliant structures that benefit their locomotion. For example, compliant foot/leg structures help adapt to uneven terrain or negotiate obstacles, flexible tails allow efficient undulatory swimming, and muscle-tendon structures help absorb shock and reduce energy loss. Similar compliant structures may benefit salamander-inspired robots as well. In this study, the student will try simulating compliant structures (the feet of the robot) in Mujoco and optimizing the design. To bridge the sim-to-real gap, the student will first work with other lab members to perform experiments to measure the mechanical properties of a few simple compliant structures. Then, the student needs to simulate these experiments using the flexcomp plugin of Mujoco or theoretical solid mechanics models, and tune the simulation models to match the dynamical response in simulation with the experiments. Afterward, the student needs to optimize the design parameters of the compliant structures in simulation to improve the locomotion performance of the robot while maintaining a small sim-to-real gap. Finally, prototypes of the optimal design will be tested on the physical robot to verify the results. The student is thus required to be familiar with Python programming, physics engines (preferably Mujoco), and optimization/learning algorithms. The student should also have basic mechanical design abilities to design mechanical structures and perform experiments. Students who have taken the Computational Motor Control course or have experience with data-driven design and solid mechanics would also be preferred. The student who is interested in this project shall send the following materials to the assistants: (1) resume, (2) transcript showing relevant courses and grades, and (3) other materials that can demonstrate your skills and project experience (such as videos, slides, Git repositories, etc.). Last edited: 14/04/2026 | |
Quadruped robotics
A small excerpt of possible projects is listed here. Highly interested students may also propose projects, or continue an existing topic.
| 775 – Fabrication and validation of multi-axis foot contact sensors for Tegotae-based quadruped locomotion |
| Category: | master project (full-time) | |
| Keywords: | Bio-inspiration, C++, Electronics, Firmware, Quadruped Locomotion, sensor | |
| Type: | 10% theory, 50% hardware, 40% software | |
| Responsibles: |
(MED 1 1611, phone: -)
(MED 1 1611, phone: 33505) | |
| Description: | In animal locomotion, load feedback from the feet plays a critical role in coordinating inter-limb timing and achieving robust and adaptive movements. In contrast, modern quadruped robots often depend on centralized control architectures with full-state estimation, while distributed approaches such as Tegotae-based control have been limited to simplified settings, restricting their performance and versatility. The project will develop and integrate 3D force-sensitive foot sensors for a Unitree quadruped robot. Building on prior hardware designs (based on stress field sensing), custom sensors will be fabricated and embedded into the robot's feet to measure multi-axis ground reaction forces. Data-driven methods will be used to map raw sensor signals to 3D force vectors, for example through supervised learning approaches such as LSTMs. The resulting force estimates will be validated against ground-truth measurements obtained from force plates. Using these validated sensors, an existing Tegotae-based controller will be deployed, using force feedback to drive the decentralized oscillators and investigate gait transitions. The project will then extend this framework with learnable Tegotae feedback inspired from recent work, enabling adaptive and potentially omnidirectional locomotion based on multi-axis force feedback. By enriching distributed control with accurate local force sensing, this work aims to narrow the gap between decentralized, biologically inspired control and the performance currently achieved by state-of-the-art centralized approaches. Students with strong electronics background are preferred. Interested students should send their (1) transcript, (2) CV, and (3) short motivation statement for the project to louis.gevers@epfl.ch. Last edited: 28/05/2026 | |
Miscellaneous
| 777 – Data Processing of Salamander Behavior Recordings and Imitation Learning |
| Category: | semester project, master project (full-time) | |
| Keywords: | Bio-inspiration, Biomimicry, Data Processing, Experiments, Kinematics Model, Learning, Locomotion, Robotics | |
| Type: | 20% theory, 5% hardware, 75% software | |
| Responsibles: |
(MED 1 1611, phone: 36620)
(MED 1 1626, phone: 38676) | |
| Description: | Animals display a rich diversity of behaviors in natural environments, but only a small set of them have been well studied and simplified into template gaits. Recent advances in imitation learning have enabled quadruped and humanoid robots to reproduce complex animal and human motions, but these approaches have been less explored for amphibious robots that must coordinate body, limbs, and environmental interactions across water and land. In this project, we will work on the recordings of real salamanders in a vivarium with various terrains. We will extract multi-terrain locomotion behaviors from the collected motion data. Then we will investigate how diverse salamander behaviors can be transferred to simplified salamander models or salamander-inspired robots. The student is expected to be familiar with Python programming, signal processing, kinematics, and imitation learning. Experience with dimensionality reduction, MuJoCo simulation, and CPGs is highly recommended. Students who are interested in this project shall send the following materials to the assistants: (1) resume, (2) transcript showing relevant courses and grades, and (3) other materials that can demonstrate their skills and project experience (such as videos, slides, Git repositories, etc.). Last edited: 02/06/2026 | |
4 projects found.