paper-with-me

Papers

ARES: An Efficient Algorithm with Recurrent Evaluation and Sampling-Driven Inference for Maximum Independent Set

2022-08-16 · Enqiang Zhu, Yu Zhang, Witold Pedrycz, Chanjuan Liu

The Maximum Independent Set (MIS) problem is a well-known NP-complete problem with a wide range of applications across various fields. Heuristic approaches are commonly utilized to efficiently tackle large instances of this problem, yielding high-quality solutions within a reasonable time. However, heuristics face challenges such as falling into local optima and redundant searches within the solution space. This paper introduces an efficient heuristic algorithm for the MIS problem, incorporating two innovative techniques. The first technique features a recurrent evaluation mechanism that monitors the progress of solutions and identifies local optima, triggering restarts to avoid convergence on suboptimal outcomes. The second technique utilizes a sampling-driven inference rule to selectively fix vertices based on sampled solutions, thereby narrowing the search space and enhancing efficiency. Comprehensive experimental evaluations across multiple well-established real-world benchmarks demonstrate that the proposed algorithm outperforms state-of-the-art algorithms in terms of solution quality, computational efficiency, and stability.

📄 PDF Abstract BibTeX arXiv:2208.07777

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Approximate discounting-free policy evaluation from transient and recurrent states

2022-04-08 · Vektor Dewanto, Marcus Gallagher

In order to distinguish policies that prescribe good from bad actions in transient states, we need to evaluate the so-called bias of a policy from transient states. However, we observe that most (if not all) works in app…

reinforcement-learningReinforcement Learning (RL)

Professor Forcing: A New Algorithm for Training Recurrent Networks

2016-10-27 · NeurIPS 2016 12 · Alex Lamb, Anirudh Goyal, Ying Zhang, Saizheng Zhang 외

The Teacher Forcing algorithm trains recurrent networks by supplying observed sequence values as inputs during training and using the network's own one-step-ahead predictions to do multi-step sampling. We introduce the P…

Domain AdaptationHandwriting generationImage GenerationLanguage Modeling+1

An Intrinsic Nearest Neighbor Analysis of Neural Machine Translation Architectures

2019-07-08 · WS 2019 8 · Hamidreza Ghader, Christof Monz

Earlier approaches indirectly studied the information captured by the hidden states of recurrent and non-recurrent neural machine translation models by feeding them into different classifiers. In this paper, we look at t…

Machine TranslationTranslationWord Embeddings

Abrupt Motion Tracking via Nearest Neighbor Field Driven Stochastic Sampling

2014-10-28 · Tianfei Zhou, Yao Lu, Feng Lv, Huijun Di 외

Stochastic sampling based trackers have shown good performance for abrupt motion tracking so that they have gained popularity in recent years. However, conventional methods tend to use a two-stage sampling paradigm, in w…

Motion Detection

When Recurrent Neural Networks meet the Neighborhood for Session-Based Recommendation

2017-08-01 · Dietmar Jannach, Malte Ludewig

Deep learning methods have led to substantial progress in various application fields of AI, and in recent years a number of proposals were made to improve recommender systems with artificial neural networks. For the prob…

Recommendation SystemsSession-Based Recommendations