paper-with-me

홈 › Papers

Learning-augmented Maximum Independent Set

2024-07-16 · Vladimir Braverman, Prathamesh Dharangutte, Vihan Shah, Chen Wang

We study the Maximum Independent Set (MIS) problem on general graphs within the framework of learning-augmented algorithms. The MIS problem is known to be NP-hard and is also NP-hard to approximate to within a factor of $n^{1-\delta}$ for any $\delta>0$. We show that we can break this barrier in the presence of an oracle obtained through predictions from a machine learning model that answers vertex membership queries for a fixed MIS with probability $1/2+\varepsilon$. In the first setting we consider, the oracle can be queried once per vertex to know if a vertex belongs to a fixed MIS, and the oracle returns the correct answer with probability $1/2 + \varepsilon$. Under this setting, we show an algorithm that obtains an $\tilde{O}(\sqrt{\Delta}/\varepsilon)$-approximation in $O(m)$ time where $\Delta$ is the maximum degree of the graph. In the second setting, we allow multiple queries to the oracle for a vertex, each of which is correct with probability $1/2 + \varepsilon$. For this setting, we show an $O(1)$-approximation algorithm using $O(n/\varepsilon^2)$ total queries and $\tilde{O}(m)$ runtime.

📄 PDF Abstract BibTeX arXiv:2407.11364

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

PASC: Pipeline-Aware Conformal Prediction with Joint Coverage Guarantees for Multi-Stage NLP and LLM Pipelines

2026-05-12 · Varun Kotte arxiv

Modern NLP and LLM systems are pipelines: named entity recognition (NER) -> entity disambiguation (NED) -> entity typing, retrieval-augmented generation (retriever -> reader), and agentic chains of planner -> tool -> cri…

Entity DisambiguationEntity Typing

Maximum Entropy Weighted Independent Set Pooling for Graph Neural Networks

2021-07-03 · Amirhossein Nouranizadeh, Mohammadjavad Matinkia, Mohammad Rahmati, Reza Safabakhsh

In this paper, we propose a novel pooling layer for graph neural networks based on maximizing the mutual information between the pooled graph and the input graph. Since the maximum mutual information is difficult to comp…

Combinatorial OptimizationGraph ClassificationGraph Neural NetworkInductive Bias

Reward Augmented Maximum Likelihood for Neural Structured Prediction

2016-09-01 · NeurIPS 2016 12 · Mohammad Norouzi, Samy Bengio, Zhifeng Chen, Navdeep Jaitly 외

A key problem in structured output prediction is direct optimization of the task reward function that matters for test evaluation. This paper presents a simple and computationally efficient approach to incorporate task r…

Machine TranslationPredictionspeech-recognitionSpeech Recognition+2

A Fresh Look at Lamarckian Evolution and the Baldwin Effect

2026-05-27 · Inès Benito, Johannes F. Lutzeyer, Benjamin Doerr arxiv

Baldwinian and Lamarckian evolution have existed for a long time in evolutionary algorithms (EAs) without ever dominating the academic literature or practical applications. In this work, we use modern empirical and theor…

SAMAug: Point Prompt Augmentation for Segment Anything Model

2023-07-03 · Haixing Dai, Chong Ma, Zhiling Yan, Zhengliang Liu 외

This paper introduces SAMAug, a novel visual point augmentation method for the Segment Anything Model (SAM) that enhances interactive image segmentation performance. SAMAug generates augmented point prompts to provide mo…

Image SegmentationmodelPrompt EngineeringSegmentation+1