paper-with-me

Papers

Exemplar-Centered Supervised Shallow Parametric Data Embedding

2017-02-21 · Martin Renqiang Min, Hongyu Guo, Dongjin Song

Metric learning methods for dimensionality reduction in combination with k-Nearest Neighbors (kNN) have been extensively deployed in many classification, data embedding, and information retrieval applications. However, most of these approaches involve pairwise training data comparisons, and thus have quadratic computational complexity with respect to the size of training set, preventing them from scaling to fairly big datasets. Moreover, during testing, comparing test data against all the training data points is also expensive in terms of both computational cost and resources required. Furthermore, previous metrics are either too constrained or too expressive to be well learned. To effectively solve these issues, we present an exemplar-centered supervised shallow parametric data embedding model, using a Maximally Collapsing Metric Learning (MCML) objective. Our strategy learns a shallow high-order parametric embedding function and compares training/test data only with learned or precomputed exemplars, resulting in a cost function with linear computational complexity for both training and testing. We also empirically demonstrate, using several benchmark datasets, that for classification in two-dimensional embedding space, our approach not only gains speedup of kNN by hundreds of times, but also outperforms state-of-the-art supervised embedding approaches.

📄 PDF Abstract BibTeX arXiv:1702.06602

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionGeneral ClassificationInformation RetrievalMetric LearningRetrieval

Similar Papers 제목 키워드 기반

Parametric t-Distributed Stochastic Exemplar-centered Embedding

2017-10-14 · Martin Renqiang Min, Hongyu Guo, Dinghan Shen

Parametric embedding methods such as parametric t-SNE (pt-SNE) have been widely adopted for data visualization and out-of-sample data embedding without further computationally expensive optimization or approximation. How…

Data Visualization

A Shallow High-Order Parametric Approach to Data Visualization and Compression

2016-08-16 · Martin Renqiang Min, Hongyu Guo, Dongjin Song

Explicit high-order feature interactions efficiently capture essential structural knowledge about the data of interest and have been used for constructing generative models. We present a supervised discriminative High-Or…

Computational EfficiencyData VisualizationGeneral ClassificationInformation Retrieval+2

MARBLE: Material Recomposition and Blending in CLIP-Space

2025-06-05 · CVPR 2025 1 · Ta-Ying Cheng, Prafull Sharma, Mark Boss, Varun Jampani

Editing materials of objects in images based on exemplar images is an active area of research in computer vision and graphics. We propose MARBLE, a method for performing material blending and recomposing fine-grained mat…

AttributeDenoising

Exemplar VAE: Linking Generative Models, Nearest Neighbor Retrieval, and Data Augmentation

2020-04-09 · NeurIPS 2020 12 · Sajad Norouzi, David J. Fleet, Mohammad Norouzi

We introduce Exemplar VAEs, a family of generative models that bridge the gap between parametric and non-parametric, exemplar based generative models. Exemplar VAE is a variant of VAE with a non-parametric prior in the l…

Data AugmentationDensity EstimationRepresentation LearningRetrieval+1

On a Theory of Nonparametric Pairwise Similarity for Clustering: Connecting Clustering to Classification

2014-12-01 · NeurIPS 2014 12 · Yingzhen Yang, Feng Liang, Shuicheng Yan, Zhangyang Wang 외

Pairwise clustering methods partition the data space into clusters by the pairwise similarity between data points. The success of pairwise clustering largely depends on the pairwise similarity function defined over the d…

ClusteringDensity EstimationGeneral ClassificationMulti-class Classification