Knapsack & Minimum Cut: Top Papers - October 2025

Alex Johnson
-
Knapsack & Minimum Cut: Top Papers - October 2025

Stay updated on the latest advancements in Knapsack and Minimum Cut algorithms with this compilation of research papers from October 2025. This article provides a detailed overview of the most recent publications, offering valuable insights for researchers, academics, and industry professionals.

Please check the Github page for a better reading experience and more papers.

Knapsack Problem: Recent Advances

The Knapsack problem is a classic optimization challenge with numerous real-world applications, ranging from resource allocation to cryptography. Recent research has focused on enhancing the efficiency and applicability of Knapsack solvers, particularly in complex scenarios. Here are the latest papers exploring various aspects of the Knapsack problem:

Title Date Comment
Solving 0-1 Integer Programs with Unknown Knapsack Constraints Using Membership Oracles 2025-10-23
The Complexity of Recognizing Facets for the Knapsack Polytope 2025-10-20
An Exact Solver for Submodular Knapsack Problems 2025-10-20
Automated Composition of Agents: A Knapsack Approach for Agentic Component Selection 2025-10-18
Accep...

Accepted to NeurIPS 2025 Conference

Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation 2025-09-30
Stealing From the Dragon's Hoard: Online Unbounded Knapsack With Removal 2025-09-26
Blind Network Revenue Management and Bandits with Knapsacks under Limited Switches 2025-09-17
Knapsack Contracts and the Importance of Return-on-Investment 2025-09-07
Entropy stable finite difference methods via entropy correction artificial viscosity and knapsack limiting 2025-09-05
arXiv...

arXiv admin note: text overlap with arXiv:2507.14488

(1ε)(1-ε)-Approximation of Knapsack in Nearly Quadratic Time 2025-08-10
Accep...

Accepted to STOC 2024; Revision note: expanded technical overview;

Convolution and Knapsack in Higher Dimensions 2025-08-10
accep...

accepted at WADS 2025

Performance of the Extended Ising Machine for the Quadratic Knapsack Problem 2025-08-09 6 pages
An Online Multi-dimensional Knapsack Approach for Slice Admission Control 2025-08-08
Accep...

Accepted by 20th Consumer Communications & Networking Conference (CCNC)

High-dimensional Linear Bandits with Knapsacks 2025-08-02
Entropy Stable Nodal Discontinuous Galerkin Methods via Quadratic Knapsack Limiting 2025-07-19

Exploring the Latest Knapsack Research

Knapsack problems are fundamental in combinatorial optimization, and the research landscape is continuously evolving. This list of recent papers demonstrates the breadth of current investigations, from theoretical complexity analysis to practical applications in diverse fields. For instance, the paper "Solving 0-1 Integer Programs with Unknown Knapsack Constraints Using Membership Oracles" (2025-10-23) explores solutions for integer programs, a critical area for many optimization problems. Another notable paper, "Automated Composition of Agents: A Knapsack Approach for Agentic Component Selection" (2025-10-18), highlights the application of Knapsack algorithms in multi-agent systems, indicating the versatility of this classic problem.

Further, the integration of Knapsack approaches with modern machine learning techniques is evident in papers like "Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation" (2025-09-30). This research uses Knapsack principles to optimize resource allocation within Large Language Models (LLMs), showcasing the relevance of Knapsack solutions in cutting-edge AI research. Additionally, the paper "Stealing From the Dragon's Hoard: Online Unbounded Knapsack With Removal" (2025-09-26) tackles the complexities of online Knapsack problems, where decisions must be made in real-time with incomplete information. This is particularly relevant in dynamic environments such as cloud computing and financial markets.

These papers also delve into specific variations of the Knapsack problem, such as the quadratic Knapsack problem, as discussed in "Performance of the Extended Ising Machine for the Quadratic Knapsack Problem" (2025-08-09). The use of Ising machines, a type of quantum computing hardware, to solve Knapsack problems demonstrates the interdisciplinary nature of current research efforts. Overall, the recent publications highlight both theoretical advancements and practical applications, reinforcing the continued importance of Knapsack algorithms in various domains.

Minimum Cut Algorithms: Recent Papers

The Minimum Cut problem is a cornerstone of graph theory, with applications in network reliability, image segmentation, and clustering. The challenge lies in finding the smallest set of edges whose removal disconnects a graph. Here’s a rundown of the latest research papers on Minimum Cut algorithms:

Title Date Comment
All-Pairs Minimum Cut using O~(n7/4)\tilde{O}(n^{7/4}) Cut Queries 2025-10-19
Differentially Private Algorithms for Graphs Under Continual Observation 2025-09-23
Corre...

Corrected typos in lower bounds in Table 1. Fixed missing factor \ell in statement of Theorem 45

Cut-Query Algorithms with Few Rounds 2025-09-17
Efficient Contractions of Dynamic Graphs -- with Applications 2025-09-05
Min cost flow on unit capacity networks and convex cost K-flow are as easy as the assignment problem with All-Min-Cuts algorithm 2025-07-29
Dual Charging for Half-Integral TSP 2025-07-24
Fast Algorithms for Graph Arboricity and Related Problems 2025-07-21
FOCS ...

FOCS 2025. 25 pages, 3 figures

Bicriteria Polygon Aggregation with Arbitrary Shapes 2025-07-16
Approximating the Held-Karp Bound for Metric TSP in Nearly Linear Work and Polylogarithmic Depth 2025-06-23
Breaking the O(mn)-Time Barrier for Vertex-Weighted Global Minimum Cut 2025-06-18
A Framework for the Design of Efficient Diversification Algorithms to NP-Hard Problems 2025-06-10
Spectral Clustering for Directed Graphs via Likelihood Estimation on Stochastic Block Models 2025-06-03
An Effective Flow-based Method for Positive-Unlabeled Learning: 2-HNC 2025-05-13
Near-Optimal Minimum Cuts in Hypergraphs at Scale 2025-04-30
The Case for External Graph Sketching 2025-04-24
Full ...

Full version for paper to appear in ACDA proceedings

Diving into Minimum Cut Research

The Minimum Cut problem remains a vibrant area of research, with recent papers addressing both theoretical and practical challenges. The paper "All-Pairs Minimum Cut using O~(n7/4)\tilde{O}(n^{7/4}) Cut Queries" (2025-10-19) presents an innovative approach to finding Minimum Cuts, reducing the number of queries needed, which is critical for large-scale graphs. This advancement is significant as it improves the efficiency of algorithms that rely on Minimum Cut computations, such as network flow analysis and graph partitioning.

Moreover, the integration of privacy considerations in graph algorithms is addressed in "Differentially Private Algorithms for Graphs Under Continual Observation" (2025-09-23). This paper explores how to design Minimum Cut algorithms that protect the privacy of the underlying data, an increasingly important aspect in data-driven applications. The work on "Efficient Contractions of Dynamic Graphs -- with Applications" (2025-09-05) focuses on dynamic graphs, where the structure changes over time. Efficiently computing Minimum Cuts in dynamic graphs is essential for real-time applications such as network monitoring and anomaly detection.

Other notable papers include "Breaking the O(mn)-Time Barrier for Vertex-Weighted Global Minimum Cut" (2025-06-18), which tackles the computational complexity of Minimum Cut algorithms, and "Near-Optimal Minimum Cuts in Hypergraphs at Scale" (2025-04-30), which extends Minimum Cut computations to hypergraphs, a more general graph structure. These advancements collectively enhance the applicability of Minimum Cut techniques across various domains, from theoretical computer science to practical network applications.

Conclusion

The latest research on Knapsack and Minimum Cut problems demonstrates the ongoing importance of these fundamental topics in computer science and optimization. From theoretical advancements to practical applications in machine learning, network analysis, and beyond, these papers offer valuable insights for researchers and practitioners alike. Stay tuned for more updates on cutting-edge research in these exciting fields.

For further reading on related topics, consider visiting the ACM Digital Library.

You may also like