Spaces:
Running
Running
Deepseek paper listing.
Browse filesSmallcommit for papers listing
- index.html +98 -345
index.html
CHANGED
|
@@ -2,21 +2,17 @@
|
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
-
<meta name="description"
|
| 6 |
-
|
| 7 |
-
<meta name="keywords" content="Nerfies, D-NeRF, NeRF">
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 9 |
-
<title>
|
| 10 |
-
|
| 11 |
-
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
| 12 |
-
rel="stylesheet">
|
| 13 |
|
|
|
|
| 14 |
<link rel="stylesheet" href="./static/css/bulma.min.css">
|
| 15 |
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
|
| 16 |
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
|
| 17 |
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
|
| 18 |
-
<link rel="stylesheet"
|
| 19 |
-
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
|
| 20 |
<link rel="stylesheet" href="./static/css/index.css">
|
| 21 |
<link rel="icon" href="./static/images/favicon.svg">
|
| 22 |
|
|
@@ -33,380 +29,145 @@
|
|
| 33 |
<div class="container is-max-desktop">
|
| 34 |
<div class="columns is-centered">
|
| 35 |
<div class="column has-text-centered">
|
| 36 |
-
<h1 class="title is-1 publication-title">
|
| 37 |
-
<div class="is-size-5 publication-authors">
|
| 38 |
-
<span class="author-block">
|
| 39 |
-
<a href="https://keunhong.com" target="_blank">Keunhong Park</a><sup>1</sup>,</span>
|
| 40 |
-
<span class="author-block">
|
| 41 |
-
<a href="https://utkarshsinha.com" target="_blank">Utkarsh Sinha</a><sup>2</sup>,</span>
|
| 42 |
-
<span class="author-block">
|
| 43 |
-
<a href="https://jonbarron.info" target="_blank">Jonathan T. Barron</a><sup>2</sup>,
|
| 44 |
-
</span>
|
| 45 |
-
<span class="author-block">
|
| 46 |
-
<a href="http://sofienbouaziz.com" target="_blank">Sofien Bouaziz</a><sup>2</sup>,
|
| 47 |
-
</span>
|
| 48 |
-
<span class="author-block">
|
| 49 |
-
<a href="https://www.danbgoldman.com" target="_blank">Dan B Goldman</a><sup>2</sup>,
|
| 50 |
-
</span>
|
| 51 |
-
<span class="author-block">
|
| 52 |
-
<a href="https://homes.cs.washington.edu/~seitz/" target="_blank">Steven M. Seitz</a><sup>1,2</sup>,
|
| 53 |
-
</span>
|
| 54 |
-
<span class="author-block">
|
| 55 |
-
<a href="http://www.ricardomartinbrualla.com" target="_blank">Ricardo Martin-Brualla</a><sup>2</sup>
|
| 56 |
-
</span>
|
| 57 |
-
</div>
|
| 58 |
-
|
| 59 |
<div class="is-size-5 publication-authors">
|
| 60 |
-
|
| 61 |
-
<span class="author-block"><sup>2</sup>Google Research</span>
|
| 62 |
</div>
|
| 63 |
-
|
| 64 |
-
<div class="column has-text-centered">
|
| 65 |
-
<div class="publication-links">
|
| 66 |
-
<!-- PDF Link. -->
|
| 67 |
-
<span class="link-block">
|
| 68 |
-
<a href="https://arxiv.org/pdf/2011.12948" target="_blank"
|
| 69 |
-
class="external-link button is-normal is-rounded is-dark">
|
| 70 |
-
<span class="icon">
|
| 71 |
-
<i class="fas fa-file-pdf"></i>
|
| 72 |
-
</span>
|
| 73 |
-
<span>Paper</span>
|
| 74 |
-
</a>
|
| 75 |
-
</span>
|
| 76 |
-
<span class="link-block">
|
| 77 |
-
<a href="https://arxiv.org/abs/2011.12948" target="_blank"
|
| 78 |
-
class="external-link button is-normal is-rounded is-dark">
|
| 79 |
-
<span class="icon">
|
| 80 |
-
<i class="ai ai-arxiv"></i>
|
| 81 |
-
</span>
|
| 82 |
-
<span>arXiv</span>
|
| 83 |
-
</a>
|
| 84 |
-
</span>
|
| 85 |
-
<!-- Video Link. -->
|
| 86 |
-
<span class="link-block">
|
| 87 |
-
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA" target="_blank"
|
| 88 |
-
class="external-link button is-normal is-rounded is-dark">
|
| 89 |
-
<span class="icon">
|
| 90 |
-
<i class="fab fa-youtube"></i>
|
| 91 |
-
</span>
|
| 92 |
-
<span>Video</span>
|
| 93 |
-
</a>
|
| 94 |
-
</span>
|
| 95 |
-
<!-- Code Link. -->
|
| 96 |
-
<span class="link-block">
|
| 97 |
-
<a href="https://github.com/google/nerfies" target="_blank"
|
| 98 |
-
class="external-link button is-normal is-rounded is-dark">
|
| 99 |
-
<span class="icon">
|
| 100 |
-
<i class="fab fa-github"></i>
|
| 101 |
-
</span>
|
| 102 |
-
<span>Code</span>
|
| 103 |
-
</a>
|
| 104 |
-
</span>
|
| 105 |
-
<!-- Dataset Link. -->
|
| 106 |
-
<span class="link-block">
|
| 107 |
-
<a href="https://github.com/google/nerfies/releases/tag/0.1" target="_blank"
|
| 108 |
-
class="external-link button is-normal is-rounded is-dark">
|
| 109 |
-
<span class="icon">
|
| 110 |
-
<i class="far fa-images"></i>
|
| 111 |
-
</span>
|
| 112 |
-
<span>Data</span>
|
| 113 |
-
</a>
|
| 114 |
-
</div>
|
| 115 |
-
|
| 116 |
-
</div>
|
| 117 |
-
</div>
|
| 118 |
-
</div>
|
| 119 |
-
</div>
|
| 120 |
-
</div>
|
| 121 |
-
</section>
|
| 122 |
-
|
| 123 |
-
<section class="hero teaser">
|
| 124 |
-
<div class="container is-max-desktop">
|
| 125 |
-
<div class="hero-body">
|
| 126 |
-
<video id="teaser" autoplay muted loop playsinline height="100%">
|
| 127 |
-
<source src="./static/videos/teaser.mp4"
|
| 128 |
-
type="video/mp4">
|
| 129 |
-
</video>
|
| 130 |
-
<h2 class="subtitle has-text-centered">
|
| 131 |
-
<span class="dnerf">Nerfies</span> turns selfie videos from your phone into
|
| 132 |
-
free-viewpoint
|
| 133 |
-
portraits.
|
| 134 |
-
</h2>
|
| 135 |
-
</div>
|
| 136 |
-
</div>
|
| 137 |
-
</section>
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
<section class="hero is-light is-small">
|
| 141 |
-
<div class="hero-body">
|
| 142 |
-
<div class="container">
|
| 143 |
-
<div id="results-carousel" class="carousel results-carousel">
|
| 144 |
-
<div class="item item-steve">
|
| 145 |
-
<video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
|
| 146 |
-
<source src="./static/videos/steve.mp4"
|
| 147 |
-
type="video/mp4">
|
| 148 |
-
</video>
|
| 149 |
-
</div>
|
| 150 |
-
<div class="item item-chair-tp">
|
| 151 |
-
<video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
|
| 152 |
-
<source src="./static/videos/chair-tp.mp4"
|
| 153 |
-
type="video/mp4">
|
| 154 |
-
</video>
|
| 155 |
-
</div>
|
| 156 |
-
<div class="item item-shiba">
|
| 157 |
-
<video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
|
| 158 |
-
<source src="./static/videos/shiba.mp4"
|
| 159 |
-
type="video/mp4">
|
| 160 |
-
</video>
|
| 161 |
-
</div>
|
| 162 |
-
<div class="item item-fullbody">
|
| 163 |
-
<video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
|
| 164 |
-
<source src="./static/videos/fullbody.mp4"
|
| 165 |
-
type="video/mp4">
|
| 166 |
-
</video>
|
| 167 |
-
</div>
|
| 168 |
-
<div class="item item-blueshirt">
|
| 169 |
-
<video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
|
| 170 |
-
<source src="./static/videos/blueshirt.mp4"
|
| 171 |
-
type="video/mp4">
|
| 172 |
-
</video>
|
| 173 |
-
</div>
|
| 174 |
-
<div class="item item-mask">
|
| 175 |
-
<video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
|
| 176 |
-
<source src="./static/videos/mask.mp4"
|
| 177 |
-
type="video/mp4">
|
| 178 |
-
</video>
|
| 179 |
-
</div>
|
| 180 |
-
<div class="item item-coffee">
|
| 181 |
-
<video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
|
| 182 |
-
<source src="./static/videos/coffee.mp4"
|
| 183 |
-
type="video/mp4">
|
| 184 |
-
</video>
|
| 185 |
-
</div>
|
| 186 |
-
<div class="item item-toby">
|
| 187 |
-
<video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
|
| 188 |
-
<source src="./static/videos/toby2.mp4"
|
| 189 |
-
type="video/mp4">
|
| 190 |
-
</video>
|
| 191 |
</div>
|
| 192 |
</div>
|
| 193 |
</div>
|
| 194 |
</div>
|
| 195 |
</section>
|
| 196 |
|
| 197 |
-
|
| 198 |
<section class="section">
|
| 199 |
<div class="container is-max-desktop">
|
| 200 |
<!-- Abstract. -->
|
| 201 |
<div class="columns is-centered has-text-centered">
|
| 202 |
<div class="column is-four-fifths">
|
| 203 |
-
<h2 class="title is-3">
|
| 204 |
<div class="content has-text-justified">
|
| 205 |
<p>
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
</p>
|
| 209 |
-
<p>
|
| 210 |
-
Our approach augments neural radiance fields
|
| 211 |
-
(NeRF) by optimizing an
|
| 212 |
-
additional continuous volumetric deformation field that warps each observed point into a
|
| 213 |
-
canonical 5D NeRF.
|
| 214 |
-
We observe that these NeRF-like deformation fields are prone to local minima, and
|
| 215 |
-
propose a coarse-to-fine optimization method for coordinate-based models that allows for
|
| 216 |
-
more robust optimization.
|
| 217 |
-
By adapting principles from geometry processing and physical simulation to NeRF-like
|
| 218 |
-
models, we propose an elastic regularization of the deformation field that further
|
| 219 |
-
improves robustness.
|
| 220 |
-
</p>
|
| 221 |
-
<p>
|
| 222 |
-
We show that <span class="dnerf">Nerfies</span> can turn casually captured selfie
|
| 223 |
-
photos/videos into deformable NeRF
|
| 224 |
-
models that allow for photorealistic renderings of the subject from arbitrary
|
| 225 |
-
viewpoints, which we dub <i>"nerfies"</i>. We evaluate our method by collecting data
|
| 226 |
-
using a
|
| 227 |
-
rig with two mobile phones that take time-synchronized photos, yielding train/validation
|
| 228 |
-
images of the same pose at different viewpoints. We show that our method faithfully
|
| 229 |
-
reconstructs non-rigidly deforming scenes and reproduces unseen views with high
|
| 230 |
-
fidelity.
|
| 231 |
</p>
|
| 232 |
</div>
|
| 233 |
</div>
|
| 234 |
</div>
|
| 235 |
<!--/ Abstract. -->
|
| 236 |
|
| 237 |
-
<!-- Paper
|
| 238 |
<div class="columns is-centered has-text-centered">
|
| 239 |
<div class="column is-four-fifths">
|
| 240 |
-
<h2 class="title is-3">
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 244 |
</div>
|
| 245 |
-
</div>
|
| 246 |
-
</div>
|
| 247 |
-
<!--/ Paper video. -->
|
| 248 |
-
</div>
|
| 249 |
-
</section>
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
<section class="section">
|
| 253 |
-
<div class="container is-max-desktop">
|
| 254 |
-
|
| 255 |
-
<div class="columns is-centered">
|
| 256 |
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
|
|
|
|
| 269 |
</div>
|
| 270 |
-
</div>
|
| 271 |
-
<!--/ Visual Effects. -->
|
| 272 |
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
<
|
| 279 |
-
|
| 280 |
-
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
| 284 |
-
type="video/mp4">
|
| 285 |
-
</video>
|
| 286 |
</div>
|
| 287 |
-
|
| 288 |
</div>
|
| 289 |
-
</div>
|
| 290 |
-
</div>
|
| 291 |
-
<!--/ Matting. -->
|
| 292 |
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
|
| 296 |
-
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
<h3 class="title is-4">Interpolating states</h3>
|
| 300 |
-
<div class="content has-text-justified">
|
| 301 |
-
<p>
|
| 302 |
-
We can also animate the scene by interpolating the deformation latent codes of two input
|
| 303 |
-
frames. Use the slider here to linearly interpolate between the left frame and the right
|
| 304 |
-
frame.
|
| 305 |
-
</p>
|
| 306 |
-
</div>
|
| 307 |
-
<div class="columns is-vcentered interpolation-panel">
|
| 308 |
-
<div class="column is-3 has-text-centered">
|
| 309 |
-
<img src="./static/images/interpolate_start.jpg"
|
| 310 |
-
class="interpolation-image"
|
| 311 |
-
alt="Interpolate start reference image."/>
|
| 312 |
-
<p>Start Frame</p>
|
| 313 |
-
</div>
|
| 314 |
-
<div class="column interpolation-video-column">
|
| 315 |
-
<div id="interpolation-image-wrapper">
|
| 316 |
-
Loading...
|
| 317 |
</div>
|
| 318 |
-
<input class="slider is-fullwidth is-large is-info"
|
| 319 |
-
id="interpolation-slider"
|
| 320 |
-
step="1" min="0" max="100" value="0" type="range">
|
| 321 |
</div>
|
| 322 |
-
<div class="
|
| 323 |
-
<
|
| 324 |
-
class="interpolation-image"
|
| 325 |
-
alt="Interpolation end reference image."/>
|
| 326 |
-
<p class="is-bold">End Frame</p>
|
| 327 |
</div>
|
| 328 |
</div>
|
| 329 |
-
<br/>
|
| 330 |
-
<!--/ Interpolating. -->
|
| 331 |
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
| 336 |
-
|
| 337 |
-
|
| 338 |
-
|
| 339 |
-
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
muted
|
| 344 |
-
preload
|
| 345 |
-
playsinline
|
| 346 |
-
width="75%">
|
| 347 |
-
<source src="./static/videos/replay.mp4"
|
| 348 |
-
type="video/mp4">
|
| 349 |
-
</video>
|
| 350 |
</div>
|
| 351 |
-
<!--/ Re-rendering. -->
|
| 352 |
-
|
| 353 |
-
</div>
|
| 354 |
-
</div>
|
| 355 |
-
<!--/ Animation. -->
|
| 356 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 357 |
|
| 358 |
-
|
| 359 |
-
|
| 360 |
-
|
| 361 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 362 |
|
| 363 |
-
<div class="
|
| 364 |
-
<
|
| 365 |
-
|
| 366 |
-
|
| 367 |
-
|
| 368 |
-
|
| 369 |
-
|
| 370 |
-
|
| 371 |
-
<a href="https://www.albertpumarola.com/research/D-NeRF/index.html" target="_blank">D-NeRF</a> and <a href="https://gvv.mpi-inf.mpg.de/projects/nonrigid_nerf/" target="_blank">NR-NeRF</a>
|
| 372 |
-
both use deformation fields to model non-rigid scenes.
|
| 373 |
-
</p>
|
| 374 |
-
<p>
|
| 375 |
-
Some works model videos with a NeRF by directly modulating the density, such as <a href="https://video-nerf.github.io/" target="_blank">Video-NeRF</a>, <a href="https://www.cs.cornell.edu/~zl548/NSFF/" target="_blank">NSFF</a>, and <a href="https://neural-3d-video.github.io/" target="_blank">DyNeRF</a>
|
| 376 |
-
</p>
|
| 377 |
-
<p>
|
| 378 |
-
There are probably many more by the time you are reading this. Check out <a href="https://dellaert.github.io/NeRF/" target="_blank">Frank Dellart's survey on recent NeRF papers</a>, and <a href="https://github.com/yenchenlin/awesome-NeRF" target="_blank">Yen-Chen Lin's curated list of NeRF papers</a>.
|
| 379 |
-
</p>
|
| 380 |
</div>
|
| 381 |
</div>
|
| 382 |
</div>
|
| 383 |
-
<!--/ Concurrent Work. -->
|
| 384 |
-
|
| 385 |
</div>
|
| 386 |
</section>
|
| 387 |
|
| 388 |
-
|
| 389 |
-
<section class="section" id="BibTeX">
|
| 390 |
-
<div class="container is-max-desktop content">
|
| 391 |
-
<h2 class="title">BibTeX</h2>
|
| 392 |
-
<pre><code>@article{park2021nerfies,
|
| 393 |
-
author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
|
| 394 |
-
title = {Nerfies: Deformable Neural Radiance Fields},
|
| 395 |
-
journal = {ICCV},
|
| 396 |
-
year = {2021},
|
| 397 |
-
}</code></pre>
|
| 398 |
-
</div>
|
| 399 |
-
</section>
|
| 400 |
-
|
| 401 |
-
|
| 402 |
<footer class="footer">
|
| 403 |
<div class="container">
|
| 404 |
<div class="content has-text-centered">
|
| 405 |
-
<a class="icon-link" target="_blank"
|
| 406 |
-
href="./static/videos/nerfies_paper.pdf">
|
| 407 |
-
<i class="fas fa-file-pdf"></i>
|
| 408 |
-
</a>
|
| 409 |
-
<a class="icon-link" href="https://github.com/keunhong" target="_blank" class="external-link" disabled>
|
| 410 |
<i class="fab fa-github"></i>
|
| 411 |
</a>
|
| 412 |
</div>
|
|
@@ -414,17 +175,9 @@
|
|
| 414 |
<div class="column is-8">
|
| 415 |
<div class="content">
|
| 416 |
<p>
|
| 417 |
-
This website is licensed under a <a rel="license"
|
| 418 |
-
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
|
| 419 |
Commons Attribution-ShareAlike 4.0 International License</a>.
|
| 420 |
</p>
|
| 421 |
-
<p>
|
| 422 |
-
This means you are free to borrow the <a target="_blank"
|
| 423 |
-
href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
|
| 424 |
-
we just ask that you link back to this page in the footer.
|
| 425 |
-
Please remember to remove the analytics code included in the header of the website which
|
| 426 |
-
you do not want on your website.
|
| 427 |
-
</p>
|
| 428 |
</div>
|
| 429 |
</div>
|
| 430 |
</div>
|
|
@@ -432,4 +185,4 @@
|
|
| 432 |
</footer>
|
| 433 |
|
| 434 |
</body>
|
| 435 |
-
</html>
|
|
|
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
| 5 |
+
<meta name="description" content="DeepSeek: Advancing Open-Source Language Models">
|
| 6 |
+
<meta name="keywords" content="DeepSeek, LLM, AI">
|
|
|
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 8 |
+
<title>DeepSeek: Advancing Open-Source Language Models</title>
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
+
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">
|
| 11 |
<link rel="stylesheet" href="./static/css/bulma.min.css">
|
| 12 |
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
|
| 13 |
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
|
| 14 |
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
|
| 15 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
|
|
|
|
| 16 |
<link rel="stylesheet" href="./static/css/index.css">
|
| 17 |
<link rel="icon" href="./static/images/favicon.svg">
|
| 18 |
|
|
|
|
| 29 |
<div class="container is-max-desktop">
|
| 30 |
<div class="columns is-centered">
|
| 31 |
<div class="column has-text-centered">
|
| 32 |
+
<h1 class="title is-1 publication-title">DeepSeek: Advancing Open-Source Language Models</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
<div class="is-size-5 publication-authors">
|
| 34 |
+
A collection of groundbreaking research papers in AI and language models
|
|
|
|
| 35 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
</div>
|
| 37 |
</div>
|
| 38 |
</div>
|
| 39 |
</div>
|
| 40 |
</section>
|
| 41 |
|
|
|
|
| 42 |
<section class="section">
|
| 43 |
<div class="container is-max-desktop">
|
| 44 |
<!-- Abstract. -->
|
| 45 |
<div class="columns is-centered has-text-centered">
|
| 46 |
<div class="column is-four-fifths">
|
| 47 |
+
<h2 class="title is-3">Overview</h2>
|
| 48 |
<div class="content has-text-justified">
|
| 49 |
<p>
|
| 50 |
+
DeepSeek has released a series of significant papers detailing advancements in large language models (LLMs).
|
| 51 |
+
Each paper represents a step forward in making AI more capable, efficient, and accessible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
</p>
|
| 53 |
</div>
|
| 54 |
</div>
|
| 55 |
</div>
|
| 56 |
<!--/ Abstract. -->
|
| 57 |
|
| 58 |
+
<!-- Paper Collection -->
|
| 59 |
<div class="columns is-centered has-text-centered">
|
| 60 |
<div class="column is-four-fifths">
|
| 61 |
+
<h2 class="title is-3">Research Papers</h2>
|
| 62 |
+
|
| 63 |
+
<!-- Paper 1 -->
|
| 64 |
+
<div class="publication-block">
|
| 65 |
+
<div class="publication-header">
|
| 66 |
+
<h3 class="title is-4">DeepSeekLLM: Scaling Open-Source Language Models with Longer-termism</h3>
|
| 67 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 68 |
+
<div class="is-size-5 publication-authors">
|
| 69 |
+
Released: November 29, 2023
|
| 70 |
+
</div>
|
| 71 |
+
</div>
|
| 72 |
+
<div class="content has-text-justified">
|
| 73 |
+
<p>This foundational paper explores scaling laws and the trade-offs between data and model size,
|
| 74 |
+
establishing the groundwork for subsequent models.</p>
|
| 75 |
+
</div>
|
| 76 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
|
| 78 |
+
<!-- Paper 2 -->
|
| 79 |
+
<div class="publication-block">
|
| 80 |
+
<div class="publication-header">
|
| 81 |
+
<h3 class="title is-4">DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model</h3>
|
| 82 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 83 |
+
<div class="is-size-5 publication-authors">
|
| 84 |
+
Released: May 2024
|
| 85 |
+
</div>
|
| 86 |
+
</div>
|
| 87 |
+
<div class="content has-text-justified">
|
| 88 |
+
<p>Introduces a Mixture-of-Experts (MoE) architecture, enhancing performance while reducing
|
| 89 |
+
training costs by 42%.</p>
|
| 90 |
+
</div>
|
| 91 |
</div>
|
|
|
|
|
|
|
| 92 |
|
| 93 |
+
<!-- Additional papers following same structure -->
|
| 94 |
+
<div class="publication-block">
|
| 95 |
+
<div class="publication-header">
|
| 96 |
+
<h3 class="title is-4">DeepSeek-V3 Technical Report</h3>
|
| 97 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 98 |
+
<div class="is-size-5 publication-authors">
|
| 99 |
+
Released: December 2024
|
| 100 |
+
</div>
|
| 101 |
+
</div>
|
| 102 |
+
<div class="content has-text-justified">
|
| 103 |
+
<p>Discusses the scaling of sparse MoE networks to 671 billion parameters.</p>
|
|
|
|
|
|
|
| 104 |
</div>
|
|
|
|
| 105 |
</div>
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
+
<div class="publication-block">
|
| 108 |
+
<div class="publication-header">
|
| 109 |
+
<h3 class="title is-4">DeepSeek-R1: Incentivizing Reasoning Capability in LLMs</h3>
|
| 110 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 111 |
+
<div class="is-size-5 publication-authors">
|
| 112 |
+
Released: January 20, 2025
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
</div>
|
|
|
|
|
|
|
|
|
|
| 114 |
</div>
|
| 115 |
+
<div class="content has-text-justified">
|
| 116 |
+
<p>Enhances reasoning capabilities through large-scale reinforcement learning.</p>
|
|
|
|
|
|
|
|
|
|
| 117 |
</div>
|
| 118 |
</div>
|
|
|
|
|
|
|
| 119 |
|
| 120 |
+
<div class="publication-block">
|
| 121 |
+
<div class="publication-header">
|
| 122 |
+
<h3 class="title is-4">DeepSeekMath: Pushing the Limits of Mathematical Reasoning</h3>
|
| 123 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 124 |
+
<div class="is-size-5 publication-authors">
|
| 125 |
+
Released: April 2024
|
| 126 |
+
</div>
|
| 127 |
+
</div>
|
| 128 |
+
<div class="content has-text-justified">
|
| 129 |
+
<p>Presents methods to improve mathematical reasoning in LLMs.</p>
|
| 130 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
|
| 133 |
+
<div class="publication-block">
|
| 134 |
+
<div class="publication-header">
|
| 135 |
+
<h3 class="title is-4">DeepSeek-Prover: Advancing Theorem Proving in LLMs</h3>
|
| 136 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 137 |
+
</div>
|
| 138 |
+
<div class="content has-text-justified">
|
| 139 |
+
<p>Focuses on enhancing theorem proving capabilities using synthetic data for training.</p>
|
| 140 |
+
</div>
|
| 141 |
+
</div>
|
| 142 |
|
| 143 |
+
<div class="publication-block">
|
| 144 |
+
<div class="publication-header">
|
| 145 |
+
<h3 class="title is-4">DeepSeek-Coder-V2: Breaking the Barrier of Closed-Source Models</h3>
|
| 146 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 147 |
+
</div>
|
| 148 |
+
<div class="content has-text-justified">
|
| 149 |
+
<p>Details advancements in code-related tasks with emphasis on open-source methodologies.</p>
|
| 150 |
+
</div>
|
| 151 |
+
</div>
|
| 152 |
|
| 153 |
+
<div class="publication-block">
|
| 154 |
+
<div class="publication-header">
|
| 155 |
+
<h3 class="title is-4">DeepSeekMoE: Advancing Mixture-of-Experts Architecture</h3>
|
| 156 |
+
<span class="tag is-primary is-medium">Deep Dive Coming Soon</span>
|
| 157 |
+
</div>
|
| 158 |
+
<div class="content has-text-justified">
|
| 159 |
+
<p>Discusses the integration and benefits of the Mixture-of-Experts approach.</p>
|
| 160 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
</div>
|
| 162 |
</div>
|
| 163 |
</div>
|
|
|
|
|
|
|
| 164 |
</div>
|
| 165 |
</section>
|
| 166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
<footer class="footer">
|
| 168 |
<div class="container">
|
| 169 |
<div class="content has-text-centered">
|
| 170 |
+
<a class="icon-link" href="https://github.com/deepseek-ai" target="_blank" class="external-link">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
<i class="fab fa-github"></i>
|
| 172 |
</a>
|
| 173 |
</div>
|
|
|
|
| 175 |
<div class="column is-8">
|
| 176 |
<div class="content">
|
| 177 |
<p>
|
| 178 |
+
This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
|
|
|
|
| 179 |
Commons Attribution-ShareAlike 4.0 International License</a>.
|
| 180 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 181 |
</div>
|
| 182 |
</div>
|
| 183 |
</div>
|
|
|
|
| 185 |
</footer>
|
| 186 |
|
| 187 |
</body>
|
| 188 |
+
</html>
|