Skip to content

Commit 00676cc

Browse files
committed
.
1 parent 4b29388 commit 00676cc

File tree

2 files changed

+78
-24
lines changed

2 files changed

+78
-24
lines changed

app/(default)/(event)/cvpr2026/workshop/page.tsx

Lines changed: 74 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default function Home() {
238238

239239

240240

241-
{/* <div className="w-full px-6 flex justify-center mt-24">
241+
<div className="w-full px-6 flex justify-center mt-24">
242242
<div className="w-full max-w-7xl flex">
243243
<h2 className="text-t1">
244244
<Link href="#contribution" className="scroll-mt-32 group flex items-center" id="contribution">
@@ -253,60 +253,110 @@ export default function Home() {
253253
</h2>
254254
</div>
255255
</div>
256+
256257
<div className="w-full px-6 flex justify-center mt-12">
257-
<div className="w-full max-w-7xl">
258+
<div className="w-full max-w-7xl flex flex-col">
259+
<h3 className="text-xl font-bold">
260+
Topics of Interest
261+
</h3>
262+
</div>
263+
</div>
264+
<div className="w-full px-6 flex justify-center mt-6">
265+
<div className="w-full max-w-7xl flex flex-col gap-3">
258266
<p>
259-
We invite submissions to the workshop on From Labs to Life: Embodied Intelligence in the Wild at CVPR 2026. Accepted contributions will be <b>archived as part of the CVPR proceedings and on IEEE Xplore</b>. We welcome work on a wide range of topics, including but not limited to:
267+
We welcome works on a wide range of topics, including but not limited to:
260268
</p>
261-
<ul className="ml-6 space-y-3 list-outside list-disc mt-6">
269+
<ul className="ml-6 space-y-3 list-outside list-disc">
262270
<li>
263271
Visual generalization for embodied systems, including manipulation, locomotion, etc.
264272
</li>
265273
<li>
266-
Vision-based perception and understanding
274+
Vision-based perception and understanding.
267275
</li>
268276
<li>
269-
Visual representations for embodied intelligence
277+
Generalization, robustness, and safety in real-world settings.
270278
</li>
271279
<li>
272-
Generalization, robustness, and safety in real-world settings
280+
Cross-embodiment transfer and hardware-agnostic policies.
273281
</li>
274282
<li>
275-
Cross-embodiment transfer and hardware-agnostic policies
283+
Real-world deployment of embodied agents.
276284
</li>
277285
<li>
278-
Real-world deployment of embodied agents
286+
Benchmarking and evaluating embodied intelligence in the wild.
287+
</li>
288+
</ul>
289+
</div>
290+
</div>
291+
292+
<div className="w-full px-6 flex justify-center mt-12">
293+
<div className="w-full max-w-7xl flex flex-col">
294+
<h3 className="text-xl font-bold">
295+
Guidelines
296+
</h3>
297+
</div>
298+
</div>
299+
<div className="w-full px-6 flex justify-center mt-6">
300+
<div className="w-full max-w-7xl flex flex-col gap-3">
301+
<ul className="ml-6 space-y-3 list-outside list-disc">
302+
<li>All papers must be submitted through&nbsp;
303+
<Link href="https://openreview.net/group?id=thecvf.com/CVPR/2026/Workshop/EmbodiedAIinLife" target="_blank" className="text-o-blue animated-underline">
304+
OpenReview
305+
</Link>.
279306
</li>
280307
<li>
281-
Benchmarking and evaluating embodied intelligence in the wild
308+
Submissions must strictly adhere to the&nbsp;
309+
<Link href="https://cvpr.thecvf.com/Conferences/2026/AuthorGuidelines" target="_blank" className="text-o-blue animated-underline">
310+
CVPR 2026 Author Guidelines
311+
</Link>
312+
&nbsp;in terms of potential ethics issues and potential risks of negative social impacts.
282313
</li>
283-
</ul>
284-
<p className="mt-6">
285-
Please refer to the timeline below for important dates and submission deadlines:
286-
</p>
287-
<ul className="ml-6 space-y-3 list-outside list-disc mt-6">
288314
<li>
289-
Submissions are managed via&nbsp;
290-
<Link href="/challenge2025//#1x-wm" className="text-o-blue animated-underline">
291-
OpenReview
292-
</Link>
315+
Manuscripts should be between 4 and 8 pages in length (excluding references) using the&nbsp;
316+
<Link href="https://github.com/cvpr-org/author-kit/archive/refs/tags/CVPR2026-v1(latex).zip" target="_blank" className="text-o-blue animated-underline">
317+
CVPR 2026 submission template
318+
</Link>.
319+
</li>
320+
<li>
321+
To facilitate double-blind review, all manuscripts must be fully anonymized.
293322
</li>
294323
<li>
295-
Submission Deadline: March 10, 2026
324+
Accepted papers will be formally published in the CVPR 2026 Workshop Proceedings.
296325
</li>
297326
<li>
298-
Notification: March 20, 2025
327+
Exceptional submissions will be considered for Best Paper Award and Spotlight Presentations.
299328
</li>
329+
</ul>
330+
</div>
331+
</div>
332+
333+
<div className="w-full px-6 flex justify-center mt-12">
334+
<div className="w-full max-w-7xl flex flex-col">
335+
<h3 className="text-xl font-bold">
336+
Timeline
337+
</h3>
338+
</div>
339+
</div>
340+
<div className="w-full px-6 flex justify-center mt-6">
341+
<div className="w-full max-w-7xl flex flex-col gap-3">
342+
<p>
343+
For any potential ambiguities, please refer to OpenReview.
344+
</p>
345+
<ul className="ml-6 space-y-3 list-outside list-disc">
300346
<li>
301-
Camera-Ready Deadline: April 10, 2026 - Submissions to CVPR 2026 will be managed through the official conference portal (link forthcoming)
347+
Submission start: February 10, 2026
348+
</li><li>
349+
Submission end: March 10, 2026
350+
</li><li>
351+
Notification: March 21, 2026
302352
</li>
303353
</ul>
304354
</div>
305-
</div> */}
355+
</div>
306356

307357

308358

309-
< div className="w-full px-6 flex justify-center mt-24">
359+
<div className="w-full px-6 flex justify-center mt-24">
310360
<div className="w-full max-w-7xl flex">
311361
<h2 className="text-t1">
312362
<Link href="#challenge" className="scroll-mt-32 group flex items-center" id="challenge">

data/navigator-project.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export const NavigatorProject: {
5353
text: "Introduction",
5454
id: "introduction",
5555
},
56+
{
57+
text: "Contribution",
58+
id: "contribution",
59+
},
5660
{
5761
text: "Challenge",
5862
id: "challenge",

0 commit comments

Comments
 (0)