Skip to content

Commit 3de2e8e

Browse files
authored
Update index.html
1 parent a2b3423 commit 3de2e8e

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

index.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
header {
1616
background-color: #333;
17-
color: white;
17+
color: #fff;
1818
text-align: center;
1919
padding: 20px;
2020
}
@@ -31,6 +31,14 @@
3131
color: #ddd;
3232
margin-top: 10px;
3333
}
34+
.author-info {
35+
font-size: 1.2em;
36+
color: #f0f0f0;
37+
}
38+
.author-info sup {
39+
font-size: 0.8em;
40+
color: #88aaff;
41+
}
3442
section {
3543
margin: 20px;
3644
padding: 20px;
@@ -101,17 +109,21 @@
101109
<body>
102110

103111
<header>
104-
<div class="image-container">
105-
<img src="dimension-old.png" alt="Head Image" /> <!-- Replace with the correct path for the image -->
106-
</div>
107112
<h1>Video-Bench: Human-Aligned Video Generation Benchmark</h1>
108-
<p>by Hui Han, Siyuan Li, Jiaqi Chen, Yiwen Yuan, Yuling Wu, Chak Tou Leong, Hanwen Du, Junchen Fu, Youhua Li, Jie Zhang, Chi Zhang, Li-jia Li, Yongxin Ni</p>
113+
<h2>CVPR 2024 Highlight</h2>
114+
<div class="author-info">
115+
<p>by <strong>Hui Han<sup>1</sup>, Siyuan Li<sup>1</sup>, Jiaqi Chen<sup>2,3,4</sup>, Yiwen Yuan<sup>5</sup>, Yuling Wu<sup>6</sup>, Chak Tou Leong<sup>5</sup>, Hanwen Du<sup>7</sup>, Junchen Fu<sup>8</sup>, Youhua Li<sup>9</sup>, Jie Zhang<sup>4</sup>, Chi Zhang<sup>10</sup>, Li-jia Li<sup>11</sup>, Yongxin Ni<sup>12</sup></strong></p>
116+
</div>
109117
<div class="affiliations">
110118
<p>1. Shanghai Jiao Tong University, 2. Stanford University, 3. Fellou AI, 4. Fudan University, 5. Carnegie Mellon University, 6. Hong Kong Polytechnic University, 7. Soochow University, 8. University of Glasgow, 9. City University of Hong Kong, 10. Westlake University, 11. LiveX AI, 12. National University of Singapore</p>
111119
</div>
112120
</header>
113121

114122
<section>
123+
<div class="image-container">
124+
<img src="head_image.png" alt="Head Image" /> <!-- Ensure this is the correct path to your image -->
125+
</div>
126+
115127
<h2>Project Overview</h2>
116128
<p>Video generation assessment is critical for ensuring generative models produce visually realistic, high-quality videos aligned with human expectations. Current video generation benchmarks are limited in aligning with human judgment. To address this, <strong>Video-Bench</strong> is introduced—a comprehensive benchmark incorporating large language models (LLMs) to evaluate video generation quality. The framework includes automated multimodal LLM evaluation, improving the alignment with human preferences. Experimental results show that Video-Bench significantly outperforms previous methods and provides more objective and accurate insights into generated video quality.</p>
117129

0 commit comments

Comments
 (0)