paper-with-me

Papers

Learning Ordered Representations with Nested Dropout

2014-02-05 · Oren Rippel, Michael A. Gelbart, Ryan P. Adams

In this paper, we study ordered representations of data in which different dimensions have different degrees of importance. To learn these representations we introduce nested dropout, a procedure for stochastically removing coherent nested sets of hidden units in a neural network. We first present a sequence of theoretical results in the simple case of a semi-linear autoencoder. We rigorously show that the application of nested dropout enforces identifiability of the units, which leads to an exact equivalence with PCA. We then extend the algorithm to deep models and demonstrate the relevance of ordered representations to a number of applications. Specifically, we use the ordered property of the learned codes to construct hash-based data structures that permit very fast retrieval, achieving retrieval in time logarithmic in the database size and independent of the dimensionality of the representation. This allows codes that are hundreds of times longer than currently feasible for retrieval. We therefore avoid the diminished quality associated with short codes, while still performing retrieval that is competitive in speed with existing methods. We also show that ordered representations are a promising way to learn adaptive compression for efficient online data reconstruction.

📄 PDF Abstract BibTeX arXiv:1402.0915

Code (1)

PhilippeNguyen/nested_dropout tf

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Variational Nested Dropout

2021-01-27 · CVPR 2021 1 · Yufei Cui, Yu Mao, Ziquan Liu, Qiao Li 외

Nested dropout is a variant of dropout operation that is able to order network parameters or features based on the pre-defined importance during training. It has been explored for: I. Constructing nested nets: the nested…

Representation Learning

FjORD: Fair and Accurate Federated Learning under heterogeneous targets with Ordered Dropout

2021-02-26 · NeurIPS 2021 12 · Samuel Horvath, Stefanos Laskaridis, Mario Almeida, Ilias Leontiadis 외

Federated Learning (FL) has been gaining significant traction across different ML tasks, ranging from vision to keyboard predictions. In large-scale deployments, client heterogeneity is a fact and constitutes a primary p…

FairnessFederated Learning

Ordering Dimensions with Nested Dropout Normalizing Flows

2020-06-15 · Artur Bekasov, Iain Murray

The latent space of normalizing flows must be of the same dimensionality as their output space. This constraint presents a problem if we want to learn low-dimensional, semantically meaningful representations. Recent work…

Ordered and Binary Speaker Embedding

2023-05-25 · Jiaying Wang, Xianglong Wang, Namin Wang, Lantian Li 외

Modern speaker recognition systems represent utterances by embedding vectors. Conventional embedding vectors are dense and non-structural. In this paper, we propose an ordered binary embedding approach that sorts the dim…

ClusteringRetrievalSpeaker IdentificationSpeaker Recognition

Compressing Features for Learning with Noisy Labels

2022-06-27 · Yingyi Chen, Shell Xu Hu, Xi Shen, Chunrong Ai 외

Supervised learning can be viewed as distilling relevant information from input data into feature representations. This process becomes difficult when supervision is noisy as the distilled information might not be releva…

Feature CompressionFeature ImportanceImage ClassificationInductive Bias+1