中文
相关论文

相关论文: Limited-Capacity Many-To-Many Point Matching in On…

200 篇论文

Given two sets S and T, a limited-capacity many-to-many matching (LCMM) between S and T matches each element p in S (resp. T) to at least 1 and at most Cap(p) elements in T (resp. S), where the function Cap:S\cup T-> Z>0 denotes the…

计算几何 · 计算机科学 2023-07-11 Fatemeh Rajabi-Alni , Alireza Bagheri , Behrouz Minaei-Bidgoli

Given two point sets S and T, we study the many-to-many matching with demands problem (MMD problem) which is a generalization of the many-to-many matching problem (MM problem). In an MMD, each point of one set must be matched to a given…

数据结构与算法 · 计算机科学 2018-03-29 Fatemeh Rajabi-Alni , Alireza Bagheri

Given two point sets $S$ and $T$, the minimum-cost many-to-many matching with demands (MMD) problem is the problem of finding a minimum-cost many-to-many matching between $S$ and $T$ such that each point of $S$ (respectively $T$) is matched…

计算几何 · 计算机科学 2025-10-28 Fatemeh Rajabi-Alni , Behrouz Minaei-Bidgoli

Let A={a_1,a_2,...,a_s} and {b_1,b_2,...,b_t} with s+r=n, the many to many point matching with demands and capacities matches each point a_i in A to at least alpha_i and at most alpha_i points in B, and each point b_j in B to at least…

数据结构与算法 · 计算机科学 2013-02-19 Fatemeh Rajabi-Alni

Given two sets $S$ and $T$ of points in the plane, of total size $n$, a {many-to-many} matching between $S$ and $T$ is a set of pairs $(p,q)$ such that $p\in S$, $q\in T$ and for each $r\in S\cup T$, $r$ appears in at least one such pair.…

计算几何 · 计算机科学 2021-09-17 Sayan Bandyapadhyay , Anil Maheshwari , Michiel Smid

Given an undirected bipartite graph $G=(A \cup B, E)$, a many-to-many matching (MM) in $G$ matches each vertex $v$ in $A$ (resp. $B$) to at least one vertex in $B$ (resp. $A$). In this paper, we consider the limited-capacity many-to-many…

数据结构与算法 · 计算机科学 2025-10-28 Fatemeh Rajabi-Alni , Behrouz Minaei-Bidgoli

Let A and B be two finite sets of points with total cardinality n, the many to many point matching with demands and capacities matches each point ai in A to at least alpha'i and at most alphai points in B, and each point bj in B to at least…

数据结构与算法 · 计算机科学 2013-01-16 Fatemeh Rajabi-Alni , Alireza Bagheri

We consider many-to-one matching problems, where one side consists of students and the other side of schools with capacity constraints. We study how to optimally increase the capacities of the schools so as to obtain a stable and perfect…

计算机科学与博弈论 · 计算机科学 2024-03-07 Jiehua Chen , Gergely Csáji

Many-to-many matching seeks to match multiple points in one set and multiple points in another set, which is a basis for a wide range of data mining problems. It can be naturally recast in the framework of Optimal Transport (OT). However,…

机器学习 · 计算机科学 2025-04-01 Weijie Liu , Han Bao , Makoto Yamada , Zenan Huang , Nenggan Zheng , Hui Qian

Let $P$ be a set of at most $n$ points and let $R$ be a set of at most $n$ geometric ranges, such as for example disks or rectangles, where each $p \in P$ has an associated supply $s_{p} > 0$, and each $r \in R$ has an associated demand…

计算几何 · 计算机科学 2023-12-05 Sergio Cabello , Siu-Wing Cheng , Otfried Cheong , Christian Knauer

Geometric matching is an important topic in computational geometry and has been extensively studied over decades. In this paper, we study a geometric-matching problem, known as geometric many-to-many matching. In this problem, the input is…

计算几何 · 计算机科学 2024-03-06 Sayan Bandyapadhyay , Jie Xue

In this paper, we study the many-to-many matching problem on planar point sets with integer coordinates: Given two disjoint sets $R,B \subset [\Delta]^2$ with $|R|+|B|=n$, the goal is to select a set of edges between $R$ and $B$ so that…

计算几何 · 计算机科学 2026-04-21 Seongbin Park , Eunjin Oh

The assignment problem takes as input two finite point sets S and T and establishes a correspondence between points in S and points in T, such that each point in S maps to exactly one point in T, and each point in T maps to at least one…

Let $A$ and $B$ be two point sets in the plane of sizes $r$ and $n$ respectively (assume $r \leq n$), and let $k$ be a parameter. A matching between $A$ and $B$ is a family of pairs in $A \times B$ so that any point of $A \cup B$ appears in…

数据结构与算法 · 计算机科学 2019-03-25 Pankaj K. Agarwal , Hsien-Chih Chang , Allen Xiao

We propose an $O(n^2)$-time algorithm to determine whether a given matching is efficient in the roommates problem.

计算机科学与博弈论 · 计算机科学 2025-03-04 Keita Kuwahara

Pattern matching is a fundamental process in almost every scientific domain. The problem involves finding the positions of a given pattern (usually of short length) in a reference stream of data (usually of large length). The matching can…

数据结构与算法 · 计算机科学 2022-07-01 Anas Al-okaily , Abdelghani Tbakhi

The matching of multiple objects (e.g. shapes or images) is a fundamental problem in vision and graphics. In order to robustly handle ambiguities, noise and repetitive patterns in challenging real-world settings, it is essential to take…

计算机视觉与模式识别 · 计算机科学 2019-03-15 Florian Bernard , Johan Thunberg , Paul Swoboda , Christian Theobalt

The many-to-one stable matching problem provides the fundamental abstraction of several real-world matching markets such as school choice and hospital-resident allocation. The agents on both sides are often referred to as residents and…

计算复杂性 · 计算机科学 2022-05-04 Federico Bobbio , Margarida Carvalho , Andrea Lodi , Alfredo Torrico

We consider many-to-one matching problems, where one side corresponds to applicants who have preferences and the other side to houses who do not have preferences. We consider two different types of this market: one, where the applicants…

计算机科学与博弈论 · 计算机科学 2024-03-04 Gergely Csáji

Point matching refers to the process of finding spatial transformation and correspondences between two sets of points. In this paper, we focus on the case that there is only partial overlap between two point sets. Following the approach of…

计算机视觉与模式识别 · 计算机科学 2017-01-05 Wei Lian , Lei Zhang
‹ 上一页 1 2 3 10 下一页 ›