paper-with-me

홈 › Papers

From Sequential Nodes to GPU Batches: Parallel Branch and Bound for Optimal $k$-Sparse GLMs

2026-05-21 · Jiachang Liu, Andrea Lodi arxiv

GPUs have significantly accelerated first-order methods for large-scale optimization, especially in continuous optimization. However, this success has not transferred cleanly to problems with discrete variables, combinatorial structure, and nonlinear objectives, such as certifying optimal solutions for cardinality-constrained generalized linear models. Major challenges include the sequential processing of heterogeneous nodes in branch and bound (BnB) and frequent data movement between the CPU and GPU. We propose a simple, generic, and modular CPU--GPU framework that processes multiple BnB nodes in batches on GPUs. The framework is built around a small set of GPU-efficient routines and uses padding together with lightweight custom kernels to handle irregular node data structures. Experiments show one to two orders of magnitude speedups and zero optimality gap on challenging instances. The framework can also be extended to collect the entire Rashomon set, enabling downstream statistical analysis such as variable-importance analysis and model selection under secondary user-specific measures (e.g., AUC in classification).

📄 PDF Abstract BibTeX arXiv:2605.22188

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Parallel Gaussian Process Optimization with Upper Confidence Bound and Pure Exploration

2013-04-19 · Emile Contal, David Buffoni, Alexandre Robicquet, Nicolas Vayatis

In this paper, we consider the challenge of maximizing an unknown function f for which evaluations are noisy and are acquired with high cost. An iterative procedure uses the previous measures to actively select the next …

Batched Dueling Bandits

2022-02-22 · Arpit Agarwal, Rohan Ghuge, Viswanath Nagarajan

The $K$-armed dueling bandit problem, where the feedback is in the form of noisy pairwise comparisons, has been widely studied. Previous works have only focused on the sequential setting where the policy adapts after eve…

Recommendation Systems

HARTS: Efficient Agentic Reinforcement Learning for Hybrid-Attention Models over Arbitrary Rollout Trees

2026-08-28 · Boyuan Meng, Peihua Bao, Hong Liu, Xiaowei Zhu 외 arxiv

Agentic reinforcement learning (RL) often produces irregular rollout trees with shared histories. Training root-to-leaf trajectories independently recomputes these shared prefixes. Existing systems primarily target full-…

Reinforcement Learning

Cyclic Data Parallelism for Efficient Parallelism of Deep Neural Networks

2024-03-13 · Louis Fournier, Edouard Oyallon

Training large deep learning models requires parallelization techniques to scale. In existing methods such as Data Parallelism or ZeRO-DP, micro-batches of data are processed in parallel, which creates two drawbacks: the…

A Parallel Implementation of Computing Mean Average Precision

2022-06-19 · Beinan Wang

Mean Average Precision (mAP) has been widely used for evaluating the quality of object detectors, but an efficient implementation is still absent. Current implementations can only count true positives (TP's) and false po…