中文
相关论文

相关论文: A Scalable Algorithm for Minimal Unsatisfiable Cor…

200 篇论文

Submodular function minimization is a fundamental optimization problem that arises in several applications in machine learning and computer vision. The problem is known to be solvable in polynomial time, but general purpose algorithms have…

机器学习 · 计算机科学 2015-02-10 Alina Ene , Huy L. Nguyen

Many practical problems are characterized by a preference relation over admissible solutions, where preferred solutions are minimal in some sense. For example, a preferred diagnosis usually comprises a minimal set of reasons that is…

人工智能 · 计算机科学 2017-07-06 Mario Alviano

Sparse Principal Components Analysis aims to find principal components with few non-zero loadings. We derive such sparse solutions by adding a genuine sparsity requirement to the original Principal Components Analysis (PCA) objective…

统计方法学 · 统计学 2014-08-19 Giovanni Maria Merola

The analysis of a total least square problem (TLS) can be reduced to that of an associated core problem, which typically has lower dimension and improved solubility properties. Nevertheless, even a core problem may remain reducible,…

环与代数 · 数学 2026-05-12 Sijia Yu , Bruno Carpentieri , Yan-Fei Jing

For many optimization problems in machine learning, finding an optimal solution is computationally intractable and we seek algorithms that perform well in practice. Since computational intractability often results from pathological…

机器学习 · 计算机科学 2021-02-25 Eric Balkanski , Sharon Qian , Yaron Singer

Semidefinite Programming (SDP) provides tight lower bounds for Optimal Power Flow problems. However, solving large-scale SDP problems requires exploiting sparsity. In this paper, we experiment several clique decomposition algorithms that…

最优化与控制 · 数学 2019-12-20 Julie Sliwak , Miguel Anjos , Lucas Létocart , Jean Maeght , Emiliano Traversi

Sequential minimum optimization is a machine-learning global search training algorithm. It is applicable when the functional dependence of the cost function on a tunable parameter given the other parameters can be cheaply determined. This…

量子物理 · 物理学 2023-03-03 Wojciech Roga , Takafumi Ono , Masahiro Takeoka

Robust optimization (RO) is a powerful paradigm for decision making under uncertainty. Existing algorithms for solving RO, including the reformulation approach and the cutting-plane method, do not scale well, hindering the application of RO…

最优化与控制 · 数学 2024-04-09 Kai Tu , Zhi Chen , Man-Chung Yue

We propose a new quantifier elimination algorithm for the theory of linear real arithmetic. This algorithm uses as subroutine satisfiability modulo this theory, a problem for which there are several implementations available. The quantifier…

计算机科学中的逻辑 · 计算机科学 2008-09-04 David Monniaux

The least square solution of minimum norm of a rectangular linear system of equations can be found out iteratively by using matrix splittings. However, the convergence of such an iteration scheme arising out of a matrix splitting is…

数值分析 · 数学 2025-08-07 Chinmay Kumar Giri , Debasisha Mishra

The scalability of submodular optimization methods is critical for their usability in practice. In this paper, we study the reducibility of submodular functions, a property that enables us to reduce the solution space of submodular…

机器学习 · 计算机科学 2016-01-05 Jincheng Mei , Hao Zhang , Bao-Liang Lu

We propose a new method for constructing elimination templates for efficient polynomial system solving of minimal problems in structure from motion, image matching, and camera tracking. We first construct a particular affine…

计算机视觉与模式识别 · 计算机科学 2022-03-29 Evgeniy Martyushev , Jana Vrablikova , Tomas Pajdla

Top-k selection, which identifies the largest or smallest k elements from a data set, is a fundamental operation in data-intensive domains such as databases and deep learning, so its scalability and efficiency are critical for these…

数据结构与算法 · 计算机科学 2025-01-28 Yifei Li , Bole Zhou , Jiejing Zhang , Xuechao Wei , Yinghan Li , Yingda Chen

In this work, we study the robust phase retrieval problem where the task is to recover an unknown signal $\theta^* \in \mathbb{R}^d$ in the presence of potentially arbitrarily corrupted magnitude-only linear measurements. We propose an…

机器学习 · 计算机科学 2024-09-10 Adarsh Barik , Anand Krishna , Vincent Y. F. Tan

We generalize a method of Ivor Spence (J. of Experimental Algorithms 15(March 2010)) that produces unsatisfiable cnfs and show experimentally that, for the most part, the resulting cnfs are minimally unsatisfiable.

计算机科学中的逻辑 · 计算机科学 2012-12-03 Robert Cowen

In the recent years it can be observed increasing popularity of parallel processing using multi-core processors, local clusters, GPU and others. Moreover, currently one of the main requirements the IT users is the reduction of maintaining…

分布式、并行与集群计算 · 计算机科学 2016-04-05 Łukasz P. Olech , Jan Kwiatkowski

Modularity maximization has been a fundamental tool for understanding the community structure of a network, but the underlying optimization problem is nonconvex and NP-hard to solve. State-of-the-art algorithms like the Louvain or Leiden…

机器学习 · 计算机科学 2020-12-07 Po-Wei Wang , J. Zico Kolter

Alternating Minimization is a widely used and empirically successful heuristic for matrix completion and related low-rank optimization problems. Theoretical guarantees for Alternating Minimization have been hard to come by and are still…

机器学习 · 计算机科学 2014-05-15 Moritz Hardt

Maximum Satisfiability (MaxSAT) is a well-known optimization pro- blem, with several practical applications. The most widely known MAXS AT algorithms are ineffective at solving hard problems instances from practical application domains.…

人工智能 · 计算机科学 2007-12-10 Joao Marques-Silva , Jordi Planes

Best subset selection in linear regression is well known to be nonconvex and computationally challenging to solve, as the number of possible subsets grows rapidly with increasing dimensionality of the problem. As a result, finding the…

机器学习 · 统计学 2025-04-01 Vikram Singh , Min Sun