paper-with-me

홈 › Papers

A Plug-and-Play Bregman ADMM Module for Inferring Event Branches in Temporal Point Processes

2025-01-08 · Qingmei Wang, Yuxin Wu, Yujie Long, Jing Huang, Fengyuan Ran, Bing Su, Hongteng Xu

An event sequence generated by a temporal point process is often associated with a hidden and structured event branching process that captures the triggering relations between its historical and current events. In this study, we design a new plug-and-play module based on the Bregman ADMM (BADMM) algorithm, which infers event branches associated with event sequences in the maximum likelihood estimation framework of temporal point processes (TPPs). Specifically, we formulate the inference of event branches as an optimization problem for the event transition matrix under sparse and low-rank constraints, which is embedded in existing TPP models or their learning paradigms. We can implement this optimization problem based on subspace clustering and sparse group-lasso, respectively, and solve it using the Bregman ADMM algorithm, whose unrolling leads to the proposed BADMM module. When learning a classic TPP (e.g., Hawkes process) by the expectation-maximization algorithm, the BADMM module helps derive structured responsibility matrices in the E-step. Similarly, the BADMM module helps derive low-rank and sparse attention maps for the neural TPPs with self-attention layers. The structured responsibility matrices and attention maps, which work as learned event transition matrices, indicate event branches, e.g., inferring isolated events and those key events triggering many subsequent events. Experiments on both synthetic and real-world data show that plugging our BADMM module into existing TPP models and learning paradigms can improve model performance and provide us with interpretable structured event branches. The code is available at \url{https://github.com/qingmeiwangdaily/BADMM_TPP}.

📄 PDF Abstract BibTeX arXiv:2501.04529

Code (1)

qingmeiwangdaily/badmm_tpp 공식 구현 pytorch

Tasks

Point Processes

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Plug-and-Play ADMM for Image Restoration: Fixed Point Convergence and Applications

2016-05-05 · Stanley H. Chan, Xiran Wang, Omar A. Elgendy

Alternating direction method of multiplier (ADMM) is a widely used algorithm for solving constrained optimization problems in image restoration. Among many useful features, one critical feature of the ADMM algorithm is i…

DenoisingImage DenoisingImage RestorationSuper-Resolution

Bregman Alternating Direction Method of Multipliers

2013-06-13 · NeurIPS 2014 12 · Huahua Wang, Arindam Banerjee

The mirror descent algorithm (MDA) generalizes gradient descent by using a Bregman divergence to replace squared Euclidean distance. In this paper, we similarly generalize the alternating direction method of multipliers …

GPU

Bregman Plug-and-Play Priors

2022-02-04 · Abdullah H. Al-Shabili, Xiaojian Xu, Ivan Selesnick, Ulugbek S. Kamilov

The past few years have seen a surge of activity around integration of deep learning networks and optimization algorithms for solving inverse problems. Recent work on plug-and-play priors (PnP), regularization by denoisi…

Denoising

Linearized ADMM and Fast Nonlocal Denoising for Efficient Plug-and-Play Restoration

2019-01-18 · Unni V. S., Sanjay Ghosh, Kunal. N. Chaudhury

In plug-and-play image restoration, the regularization is performed using powerful denoisers such as nonlocal means (NLM) or BM3D. This is done within the framework of alternating direction method of multipliers (ADMM), …

DenoisingImage RestorationSuper-Resolution

Provably Convergent Plug & Play Linearized ADMM, applied to Deblurring Spatially Varying Kernels

2022-10-19 · Charles Laroche, Andrés Almansa, Eva Coupeté, Matias Tassano

Plug & Play methods combine proximal algorithms with denoiser priors to solve inverse problems. These methods rely on the computability of the proximal operator of the data fidelity term. In this paper, we propose a Plug…

DeblurringSuper-Resolution