paper-with-me

Papers

Learning Deep Representations By Distributed Random Samplings

2013-12-16 · Xiao-Lei Zhang

In this paper, we propose an extremely simple deep model for the unsupervised nonlinear dimensionality reduction -- deep distributed random samplings, which performs like a stack of unsupervised bootstrap aggregating. First, its network structure is novel: each layer of the network is a group of mutually independent $k$-centers clusterings. Second, its learning method is extremely simple: the $k$ centers of each clustering are only $k$ randomly selected examples from the training data; for small-scale data sets, the $k$ centers are further randomly reconstructed by a simple cyclic-shift operation. Experimental results on nonlinear dimensionality reduction show that the proposed method can learn abstract representations on both large-scale and small-scale problems, and meanwhile is much faster than deep neural networks on large-scale problems.

📄 PDF Abstract BibTeX arXiv:1312.4405

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDimensionality Reduction

Similar Papers 제목 키워드 기반

Deep Distributed Random Samplings for Supervised Learning: An Alternative to Random Forests?

2014-12-03 · Xiao-Lei Zhang

In (\cite{zhang2014nonlinear,zhang2014nonlinear2}), we have viewed machine learning as a coding and dimensionality reduction problem, and further proposed a simple unsupervised dimensionality reduction method, entitled d…

Dimensionality Reduction

Coordinate Descent with Arbitrary Sampling II: Expected Separable Overapproximation

2014-12-27 · Zheng Qu, Peter Richtárik

The design and complexity analysis of randomized coordinate descent methods, and in particular of variants which update a random subset (sampling) of coordinates in each iteration, depends on the notion of expected separ…

BiasedWalk: Biased Sampling for Representation Learning on Graphs

2018-09-07 · Duong Nguyen, Fragkiskos D. Malliaros

Network embedding algorithms are able to learn latent feature representations of nodes, transforming networks into lower dimensional vector representations. Typical key applications, which have effectively been addressed…

Community DetectionGeneral ClassificationLink PredictionNetwork Embedding+2

Diffusion Based Network Embedding

2018-05-09 · Yong Shi, Minglong Lei, Peng Zhang, Lingfeng Niu

In network embedding, random walks play a fundamental role in preserving network structures. However, random walk based embedding methods have two limitations. First, random walk methods are fragile when the sampling fre…

Network EmbeddingNode Classification

DeepSphere: towards an equivariant graph-based spherical CNN

2019-04-08 · Michaël Defferrard, Nathanaël Perraudin, Tomasz Kacprzak, Raphael Sgier

Spherical data is found in many applications. By modeling the discretized sphere as a graph, we can accommodate non-uniformly distributed, partial, and changing samplings. Moreover, graph convolutions are computationally…

Graph Neural Network