中文
相关论文

相关论文: Combinatorial Optimization in Pattern Assembly

200 篇论文

This paper studies optimal matroid partitioning problems for various objective functions. In the problem, we are given a finite set $E$ and $k$ weighted matroids $(E, \mathcal{I}_i, w_i)$, $i = 1, \dots, k$, and our task is to find a…

数据结构与算法 · 计算机科学 2017-10-04 Yasushi Kawase , Kei Kimura , Kazuhisa Makino , Hanna Sumita

We consider the Subset Sum Ratio Problem ($SSR$), in which given a set of integers the goal is to find two subsets such that the ratio of their sums is as close to~1 as possible, and introduce a family of variations that capture additional…

数据结构与算法 · 计算机科学 2020-03-17 Nikolaos Melissinos , Aris Pagourtzis , Theofilos Triommatis

We study a natural geometric variant of the classic Knapsack problem called 2D-Knapsack: we are given a set of axis-parallel rectangles and a rectangular bounding box, and the goal is to pack as many of these rectangles inside the box…

数据结构与算法 · 计算机科学 2023-07-21 Michal Pilipczuk , Mathieu Mari , Timothe Picavet

The theoretical models providing mathematical abstractions for several significant optimization problems in machine learning, combinatorial optimization, computer vision and statistical physics have intrinsic similarities. We propose a…

数据结构与算法 · 计算机科学 2018-04-18 Yi-Kai Wang

Sequence-directed assembly processes - such as protein folding - allow the assembly of a large number of structures with high accuracy from only a small handful of fundamental building blocks. We aim to explore how efficiently sequence…

生物物理 · 物理学 2025-03-14 Jeremy Guntoro , Thomas Ouldridge

The Replenishment Storage problem (RSP) is to minimize the storage capacity requirement for a deterministic demand, multi-item inventory system where each item has a given reorder size and cycle length. The reorders can only take place at…

数据结构与算法 · 计算机科学 2020-10-06 Dorit S. Hochbaum , Xu Rao

We consider the design of a pattern recognition that matches templates to images, both of which are spatially sampled and encoded as temporal sequences. The image is subject to a combination of various perturbations. These include ones that…

计算机视觉与模式识别 · 计算机科学 2009-05-22 Ivan Tyukin , Tatiana Tyukina , Cees van Leeuwen

In practice symmetries of combinatorial structures are computed by transforming the structure into an annotated graph whose automorphisms correspond exactly to the desired symmetries. An automorphism solver is then employed to compute the…

数据结构与算法 · 计算机科学 2021-08-11 Markus Anders , Pascal Schweitzer

Adapting large pre-trained models (PTMs) through fine-tuning imposes prohibitive computational and storage burdens. Recent studies of parameter-efficient tuning (PET) find that only optimizing a small portion of parameters conditioned on…

计算与语言 · 计算机科学 2022-06-16 Shengding Hu , Zhen Zhang , Ning Ding , Yadao Wang , Yasheng Wang , Zhiyuan Liu , Maosong Sun

Let $S$ be a point set in the plane such that each of its elements is colored either red or blue. A matching of $S$ with rectangles is any set of pairwise-disjoint axis-aligned rectangles such that each rectangle contains exactly two points…

计算几何 · 计算机科学 2014-01-06 L. E. Caraballo , C. Ochoa , P. Pérez-Lantero , J. Rojas-Ledesma

The Subset-Sums Ratio problem (SSR) is an optimization problem in which, given a set of integers, the goal is to find two subsets such that the ratio of their sums is as close to 1 as possible. In this paper we develop a new FPTAS for the…

数据结构与算法 · 计算机科学 2019-12-20 Nikolaos Melissinos , Aris Pagourtzis

In this paper, we present ReaS, a technique that combines numerical optimization with SAT solving to synthesize unknowns in a program that involves discrete and floating point computation. ReaS makes the program end-to-end differentiable by…

编程语言 · 计算机科学 2018-02-14 Jeevana Priya Inala , Sicun Gao , Soonho Kong , Armando Solar-Lezama

Pattern matching is a powerful tool which is part of many functional programming languages as well as computer algebra systems such as Mathematica. Among the existing systems, Mathematica offers the most expressive pattern matching.…

符号计算 · 计算机科学 2017-05-03 Manuel Krebber

Given a graph $G$, and terminal vertices $s$ and $t$, the TRACKING PATHS problem asks to compute a minimum number of vertices to be marked as trackers, such that the sequence of trackers encountered in each s-t path is unique. TRACKING…

数据结构与算法 · 计算机科学 2020-02-19 Pratibha Choudhary

A triangle-free (simple) 2-matching is an edge set that has at most $2$ edges incident to each vertex and contains no cycle of length $3$. For the problem of finding a maximum cardinality triangle-free 2-matching in a given graph, a…

数据结构与算法 · 计算机科学 2024-10-24 Yusuke Kobayashi , Takashi Noguchi

The local arrangement of atoms is one of the most important predictors of mechanical and functional properties of materials. However, algorithms for identifying the geometrical arrangements of atoms in complex materials systems are lacking.…

材料科学 · 物理学 2019-04-15 Arash Dehghan Banadaki , Jason J. Maldonis , Paul M. Voyles , Srikanth Patala

Finding a \emph{single} best solution is the most common objective in combinatorial optimization problems. However, such a single solution may not be applicable to real-world problems as objective functions and constraints are only…

数据结构与算法 · 计算机科学 2022-01-25 Tesshu Hanaka , Masashi Kiyomi , Yasuaki Kobayashi , Yusuke Kobayashi , Kazuhiro Kurita , Yota Otachi

A core challenge in program synthesis is taming the large space of possible programs. Since program synthesis is essentially a combinatorial search, the community has sought to leverage powerful combinatorial constraint solvers. Here,…

Differentiable neural architecture search (DARTS) is a popular method for neural architecture search (NAS), which performs cell-search and utilizes continuous relaxation to improve the search efficiency via gradient-based optimization. The…

We prove that the number of tile types required to build squares of size n x n, in Winfree's abstract Tile Assembly Model, when restricted to using only non-cooperative tile bindings, is at least 2n-1, which is also the best known upper…

计算复杂性 · 计算机科学 2013-12-10 Pierre-Étienne Meunier