A curated list of Object SLAM papers and resources, inspired by awesome-implicit-representations.
This list does not aim to be exhaustive. In this list, we consider papers that jointly optimize robot (camera) and object states, where object states typically include object poses and object shape parameters.
For more general SLAM papers, please refer to awesome-visual-SLAM and Awesome-SLAM.
This repo is mainitained by Ziqi Lu and Akash Sharma. You are very welcome to contribute to this repo. If you spot anything wrong or missing, please feel free to submit a pull request or contact the maintainers.
Object SLAM, loosely speaking tackles the problem of Simultaneous Localisation and Mapping (SLAM) by building a 3D object-level global environment map from local observations. To build such a map of the environment, object detection, pose estimation and instance segmentation networks are typically used as virtual sensors in a sensor fusion framework. Representing the 3D map with objects is interesting as it is easy to ascribe semantics to the landmarks to perform higher-level tasks such as object manipulation, motion and task planning, etc. It compresses the map by focusing compute and memory for meaningful regions, and map abstraction is also useful for other tasks such as distributed map building.
-
- LayoutSLAM: Object Layout based Simultaneous Localization and Mapping for Reducing Object Map Distortion. [PDF]
- OA-SLAM: Leveraging Objects for Camera Relocalization in Visual SLAM. [PDF] [Code] [Video1] [Video2]
- SO-SLAM: Semantic Object SLAM with Scale Proportional and Symmetrical Texture Constraints. [PDF] [Code]
- SQ-SLAM: Monocular Semantic SLAM Based on Superquadric Object Representation. [PDF]
- Symmetry and Uncertainty-Aware Object SLAM for 6DoF Object Pose Estimation. [PDF] [Code]
-
- Accurate and Robust Object-oriented SLAM with 3D Quadric Landmark Construction in Outdoor Environment. [PDF] [Video]
- A Multi-Hypothesis Approach to Pose Ambiguity in Object-Based SLAM. [PDF] [Video]
- BundleTrack: 6D Pose Tracking for Novel Objects without Instance or Category-Level 3D Models. [PDF] [Code] [Video]
- DynaSLAM II: Tightly-Coupled Multi-Object Tracking and SLAM. [PDF]
- Object-Augmented RGB-D SLAM for Wide-Disparity Relocalisation. [PDF] [Code] [Video]
-
- Dynamic SLAM: The Need for Speed. [PDF]
- EAO-SLAM: Monocular Semi-Dense Object SLAM Based on Ensemble Data Association. [PDF] [Code] [Project Page]
- OrcVIO: Object Residual Constrained Visual-Inertial Odometry. [PDF] [Code] [Project Page]
- VDO-SLAM: A Visual Dynamic Object-Aware SLAM System. [PDF] [Code] [Video]
-
- CubeSLAM: Monocular 3D Object SLAM. [PDF] [Code] [Video]
- Monocular Object and Plane SLAM in Structured Environments. [PDF] [Video]
- QuadricSLAM: Dual Quadrics from Object Detections as Landmarks in Object-Oriented SLAM. [PDF] [Code] [Video]
- Real-Time Monocular Object-Model Aware Sparse SLAM. [PDF] [Video]
- Robust Object-based SLAM for High-Speed Autonomous Navigation. [PDF]
-
- Object-based Visual SLAM: How Object Identity Informs Geometry. [PDF]
-
- NeuSE: Neural SE(3)-Equivariant Embedding for Consistent Spatial Understanding with Objects. [PDF] [Project Page]
- vMAP: Vectorised Object Mapping for Neural Field SLAM. [PDF] [Code] [Project Page] [Video]
-
- Learning to Complete Object Shapes for Object-level Mapping in Dynamic Scenes. [PDF] [Project Page]
-
- Compositional and Scalable Object SLAM. [PDF] [Code]
- DSP-SLAM: Object Oriented SLAM with Deep Shape Priors. [PDF] [Code] [Project Page]
-
- NodeSLAM: Neural Object Descriptors for Multi-View Shape Reconstruction. [PDF] [Project Page]
-
- Fusion++: Volumetric Object-Level SLAM. [PDF] [Video]
- MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects. [PDF] [Code] [Project Page]
-
- Co-Fusion: : Real-time Segmentation, Tracking and Fusion of Multiple Objects. [PDF] [Code] [Project Page]
-
- EM-Fusion: Dynamic Object-Level SLAM with Probabilistic Data Association. [PDF] [Code] [Project Page]
- Multimodal Semantic SLAM with Probabilistic Data Association. [PDF] [Video]
-
- Probabilistic Data Association for Semantic SLAM. [PDF]
-
- Advances in Inference and Representation for Simultaneous Localization and Mapping. [PDF]
-
- Semantics for Robotic Mapping, Perception and Interaction: A Survey. [PDF]