All Projects → leggedrobotics → Delora

leggedrobotics / Delora

Licence: mit
Self-supervised Deep LiDAR Odometry for Robotic Applications

Projects that are alternatives of or similar to Delora

Dl Nlp Readings
My Reading Lists of Deep Learning and Natural Language Processing
Stars: ✭ 656 (+709.88%)
Mutual labels:  robotics, paper
Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (+114.81%)
Mutual labels:  robotics, paper
Codegan
[Deprecated] Source Code Generation using Sequence Generative Adversarial Networks
Stars: ✭ 73 (-9.88%)
Mutual labels:  paper
Salvius
An open source humanoid robot made from recycled parts and open source technology
Stars: ✭ 78 (-3.7%)
Mutual labels:  robotics
Acm Icpc Resource
ACM-ICPC-resource chinese
Stars: ✭ 76 (-6.17%)
Mutual labels:  paper
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (+1362.96%)
Mutual labels:  paper
Causalworld
CausalWorld: A Robotic Manipulation Benchmark for Causal Structure and Transfer Learning
Stars: ✭ 76 (-6.17%)
Mutual labels:  robotics
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (-13.58%)
Mutual labels:  paper
Ev3dev Lang Java
A project to learn Java and create software for Mindstorms Robots using hardware supported by EV3Dev & the LeJOS way.
Stars: ✭ 79 (-2.47%)
Mutual labels:  robotics
Rsf
The Robot Security Framework (RSF), Robot Security Framework (RSF), a standardized methodology to perform security assessments in robotics.
Stars: ✭ 76 (-6.17%)
Mutual labels:  robotics
Diff drive
ROS nodes for controlling and monitoring a differential drive robot.
Stars: ✭ 77 (-4.94%)
Mutual labels:  robotics
Stag
STag: A Stable Fiducial Marker System
Stars: ✭ 75 (-7.41%)
Mutual labels:  robotics
Gopigo3
The GoPiGo3 is a Raspberry Pi Robot!
Stars: ✭ 74 (-8.64%)
Mutual labels:  robotics
Seg By Interaction
Unsupervised instance segmentation via active robot interaction
Stars: ✭ 78 (-3.7%)
Mutual labels:  robotics
Votenet
Deep Hough Voting for 3D Object Detection in Point Clouds
Stars: ✭ 1,183 (+1360.49%)
Mutual labels:  robotics
Psychics
Minecraft psychic plugin for Paper
Stars: ✭ 79 (-2.47%)
Mutual labels:  paper
Mabel
MABEL is a feature-packed, open-source, legged balancing robot based off of the Boston Dynamics Handle robot.
Stars: ✭ 72 (-11.11%)
Mutual labels:  robotics
Nlp Tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
Stars: ✭ 9,895 (+12116.05%)
Mutual labels:  paper
Minecraft Optimization
Minecraft server optimization guide
Stars: ✭ 77 (-4.94%)
Mutual labels:  paper
Recursive Cnns
Implementation of my paper "Real-time Document Localization in Natural Images by Recursive Application of a CNN."
Stars: ✭ 80 (-1.23%)
Mutual labels:  paper

DeLORA: Self-supervised Deep LiDAR Odometry for Robotic Applications

title_img

The work is currently under review. The corresponding code will be published upon publication of the paper. From the Robotics Systems Lab at ETH Zurich, Switzerland.

What will be released

We will release the full code to train the proposed model and to do inference on the dataset. Additionally, to enable the community to test the model in ROS, we will also provide a corresponding ROS-node which deploys the model for inference. For this, a pre-trained model for the KITTI dataset will be made publicly available as well. Furthermore, we will release the code for the conversion of the KITTI (http://www.cvlibs.net/datasets/kitti/eval_odometry.php) and the DARPA SubT (https://bitbucket.org/subtchallenge/subt_reference_datasets/src/master/) datasets to the used format, as well as code for computing the normal vectors as a pre-processing step.

Paper Abstract

Reliable robot pose estimation is a key building block of many robot autonomy pipelines, with LiDAR localization being an active research domain. In this work, a versatile self-supervised LiDAR odometry estimation method is presented, in order to enable the efficient utilization of all available LiDAR data while maintaining real-time performance. The proposed approach selectively applies geometric losses during training, being cognizant of the amount of information that can be extracted from scan points. In addition, no labeled or ground-truth data is required, hence making the presented approach suitable for pose estimation in applications where accurate ground-truth is difficult to obtain. Furthermore, the presented network architecture is applicable to a wide range of environments and sensor modalities without requiring any network or loss function adjustments. The proposed approach is thoroughly tested for both indoor and outdoor real-world applications through a variety of experiments using legged, tracked and wheeled robots, demonstrating the suitability of learning-based LiDAR odometry for complex robotic applications.

Resources

Paper: https://arxiv.org/pdf/2011.05418.pdf

Video: https://youtu.be/rgeRseUTryA

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].