-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (174 loc) · 7.56 KB
/
index.html
File metadata and controls
177 lines (174 loc) · 7.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Task Aware Diffusion</title>
<link rel="stylesheet" href="style.css" />
<!-- Font Awesome for icons (if needed) -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
/>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="header-content">
<img src="images/usc-logo1.png" alt="USC Logo" class="logo" />
<h1 class="paper-title">Task-Context-Aware Diffusion Policy with Language Guidance for
Multi-task Disassembly</h1>
<div class="authors-container">
<div class="author">Jeon Ho Kang</div>
<div class="author">Sagar Joshi</div>
<div class="author">Neel Dhanaraj</div>
<div class="author">Satyandra K. Gupta</div>
</div>
<p class="institution">University of Southern California</p>
</div>
</header>
<!-- Main Content -->
<main>
<!-- Resources Section -->
<section id="resources" class="section resources">
<h2 class="section-title">Resources</h2>
<div class="resource-cards">
<div class="resource-card paper">
<img src="images/Page_5.png" alt="Paper" />
<h3>Paper</h3>
<p>Coming Soon</p>
</div>
<div class="resource-card code">
<a href="https://github.com/">
<img src="images/github.png" alt="Code" />
<h3>Code</h3>
<p>Coming Soon</p>
</a>
</div>
<div class="resource-card video">
<a href="https://www.youtube.com/watch?v=HKWfDn48jw4">
<img src="images/youtube-logo.png" alt="Video" />
<h3>Video</h3>
</a>
</div>
</div>
</section>
<!-- Method Section -->
<section id="method" class="section method">
<h2 class="section-title">Our Method</h2>
<div class="video-grid">
<div class="video-card">
<video controls playsinline autoplay muted loop>
<source src="videos/D-sub.mp4" type="video/mp4" />
</video>
<p class="video-caption">D-Sub</p>
</div>
<div class="video-card">
<video controls playsinline autoplay muted loop>
<source src="videos/USB.mp4" type="video/mp4" />
</video>
<p class="video-caption">USB</p>
</div>
<div class="video-card">
<video controls playsinline autoplay muted loop>
<source src="videos/Terminal.mp4" type="video/mp4" />
</video>
<p class="video-caption">Terminal Block</p>
</div>
<div class="video-card">
<video controls playsinline autoplay muted loop>
<source src="videos/BNC.mp4" type="video/mp4" />
</video>
<p class="video-caption">BNC</p>
</div>
</div>
</section>
<!-- Abstract Section -->
<section id="abstract" class="section abstract">
<h2 class="section-title">Abstract</h2>
<div class="abstract-content">
<p>
Diffusion-based policy learning frameworks excel in learning diverse tasks and achieving high success rates. However, in manufacturing settings, success rate alone is insufficient for real-world deployment. Tasks must be executed efficiently, minimizing idle time while maintaining precision. Additionally, in assembly and disassembly settings, a single scene often contains multiple task goals that need to be completed—such as picking up an engine while simultaneously securing a suspension—requiring the robot to reason over multiple objectives within the same observation space. In human-robot collaboration, enabling humans to specify task preferences is crucial for flexible and intuitive interaction. </p>
<p>
In this paper, we address two key challenges: (1) improving task execution efficiency by structuring tasks into distinct sub-task modes via language, and (2) enabling human operators to select tasks using natural language commands. Additionally, we introduce adaptive parameter selection framework and reliance on different sensory modalities depending on these sub-task modes. We evaluate our approach on the NIST Task Board, a representative benchmark of real-world tasks where multiple task goals exist within the same scene. Our method improves execution speed by 57% and show 19% improvement in task success rates.
</p>
</div>
</section>
<section id="hardware-setup" class="section hardware-setup">
<h2 class="section-title">Hardware Setup</h2>
<div class="image-card">
<img src="images/hardware_setup (1).png" alt="Hardware Setup">
</div>
</section>
<!-- System Architecture Section -->
<section id="system-architecture" class="section system-architecture">
<h2 class="section-title">System Architecture</h2>
<div class="image-card">
<img src="images/system_architecture.png" alt="System Architecture">
</div>
</section>
<section id="experiment-setup" class="section experiment-setup">
<h2 class="section-title">Experiment Setup</h2>
<div class="image-card">
<img src="images/connectors_fig.png" alt="experiment Setup">
</div>
</section>
<!-- Results Section -->
<section id="results" class="section results">
<h2 class="section-title">Results</h2>
<div class="results-container">
<div class="results-table-wrapper">
<table class="results-table">
<thead>
<tr>
<th></th>
<th>D-Sub</th>
<th>USB</th>
<th>BNC</th>
<th>Terminal</th>
<th>Avg.</th>
</tr>
</thead>
<tbody>
<tr>
<td>DP-S</td>
<td>0.80</td>
<td>0.75</td>
<td>0.65</td>
<td>0.80</td>
<td>0.76</td>
</tr>
<tr>
<td>DP-M</td>
<td>1.00</td>
<td>0.95</td>
<td>0.70</td>
<td>0.85</td>
<td>0.88</td>
</tr>
<tr>
<td><strong>DP-M-AM</strong></td>
<td><strong>1.00</strong></td>
<td><strong>1.00</strong></td>
<td><strong>0.85</strong></td>
<td><strong>0.95</strong></td>
<td><strong>0.95</strong></td>
</tr>
</tbody>
</table>
</div>
<div class="results-images">
<div class="image-card">
<img src="images/bar_chart_time.png" alt="Time Comparison" />
<p class="image-caption">A comparison between DP-S and DP-M-AM Methods of the average time taken to complete the task end to end</p>
</div>
<div class="image-card">
<img src="images/mode_change_comparison.png" alt="Mode Change" />
<p class="image-caption">A comparison between DP-S and DP-M-AM Methods of the average time taken for mode change within subtasks</p>
</div>
</div>
</div>
</section>
</main>
</body>
</html>