-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·101 lines (92 loc) · 4.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LargeWorldModel</title>
<meta name="author" content="Wilson Yan">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p style="text-align:center">
<name>LargeWorldModel Organization</name>
</p>
<p style="text-align:center">
Below provides an overview of research related the LargeWorldModel Org.
</p>
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<heading>Research</heading>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='elastictok.png'><img src='images/elastictok.png'></div>
<img src='images/elastictok.png'>
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://arxiv.org/abs/2410.08368">
<papertitle>ElasticTok: Adaptive Tokenization for Image and Video</papertitle>
</a>
<br>
<a href="https://wilson1yan.github.io">Wilson Yan*</a>,
<a href="https://people.eecs.berkeley.edu/~matei/">Matei Zaharia</a>,
<a href="https://www.cs.toronto.edu/~vmnih/">Volodynmyr Mnih</a>,
<a href="https://people.eecs.berkeley.edu/~pabbeel/">Pieter Abbeel</a>,
<a href="https://www.afaust.info/">Aleksandra Faust</a>,
<a href="https://www.haoliu.site/">Hao Liu*</a>
<br>
<br>
<a href="https://largeworldmodel.github.io/elastictok">project page</a>
<br>
<a href="https://x.com/wilson1yan/status/1845857113723326652">tweet</a>
<br>
<p></p>
<p>An adaptive tokenization model that can encode image and long video to variable-length sequence.</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='lwm.png'><img src='images/lwm.png'></div>
<img src='images/lwm.png'>
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://arxiv.org/abs/2402.08268">
<papertitle>World Model on Million-Length Video and Language With Blockwise RingAttention</papertitle>
</a>
<br>
<a href="https://www.haoliu.site/">Hao Liu*</a>,
<a href="https://wilson1yan.github.io">Wilson Yan*</a>,
<a href="https://people.eecs.berkeley.edu/~matei/">Matei Zaharia</a>,
<a href="https://people.eecs.berkeley.edu/~pabbeel/">Pieter Abbeel</a>
<br>
<br>
<a href="https://largeworldmodel.github.io/lwm">project page</a>
<br>
<a href="https://twitter.com/haoliuhl/status/1757828392362389999">tweet</a>
<br>
<p></p>
<p>A vision-language model trained on million-length sequences of images, language, and video.</p>
</td>
</tr>
</tbody></table>
<a href="https://jonbarron.info/">Website Source</a>
</body>
</html>