Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsleaf committed Nov 23, 2024
1 parent b3590d7 commit d3c6fd8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 82 deletions.
105 changes: 23 additions & 82 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,26 @@ <h1 class="title is-1 publication-title">Solving Zero-Shot 3D Visual Grounding a
<div class="column has-text-centered">
<div class="publication-links">
<!-- Arxiv PDF link -->
<span class="link-block">
<!-- <span class="link-block">
<a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
</span> -->

<!-- Supplementary PDF link -->
<span class="link-block">
<!-- <span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary</span>
</a>
</span>
</span> -->

<!-- Github link -->
<span class="link-block">
Expand Down Expand Up @@ -137,15 +137,14 @@ <h1 class="title is-1 publication-title">Solving Zero-Shot 3D Visual Grounding a
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video poster="" id="tree" autoplay controls muted loop height="100%">
<!-- Your video here -->
<img src="static/images/teaser.png" />
<!-- <video poster="" id="tree" autoplay controls muted loop height="100%">
<source src="static/videos/banner_video.mp4" type="video/mp4">
</video>
</video> -->
<h2 class="subtitle has-text-centered">
Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat
pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus.
</h2>
<embed src="static/pdfs/quali_eval.pdf" type="application/pdf" width="500" height="500">
</div>
</div>
</section>
Expand All @@ -159,11 +158,19 @@ <h2 class="subtitle has-text-centered">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper tellus sed ante aliquam tempus.
Etiam porttitor urna feugiat nibh elementum, et tempor dolor mattis. Donec accumsan enim augue, a
vulputate nisi sodales sit amet. Proin bibendum ex eget mauris cursus euismod nec et nibh. Maecenas ac
gravida ante, nec cursus dui. Vivamus purus nibh, placerat ac purus eget, sagittis vestibulum metus. Sed
vestibulum bibendum lectus gravida commodo. Pellentesque auctor leo vitae sagittis suscipit.
3D visual grounding (3DVG) aims to locate objects in a 3D scene with natural language descriptions.
Supervised methods have achieved decent accuracy, but have a closed vocabulary and limited language
understanding ability. Zero-shot methods mostly utilize large language models (LLMs) to handle natural
language descriptions, yet suffer from slow inference speed. To address these problems, in this work, we
propose a zero-shot method that reformulates the 3DVG task as a Constraint Satisfaction Problem (CSP),
where the variables and constraints represent objects and their spatial relations, respectively. This
allows a global reasoning of all relevant objects, producing grounding results of both the target and
anchor objects. Moreover, we demonstrate the flexibility of our framework by handling negation- and
counting-based queries with only minor extra coding efforts. Our system, Constraint Satisfaction Visual
Grounding (CSVG), has been extensively evaluated on the public datasets ScanRefer and Nr3D datasets using
only open-source LLMs. Results show the effectiveness of CSVG and superior grounding accuracy over current
state-of-the-art zero-shot 3DVG methods with improvements of +7.0% ([email protected] score) and +11.2% on the
ScanRefer and Nr3D datasets, respectively.
</p>
</div>
</div>
Expand All @@ -173,75 +180,12 @@ <h2 class="title is-3">Abstract</h2>
<!-- End paper abstract -->


<!-- Image carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel1.jpg" alt="MY ALT TEXT" />
<h2 class="subtitle has-text-centered">
First image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel2.jpg" alt="MY ALT TEXT" />
<h2 class="subtitle has-text-centered">
Second image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel3.jpg" alt="MY ALT TEXT" />
<h2 class="subtitle has-text-centered">
Third image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel4.jpg" alt="MY ALT TEXT" />
<h2 class="subtitle has-text-centered">
Fourth image description.
</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End image carousel -->




<!-- Youtube video -->
<section class="hero is-small is-light">
<div class="hero-body">
<div class="container">
<!-- Paper video. -->
<h2 class="title is-3">Video Presentation</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">

<div class="publication-video">
<!-- Youtube embed code here -->
<iframe src="https://www.youtube.com/embed/JkaxUblCGz0" frameborder="0" allow="autoplay; encrypted-media"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End youtube video -->


<!-- Video carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<h2 class="title is-3">Another Carousel</h2>
<h2 class="title is-3">Example Queries</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-video1">
<video poster="" id="video1" autoplay controls muted loop height="100%">
Expand Down Expand Up @@ -269,11 +213,8 @@ <h2 class="title is-3">Another Carousel</h2>






<!-- Paper poster -->
<section class="hero is-small is-light">
<!-- <section class="hero is-small is-light">
<div class="hero-body">
<div class="container">
<h2 class="title">Poster</h2>
Expand All @@ -283,7 +224,7 @@ <h2 class="title">Poster</h2>
</div>
</div>
</section>
</section> -->
<!--End paper poster -->


Expand Down
Binary file added static/images/teaser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3c6fd8

Please sign in to comment.