xcdr commited on
Commit
e668333
Β·
verified Β·
1 Parent(s): 85a7626

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -7
README.md CHANGED
@@ -1,10 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: README
3
- emoji: πŸš€
4
- colorFrom: purple
5
- colorTo: gray
6
- sdk: static
7
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
1
+ # DeepReach
2
+
3
+ ### Researching Data and Orchestration for Real-World Robotics
4
+
5
+ DeepReach focuses on two tightly coupled research directions:
6
+
7
+ 1. **Manipulation-Centric Robotic Data**
8
+ 2. **DROS β€” Distributed Robot Operating System**
9
+
10
+ Our goal is to study how robots learn and coordinate in real production environments.
11
+
12
+ ---
13
+
14
+ ## 🧠 Robotic Data
15
+
16
+ ### Egocentric Manipulation
17
+
18
+ We collect and structure multi-view, wrist-centered manipulation data for dual-arm systems.
19
+
20
+ Key properties:
21
+ - Egocentric RGB-D streams
22
+ - Action-aligned trajectories
23
+ - Skill-level segmentation
24
+ - Task-sequenced demonstrations
25
+
26
+ Designed for:
27
+ - Imitation learning
28
+ - Diffusion-based control policies
29
+ - Vision-Language-Action (VLA) models
30
+
31
+ ---
32
+
33
+ ### World-Model-Based Annotation
34
+
35
+ Rather than treating perception as frame-level RGB inputs, we reconstruct structured scene representations:
36
+
37
+ - Point clouds
38
+ - Object-centric embeddings
39
+ - Spatial relations
40
+
41
+ This enables:
42
+ - Semantic task querying
43
+ - Deployment-time environment reconstruction
44
+ - Structured evaluation beyond pixel loss
45
+
46
+ We view world models as the bridge between perception and manipulation.
47
+
48
+ ---
49
+
50
+ ### Manipulation as Compositional Skills
51
+
52
+ We represent tasks as compositions of atomic skills rather than monolithic policies.
53
+
54
+ This allows:
55
+ - Skill reuse across tasks
56
+ - Fine-grained failure analysis
57
+ - Scalable dataset construction
58
+
59
+ ---
60
+
61
+ ## βš™οΈ DROS
62
+ ### Distributed Robot Operating System
63
+
64
+ DROS explores orchestration for heterogeneous robot fleets.
65
+
66
+ We focus on:
67
+
68
+ - Capability-aware task decomposition
69
+ - Multi-agent coordination under physical constraints
70
+ - Integration-aware scheduling across production systems
71
+
72
+ Rather than optimizing single-agent policies, we study:
73
+
74
+ > How robotic capabilities compose across agents.
75
+
76
  ---
77
+
78
+ ## πŸ” Closed-Loop Learning
79
+
80
+ We connect:
81
+
82
+ Deployment β†’ Data β†’ Model β†’ Evaluation β†’ Redeployment
83
+
84
+ Robots improve from real-world interaction traces rather than static benchmarks.
85
+
86
+ ---
87
+
88
+ ## Research Themes
89
+
90
+ - Egocentric manipulation learning
91
+ - World-model-driven task evaluation
92
+ - Multi-agent capability graphs
93
+ - Skill composition under uncertainty
94
+ - Real-to-real adaptation in production settings
95
+
96
+ ---
97
+
98
+ ## Vision
99
+
100
+ To understand how robotic systems:
101
+
102
+ - Learn from deployment
103
+ - Coordinate across heterogeneous hardware
104
+ - Transition from isolated policies to workforce-level intelligence
105
+
106
  ---
107
 
108
+ For collaboration and research inquiries:
109
+ contact@deepreach.ai