paper-with-me

Papers

Bayesian Online Natural Gradient (BONG)

2024-05-30 · Matt Jones, Peter Chang, Kevin Murphy

We propose a novel approach to sequential Bayesian inference based on variational Bayes (VB). The key insight is that, in the online setting, we do not need to add the KL term to regularize to the prior (which comes from the posterior at the previous timestep); instead we can optimize just the expected log-likelihood, performing a single step of natural gradient descent starting at the prior predictive. We prove this method recovers exact Bayesian inference if the model is conjugate. We also show how to compute an efficient deterministic approximation to the VB objective, as well as our simplified objective, when the variational distribution is Gaussian or a sub-family, including the case of a diagonal plus low-rank precision matrix. We show empirically that our method outperforms other online VB methods in the non-conjugate setting, such as online learning for neural networks, especially when controlling for computational costs.

📄 PDF Abstract BibTeX arXiv:2405.19681

Code (1)

petergchang/bong 공식 구현 jax

Tasks

Bayesian InferenceSequential Bayesian Inference

Methods 이 논문이 사용한 방법론

Natural Gradient Descent 설명 없음

Similar Papers 제목 키워드 기반

Bongards at the Boundary of Perception and Reasoning: Programs or Language?

2026-02-03 · Cassidy Langenfeld, Claas Beger, Gloria Geng, Wasu Top Piriyakulkij 외 arxiv

Vision-Language Models (VLMs) have made great strides in everyday visual tasks, such as captioning a natural image, or answering commonsense questions about such images. But humans possess the puzzling ability to deploy …

Visual Reasoning

Solving Bongard Problems with a Visual Language and Pragmatic Reasoning

2018-04-12 · Stefan Depeweg, Constantin A. Rothkopf, Frank Jäkel

More than 50 years ago Bongard introduced 100 visual concept learning problems as a testbed for intelligent vision systems. These problems are now known as Bongard problems. Although they are well known in the cognitive …

Bayesian Inference

Support-Set Context Matters for Bongard Problems

2023-09-07 · Nikhil Raghuraman, Adam W. Harley, Leonidas Guibas

Current machine learning methods struggle to solve Bongard problems, which are a type of IQ test that requires deriving an abstract "concept" from a set of positive and negative "support" images, and then classifying whe…

Few-Shot Image ClassificationFew-Shot Learning

Bongard-RWR+: Real-World Representations of Fine-Grained Concepts in Bongard Problems

2025-08-16 · Szymon Pawlonka, Mikołaj Małkiński, Jacek Mańdziuk arxiv

Bongard Problems (BPs) provide a challenging testbed for abstract visual reasoning (AVR), requiring models to identify visual concepts fromjust a few examples and describe them in natural language. Early BP benchmarks fe…

Answer GenerationVisual Reasoning

Bongard-HOI: Benchmarking Few-Shot Visual Reasoning for Human-Object Interactions

2022-05-27 · CVPR 2022 1 · Huaizu Jiang, Xiaojian Ma, Weili Nie, Zhiding Yu 외

A significant gap remains between today's visual pattern recognition models and human-level visual cognition especially when it comes to few-shot learning and compositional reasoning of novel concepts. We introduce Bonga…

BenchmarkingFew-Shot Image ClassificationFew-Shot LearningHuman-Object Interaction Detection+3