paper-with-me

Papers

WeaveNet for Approximating Assignment Problems

2021-05-21 · NeurIPS 2021 12 · Shusaku Sone, Jiaxin Ma, Atsushi Hashimoto, Naoya Chiba, Yoshitaka Ushiku

Assignment, a task to match a limited number of elements, is a fundamental problem in informatics. Many assignment problems have no exact solvers due to their NP-hardness or incomplete input, and their approximation algorithms have been studied for a long time. However, individual practical applications have various objective functions and prior assumptions, which usually differ from academic studies. This gap hinders applying the algorithms to real problems despite their theoretically ensured performance. In contrast, a learning-based method can be a promising solution to fill the gap. To open a new vista for real-world assignment problems, we propose a novel neural network architecture, WeaveNet. Its core module, feature weaving layer, is stacked to model frequent communication between elements in a parameter-efficient way for solving the combinatorial problem of assignment. To evaluate the model, we approximated one of the most popular non-linear assignment problems, stable matching with two different strongly NP-hard settings. The experimental results showed its impressive performance among the learning-based baselines. Furthermore, we achieved better or comparative performance to the state-of-the-art algorithmic method, depending on the size of problem instances.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WeaveNet: A Differentiable Solver for Non-linear Assignment Problems

2021-09-29 · Shusaku Sone, Atsushi Hashimoto, Jiaxin Ma, rintaro yanagi 외

Assignment, a task to match a limited number of elements, is a fundamental problem in informatics. Traditionally, non-linear assignment is discussed as a combinatorial optimization problem with its calculation complexity…

3D Point Cloud MatchingCombinatorial Optimization

WeaveNet for Approximating Two-sided Matching Problems

2023-10-19 · Shusaku Sone, Jiaxin Ma, Atsushi Hashimoto, Naoya Chiba 외

Matching, a task to optimally assign limited resources under constraints, is a fundamental technology for society. The task potentially has various objectives, conditions, and constraints; however, the efficient neural n…

Efficient Neural NetworkGraph Neural Network

UnweaveNet: Unweaving Activity Stories

2021-12-19 · CVPR 2022 1 · Will Price, Carl Vondrick, Dima Damen

Our lives can be seen as a complex weaving of activities; we switch from one activity to another, to maximise our achievements or in reaction to demands placed upon us. Observing a video of unscripted daily activities, w…

Weaving Multi-scale Context for Single Shot Detector

2017-12-08 · Yunpeng Chen, Jianshu Li, Bin Zhou, Jiashi Feng 외

Aggregating context information from multiple scales has been proved to be effective for improving accuracy of Single Shot Detectors (SSDs) on object detection. However, existing multi-scale context fusion techniques are…

object-detectionObject Detection

In-Context Credit Assignment via the Core

2026-05-07 · Keegan Harris, Siddharth Prasad, Asher Trockman arxiv

We propose incentive-aligned mechanisms for in-context credit assignment: the task of assigning credit for AI-generated content (e.g. code, news articles, short-form videos) among creators whose intellectual property app…