中文
相关论文

相关论文: Secretary Matching with General Arrivals

200 篇论文

We study weighted edge coloring of graphs, where we are given an undirected edge-weighted general multi-graph $G := (V, E)$ with weights $w : E \rightarrow [0, 1]$. The goal is to find a proper weighted coloring of the edges with as few…

数据结构与算法 · 计算机科学 2021-01-01 Debarsho Sannyasi

Finding optimal matchings in dense graphs is of general interest and of particular importance in social, transportation and biological networks. While developing optimal solutions for various matching problems is important, the running…

数据结构与算法 · 计算机科学 2020-11-16 Nitish K. Panigrahy , Prithwish Basu , Don Towsley

Machine learning and data mining algorithms have been increasingly used recently to support decision-making systems in many areas of high societal importance such as healthcare, education, or security. While being very efficient in their…

机器学习 · 计算机科学 2020-11-02 Charlotte Laclau , Ievgen Redko , Manvi Choudhary , Christine Largeron

A highly successful approach to route planning in networks (particularly road networks) is to identify a hierarchy in the network that allows faster queries after some preprocessing that basically inserts additional "shortcut"-edges into a…

数据结构与算法 · 计算机科学 2019-09-11 Demian Hespe , Peter Sanders

Karp, Vazirani, and Vazirani (STOC 1990) initiated the study of online bipartite matching, which has held a central role in online algorithms ever since. Of particular importance are the Ranking algorithm for integral matching and the…

数据结构与算法 · 计算机科学 2020-05-14 Zhiyi Huang , Zhihao Gavin Tang , Xiaowei Wu , Yuhao Zhang

Whereas there are simple algorithms that are proven to be optimal for the Classical and the Multiple Choice Secretary Problem, the Matroid Secretary Problem is less thoroughly understood. This paper proposes the generalization of some…

数据结构与算法 · 计算机科学 2022-11-08 Simon Park

We consider the classic maximal and maximum independent set problems in three models of graph streams: In the edge-arrival model we see a stream of edges which collectively define a graph, this model has been well-studied for a variety of…

数据结构与算法 · 计算机科学 2018-07-24 Graham Cormode , Jacques Dark , Christian Konrad

We consider the online carpooling problem: given $n$ vertices, a sequence of edges arrive over time. When an edge $e_t = (u_t, v_t)$ arrives at time step $t$, the algorithm must orient the edge either as $v_t \rightarrow u_t$ or $u_t…

数据结构与算法 · 计算机科学 2020-10-06 Anupam Gupta , Ravishankar Krishnaswamy , Amit Kumar , Sahil Singla

Which one is better between two representative graph summarization models with and without edge weights? From web graphs to online social networks, large graphs are everywhere. Graph summarization, which is an effective graph compression…

数据库 · 计算机科学 2022-05-09 Shinhwan Kang , Kyuhan Lee , Kijung Shin

A common approach for designing scalable algorithms for massive data sets is to distribute the computation across, say $k$, machines and process the data using limited communication between them. A particularly appealing framework here is…

数据结构与算法 · 计算机科学 2017-05-24 Sepehr Assadi , Sanjeev Khanna

We consider the secretary problem through the lens of learning-augmented algorithms. As it is known that the best possible expected competitive ratio is $1/e$ in the classic setting without predictions, a natural goal is to design…

数据结构与算法 · 计算机科学 2024-11-05 Davin Choo , Chun Kai Ling

We study Matching and other related problems in a partial information setting where the agents' utilities for being matched to other agents are hidden and the mechanism only has access to ordinal preference information. Our model is…

计算机科学与博弈论 · 计算机科学 2016-08-03 Elliot Anshelevich , Shreyas Sekar

Finding vertex-to-vertex correspondences in real-world graphs is a challenging task with applications in a wide variety of domains. Structural matching based on graphs connectivities has attracted considerable attention, while the…

数据结构与算法 · 计算机科学 2024-10-01 Raphaël Candelier

The online weighted matching problem is a fundamental problem in machine learning due to its numerous applications. Despite many efforts in this area, existing algorithms are either too slow or don't take $\mathrm{deadline}$ (the longest…

数据结构与算法 · 计算机科学 2025-02-19 Zhao Song , Weixin Wang , Chenbo Yin , Junze Yin

In the classical version of online bipartite matching, there is a given set of offline vertices (aka agents) and another set of vertices (aka items) that arrive online. When each item arrives, its incident edges -- the agents who like the…

计算机科学与博弈论 · 计算机科学 2022-03-09 Hadi Hosseini , Zhiyi Huang , Ayumi Igarashi , Nisarg Shah

We consider the problem of scheduling packets of different lengths via a directed communication link prone to jamming errors. Dynamic packet arrivals and errors are modelled by an adversary. We focus on estimating relative throughput of…

分布式、并行与集群计算 · 计算机科学 2013-10-21 Tomasz Jurdzinski , Dariusz R. Kowalski , Krzysztof Lorys

We study a twist on the classic secretary problem, which we term the secretary ranking problem: elements from an ordered set arrive in random order and instead of picking the maximum element, the algorithm is asked to assign a rank, or…

数据结构与算法 · 计算机科学 2018-11-16 Sepehr Assadi , Eric Balkanski , Renato Paes Leme

This paper analyzes the problem of assigning weights to edges incrementally in a dynamic complete bipartite graph consisting of producer and consumer nodes. The objective is to minimize the overall cost while satisfying certain constraints.…

分布式、并行与集群计算 · 计算机科学 2011-05-03 Ankur Sahai

In recent years, network embedding methods have garnered increasing attention because of their effectiveness in various information retrieval tasks. The goal is to learn low-dimensional representations of vertexes in an information network…

社会与信息网络 · 计算机科学 2017-11-02 Chih-Ming Chen , Yi-Hsuan Yang , Yian Chen , Ming-Feng Tsai

We consider max-weighted matching with costs for learning the weights, modeled as a "Pandora's Box" on each endpoint of an edge. Each vertex has an initially-unknown value for being matched to a neighbor, and an algorithm must pay some cost…

数据结构与算法 · 计算机科学 2025-06-30 Robin Bowers , Bo Waggoner