Skip to content

Commit

Permalink
adding competition workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazeika committed Nov 12, 2023
1 parent 64c3748 commit aa2f05a
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<li class="nav-item">
<a class="nav-link" href="{{ "/prizes" | relative_url }}">Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ "/workshop" | relative_url }}">Workshop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ "/faq" | relative_url }}">FAQ</a>
</li>
Expand Down
Binary file added img/people/chaowei_xiao.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/people/eugene_bagdasaryan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<h4>News</h4>
<ul>
<li><b>November 12:</b> For information on the upcoming competition workshop, see <a href="https://trojandetection.ai/workshop">here</a>.</li>
<li><b>November 6:</b> The competition has ended. Winning teams will be announced at the competition workshop.</li>
<li><b>November 1:</b> The test phase has started. See <a href="https://groups.google.com/g/tdc2023-updates/c/8jwwv2foU8I">here</a> for important details.</li>
<li><b>October 27:</b> The start of the test phase has been postponed to 10/31 (midnight AoE)</li>
<li><b>October 23:</b> The start of the test phase has been postponed to 10/27 (midnight AoE)</li>
Expand Down
52 changes: 52 additions & 0 deletions workshop.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: page
title: Competition Workshop
background: '/img/bg-trojan2023.png'
---

<p>The TDC 2023 workshop will be held in a hybrid format (in-person in New Orleans with accomodation for remote attendance) from 1:30-4:30pm CT on December 16. The workshop will be a 3-hour event open to all NeurIPS attendees with a workshop registration. The workshop will include:</p>

<ul>
<li>A talk from the organizers summarizing the main results of the competition</li>
<li>Two invited talks from experts in the field</li>
<li>Announcements of the winning teams and the winners of the special awards (e.g., "most compute-efficient")</li>
<li>15-minute talks from the first-place teams in each track describing their methods</li>
</ul>

<p>Competition workshop schedule (all times in CT):</p>
<ul>
<li><b>13:30-14:00</b> Introduction, competition summary, and what we learned</li>
<li><b>14:00-14:30</b> Invited talk from Chaowei Xiao</li>
<li><b>14:30-14:40</b> Break</li>
<li><b>14:40-14:45</b> Announcing winners</li>
<li><b>14:45-15:45</b> Descriptions of winning methods</li>
<li><b>15:45-15:55</b> Break</li>
<li><b>15:55-16:25</b> Invited talk from Eugene Bagdasaryan</li>
<li><b>16:25-16:30</b> Wrapping up</li>
</ul>


<p>For the room number and links to attend the workshop virtually, please see the <a href="https://neurips.cc/virtual/2023/competition/66583" style="text-decoration: underline;">page in the NeurIPS portal</a>. Free registrations are provided to one member from each first-place team. The workshop will be recorded, and a link to the recording will be added to this page one to two months after the event.</p>

<h2>Speakers</h2>

<div class="wrapper">
<div class="grid">
<div class="grid-item">
<a href="https://xiaocw11.github.io">
<figure>
<img src="{{ '/img/people/chaowei_xiao.jpeg' | relative_url }}" alt="">
<figcaption>Chaowei Xiao<br>(UW Madison)</figcaption>
</figure>
</a>
</div>
<div class="grid-item">
<a href="https://www.cs.cornell.edu/~eugene/" target="_blank">
<figure>
<img src="{{ '/img/people/eugene_bagdasaryan.jpeg' | relative_url }}" alt="">
<figcaption>Eugene Bagdasaryan<br>(Google Research)</figcaption>
</figure>
</a>
</div>
</div>
</div>

0 comments on commit aa2f05a

Please sign in to comment.