scispace - formally typeset
L

Laurens van der Maaten

Researcher at Facebook

Publications -  127
Citations -  79845

Laurens van der Maaten is an academic researcher from Facebook. The author has contributed to research in topics: Computer science & Network architecture. The author has an hindex of 47, co-authored 118 publications receiving 54188 citations. Previous affiliations of Laurens van der Maaten include Maastricht University & Delft University of Technology.

Papers
More filters
Journal Article

Visualizing Data using t-SNE

TL;DR: A new technique called t-SNE that visualizes high-dimensional data by giving each datapoint a location in a two or three-dimensional map, a variation of Stochastic Neighbor Embedding that is much easier to optimize, and produces significantly better visualizations by reducing the tendency to crowd points together in the center of the map.
Proceedings ArticleDOI

Densely Connected Convolutional Networks

TL;DR: DenseNet as mentioned in this paper proposes to connect each layer to every other layer in a feed-forward fashion, which can alleviate the vanishing gradient problem, strengthen feature propagation, encourage feature reuse, and substantially reduce the number of parameters.

Dimensionality Reduction: A Comparative Review

TL;DR: The results of the experiments reveal that nonlinear techniques perform well on selected artificial tasks, but that this strong performance does not necessarily extend to real-world tasks.
Journal ArticleDOI

Accelerating t-SNE using tree-based algorithms

TL;DR: Variants of the Barnes-Hut algorithm and of the dual-tree algorithm that approximate the gradient used for learning t-SNE embeddings in O(N log N) are developed and shown to substantially accelerate and make it possible to learnembeddings of data sets with millions of objects.
Proceedings ArticleDOI

CLEVR: A Diagnostic Dataset for Compositional Language and Elementary Visual Reasoning

TL;DR: In this paper, the authors present a diagnostic dataset that tests a range of visual reasoning abilities and provides insights into their abilities and limitations, and use this dataset to analyze a variety of modern visual reasoning systems.