paper-with-me

Papers

Compact Conformal Subgraphs

2026-02-07 · Sreenivas Gollapudi, Kostas Kollias, Kamesh Munagala, Aravindan Vijayaraghavan arxiv

Conformal prediction provides rigorous, distribution-free uncertainty guarantees, but often yields prohibitively large prediction sets in structured domains such as routing, planning, or sequential recommendation. We introduce "graph-based conformal compression", a framework for constructing compact subgraphs that preserve statistical validity while reducing structural complexity. We formulate compression as selecting a smallest subgraph capturing a prescribed fraction of the probability mass, and reduce to a weighted version of densest $k$-subgraphs in hypergraphs, in the regime where the subgraph has a large fraction of edges. We design efficient approximation algorithms that achieve constant factor coverage and size trade-offs. Crucially, we prove that our relaxation satisfies a monotonicity property, derived from a connection to parametric minimum cuts, which guarantees the nestedness required for valid conformal guarantees. Our results on the one hand bridge efficient conformal prediction with combinatorial graph compression via monotonicity, to provide rigorous guarantees on both statistical validity, and compression or size. On the other hand, they also highlight an algorithmic regime, distinct from classical densest-$k$-subgraph hardness settings, where the problem can be approximated efficiently. We finally validate our algorithmic approach via simulations for trip planning and navigation, and compare to natural baselines.

📄 PDF Abstract BibTeX arXiv:2602.07530

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

Conformal Prediction for Federated Graph Neural Networks with Missing Neighbor Information

2024-10-17 · Ömer Faruk Akgül, Rajgopal Kannan, Viktor Prasanna

Graphs play a crucial role in data mining and machine learning, representing real-world objects and interactions. As graph datasets grow, managing large, decentralized subgraphs becomes essential, particularly within fed…

Conformal PredictionFederated LearningGraph LearningUncertainty Quantification

A dense subgraph based algorithm for compact salient image region detection

2015-11-20 · Souradeep Chakraborty, Pabitra Mitra

We present an algorithm for graph based saliency computation that utilizes the underlying dense subgraphs in finding visually salient regions in an image. To compute the salient regions, the model first obtains a salienc…

Few-Shot Semantic Segmentation

Knowledge Base Question Answering by Case-based Reasoning over Subgraphs

2022-02-22 · Rajarshi Das, Ameya Godbole, Ankita Naik, Elliot Tower 외

Question answering (QA) over knowledge bases (KBs) is challenging because of the diverse, essentially unbounded, types of reasoning patterns needed. However, we hypothesize in a large KB, reasoning patterns required to a…

Knowledge Base Question AnsweringQuestion Answering

Improving the interpretability of GNN predictions through conformal-based graph sparsification

2024-04-18 · Pablo Sanchez-Martin, Kinaan Aamir Khan, Isabel Valera

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in solving graph classification tasks. However, most GNN architectures aggregate information from all nodes and edges in a graph, regardless of thei…

ClassificationGraph Classification

Streamlining Conformal Information Retrieval via Score Refinement

2024-10-03 · Yotam Intrator, Ori Kelner, Regev Cohen, Roman Goldenberg 외

Information retrieval (IR) methods, like retrieval augmented generation, are fundamental to modern applications but often lack statistical guarantees. Conformal prediction addresses this by retrieving sets guaranteed to …

Conformal PredictionInformation RetrievalRetrievalRetrieval-augmented Generation