Robotics
nielsr HF Staff commited on
Commit
01a98eb
·
verified ·
1 Parent(s): 03b403e

Update model card with robotics metadata and links

Browse files

Hi! I'm Niels from the Hugging Face community team.

I'm opening this PR to enhance your model card with relevant metadata and links to your research. Specifically, I've:
- Added the `robotics` pipeline tag to help users find your model in the [robotics section of the Hub](https://huggingface.co/models?pipeline_tag=robotics).
- Included links to the paper and the official project page.
- Added a brief summary of the ReMAP-DP framework.

This will help researchers and developers discover and cite your work more effectively!

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
+ ```