Skip to content

Commit 81af3f7

Browse files
committed
Initial version of website
1 parent dd719b2 commit 81af3f7

17 files changed

Lines changed: 3360 additions & 0 deletions

sigir-2025.html

Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="description"
7+
content="Deformable Neural Radiance Fields creates free-viewpoint portraits (nerfies) from casually captured videos.">
8+
<meta name="keywords" content="Nerfies, D-NeRF, NeRF">
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
10+
<title>Efficient In-Memory Inverted Indexes: Theory and Practice</title>
11+
12+
<!-- Global site tag (gtag.js) - Google Analytics -->
13+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
14+
<script>
15+
window.dataLayer = window.dataLayer || [];
16+
17+
function gtag() {
18+
dataLayer.push(arguments);
19+
}
20+
21+
gtag('js', new Date());
22+
23+
gtag('config', 'G-PYVRSFMDRL');
24+
</script>
25+
26+
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
27+
28+
<link rel="stylesheet" href="./static/css/bulma.min.css">
29+
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
30+
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
31+
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
32+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
33+
<link rel="stylesheet" href="./static/css/index.css">
34+
<link rel="icon" href="./static/images/favicon.svg">
35+
36+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
37+
<script defer src="./static/js/fontawesome.all.min.js"></script>
38+
<script src="./static/js/bulma-carousel.min.js"></script>
39+
<script src="./static/js/bulma-slider.min.js"></script>
40+
<script src="./static/js/index.js"></script>
41+
</head>
42+
43+
<body>
44+
45+
<!-- <nav class="navbar" role="navigation" aria-label="main navigation">
46+
<div class="navbar-brand">
47+
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
48+
<span aria-hidden="true"></span>
49+
<span aria-hidden="true"></span>
50+
<span aria-hidden="true"></span>
51+
</a>
52+
</div>
53+
<div class="navbar-menu">
54+
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
55+
<a class="navbar-item" href="https://keunhong.com">
56+
<span class="icon">
57+
<i class="fas fa-home"></i>
58+
</span>
59+
</a>
60+
61+
<div class="navbar-item has-dropdown is-hoverable">
62+
<a class="navbar-link">
63+
More Research
64+
</a>
65+
<div class="navbar-dropdown">
66+
<a class="navbar-item" href="https://hypernerf.github.io">
67+
HyperNeRF
68+
</a>
69+
<a class="navbar-item" href="https://nerfies.github.io">
70+
Nerfies
71+
</a>
72+
<a class="navbar-item" href="https://latentfusion.github.io">
73+
LatentFusion
74+
</a>
75+
<a class="navbar-item" href="https://photoshape.github.io">
76+
PhotoShape
77+
</a>
78+
</div>
79+
</div>
80+
</div>
81+
82+
</div>
83+
</nav>
84+
-->
85+
86+
<section class="hero">
87+
<div class="hero-body">
88+
<div class="container is-max-desktop">
89+
<div class="columns is-centered">
90+
<div class="column has-text-centered">
91+
<h1 class="title is-1 publication-title">Efficient In-Memory Inverted Indexes: Theory and
92+
Practice</h1>
93+
<div class="is-size-5 publication-authors">
94+
<span class="author-block">
95+
<a href="https://jmmackenzie.io/">Joel Mackenzie</a><sup>1</sup>,</span>
96+
<span class="author-block">
97+
<a href="https://macavaney.us/">Sean MacAvaney</a><sup>2</sup>,</span>
98+
<span class="author-block">
99+
<a href="https://antoniomallia.it">Antonio Mallia</a><sup>3</sup>,
100+
</span>
101+
<span class="author-block">
102+
<a href="https://siedlaczek.me/">Michal Siedlaczek</a><sup>4</sup>,
103+
</span>
104+
</div>
105+
106+
<div class="is-size-5 publication-authors">
107+
<span class="author-block"><sup>1</sup>The University of Queensland,</span>
108+
<span class="author-block"><sup>2</sup>University of Glasgow,</span>
109+
<span class="author-block"><sup>3</sup>Pinecone,</span>
110+
<span class="author-block"><sup>4</sup>MongoDB, Inc.</span>
111+
</div>
112+
113+
<div class="column has-text-centered">
114+
<div class="publication-links">
115+
<!-- PDF Link. -->
116+
<span class="link-block">
117+
<a href="https://arxiv.org/pdf/2011.12948"
118+
class="external-link button is-normal is-rounded is-dark">
119+
<span class="icon">
120+
<i class="fas fa-file-pdf"></i>
121+
</span>
122+
<span>Paper</span>
123+
</a>
124+
</span>
125+
<span class="link-block">
126+
<a href="https://arxiv.org/abs/2011.12948"
127+
class="external-link button is-normal is-rounded is-dark">
128+
<span class="icon">
129+
<i class="ai ai-arxiv"></i>
130+
</span>
131+
<span>arXiv</span>
132+
</a>
133+
</span>
134+
<!-- Video Link. -->
135+
<span class="link-block">
136+
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
137+
class="external-link button is-normal is-rounded is-dark">
138+
<span class="icon">
139+
<i class="fab fa-youtube"></i>
140+
</span>
141+
<span>Video</span>
142+
</a>
143+
</span>
144+
<!-- Code Link. -->
145+
<span class="link-block">
146+
<a href="https://github.com/google/nerfies"
147+
class="external-link button is-normal is-rounded is-dark">
148+
<span class="icon">
149+
<i class="fab fa-github"></i>
150+
</span>
151+
<span>Code</span>
152+
</a>
153+
</span>
154+
<!-- Dataset Link. -->
155+
<span class="link-block">
156+
<a href="https://github.com/google/nerfies/releases/tag/0.1"
157+
class="external-link button is-normal is-rounded is-dark">
158+
<span class="icon">
159+
<i class="far fa-images"></i>
160+
</span>
161+
<span>Data</span>
162+
</a>
163+
</div>
164+
165+
</div>
166+
</div>
167+
</div>
168+
</div>
169+
</div>
170+
</section>
171+
172+
173+
174+
175+
176+
177+
<section class="section">
178+
<div class="container is-max-desktop">
179+
<!-- Abstract. -->
180+
<div class="columns is-centered has-text-centered">
181+
<div class="column is-four-fifths">
182+
<h2 class="title is-3">Abstract</h2>
183+
<div class="content has-text-justified">
184+
<p>
185+
Inverted indexes are the backbone of most large-scale information retrieval systems.
186+
Although conceptually simple, high-performance inverted indexes require a deep understanding
187+
of low-level system optimizations, compression techniques, and traversal strategies. With
188+
the widespread adoption of in-memory search engines, the rise of learned sparse retrieval
189+
(LSR), and the increasing complexity of ranking pipelines, the design space for efficient
190+
indexing and retrieval systems has expanded significantly.
191+
</p>
192+
<p>
193+
This tutorial addresses a critical knowledge gap between textbook-style explanations and
194+
advanced techniques required for efficient and optimized retrieval. It aims to equip
195+
researchers and practitioners with a comprehensive understanding of how modern in-memory
196+
search systems are designed, built, and optimized for high-performance retrieval across
197+
large-scale document collections.
198+
</p>
199+
200+
</div>
201+
</div>
202+
</div>
203+
<!--/ Abstract. -->
204+
205+
</section>
206+
207+
<footer class="footer">
208+
<div class="container">
209+
<div class="content has-text-centered">
210+
<a class="icon-link" href="./static/videos/nerfies_paper.pdf">
211+
<i class="fas fa-file-pdf"></i>
212+
</a>
213+
<a class="icon-link" href="https://github.com/keunhong" class="external-link" disabled>
214+
<i class="fab fa-github"></i>
215+
</a>
216+
</div>
217+
<div class="columns is-centered">
218+
<div class="column is-8">
219+
<div class="content">
220+
<p>
221+
This website is licensed under a <a rel="license"
222+
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
223+
Commons Attribution-ShareAlike 4.0 International License</a>.
224+
</p>
225+
<p>
226+
This means you are free to borrow the <a
227+
href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
228+
we just ask that you link back to this page in the footer.
229+
Please remember to remove the analytics code included in the header of the website which
230+
you do not want on your website.
231+
</p>
232+
</div>
233+
</div>
234+
</div>
235+
</div>
236+
</footer>
237+
238+
</body>
239+
240+
</html>

static/css/bulma-carousel.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)