Robotics

Update model card with robotics metadata and links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,9 +1,21 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
 
5
- **BibTeX:**
6
 
 
 
 
 
 
 
 
 
 
 
 
7
  @misc{yang2026remapdpreprojectedmultiviewaligned,
8
  title={ReMAP-DP: Reprojected Multi-view Aligned PointMaps for Diffusion Policy},
9
  author={Xinzhang Yang and Renjun Wu and Jinyan Liu and Xuesong Li},
@@ -13,3 +25,4 @@ license: apache-2.0
13
  primaryClass={cs.RO},
14
  url={https://arxiv.org/abs/2603.14977},
15
  }
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: robotics
4
  ---
5
 
6
+ # ReMAP-DP: Reprojected Multi-view Aligned PointMaps for Diffusion Policy
7
 
8
+ This repository contains the weights for **ReMAP-DP**, as presented in the paper [ReMAP-DP: Reprojected Multi-view Aligned PointMaps for Diffusion Policy](https://arxiv.org/abs/2603.14977).
9
+
10
+ **Project Page:** [https://icr-lab.github.io/ReMAP-DP/](https://icr-lab.github.io/ReMAP-DP/)
11
+
12
+ ## Description
13
+
14
+ ReMAP-DP is a novel framework synergizing standardized perspective reprojection with a structure-aware dual-stream diffusion policy. By coupling re-projected views with pixel-aligned PointMaps, the architecture leverages learnable modality embeddings to fuse frozen semantic features and explicit geometric descriptors. This ensures precise implicit patch-level alignment, bridging the gap between 2D semantic reasoning and 3D spatial awareness for high-precision robotic manipulation tasks.
15
+
16
+ ## Citation
17
+
18
+ ```bibtex
19
  @misc{yang2026remapdpreprojectedmultiviewaligned,
20
  title={ReMAP-DP: Reprojected Multi-view Aligned PointMaps for Diffusion Policy},
21
  author={Xinzhang Yang and Renjun Wu and Jinyan Liu and Xuesong Li},
 
25
  primaryClass={cs.RO},
26
  url={https://arxiv.org/abs/2603.14977},
27
  }
28
+ ```