中文
相关论文

相关论文: Restricted Boltzmann Machine Assignment Algorithm:…

200 篇论文

We study the on-line minimum weighted bipartite matching problem in arbitrary metric spaces. Here, $n$ not necessary disjoint points of a metric space $M$ are given, and are to be matched on-line with $n$ points of $M$ revealed one by one.…

数据结构与算法 · 计算机科学 2007-06-06 Béla Csaba , András S. Pluhár

Maximum weight matching is one of the most fundamental combinatorial optimization problems with a wide range of applications in data mining and bioinformatics. Developing distributed weighted matching algorithms is challenging due to the…

分布式、并行与集群计算 · 计算机科学 2019-06-06 Sepehr Assadi , MohammadHossein Bateni , Vahab Mirrokni

In this paper we consider graph algorithms in models of computation where the space usage (random accessible storage, in addition to the read only input) is sublinear in the number of edges $m$ and the access to input data is constrained.…

数据结构与算法 · 计算机科学 2015-04-21 Kook Jin Ahn , Sudipto Guha

A restricted Boltzmann machine (RBM) is an undirected graphical model constructed for discrete or continuous random variables, with two layers, one hidden and one visible, and no conditional dependency within a layer. In recent years, RBMs…

机器学习 · 统计学 2019-09-12 Andee Kaplan , Daniel Nordman , Stephen Vardeman

We investigate the power of randomized algorithms for the maximum cardinality matching (MCM) and the maximum weight matching (MWM) problems in the online preemptive model. In this model, the edges of a graph are revealed one by one and the…

数据结构与算法 · 计算机科学 2015-07-03 Ashish Chiplunkar , Sumedh Tirodkar , Sundar Vishwanathan

Restricted Boltzmann Machines (RBMs) are a common family of undirected graphical models with latent variables. An RBM is described by a bipartite graph, with all observed variables in one layer and all latent variables in the other. We…

机器学习 · 计算机科学 2020-10-20 Guy Bresler , Rares-Darius Buhai

Many computer vision applications involve modeling complex spatio-temporal patterns in high-dimensional motion data. Recently, restricted Boltzmann machines (RBMs) have been widely used to capture and represent spatial patterns in a single…

计算机视觉与模式识别 · 计算机科学 2017-10-24 Siqi Nie , Ziheng Wang , Qiang Ji

We define a message-passing algorithm for computing magnetizations in Restricted Boltzmann machines, which are Ising models on bipartite graphs introduced as neural network models for probability distributions over spin configurations. To…

机器学习 · 计算机科学 2020-12-02 Burak Çakmak , Manfred Opper

The Restricted Boltzmann Machine (RBM), an important tool used in machine learning in particular for unsupervized learning tasks, is investigated from the perspective of its spectral properties. Starting from empirical observations, we…

无序系统与神经网络 · 物理学 2018-01-17 Aurélien Decelle , Giancarlo Fissore , Cyril Furtlehner

We study two-stage bipartite matching, in which the edges of a bipartite graph on vertices $(B_1 \cup B_2, I)$ are revealed in two batches. In stage one, a matching must be selected from among revealed edges $E \subseteq B_1 \times I$. In…

数据结构与算法 · 计算机科学 2025-10-24 Tristan Pollner , Amin Saberi , Anders Wikum

We propose a new approach to combine Restricted Boltzmann Machines (RBMs) that can be used to solve combinatorial optimization problems. This allows synthesis of larger models from smaller RBMs that have been pretrained, thus effectively…

机器学习 · 计算机科学 2019-09-10 Saavan Patel , Sayeef Salahuddin

Let c denote a non-negative constant. Suppose that we are given an edge-weighted bipartite graph G=(V,E) with its 2-layered drawing and a family X of intersecting edge pairs. We consider the problem of finding a maximum weighted matching M*…

数据结构与算法 · 计算机科学 2019-09-17 Kazuya Haraguchi , Kotaro Torii , Motomu Endo

Understanding the results of deep neural networks is an essential step towards wider acceptance of deep learning algorithms. Many approaches address the issue of interpreting artificial neural networks, but often provide divergent…

机器学习 · 计算机科学 2021-11-16 Vadim Borisov , Johannes Meier , Johan van den Heuvel , Hamed Jalali , Gjergji Kasneci

We consider the problem of classification when inputs correspond to sets of vectors. This setting occurs in many problems such as the classification of pieces of mail containing several pages, of web sites with several sections or of images…

机器学习 · 计算机科学 2011-03-28 Jérôme Louradour , Hugo Larochelle

We propose a framework for optimal $t$-matchings excluding the prescribed $t$-factors in bipartite graphs. The proposed framework is a generalization of the nonbipartite matching problem and includes several problems, such as the…

组合数学 · 数学 2017-08-03 Kenjiro Takazawa

Restricted Boltzmann machines (RBMs) are endowed with the universal power of modeling (binary) joint distributions. Meanwhile, as a result of their confining network structure, training RBMs confronts less difficulties (compared with more…

机器学习 · 计算机科学 2015-10-22 Sai Zhang

We present the first near optimal approximation schemes for the maximum weighted (uncapacitated or capacitated) $b$--matching problems for non-bipartite graphs that run in time (near) linear in the number of edges. For any…

数据结构与算法 · 计算机科学 2018-06-19 Kook Jin Ahn , Sudipto Guha

We propose a random bipartite graph with weights assigned to both parts of the vertex sets. Edges are formed independently with probabilities that depend on these weights. This bipartite graph naturally gives rise to a random intersection…

概率论 · 数学 2025-06-10 Alastair Haig , Minmin Wang

This paper analyzes different online algorithms for the problem of assigning weights to edges in a fully-connected bipartite graph that minimizes the overall cost while satisfying constraints. Edges in this graph may disappear and reappear…

计算复杂性 · 计算机科学 2011-05-03 Ankur Sahai

Learning invariant representations is a critical task in computer vision. In this paper, we propose the Theta-Restricted Boltzmann Machine ({\theta}-RBM in short), which builds upon the original RBM formulation and injects the notion of…

计算机视觉与模式识别 · 计算机科学 2016-06-30 Mario Valerio Giuffrida , Sotirios A. Tsaftaris