Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thesis for Dmitry Bagaev #201

Merged
merged 3 commits into from
Mar 18, 2024
Merged

Add thesis for Dmitry Bagaev #201

merged 3 commits into from
Mar 18, 2024

Conversation

bvdmitri
Copy link
Member

Part of the #200

@bvdmitri bvdmitri requested review from abpolym and Nimrais March 15, 2024 08:53
@bvdmitri
Copy link
Member Author

The pre-commit check failed. How do I fix it and/or is it possible to fix it automatically? @Nimrais @abpolym

@Nimrais
Copy link
Collaborator

Nimrais commented Mar 18, 2024

@bvdmitri yes, it's possible it would be automatically fixed on your machine if you would run pre-commit run --all-files.

After you can just commit the changes and it will be done.

We present a practical architecture based on reactive message passing-based inference in a factor graph representation of the probabilistic model under study.
Factor graphs not only offer an insightful visual representation but also support an efficient inference process that takes advantage of statistical independence assumptions in the probabilistic model.
For a given factor graph, we first associate the Bayesian inference problem with the minimization of a Constrained Bethe Free Energy (CBFE) functional, which can be interpreted as an approximate, but computationally lighter, approach to Bayesian inference. We then develop an automatated message passing approach to CBFE minimization. As a unique feature, in this dissertation, we introduce a reactive programming style implementation of the message passing process.
Compared to existing message passing frameworks that are coded in the procedural style, reactive message passing leads to several advantages, including improved facilitation of real-time processing of streaming data, increased robustness to structural mishaps, and context-dependent adaptation of the sequence of messages. %inference process inference, reacting promptly to new measurements and updating posterior information automatically.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you have a typo there: %inference process inference.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, thanks!

@bvdmitri bvdmitri merged commit ae3cc06 into master Mar 18, 2024
1 check passed
@bvdmitri bvdmitri deleted the bvdmitri-thesis branch March 18, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants