REVIEW 2 major objections 2 minor 270 references
Arbitrarily Conditioned Hierarchical Flows for Spatiotemporal Events
T0 review · 2 major / 2 minor · reviewed 2026-05-09 · grok-4.3
Pith's one-line read ARCH enables unified modeling of complex spatiotemporal events under arbitrary conditioning via hierarchical flows.
desk verdict ARCH combines hierarchical flow matching and hybrid masking into one model for arbitrary conditioning on spatiotemporal events, but the experimental support is thin and the masking strategy needs checks for bias. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Hybrid masking strategy within the hierarchical flow matching architecture, which supplies flexible conditioning on arbitrary observed events while preserving tractable conditional intensity evaluation.
What would settle it
Demonstration that, for specific patterns of missing events, the model's computed conditional intensities deviate systematically from empirical rates or that inverse-inference and trajectory-recovery accuracy falls below strong baselines on held-out data.
Extended reading notes
Core claim
ARCH is a hierarchical flow matching model built on a history-encoder-generative-decoder architecture that introduces a hybrid masking strategy. The resulting model captures complex event distributions while permitting accurate, tractable computation of conditional intensities for arbitrary observed events, thereby unifying forecasting, inverse inference, and partial trajectory recovery inside a single framework.
Load-bearing premise
The hybrid masking strategy and hierarchical flow architecture can be trained to represent arbitrary conditional distributions accurately without introducing biases or intractability into the conditional intensity computation.
Editorial extensions
If this is right
- Forecasting reduces to conditioning on past events and sampling future ones.
- Inverse inference and missing-location recovery become conditioning on the observed subset and sampling the unobserved parts.
- Conditional intensity computation remains tractable for any conditioning mask, directly quantifying instantaneous event risk.
- A single trained model replaces separate pipelines for prediction, imputation, and counterfactual queries.
- Empirical results on synthetic and real-world datasets show consistent gains over existing point-process baselines on both prediction and conditional-inference metrics.
Reading between the lines
- The same architecture could be tested on non-spatial event streams such as user actions or financial transactions where arbitrary subsets of history are observed.
- Integration with learned encoders for additional covariates (e.g., sensor readings) would be a direct next step that preserves the masking mechanism.
- If the hybrid mask generalizes across sequence lengths, the model might serve as a drop-in replacement for autoregressive simulators in simulation-based inference tasks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces Arbitrarily Conditioned Hierarchical Flows (ARCH), a hierarchical flow-matching framework for spatiotemporal event modeling. It employs a history-encoder-generative-decoder architecture together with a hybrid masking strategy to support arbitrary conditioning on observed events. This construction is claimed to enable expressive modeling of complex event distributions while permitting tractable and accurate computation of conditional intensities (instantaneous event risk) via the learned vector field. The approach unifies forecasting, inverse inference, and partial trajectory recovery in a single model. Experiments on synthetic and real-world datasets are reported to show consistent outperformance over baselines on both prediction and conditional inference tasks.
Significance. If the central claims hold, the work could meaningfully advance point-process modeling by moving beyond autoregressive, event-by-event prediction to a flexible, unified framework for arbitrary conditioning and multiple inference tasks. The combination of hierarchical flows with hybrid masking for tractable conditional intensities represents a potentially useful technical contribution for domains that require recovery of missing events or inverse queries. The absence of detailed experimental controls, baselines, and error analysis in the abstract, however, prevents a full assessment of empirical robustness at this stage.
major comments (2)
- [Hybrid masking strategy (Section 3.2)] Hybrid masking strategy (Section 3.2 and associated training objective): the central claim that the hybrid masking strategy, when combined with the hierarchical flow-matching objective, produces unbiased and tractable conditional intensities for arbitrary partial observations (including non-autoregressive inverse inference) is load-bearing. Any systematic mismatch between the distribution of masks seen during training and the true conditional law can propagate into the learned vector field; the resulting intensity obtained via divergence or change-of-variables would then be biased for conditioning patterns underrepresented in the training masks. No analytic guarantee, bias bound, or targeted ablation is supplied to rule this out.
- [Experiments (Section 5)] Experimental validation (Section 5): the abstract asserts outperformance on synthetic and real datasets for both prediction and conditional tasks, yet the manuscript provides no details on experimental controls, choice of baselines, statistical significance testing, or error analysis. Without these, the empirical support for the claim that ARCH yields accurate conditional intensities cannot be verified and is therefore insufficient to substantiate the unified-framework contribution.
minor comments (2)
- [Method overview] Notation for the conditional intensity (derived from the flow vector field) should be introduced with an explicit equation reference early in the method section to improve readability for readers unfamiliar with flow-matching formulations.
- [Abstract] The abstract would benefit from one or two quantitative performance numbers (e.g., relative improvement in log-likelihood or intensity error) to give readers an immediate sense of the magnitude of the reported gains.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed feedback. We address each major comment below and describe the revisions we will make to strengthen the manuscript.
read point-by-point responses
-
Referee: [Hybrid masking strategy (Section 3.2)] Hybrid masking strategy (Section 3.2 and associated training objective): the central claim that the hybrid masking strategy, when combined with the hierarchical flow-matching objective, produces unbiased and tractable conditional intensities for arbitrary partial observations (including non-autoregressive inverse inference) is load-bearing. Any systematic mismatch between the distribution of masks seen during training and the true conditional law can propagate into the learned vector field; the resulting intensity obtained via divergence or change-of-variables would then be biased for conditioning patterns underrepresented in the training masks. No analytic guarantee, bias bound, or targeted ablation is supplied to rule this out.
Authors: We appreciate the referee's careful analysis of the hybrid masking strategy. The hybrid masking is constructed as a mixture of autoregressive, random subset, and inverse-task-specific masks precisely to expose the model to a broad range of conditioning patterns during training. Because the flow-matching loss is applied to the conditional vector field given each realized mask, the learned field is exact for the training mask distribution. We acknowledge, however, that the manuscript supplies neither an analytic bias bound nor a formal proof that the training mask distribution matches the test-time conditional law for every possible observation pattern. To address this, we will add a targeted ablation in the revised manuscript that systematically varies the masking mixture (including uniform random versus structured proportions) and reports conditional intensity error on held-out non-autoregressive and inverse-inference queries. We will also include a brief discussion of this limitation and the empirical evidence that the hybrid mixture suffices in practice. revision: partial
-
Referee: [Experiments (Section 5)] Experimental validation (Section 5): the abstract asserts outperformance on synthetic and real datasets for both prediction and conditional tasks, yet the manuscript provides no details on experimental controls, choice of baselines, statistical significance testing, or error analysis. Without these, the empirical support for the claim that ARCH yields accurate conditional intensities cannot be verified and is therefore insufficient to substantiate the unified-framework contribution.
Authors: We thank the referee for emphasizing the need for rigorous experimental reporting. While Section 5 already describes the datasets, metrics, and baseline comparisons, we agree that the current presentation lacks sufficient detail on controls, baseline justification, statistical testing, and error analysis. In the revised manuscript we will expand Section 5 to include: (i) explicit hyperparameter selection protocols and ablation controls, (ii) justifications for each baseline together with implementation details, (iii) statistical significance results (e.g., paired tests across multiple random seeds), and (iv) error bars, variance analysis, and per-task conditional intensity accuracy metrics. These additions will provide clearer empirical support for the accuracy of the learned conditional intensities. revision: yes
Circularity Check
No significant circularity in ARCH derivation chain
full rationale
The paper introduces a novel hierarchical flow-matching architecture with hybrid masking for arbitrary conditioning on spatiotemporal events. Claims of expressiveness for complex distributions and tractable conditional intensities follow directly from the proposed history-encoder-generative-decoder structure and flow-matching objective, without reducing by construction to fitted parameters or self-defined quantities. No self-definitional steps, fitted-input predictions, load-bearing self-citations, uniqueness theorems imported from authors, or ansatz smuggling via citation are present in the abstract or described framework. Experiments on synthetic and real-world data provide external verification, keeping the central results independent of the inputs.
Assumptions & free parameters
assumptions (1)
- domain assumption Flow matching can be extended hierarchically to capture complex spatiotemporal distributions while remaining tractable for conditional queries.
Cite this review
Pith. "Pith review of Arbitrarily Conditioned Hierarchical Flows for Spatiotemporal Events." pith.science (2026). https://pith.science/paper/2605.01226
@misc{pith2026260501226,
author = {Pith},
title = {Pith review of: Arbitrarily Conditioned Hierarchical Flows for Spatiotemporal Events},
year = {2026},
howpublished = {\url{https://pith.science/paper/2605.01226}},
note = {Machine review of arXiv:2605.01226}
}
read the original abstract
Events in spatiotemporal systems are ubiquitous, yet modeling their complex distributions remains challenging. Existing point process models often rely on strong structural assumptions and are typically limited to autoregressive, event-by-event prediction. As a result, they struggle to support broader inference tasks such as inverse inference, trajectory reconstruction, and recovery of missing event locations. We introduce Arbitrarily Conditioned Hierarchical Flows (ARCH), a hierarchical flow matching framework for spatiotemporal event modeling. ARCH is expressive enough to capture complex event distributions while enabling tractable and accurate computation of conditional intensities, which quantify instantaneous event risk. Built on a history-encoder-generative-decoder architecture, ARCH introduces a hybrid masking strategy for flexible conditioning on arbitrary observed events. This enables a unified treatment of forecasting, inverse inference, and partial trajectory recovery within a single framework. Experiments on synthetic and real-world datasets show that ARCH consistently outperforms existing baselines across both prediction and conditional inference tasks.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
Flow Matching for Generative Modeling
Flow matching for generative modeling , author=. arXiv preprint arXiv:2210.02747 , year=
-
[2]
Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages =
Yuan, Yuan and Ding, Jingtao and Shao, Chenyang and Jin, Depeng and Li, Yong , title =. Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages =. 2023 , isbn =. doi:10.1145/3580305.3599511 , abstract =
-
[3]
Journal of Physics of the Earth , volume=
The centenary of the Omori formula for a decay law of aftershock activity , author=. Journal of Physics of the Earth , volume=. 1995 , publisher=
work page 1995
-
[4]
Journal of the American Statistical Association , volume=
Statistical models for earthquake occurrences and residual analysis for point processes , author=. Journal of the American Statistical Association , volume=. 1988 , publisher=
work page 1988
-
[5]
Journal of Geophysical Research: Solid Earth , volume=
Introduction to special section: Stress triggers, stress shadows, and implications for seismic hazard , author=. Journal of Geophysical Research: Solid Earth , volume=. 1998 , publisher=
work page 1998
-
[6]
Bulletin of the Seismological Society of America , volume=
Static stress changes and the triggering of earthquakes , author=. Bulletin of the Seismological Society of America , volume=
-
[7]
Advances in neural information processing systems , volume=
Monotonic networks , author=. Advances in neural information processing systems , volume=
- [8]
Show all 270 references
-
[9]
Advances in neural information processing systems , volume=
Neural ordinary differential equations , author=. Advances in neural information processing systems , volume=
-
[10]
Dintucker: Scaling up
Zhe, Shandian and Qi, Yuan and Park, Youngja and Xu, Zenglin and Molloy, Ian and Chari, Suresh , booktitle=. Dintucker: Scaling up
-
[11]
2012 , school=
Scalable inference for structured Gaussian process models , author=. 2012 , school=
2012
-
[12]
Forty-second International Conference on Machine Learning , year=
Toward Efficient Kernel-Based Solvers for Nonlinear PDEs , author=. Forty-second International Conference on Machine Learning , year=
-
[13]
Solving High Frequency and Multi-Scale PDEs with
Shikai Fang and Madison Cooley and Da Long and Shibo Li and Robert Kirby and Shandian Zhe , booktitle=. Solving High Frequency and Multi-Scale PDEs with
-
[14]
International Conference on Learning Representations , year=
Neural Spatio-Temporal Point Processes , author=. International Conference on Learning Representations , year=
-
[15]
Proceedings of The 4th Annual Learning for Dynamics and Control Conference , pages =
Neural Point Process for Learning Spatiotemporal Event Dynamics , author =. Proceedings of The 4th Annual Learning for Dynamics and Control Conference , pages =. 2022 , editor =
2022
-
[16]
Automatic Integration for Spatiotemporal Neural Point Processes , url =
Zhou, Zihao and Yu, Rose , booktitle =. Automatic Integration for Spatiotemporal Neural Point Processes , url =
-
[17]
Annals of the Institute of Statistical Mathematics , volume=
Space-time point-process models for earthquake occurrences , author=. Annals of the Institute of Statistical Mathematics , volume=. 1998 , publisher=
1998
-
[18]
Biometrics , volume=
A space--time conditional intensity model for invasive meningococcal disease occurrence , author=. Biometrics , volume=. 2012 , publisher=
2012
-
[19]
2016 , school=
Point process modeling with spatiotemporal covariates for predicting crime , author=. 2016 , school=
2016
-
[20]
Advances in neural information processing systems , volume=
Denoising diffusion probabilistic models , author=. Advances in neural information processing systems , volume=
-
[21]
2008 , publisher=
An introduction to the theory of point processes: volume II: general theory and structure , author=. 2008 , publisher=
2008
-
[22]
and Prince, Peter J
Dormand, John R. and Prince, Peter J. , journal=. A family of embedded. 1980 , publisher=
1980
-
[23]
Scikit-learn: Machine Learning in
Pedregosa, Fabian and Varoquaux, Ga. Scikit-learn: Machine Learning in. Journal of Machine Learning Research , volume=
-
[24]
Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
Recurrent marked temporal point processes: Embedding event history to vector , author=. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
-
[25]
2008 , publisher=
Graphical models, exponential families, and variational inference , author=. 2008 , publisher=
2008
-
[26]
Introducing TensorFlow Feature Columns , Year =
TensorFlowTeam , Institution =. Introducing TensorFlow Feature Columns , Year =
-
[27]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Variational Inference for Sparse Gaussian Process Modulated Hawkes Process , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[28]
Journal of Machine Learning Research , volume=
Efficient Inference for Nonparametric Hawkes Processes Using Auxiliary Latent Variables , author=. Journal of Machine Learning Research , volume=
-
[29]
International Conference on Machine Learning , pages=
Variational inference for Gaussian process modulated Poisson processes , author=. International Conference on Machine Learning , pages=. 2015 , organization=
2015
-
[30]
Proceedings of the International Conference on Learning Representations (ICLR) , year=
EFFICIENT INFERENCE OF FLEXIBLE INTERACTION IN SPIKING-NEURON NETWORKS , author=. Proceedings of the International Conference on Learning Representations (ICLR) , year=
-
[31]
International Conference on Machine Learning , pages=
Transformer hawkes process , author=. International Conference on Machine Learning , pages=. 2020 , organization=
2020
-
[32]
Rubanova, Yulia and Chen, Ricky T. Q. and Duvenaud, David K , booktitle =. Latent Ordinary Differential Equations for Irregularly-Sampled Time Series , url =
-
[33]
Advances in Neural Information Processing Systems , pages=
Fully neural network based model for general temporal point processes , author=. Advances in Neural Information Processing Systems , pages=
-
[34]
International Conference on Learning Representations , year=
Intensity-Free Learning of Temporal Point Processes , author=. International Conference on Learning Representations , year=
-
[35]
Verlag New York Berlin Heidelberg: Springer , year=
An introduction to the theory of point processes, volume 1: Elementary theory and methods , author=. Verlag New York Berlin Heidelberg: Springer , year=
-
[36]
International Conference on Machine Learning , pages=
Self-attentive hawkes process , author=. International Conference on Machine Learning , pages=. 2020 , organization=
2020
-
[37]
Proceedings of the 27th ACM International Conference on Information and Knowledge Management , pages=
Regularizing matrix factorization with user and item embeddings for recommendation , author=. Proceedings of the 27th ACM International Conference on Information and Knowledge Management , pages=
-
[38]
Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
Warm Up Cold-start Advertisements: Improving CTR Predictions via Learning to Learn ID Embeddings , author=. Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval , pages=
-
[39]
arXiv preprint arXiv:1611.01144 , year=
Categorical reparameterization with gumbel-softmax , author=. arXiv preprint arXiv:1611.01144 , year=
-
[40]
arXiv preprint arXiv:1807.11880 , year=
Stochastic gradient descent with biased but consistent gradient estimators , author=. arXiv preprint arXiv:1807.11880 , year=
-
[41]
Tensorflow:
Abadi, Mart. Tensorflow:. 12th \ USENIX \ Symposium on Operating Systems Design and Implementation ( \ OSDI \ 16) , pages=
-
[42]
Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
SEISMIC: A Self-Exciting Point Process Model for Predicting Tweet Popularity , author=. Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=. 2015 , organization=
2015
-
[43]
Advances in Neural Information Processing Systems , pages=
The neural hawkes process: A neurally self-modulating multivariate point process , author=. Advances in Neural Information Processing Systems , pages=
-
[44]
Advances in Neural Information Processing Systems , pages=
Online learning for multivariate Hawkes processes , author=. Advances in Neural Information Processing Systems , pages=
-
[45]
arXiv preprint arXiv:1611.00712 , year=
The concrete distribution: A continuous relaxation of discrete random variables , author=. arXiv preprint arXiv:1611.00712 , year=
-
[46]
Advances in Neural Information Processing Systems , pages=
Stochastic Nonparametric Event-Tensor Decomposition , author=. Advances in Neural Information Processing Systems , pages=
-
[47]
Pour une analyse krigeante des donn
Matheron, G , journal=. Pour une analyse krigeante des donn
-
[48]
Mathematical Geology , volume=
Linear coregionalization model: tools for estimation and choice of cross-variogram matrix , author=. Mathematical Geology , volume=. 1992 , publisher=
1992
-
[49]
arXiv preprint arXiv:1312.6114 , year=
Auto-encoding variational bayes , author=. arXiv preprint arXiv:1312.6114 , year=
-
[50]
arXiv preprint arXiv:1412.6980 , year=
Adam: A method for stochastic optimization , author=. arXiv preprint arXiv:1412.6980 , year=
-
[51]
The 22nd International Conference on Artificial Intelligence and Statistics , pages=
Scalable High-Order Gaussian Process Regression , author=. The 22nd International Conference on Artificial Intelligence and Statistics , pages=
-
[52]
1978 , publisher=
Mining geostatistics , author=. 1978 , publisher=
1978
-
[53]
Artificial Intelligence and Statistics , pages=
Deep gaussian processes , author=. Artificial Intelligence and Statistics , pages=
-
[54]
Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , volume=
Nonlinear information fusion algorithms for data-efficient multi-fidelity modelling , author=. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , volume=. 2017 , publisher=
2017
-
[55]
arXiv preprint arXiv:1903.07320 , year=
Deep Gaussian Processes for Multi-fidelity Modeling , author=. arXiv preprint arXiv:1903.07320 , year=
1903
-
[56]
Biometrika , volume=
Predicting the output from a complex computer code when fast approximations are available , author=. Biometrika , volume=. 2000 , publisher=
2000
-
[57]
Mathematics of computation , volume=
Numerical solution of the Navier-Stokes equations , author=. Mathematics of computation , volume=
-
[58]
Journal of Structural Mechanics , volume=
On the design of compliant mechanisms using topology optimization , author=. Journal of Structural Mechanics , volume=. 1997 , publisher=
1997
-
[59]
Fast forward selection to speed up sparse
Seeger, Matthias and Williams, Christopher and Lawrence, Neil , booktitle=. Fast forward selection to speed up sparse
-
[60]
Advances in Neural Information Processing Systems 15 , year=
Anton Schwaighofer and Volker Tresp , title=. Advances in Neural Information Processing Systems 15 , year=
-
[61]
Journal of Computational Physics , volume=
Numerical study of viscous flow in a cavity , author=. Journal of Computational Physics , volume=. 1973 , publisher=
1973
-
[62]
Advances in neural information processing systems , pages=
Multi-task Gaussian process prediction , author=. Advances in neural information processing systems , pages=
-
[63]
International Conference on Machine Learning , pages=
Kernel interpolation for scalable structured Gaussian processes (KISS-GP) , author=. International Conference on Machine Learning , pages=
-
[64]
International Conference on Artificial Intelligence and Statistics , pages=
Scalable Gaussian Processes with Billions of Inducing Inputs via Tensor Train Decomposition , author=. International Conference on Artificial Intelligence and Statistics , pages=
-
[65]
SIAM Journal on Matrix Analysis and Applications , volume=
Decompositions of a higher-order tensor in block terms?Part II: Definitions and uniqueness , author=. SIAM Journal on Matrix Analysis and Applications , volume=. 2008 , publisher=
2008
-
[66]
SIAM Journal on Scientific Computing , volume=
Tensor-train decomposition , author=. SIAM Journal on Scientific Computing , volume=. 2011 , publisher=
2011
-
[67]
International Conference on Machine Learning , pages=
Tensor-Train Recurrent Neural Networks for Video Classification , author=. International Conference on Machine Learning , pages=
-
[68]
Proceedings of 2018 IEEE international conference on computer vision and pattern recognition
Learning compact recurrent neural networks with block-term tensor decomposition , author=. Proceedings of 2018 IEEE international conference on computer vision and pattern recognition. Google Scholar , year=
2018
-
[69]
Advances in Neural Information Processing Systems , pages=
Tensorizing neural networks , author=. Advances in Neural Information Processing Systems , pages=
-
[70]
Artificial Intelligence and Statistics 10 , number=
Semiparametric Latent Factor Models , author=. Artificial Intelligence and Statistics 10 , number=
-
[71]
Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics , pages=
Efficient multioutput Gaussian processes through variational inducing kernels , author=. Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics , pages=
-
[72]
Gaussian Processes for Big Data , Year =
Hensman, James and Fusi, Nicolo and Lawrence, Neil D , Booktitle =. Gaussian Processes for Big Data , Year =
-
[73]
Lawrence , booktitle=
Zhenwen Dai and Andreas Damianou and James Hensman and Neil D. Lawrence , booktitle=
-
[74]
Proceedings of the 33rd International Conference on Machine Learning , year=
Trong Nghia Hoang and Quang Minh Hoang and Bryan Kian Hsiang Low , title=. Proceedings of the 33rd International Conference on Machine Learning , year=
-
[75]
2006 , publisher=
Gaussian processes for machine learning , author=. 2006 , publisher=
2006
-
[76]
International Conference on Machine Learning , pages=
Asynchronous Distributed Variational Gaussian Process for Regression , author=. International Conference on Machine Learning , pages=
-
[77]
arXiv preprint arXiv:1808.10367 , year=
Parametric Topology Optimization with Multi-Resolution Finite Element Models , author=. arXiv preprint arXiv:1808.10367 , year=
-
[78]
Science , volume=
The isomap algorithm and topological stability , author=. Science , volume=. 2002 , publisher=
2002
-
[79]
Neural computation , volume=
Nonlinear component analysis as a kernel eigenvalue problem , author=. Neural computation , volume=. 1998 , publisher=
1998
-
[80]
International conference on machine learning , pages=
Learning triggering kernels for multi-dimensional hawkes processes , author=. International conference on machine learning , pages=. 2013 , organization=
2013
-
[81]
Ogata, Yosihiko , journal=. On. 1981 , publisher=
1981
-
[82]
2006 , publisher=
Multilinear operators for higher-order decompositions , author=. 2006 , publisher=
2006
-
[83]
Journal of the American Statistical Association , volume=
Computer model calibration using high-dimensional output , author=. Journal of the American Statistical Association , volume=. 2008 , publisher=
2008
-
[84]
Proceedings of the Royal Society of London A: Mathematical, Physical and Engineering Sciences , volume=
Reduced dimensional Gaussian process emulators of parametrized partial differential equations based on Isomap , author=. Proceedings of the Royal Society of London A: Mathematical, Physical and Engineering Sciences , volume=. 2015 , organization=
2015
-
[85]
Journal of Computational Physics , volume=
Manifold learning for the emulation of spatial fields from computational models , author=. Journal of Computational Physics , volume=. 2016 , publisher=
2016
-
[86]
Advances in neural information processing systems , pages=
Sparse convolved Gaussian processes for multi-output regression , author=. Advances in neural information processing systems , pages=
-
[87]
Advances in neural information processing systems , pages=
Dependent gaussian processes , author=. Advances in neural information processing systems , pages=
-
[88]
Quantitative methods for current environmental issues , pages=
Space and space-time modeling using process convolutions , author=. Quantitative methods for current environmental issues , pages=. 2002 , publisher=
2002
-
[89]
1977 , publisher=
The finite element method , author=. 1977 , publisher=
1977
-
[90]
1980 , publisher=
The finite difference method in partial differential equations , author=. 1980 , publisher=
1980
-
[91]
2012 , publisher=
Bayesian approach to global optimization: theory and applications , author=. 2012 , publisher=
2012
-
[92]
Proceedings of the 26th Annual International Conference on Machine Learning , pages=
Non-linear matrix factorization with Gaussian processes , author=. Proceedings of the 26th Annual International Conference on Machine Learning , pages=. 2009 , organization=
2009
-
[93]
Advances in neural information processing systems , pages=
Practical bayesian optimization of machine learning algorithms , author=. Advances in neural information processing systems , pages=
-
[94]
arXiv preprint arXiv:1605.07025 , year=
Collaborative Filtering with Side Information: a Gaussian Process Perspective , author=. arXiv preprint arXiv:1605.07025 , year=
-
[95]
, author=
Surpassing Human-Level Face Verification Performance on LFW with GaussianFace. , author=. AAAI , pages=
-
[96]
Proceedings of the 16th ACM SIGKDD international conference on Knowledge discovery and data mining , pages=
Modeling relational events via latent classes , author=. Proceedings of the 16th ACM SIGKDD international conference on Knowledge discovery and data mining , pages=. 2010 , organization=
2010
-
[97]
Journal of Mathematical Psychology , volume=
Hierarchical models for relational event sequences , author=. Journal of Mathematical Psychology , volume=. 2013 , publisher=
2013
-
[98]
Toward an Architecture for Never-Ending Language Learning
Carlson, Andrew and Betteridge, Justin and Kisiel, Bryan and Settles, Burr and Hruschka Jr, Estevam R and Mitchell, Tom M , Booktitle =. Toward an Architecture for Never-Ending Language Learning. , Volume =
-
[99]
Spark: cluster computing with working sets , Volume =
Zaharia, Matei and Chowdhury, Mosharaf and Franklin, Michael J and Shenker, Scott and Stoica, Ion , Booktitle =. Spark: cluster computing with working sets , Volume =
-
[100]
Scalable nonparametric multiway data analysis , Year =
Zhe, Shandian and Xu, Zenglin and Chu, Xinqi and Qi, Yuan and Park, Youngja , Booktitle =. Scalable nonparametric multiway data analysis , Year =
-
[101]
arXiv preprint arXiv:1311.2663 , Title =
Zhe, Shandian and Qi, Yuan and Park, Youngja and Molloy, Ian and Chari, Suresh , Date-Added =. arXiv preprint arXiv:1311.2663 , Title =
-
[102]
Distributed optimization and statistical learning via the alternating direction method of multipliers , Volume =
Boyd, Stephen and Parikh, Neal and Chu, Eric and Peleato, Borja and Eckstein, Jonathan , Journal =. Distributed optimization and statistical learning via the alternating direction method of multipliers , Volume =
-
[103]
A Bayesian committee machine , Volume =
Tresp, Volker , Journal =. A Bayesian committee machine , Volume =
-
[104]
Infinite mixtures of Gaussian process experts , Volume =
Rasmussen, Carl Edward and Ghahramani, Zoubin , Journal =. Infinite mixtures of Gaussian process experts , Volume =
-
[105]
Gigatensor: scaling tensor analysis up by 100 times-algorithms and discoveries , Year =
Kang, U and Papalexakis, Evangelos and Harpale, Abhay and Faloutsos, Christos , Booktitle =. Gigatensor: scaling tensor analysis up by 100 times-algorithms and discoveries , Year =
-
[106]
Infinite
Zenglin Xu and Feng Yan and Yuan Qi , Booktitle =. Infinite
-
[107]
Non-negative tensor factorization with applications to statistics and computer vision , Year =
Amnon Shashua and Tamir Hazan , Booktitle =. Non-negative tensor factorization with applications to statistics and computer vision , Year =
-
[108]
Aldous , Journal =
D.J. Aldous , Journal =. Representations for partially exchangeable arrays of random variables , Volume =
-
[109]
and Blei, David M
Airoldi, Edoardo M. and Blei, David M. and Fienberg, Stephen E. and Xing, Eric P. , Journal =. Mixed Membership Stochastic Blockmodels , Volume =
-
[110]
Modeling homophily and stochastic equivalence in symmetric relational data , Year =
Peter Hoff , Bibsource =. Modeling homophily and stochastic equivalence in symmetric relational data , Year =. Advances in Neural Information Processing Systems 20 , Crossref =
-
[111]
Gupta and D
Arjun K. Gupta and D. K. Nagar , Publisher =. Matrix variate distributions , Year =
-
[112]
D. D. Lee and H. S. Seung , Journal =. Learning the parts of objects by non-negative matrix factorization , Volume =
-
[113]
and Urtasun, Raquel , Booktitle =
Lawrence, Neil D. and Urtasun, Raquel , Booktitle =. Non-linear matrix factorization with Gaussian processes , Year =
-
[114]
Robust multi-task learning with
Shipeng Yu and Volker Tresp and Kai Yu , Booktitle =. Robust multi-task learning with
-
[115]
Multi-Task Learning using Generalized
Yu Zhang and Dit-Yan Yeung , Journal =. Multi-Task Learning using Generalized
-
[116]
Stochastic relational models for discriminative link prediction , Year =
Kai Yu and Wei Chu and Shipeng Yu and Volker Tresp and Zhao Xu , Booktitle =. Stochastic relational models for discriminative link prediction , Year =
-
[117]
Hoff and Adrian E
Peter D. Hoff and Adrian E. Raftery and Mark S. Handcock and Mark S. H , Journal =. Latent Space Approaches to Social Network Analysis , Volume =
-
[118]
Griffiths and Joshua B
Charles Kemp and Thomas L. Griffiths and Joshua B. Tenenbaum , Institution =. Discovering latent classes in relational data , Year =
-
[119]
Snijders and Krzysztof Nowicki , Journal =
Tom A.B. Snijders and Krzysztof Nowicki , Journal =. Estimation and Prediction for Stochastic Blockmodels for Graphs with Latent Block Structure , Volume =
-
[120]
Artificial intelligence and statistics , pages=
Deep kernel learning , author=. Artificial intelligence and statistics , pages=
-
[121]
Neural computation , volume=
Long short-term memory , author=. Neural computation , volume=. 1997 , publisher=
1997
-
[122]
Carl Edward Rasmussen and Christopher K. I. Williams , Publisher =. Gaussian Processes for Machine Learning , Year =
-
[123]
Butland, Gareth and Peregrin-Alvarez, Jose M. and Li, Joyce and Yang, Wehong and Yang, Xiaochun and Canadien, Veronica and Starostine, Andrei and Richards, Dawn and Beattie, Bryan and Krogan, Nevan and Davey, Michael and Parkinson, John and Greenblatt, Jack and Emili, Andrew ,...
-
[124]
Infinite Hidden Relational Models , Year =
Zhao Xu and Volker Tresp and Kai Yu and Hans-Peter Kriegel , Booktitle =. Infinite Hidden Relational Models , Year =
-
[125]
Community evolution in dynamic multi-mode networks , Year =
Tang, Lei and Liu, Huan and Zhang, Jianping and Nazeri, Zohreh , Booktitle =. Community evolution in dynamic multi-mode networks , Year =
-
[126]
Kolda and Brett W
Tamara G. Kolda and Brett W. Bader , Journal =. Tensor Decompositions and Applications , Volume =
-
[127]
A multilinear singular value decomposition , Volume =
Lieven De Lathauwer and Bart De Moor and Joos Vandewalle , Journal =. A multilinear singular value decomposition , Volume =
-
[128]
R. A. Harshman , Journal =. Foundations of the
-
[129]
Carbonell , Booktitle =
Liang Xiong, Xi Chen, Tzu-Kuo Huang, Jeff Schneider, Jaime G. Carbonell , Booktitle =. Temporal Collaborative Filtering with Bayesian Probabilistic Tensor Factorization , Year =
-
[130]
Probabilistic Models for Incomplete Multi-dimensional Arrays , Year =
Wei Chu and Zoubin Ghahramani , Journal =. Probabilistic Models for Incomplete Multi-dimensional Arrays , Year =
-
[131]
Tipping and Christopher M
Michael E. Tipping and Christopher M. Bishop , Journal =. Probabilistic Principal Component Analysis , Volume =
-
[132]
Large-scale collaborative prediction using a nonparametric random effects model , Year =
Yu, Kai and Lafferty, John and Zhu, Shenghuo and Gong, Yihong , Booktitle =. Large-scale collaborative prediction using a nonparametric random effects model , Year =
-
[133]
Multi-task
Edwin Bonilla and Kian Ming Chai and Chris Williams , Booktitle =. Multi-task
-
[134]
Multi-Task Learning using Generalized t Process , Volume =
Yu Zhang and Dit-Yan Yeung , Journal =. Multi-Task Learning using Generalized t Process , Volume =
-
[135]
Nonnegative
Yong-Deok Kim and Seungjin Choi , Booktitle =. Nonnegative
-
[136]
Ian Porteous and Evgeniy Bart and Max Welling , Booktitle =. Multi-
-
[137]
Albert, James H and Chib, Siddhartha , Journal =
-
[138]
Advances in Neural Information Processing Systems 17 , Title =
Neil D. Advances in Neural Information Processing Systems 17 , Title =
-
[139]
Some mathematical notes on three-mode factor analysis , Volume =
Tucker, Ledyard , Issue =. Some mathematical notes on three-mode factor analysis , Volume =. Psychometrika , Pages =
-
[140]
, Publisher =
Bishop, Christopher M. , Publisher =
-
[141]
Graphical Model Structure Learning with L1-Regularization , Year =
Mark Schmidt , School =. Graphical Model Structure Learning with L1-Regularization , Year =
-
[142]
Robust multi-task learning with t-processes , Year =
Yu, Shipeng and Tresp, Volker and Yu, Kai , Booktitle =. Robust multi-task learning with t-processes , Year =
-
[143]
Beyond Streams and Graphs: Dynamic Tensor Analysis , Year =
Jimeng Sun and Dacheng Tao and Christos Faloutsos , Booktitle =. Beyond Streams and Graphs: Dynamic Tensor Analysis , Year =
-
[144]
Hoff , Journal =
Peter D. Hoff , Journal =. Hierarchical multilinear models for multiway data , Volume =
-
[145]
Acar and D
E. Acar and D. M. Dunlavy and T. G. Kolda and M. M. Scalable Tensor Factorizations for Incomplete Data , Volume =. Chemometrics and Intelligent Laboratory Systems , Number =
-
[146]
MetaFac: community discovery via relational hypergraph factorization , Year =
Lin, Yu-Ru and Sun, Jimeng and Castro, Paul and Konuru, Ravi and Sundaram, Hari and Kelliher, Aisling , Booktitle =. MetaFac: community discovery via relational hypergraph factorization , Year =
-
[147]
Spatio-temporal compressive sensing and internet traffic matrices , Year =
Zhang, Yin and Roughan, Matthew and Willinger, Walter and Qiu, Lili , Booktitle =. Spatio-temporal compressive sensing and internet traffic matrices , Year =
-
[148]
MultiVis: Content-Based Social Network Exploration through Multi-way Visual Analysis
Jimeng Sun and Spiros Papadimitriou and Ching-Yung Lin and Nan Cao and Shixia Liu and Weihong Qian , Booktitle =. MultiVis: Content-Based Social Network Exploration through Multi-way Visual Analysis. , Year =
-
[149]
Matrix-variate and higher-order probabilistic projections , Volume =
Yu, Shipeng and Bi, Jinbo and Ye, Jieping , Issue =. Matrix-variate and higher-order probabilistic projections , Volume =. Data Min. Knowl. Discov. , Pages =
-
[150]
Sparse matrix-variate Gaussian process blockmodels for network modeling , Year =
Feng Yan and Zenglin Xu and Yuan Qi , Booktitle =. Sparse matrix-variate Gaussian process blockmodels for network modeling , Year =
-
[151]
Lauritzen , Booktitle =
Steffen L. Lauritzen , Booktitle =. Exchangeable Rasch Matrices , Year =
-
[152]
Bishop and M
C.M. Bishop and M. E. Tipping , Booktitle =. Variational relevance vector machines , Year =
-
[153]
Advances in Neural Information Processing Systems 21 , Title =
C\'. Advances in Neural Information Processing Systems 21 , Title =
-
[154]
Jason D. M. Rennie and Nathan Srebro , Booktitle =. Fast maximum margin matrix factorization for collaborative prediction , Year =
-
[155]
Probabilistic Matrix Factorization , Volume =
Ruslan Salakhutdinov and Andriy Mnih , Booktitle =. Probabilistic Matrix Factorization , Volume =
-
[156]
Non-convex Statistical Optimization for Sparse Tensor Graphical Model , Year =
Wei Sun and Zhaoran Wang and Han Liu and Guang Cheng , Booktitle =. Non-convex Statistical Optimization for Sparse Tensor Graphical Model , Year =
-
[157]
Social Network Analysis: Methods and Applications , Year =
Stanley Wasserman and Katherine Faust , Publisher =. Social Network Analysis: Methods and Applications , Year =
-
[158]
Wang and George Y
Yuchung J. Wang and George Y. Wong , Journal =. Stochastic Blockmodels for Directed Graphs , Volume =
-
[159]
and Smola, A
Scholkopf, B. and Smola, A. , Publisher =. Learning with Kernels , Year =
-
[160]
Predictive Matrix-Variate t Models , Year =
Shenghuo Zhu and Kai Yu and Yihong Gong , Booktitle =. Predictive Matrix-Variate t Models , Year =
-
[161]
Bu, Dongbo and Zhao, Yi and Cai, Lun and Xue, Hong and Zhu, Xiaopeng and Lu, Hongchao and Zhang, Jingfen and Sun, Shiwei and Ling, Lunjiang and Zhang, Nan and Li, Guojie and Chen, Runsheng , Journal =
-
[162]
Slice sampling covariance hyperparameters of latent
Iain Murray and Ryan Adams , Booktitle =. Slice sampling covariance hyperparameters of latent
-
[163]
Lawrence and Magnus Rattray , Booktitle =
Michalis Titsias and Neil D. Lawrence and Magnus Rattray , Booktitle =. Efficient Sampling for
-
[164]
and Urtasun, Raquel , Booktitle =
Lawrence, Neil D. and Urtasun, Raquel , Booktitle =. Nonlinear matrix factorization with
-
[165]
Edward Snelson and Zoubin Ghahramani , Booktitle =. Sparse
-
[166]
Nonparametric
Nan Ding and Yuan Qi and Rongjing Xiang and Ian Molloy and Ninghui Li , Journal =. Nonparametric
-
[167]
Euclidean Embedding of Co-occurrence Data , Volume =
Amir Globerson and Gal Chechik and Fernando Pereira and Naftali Tishby , Journal =. Euclidean Embedding of Co-occurrence Data , Volume =
-
[168]
Miller and Thomas L
Kurt T. Miller and Thomas L. Griffiths and Michael I. Jordan , Booktitle =. Nonparametric Latent Feature Models for Link Prediction , Year =
-
[169]
Variational
Mark Girolami and Simon Rogers , Journal =. Variational
-
[170]
Wei Chu and Zoubin Ghahramani , Journal =
-
[171]
Jordan , Booktitle =
Michael I. Jordan , Booktitle =. An introduction to variational methods for graphical models , Year =
-
[172]
Neil Lawrence , Institution =. The
-
[173]
Kai Yu and Wei Chu , Booktitle =
-
[174]
Sparse Matrix-variate t Process Blockmodels , Year =
Zenglin Xu and Feng Yan and Yuan Qi , Booktitle =. Sparse Matrix-variate t Process Blockmodels , Year =
-
[175]
Tenenbaum , Booktitle =
Charles Kemp and Joshua B. Tenenbaum , Booktitle =. Learning systems of concepts with an infinite relational model , Year =
-
[176]
Nonparametric Latent Feature Models for Link Prediction , Year =
Kurt Miller and Thomas Griffiths and Michael Jordan , Booktitle =. Nonparametric Latent Feature Models for Link Prediction , Year =
-
[177]
Knowles and Zoubin Ghahramani , Booktitle =
Konstantina Palla and David A. Knowles and Zoubin Ghahramani , Booktitle =. An Infinite Latent Attribute Model for Network Data , Year =
-
[178]
Graph clustering , Volume =
Satu Elisa Schaeffer , Journal =. Graph clustering , Volume =
-
[179]
Roy , Booktitle =
James Robert Lloyd and Peter Orbanz and Zoubin Ghahramani and Daniel M. Roy , Booktitle =. Random function priors for exchangeable arrays with applications to graphs and relational data , Year =
-
[180]
MacKay, D. J. C. , Journal =
-
[181]
Chu and Z
W. Chu and Z. Ghahramani , Journal =. Gaussian processes for ordinal regression , Volume =
-
[182]
Bagging Predictors , Volume =
Leo Breiman , Journal =. Bagging Predictors , Volume =
-
[183]
Nonparametric bootstrap prediction , Volume =
Fushiki, Tadayoshi and Komaki, Fumiyasu and Aihara, Kazuyuki , Journal =. Nonparametric bootstrap prediction , Volume =
-
[184]
Hastie and Robert
Trevor. Hastie and Robert. Tibshirani and Friedman, J Jerome H , Publisher =. The elements of statistical learning , Volume =
-
[185]
Covariance tapering for interpolation of large spatial datasets , Volume =
Furrer, Reinhard and Genton, Marc G and Nychka, Douglas , Journal =. Covariance tapering for interpolation of large spatial datasets , Volume =
-
[186]
Memoized Online Variational Inference for Dirichlet Process Mixture Models , Year =
Hughes, Michael C and Sudderth, Erik , Booktitle =. Memoized Online Variational Inference for Dirichlet Process Mixture Models , Year =
-
[187]
Truly nonparametric online variational inference for hierarchical dirichlet processes , Year =
Bryant, Michael and Sudderth, Erik B , Booktitle =. Truly nonparametric online variational inference for hierarchical dirichlet processes , Year =
-
[188]
Online Learning of Nonparametric Mixture Models via Sequential Variational Approximation , Year =
Lin, Dahua , Booktitle =. Online Learning of Nonparametric Mixture Models via Sequential Variational Approximation , Year =
-
[189]
Multiresolution gaussian processes , Year =
Dunson, David B and Fox, Emily B , Booktitle =. Multiresolution gaussian processes , Year =
-
[190]
Bayesian treed Gaussian process models with an application to computer modeling , Volume =
Gramacy, Robert B and Lee, Herbert KH , Journal =. Bayesian treed Gaussian process models with an application to computer modeling , Volume =
-
[191]
Analyzing nonstationary spatial data using piecewise Gaussian processes , Volume =
Kim, Hyoung-Moon and Mallick, Bani K and Holmes, CC , Journal =. Analyzing nonstationary spatial data using piecewise Gaussian processes , Volume =
-
[192]
Equivariant and scale-free
Peter David Hoff , Institution =. Equivariant and scale-free
-
[193]
, Eprint =
Hoff, P.D. , Eprint =. Separable covariance arrays via the. Bayesian Analysis , Pages =. 2011 , Bdsk-Url-1 =
2011
-
[194]
Online variational inference for the hierarchical Dirichlet process , Year =
Wang, Chong and Paisley, John W and Blei, David M , Booktitle =. Online variational inference for the hierarchical Dirichlet process , Year =
-
[195]
Advances in Neural Information Processing Systems , volume=
Neural jump stochastic differential equations , author=. Advances in Neural Information Processing Systems , volume=
-
[196]
Scalable tensor factorizations for incomplete data , Volume =
Acar, Evrim and Dunlavy, Daniel M and Kolda, Tamara G and M. Scalable tensor factorizations for incomplete data , Volume =. Chemometrics and Intelligent Laboratory Systems , Number =
-
[197]
, Eprint =
Hoff, P.D. , Eprint =. Hierarchical multilinear models for multiway data , Url =. Computational Statistics & Data Analysis , Pages =. 2011 , Bdsk-Url-1 =
2011
-
[198]
and Dunson, D.B
Yang, Y. and Dunson, D.B. , Journal =. Bayesian conditional tensor factorizations for high-dimensional classification , Year =
-
[199]
Bayesian factorizations of big sparse tensors , Year =
Zhou, Jing and Bhattacharya, Anirban and Herring, Amy and Dunson, David , Journal =. Bayesian factorizations of big sparse tensors , Year =
-
[200]
Leveraging Features and Networks for Probabilistic Tensor Decomposition , Year =
Rai, Piyush and Wang, Yingjian and Carin, Lawrence , Booktitle =. Leveraging Features and Networks for Probabilistic Tensor Decomposition , Year =
-
[201]
Scalable
Piyush Rai and Yingjian Wang and Shengbo Guo and Gary Chen and David Dunson and Lawrence Carin , Booktitle =. Scalable
-
[202]
DFacTo: Distributed Factorization of Tensors , Year =
Choi, Joon Hee and Vishwanathan, S , Booktitle =. DFacTo: Distributed Factorization of Tensors , Year =
-
[203]
Modelling relational data using Bayesian clustered tensor factorization , Year =
Sutskever, Ilya and Tenenbaum, Joshua B and Salakhutdinov, Ruslan R , Booktitle =. Modelling relational data using Bayesian clustered tensor factorization , Year =
-
[204]
Bayesian nonparametric models for multiway data analysis , Year =
Xu, Zenglin and Yan, Feng and Qi, Yuan , Publisher =. Bayesian nonparametric models for multiway data analysis , Year =
-
[205]
Advances in Neural Information Processing Systems , pages=
Distributed variational inference in sparse Gaussian process regression and latent variable models , author=. Advances in Neural Information Processing Systems , pages=
-
[206]
Proceedings of the Twenty-Ninth Conference on Uncertainty in Artificial Intelligence , pages=
Gaussian processes for Big data , author=. Proceedings of the Twenty-Ninth Conference on Uncertainty in Artificial Intelligence , pages=. 2013 , organization=
2013
-
[207]
International Conference on Artificial Intelligence and Statistics , pages=
Variational learning of inducing variables in sparse Gaussian processes , author=. International Conference on Artificial Intelligence and Statistics , pages=
-
[208]
2006 , publisher=
Pattern recognition and machine learning , author=. 2006 , publisher=
2006
-
[209]
arXiv preprint arXiv:1502.01425 , year=
Provable Sparse Tensor Decomposition , author=. arXiv preprint arXiv:1502.01425 , year=
-
[210]
UAI , year=
Zero-Truncated Poisson Tensor Factorization for Massive Binary Tensors , author=. UAI , year=
-
[211]
IJCAI , year=
Scalable Probabilistic Tensor Factorization for Binary and Count Data , author=. IJCAI , year=
-
[212]
The Journal of Machine Learning Research , volume=
A unifying view of sparse approximate Gaussian process regression , author=. The Journal of Machine Learning Research , volume=. 2005 , publisher=
2005
-
[213]
Journal of the Royal Statistical Society
Some aspects of the spline smoothing approach to non-parametric regression curve fitting , author=. Journal of the Royal Statistical Society. Series B (Methodological) , pages=. 1985 , publisher=
1985
-
[214]
Advances in neural information processing systems , pages=
Sparse Gaussian processes using pseudo-inputs , author=. Advances in neural information processing systems , pages=
-
[215]
Advances in neural information processing systems , volume=
Gaussian process latent variable models for visualisation of high dimensional data , author=. Advances in neural information processing systems , volume=. 2004 , publisher=
2004
-
[216]
University of California, Berkeley-Department of Electrical Engineering and Computer Sciences, Tech
Optimizing Shuffle Performance in Spark , author=. University of California, Berkeley-Department of Electrical Engineering and Computer Sciences, Tech. Rep , year=
-
[217]
Proceedings of the 9th USENIX conference on Networked Systems Design and Implementation , pages=
Resilient distributed datasets: A fault-tolerant abstraction for in-memory cluster computing , author=. Proceedings of the 9th USENIX conference on Networked Systems Design and Implementation , pages=. 2012 , organization=
2012
-
[218]
arXiv preprint arXiv:1411.7924 , year=
Predicting clicks in online display advertising with latent features and side-information , author=. arXiv preprint arXiv:1411.7924 , year=
-
[219]
Proceedings of the 7th ACM international conference on Web search and data mining , pages=
Laser: A scalable response prediction platform for online advertising , author=. Proceedings of the 7th ACM international conference on Web search and data mining , pages=. 2014 , organization=
2014
-
[220]
Proceedings of 20th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=
Practical lessons from predicting clicks on ads at facebook , author=. Proceedings of 20th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=. 2014 , organization=
2014
-
[221]
Proceedings of the VLDB Endowment , volume=
An architecture for parallel topic models , author=. Proceedings of the VLDB Endowment , volume=. 2010 , publisher=
2010
-
[222]
Advances in Neural Information Processing Systems , pages=
Asynchronous distributed learning of topic models , author=. Advances in Neural Information Processing Systems , pages=
-
[223]
Proceedings, Part II, of the European Conference on Machine Learning and Knowledge Discovery in Databases - Volume 9285 , series =
Hu, Changwei and Rai, Piyush and Chen, Changyou and Harding, Matthew and Carin, Lawrence , title =. Proceedings, Part II, of the European Conference on Machine Learning and Knowledge Discovery in Databases - Volume 9285 , series =. 2015 , isbn =. doi:10.1007/978-3-319-23525-7_...
2015 doi
-
[224]
Proceedings of the 2010 SIAM International Conference on Data Mining , pages=
Temporal collaborative filtering with bayesian probabilistic tensor factorization , author=. Proceedings of the 2010 SIAM International Conference on Data Mining , pages=. 2010 , organization=
2010
-
[225]
Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
Bayesian poisson tensor factorization for inferring multilateral relations from sparse dyadic event counts , author=. Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=. 2015 , organization=
2015
-
[226]
Kolda , title =
Samantha Hansen and Todd Plantenga and Tamara G. Kolda , title =. Optimization Methods and Software , volume =. 2015 , doi =
2015
-
[227]
Advances in Neural Information Processing Systems , pages=
Distributed flexible nonlinear tensor factorization , author=. Advances in Neural Information Processing Systems , pages=
-
[228]
International Conference on Machine Learning , pages=
Discovering latent network structure in point process data , author=. International Conference on Machine Learning , pages=
-
[229]
, author=
Content-based Modeling of Reciprocal Relationships using Hawkes and Gaussian Processes. , author=. UAI , year=
-
[230]
UAI , year=
Decoupling Homophily and Reciprocity with Latent Space Network Models , author=. UAI , year=
-
[231]
Advances in Neural Information Processing Systems , pages=
Modelling reciprocating relationships with Hawkes processes , author=. Advances in Neural Information Processing Systems , pages=
-
[232]
International conference on machine learning , pages=
Hawkestopic: A joint model for network inference and topic modeling from text-based cascades , author=. International conference on machine learning , pages=
-
[233]
Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=
Dirichlet-hawkes processes with applications to clustering continuous-time document streams , author=. Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , pages=. 2015 , organization=
2015
-
[234]
arXiv preprint arXiv:1507.03228 , year=
Scalable bayesian inference for excitatory point process networks , author=. arXiv preprint arXiv:1507.03228 , year=
-
[235]
International Conference on Machine Learning , pages=
Learning triggering kernels for multi-dimensional hawkes processes , author=. International Conference on Machine Learning , pages=
-
[236]
Biometrika , volume=
Spectra of some self-exciting and mutually exciting point processes , author=. Biometrika , volume=. 1971 , publisher=
1971
-
[237]
Proceedings of the thirteenth international conference on artificial intelligence and statistics , pages=
Gaussian processes with monotonicity information , author=. Proceedings of the thirteenth international conference on artificial intelligence and statistics , pages=
-
[238]
International Conference on Machine Learning , pages=
Learning granger causality for hawkes processes , author=. International Conference on Machine Learning , pages=
-
[239]
Proceedings of the 26th International Conference on World Wide Web , pages=
Modeling the Dynamics of Learning Activity on the Web , author=. Proceedings of the 26th International Conference on World Wide Web , pages=. 2017 , organization=
2017
-
[240]
Advances in Neural Information Processing Systems , pages=
Predicting user activity level in point processes with mass transport equation , author=. Advances in Neural Information Processing Systems , pages=
-
[241]
SIAM Journal on Matrix Analysis and Applications , volume=
On tensors, sparsity, and nonnegative factorizations , author=. SIAM Journal on Matrix Analysis and Applications , volume=. 2012 , publisher=
2012
-
[242]
Zeiler , title =
Matthew D. Zeiler , title =
-
[243]
arXiv preprint arXiv:1708.09252 , year=
THAP: A Matlab Toolkit for Learning with Hawkes Processes , author=. arXiv preprint arXiv:1708.09252 , year=
-
[244]
Acta Neurol Belg , volume=
Management of stroke-related seizures , author=. Acta Neurol Belg , volume=
-
[245]
Advances in Neural Information Processing Systems , pages=
Poisson-randomized gamma dynamical systems , author=. Advances in Neural Information Processing Systems , pages=
-
[246]
, author=
Decoupling Homophily and Reciprocity with Latent Space Network Models. , author=. UAI , year=
-
[247]
International Conference on Artificial Intelligence and Statistics , pages=
Benefits from superposed hawkes processes , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2018 , organization=
2018
-
[248]
Advances in Neural Information Processing Systems , pages=
A dirichlet mixture model of hawkes processes for event sequence clustering , author=. Advances in Neural Information Processing Systems , pages=
-
[249]
International Conference on Machine Learning , pages=
Learning Hawkes Processes from Short Doubly-Censored Event Sequences , author=. International Conference on Machine Learning , pages=
-
[250]
and Wallach, Hanna , title =
Schein, Aaron and Zhou, Mingyuan and Blei, David M. and Wallach, Hanna , title =. Proceedings of the 33rd International Conference on International Conference on Machine Learning - Volume 48 , series =. 2016 , location =
2016
-
[251]
Biometrika , volume=
On the superposition of renewal processes , author=. Biometrika , volume=. 1954 , publisher=
1954
-
[252]
Journal of the Royal Statistical Society
On the superposition of point processes , author=. Journal of the Royal Statistical Society. Series B (Methodological) , pages=. 1968 , publisher=
1968
-
[253]
Attention is All you Need , url =
Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, ukasz and Polosukhin, Illia , booktitle =. Attention is All you Need , url =
-
[254]
arXiv preprint arXiv:1409.0473 , year=
Neural machine translation by jointly learning to align and translate , author=. arXiv preprint arXiv:1409.0473 , year=
-
[255]
Naval research logistics quarterly , volume=
Simulation of nonhomogeneous Poisson processes by thinning , author=. Naval research logistics quarterly , volume=. 1979 , publisher=
1979
-
[256]
Strategic management journal , volume=
The application of cluster analysis in strategic management research: an analysis and critique , author=. Strategic management journal , volume=. 1996 , publisher=
1996
-
[257]
2007 , publisher=
An introduction to the theory of point processes: volume II: general theory and structure , author=. 2007 , publisher=
2007
-
[258]
Journal of the royal statistical society: Series B (methodological) , volume=
Regression models and life-tables , author=. Journal of the royal statistical society: Series B (methodological) , volume=. 1972 , publisher=
1972
-
[259]
Missing value estimation methods for
Troyanskaya, Olga and Cantor, Michael and Sherlock, Gavin and Brown, Pat and Hastie, Trevor and Tibshirani, Robert and Botstein, David and Altman, Russ B , journal=. Missing value estimation methods for. 2001 , publisher=
2001
-
[260]
The ANNALS of the American Academy of Political and Social Science , volume=
The effects of hot spots policing on crime , author=. The ANNALS of the American Academy of Political and Social Science , volume=. 2001 , publisher=
2001
-
[261]
Transactions on Machine Learning Research , issn=
Exploring Generative Neural Temporal Point Process , author=. Transactions on Machine Learning Research , issn=. 2022 , url=
2022
-
[262]
Advances in Neural Information Processing Systems , volume=
Add and thin: Diffusion for temporal point processes , author=. Advances in Neural Information Processing Systems , volume=
-
[263]
The Fourteenth International Conference on Learning Representations , year=
Edit-Based Flow Matching for Temporal Point Processes , author=. The Fourteenth International Conference on Learning Representations , year=
-
[264]
Gavin Kerrigan and Kai Nelson and Padhraic Smyth , booktitle=. Event. 2026 , url=
2026
-
[265]
Theory of Ordinary Differential Equations , author=
-
[266]
International Conference on Learning Representations (ICLR) , year=
Intensity-Free Learning of Temporal Point Processes , author=. International Conference on Learning Representations (ICLR) , year=
-
[267]
International Conference on Machine Learning , pages=
Nonparametric embeddings of sparse high-order interaction events , author=. International Conference on Machine Learning , pages=. 2022 , organization=
2022
-
[268]
arXiv preprint arXiv:1711.05101 , year=
Decoupled weight decay regularization , author=. arXiv preprint arXiv:1711.05101 , year=
-
[269]
Multivariate spatiotemporal
Yuan, Baichuan and Li, Hao and Bertozzi, Andrea L and Brantingham, P Jeffrey and Porter, Mason A , journal=. Multivariate spatiotemporal. 2019 , publisher=
2019
-
[270]
Statistical Science , volume=
A review of self-exciting spatio-temporal point processes and their applications , author=. Statistical Science , volume=. 2018 , publisher=
2018
Reviewed May 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.