Skip to content

Commit

Permalink
update html
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhcreate committed Nov 29, 2024
1 parent 5d71a24 commit b348c06
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,51 @@ <h2 class="title is-3">Abstract</h2>
</div>
</section>

<!-- VSIL Problem -->
<section class="hero is-light is-small">
<div class="hero-body has-text-centered">
<h1 class="title is-1 mmmu">
<span class="mmmu" style="vertical-align: middle">The Problem of VSIL</span>
</h1>
</div>
</section>

<section class="section">
<!-- <div class="container">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Problem</h2>
<div class="content has-text-justified">
<img src="static/images/pipeline.png" alt="pipeline" width="95%"/>
<p>
</p>
</div>
</div>
</div> -->


<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Shortcut Alignment </h2>
<div class="content has-text-justified">
<img src="static/images/alignment_table.png" alt="dataset_statistics" width="95%"/>
<p>
The VSIL problem leads the shortcut alignment methods: textual alignment to the multimodal safety challenge.
</p>

<br>
</div>
</div>
</div>



</div>
</section>



<!-- DATASET SECTION -->
<section class="hero is-light is-small">
<div class="hero-body has-text-centered">
Expand Down Expand Up @@ -305,6 +350,19 @@ <h2 class="title is-3" id="leaderboard">Benchmark Results</h2>
</p>
</div>
</div>

<div class="column is-full has-text-centered content">
<h2 class="title is-3" id="leaderboard">Results</h2>
<div class="content">
<div class="content has-text-justified">
</div>

<img src="static/images/results_figure.png" alt="pipeline" width="95%"/>
<p>
The above two figures highlight our VLSBench's several features: (1) the <strong>challenging nature</strong> of our dataset; (2) highlight the importance of <strong>multimodal alignment</strong> methods rather than textual shortcut alignment.
</div>
</div>

</div>


Expand All @@ -331,6 +389,8 @@ <h2 class="title is-3" id="examples">More Examples</h2>
</div>
</div>
</div>


</div>
</section>

Expand Down
Binary file added static/images/alignment_table.png
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 static/images/results_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/vlsbench_align.png
Binary file not shown.
Binary file removed static/images/vlsbench_mllms.png
Binary file not shown.

0 comments on commit b348c06

Please sign in to comment.