paper-with-me

Papers

Probabilistic Learning and Generation in Deep Sequence Models

2026-03-01 · Wenlong Chen arxiv

Despite exceptional predictive performance of Deep sequence models (DSMs), the main concern of their deployment centers around the lack of uncertainty awareness. In contrast, probabilistic models quantify the uncertainty associated with unobserved variables with rules of probability. Notably, Bayesian methods leverage Bayes' rule to express our belief of unobserved variables in a principled way. Since exact Bayesian inference is computationally infeasible at scale, approximate inference is required in practice. Two major bottlenecks of Bayesian methods, especially when applied in deep neural networks, are prior specification and approximation quality. In Chapter 3 & 4, we investigate how the architectures of DSMs themselves can be informative for the design of priors or approximations in probabilistic models. We first develop an approximate Bayesian inference method tailored to the Transformer based on the similarity between attention and sparse Gaussian process. Next, we exploit the long-range memory preservation capability of HiPPOs (High-order Polynomial Projection Operators) to construct an interdomain inducing point for Gaussian process, which successfully memorizes the history in online learning. In addition to the progress of DSMs in predictive tasks, sequential generative models consisting of a sequence of latent variables are popularized in the domain of deep generative models. Inspired by the explicit self-supervised signals for these latent variables in diffusion models, in Chapter 5, we explore the possibility of improving other generative models with self-supervision for their sequential latent states, and investigate desired probabilistic structures over them. Overall, this thesis leverages inductive biases in DSMs to design probabilistic inference or structure, which bridges the gap between DSMs and probabilistic models, leading to mutually reinforced improvement.

📄 PDF Abstract BibTeX arXiv:2603.00888

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Distilling Event Sequence Knowledge From Large Language Models

2024-01-14 · Somin Wadhwa, Oktie Hassanzadeh, Debarun Bhattacharjya, Ken Barker 외

Event sequence models have been found to be highly effective in the analysis and prediction of events. Building such models requires availability of abundant high-quality event sequence data. In certain applications, how…

Language ModelingLanguage Modelling

P$^3$LM: Probabilistically Permuted Prophet Language Modeling for Generative Pre-Training

2022-10-22 · Junwei Bao, Yifan Wang, Jiangyong Ying, Yeyun Gong 외

Conventional autoregressive left-to-right (L2R) sequence generation faces two issues during decoding: limited to unidirectional target sequence modeling, and constrained on strong local dependencies. To address the afore…

Conversational Question AnsweringDecoderLanguage ModelingLanguage Modelling+4

Modiff: Action-Conditioned 3D Motion Generation with Denoising Diffusion Probabilistic Models

2023-01-10 · Mengyi Zhao, Mengyuan Liu, Bin Ren, Shuling Dai 외

Diffusion-based generative models have recently emerged as powerful solutions for high-quality synthesis in multiple domains. Leveraging the bidirectional Markov chains, diffusion probabilistic models generate samples by…

DenoisingMotion Generation

Sequential Monte Carlo Steering of Large Language Models using Probabilistic Programs

2023-06-05 · Alexander K. Lew, Tan Zhi-Xuan, Gabriel Grand, Vikash K. Mansinghka

Even after fine-tuning and reinforcement learning, large language models (LLMs) can be difficult, if not impossible, to control reliably with prompts alone. We propose a new inference-time approach to enforcing syntactic…

Language ModelingLanguage ModellingProbabilistic ProgrammingText Generation

Adversarial Attacks on Probabilistic Autoregressive Forecasting Models

2020-03-08 · ICML 2020 1 · Raphaël Dang-Nhu, Gagandeep Singh, Pavol Bielik, Martin Vechev

We develop an effective generation of adversarial attacks on neural models that output a sequence of probability distributions rather than a sequence of single values. This setting includes the recently proposed deep pro…

Decision MakingTime SeriesTime Series Analysis