paper-with-me

홈 › Papers

Dilemma First Search for Effortless Optimization of NP-Hard Problems

2016-09-12 · Julien Weissenberg, Hayko Riemenschneider, Ralf Dragon, Luc van Gool

To tackle the exponentiality associated with NP-hard problems, two paradigms have been proposed. First, Branch & Bound, like Dynamic Programming, achieve efficient exact inference but requires extensive information and analysis about the problem at hand. Second, meta-heuristics are easier to implement but comparatively inefficient. As a result, a number of problems have been left unoptimized and plain greedy solutions are used. We introduce a theoretical framework and propose a powerful yet simple search method called Dilemma First Search (DFS). DFS exploits the decision heuristic needed for the greedy solution for further optimization. DFS is useful when it is hard to design efficient exact inference. We evaluate DFS on two problems: First, the Knapsack problem, for which efficient algorithms exist, serves as a toy example. Second, Decision Tree inference, where state-of-the-art algorithms rely on the greedy or randomness-based solutions. We further show that decision trees benefit from optimizations that are performed in a fraction of the iterations required by a random-based search.

📄 PDF Abstract BibTeX arXiv:1609.03545

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TSPO: Breaking the Double Homogenization Dilemma in Multi-turn Search Policy Optimization

2026-01-30 · Shichao Ma, Zhiyuan Ma, Ming Yang, Xiaofan Li 외 arxiv

Multi-turn tool-integrated reasoning enables Large Language Models (LLMs) to solve complex tasks through iterative information retrieval. However, current reinforcement learning (RL) frameworks for search-augmented reaso…

Reinforcement LearningInformation Retrieval

The Dilemma of TriHard Loss and an Element-Weighted TriHard Loss for Person Re-Identification

2020-12-01 · NeurIPS 2020 12 · Yihao Lv, Youzhi Gu, Liu Xinggao

Triplet loss with batch hard mining (TriHard loss) is an important variation of triplet loss inspired by the idea that hard triplets improve the performance of metric leaning networks. However, there is a dilemma in the …

Person Re-IdentificationTriplet

A Software-equivalent SNN Hardware using RRAM-array for Asynchronous Real-time Learning

2017-04-06 · Aditya Shukla, Vinay Kumar, Udayan Ganguly

Spiking Neural Network (SNN) naturally inspires hardware implementation as it is based on biology. For learning, spike time dependent plasticity (STDP) may be implemented using an energy efficient waveform superposition …

Management

Surprisingly Easy Hard-Attention for Sequence to Sequence Learning

2018-10-01 · EMNLP 2018 10 · Shiv Shankar, Siddhant Garg, Sunita Sarawagi

In this paper we show that a simple beam approximation of the joint distribution between attention and output is an easy, accurate, and efficient attention mechanism for sequence to sequence learning. The method combines…

Hard AttentionImage CaptioningMorphological InflectionTranslation

On the Convergence and Robustness of Training GANs with Regularized Optimal Transport

2018-02-22 · NeurIPS 2018 12 · Maziar Sanjabi, Jimmy Ba, Meisam Razaviyayn, Jason D. Lee

Generative Adversarial Networks (GANs) are one of the most practical methods for learning data distributions. A popular GAN formulation is based on the use of Wasserstein distance as a metric between probability distribu…