paper-with-me

홈 › Papers

Optimal Transport Kernels for Sequential and Parallel Neural Architecture Search

2020-06-13 · Vu Nguyen, Tam Le, Makoto Yamada, Michael A. Osborne

Neural architecture search (NAS) automates the design of deep neural networks. One of the main challenges in searching complex and non-continuous architectures is to compare the similarity of networks that the conventional Euclidean metric may fail to capture. Optimal transport (OT) is resilient to such complex structure by considering the minimal cost for transporting a network into another. However, the OT is generally not negative definite which may limit its ability to build the positive-definite kernels required in many kernel-dependent frameworks. Building upon tree-Wasserstein (TW), which is a negative definite variant of OT, we develop a novel discrepancy for neural architectures, and demonstrate it within a Gaussian process surrogate model for the sequential NAS settings. Furthermore, we derive a novel parallel NAS, using quality k-determinantal point process on the GP posterior, to select diverse and high-performing architectures from a discrete set of candidates. Empirically, we demonstrate that our TW-based approaches outperform other baselines in both sequential and parallel NAS.

📄 PDF Abstract BibTeX arXiv:2006.07593

Code (1)

ntienvu/TW_NAS 공식 구현 pytorch

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Transport based Graph Kernels

2020-11-02 · Kai Ma, Peng Wan, Daoqiang Zhang

Graph kernel is a powerful tool measuring the similarity between graphs. Most of the existing graph kernels focused on node labels or attributes and ignored graph hierarchical structure information. In order to effective…

Sliced Wasserstein Kernels for Probability Distributions

2015-11-10 · CVPR 2016 6 · Soheil Kolouri, Yang Zou, Gustavo K. Rohde

Optimal transport distances, otherwise known as Wasserstein distances, have recently drawn ample attention in computer vision and machine learning as a powerful discrepancy measure for probability distributions. The rece…

BIG-bench Machine Learning

Parallel Tree Kernel Computation

2023-05-12 · Souad Taouti, Hadda Cherroun, Djelloul Ziadi

Tree kernels are fundamental tools that have been leveraged in many applications, particularly those based on machine learning for Natural Language Processing tasks. In this paper, we devise a parallel implementation of …

Families of Optimal Transport Kernels for Cell Complexes

2025-07-22 · Rahul Khorana arxiv

Recent advances have discussed cell complexes as ideal learning representations. However, there is a lack of available machine learning methods suitable for learning on CW complexes. In this paper, we derive an explicit …

Sinkhorn Algorithm for Sequentially Composed Optimal Transports

2024-12-04 · Kazuki Watanabe, Noboru Isobe

Sinkhorn algorithm is the de-facto standard approximation algorithm for optimal transport, which has been applied to a variety of applications, including image processing and natural language processing. In theory, the p…