Benjie Wang's Avatar

Benjie Wang

@benjiewang.bsky.social

Postdoc @ UCLA StarAI Lab, PhD in CS from Oxford. Probabilistic ML, Tractable Models, Causality

175 Followers  |  152 Following  |  15 Posts  |  Joined: 16.11.2024  |  1.7577

Latest posts by benjiewang.bsky.social on Bluesky

Anji Liu Incoming Assistant Professor at NUS working on tractable deep generative models.

πŸŽ“ Looking for PhD students, postdocs & interns!
I’m recruiting for my new lab at NUS School of Computing, focusing on generative modeling, reasoning, and tractable inference.
πŸ’‘ Interested? Learn more here: liuanji.github.io
πŸ—“οΈ PhD application deadline: June 15, 2025

17.05.2025 17:26 β€” πŸ‘ 19    πŸ” 9    πŸ’¬ 0    πŸ“Œ 1
Post image

What happens if we tokenize cat as [ca, t] rather than [cat]?

LLMs are trained on just one tokenization per word, but they still understand alternative tokenizations. We show that this can be exploited to bypass safety filters without changing the text itself.

#AI #LLMs #tokenization #alignment

11.03.2025 23:13 β€” πŸ‘ 49    πŸ” 15    πŸ’¬ 6    πŸ“Œ 3

Also check out the awesome paper "Sum of Squares Circuits" (arxiv.org/pdf/2408.11778) by @loreloc_, Stefan Mengel, and @tetraduzione, which concurrently showed the separation between monotone and squared circuits. Also at AAAI 2025 today poster #840!

27.02.2025 14:57 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Inception PCs strictly subsume monotone and squared PCs, and are strictly more expressive than both. We show this leads to improved downstream modeling performance when normalizing for FLOPS:

27.02.2025 14:57 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

To overcome these limitations, we propose Inception PCs, a novel tractable probabilistic model representing a deep *sum-of-square-of-sums*.

Inception PCs explicitly introduce two types of latent variables into the circuit for the mixtures encoded at sum nodes.

27.02.2025 14:57 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

We show that the reverse also holds (!!) - some tractable distributions expressed as monotone circuits cannot be compactly expressed as a square.

27.02.2025 14:57 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Subtractive Mixture Models via Squaring: Representation and Learning Mixture models are traditionally represented and learned by adding several distributions as components. Allowing mixtures to subtract probability mass or density can drastically reduce the number of c...

On the other hand, squared circuits (arxiv.org/abs/2310.00724) allow use of arbitrary real parameters by *squaring* the circuit output. It was previously proven that squared circuits can be exponentially more expressive than monotone circuits!

27.02.2025 14:57 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Probabilistic circuits are deep *tractable* probabilistic models that allow efficient and exact computation of marginals.

Traditionally, monotone circuits enforce non-negativity by using non-negative weights.

Paper: arxiv.org/abs/2408.00876

27.02.2025 14:57 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Circuits are generative models that use sum-product computation graphs to model probability densities. But how do we ensure the non-negativity of the output?

Check out our poster "On the Relationship between Monotone and Squared Probabilistic Circuits" at AAAI 2025 **today**: 12:30pm-14:30pm #841.

27.02.2025 14:57 β€” πŸ‘ 21    πŸ” 3    πŸ’¬ 1    πŸ“Œ 0

Want to turn your state-of-the-art diffusion models into ultra-fast few-step generators? πŸš€
Learn how to optimize your time discretization strategyβ€”in just ~10 minutes! ⏳✨
Check out how it's done in our Oral paper at ICLR 2025 πŸ‘‡

13.02.2025 08:44 β€” πŸ‘ 15    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

If you are interested in doing a #PhD with me at Imperial College London and qualify as a home student, please reach out (before end of 2024)! Potential topics: spatial statistics, applied deep generative models, probabilistic programming and more.

19.12.2024 14:21 β€” πŸ‘ 7    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0

Thanks Devendra!

14.12.2024 18:03 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thanks to my amazing co-authors Denis MauΓ‘, @yjchoi1.bsky.social, @guyvdb.bsky.social. Hope to see you at the poster session!

13.12.2024 19:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Tractability results on case studies

Tractability results on case studies

Along the way we also show a bunch of other cool results, like:
- More efficient algorithms for causal inference on circuits
- New circuit properties
- Separation/hardness results

13.12.2024 19:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Table depicting the atlas of tractability conditions

Table depicting the atlas of tractability conditions

Building upon the prior PC atlas (proceedings.neurips.cc/paper_files/... ), our algebraic atlas provides a comprehensive approach for deriving **efficient algorithms** and **tractability conditions** for arbitrary compositional queries.

Try our atlas the next time you come across a new query!

13.12.2024 19:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
PASP query as a composition

PASP query as a composition

Just as circuits serve as a unifying representation of models, we show how you can express many queries as compositions of just a few basic operations: aggregation (marginalization, max, etc.), product, and elementwise mappings.

13.12.2024 19:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Illustration of Probabilistic CIrcuit

Illustration of Probabilistic CIrcuit

Circuits are a unifying representation of probability distributions as a computation graph of sums and products. Here we consider the more general algebraic circuits, where sum/product is replaced with a semiring operation (think e.g. OR and AND for Boolean circuits).

13.12.2024 19:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

You have some model/knowledge (e.g. Bayes Net, Probabilistic Circuit, Probabilistic/Logic Program, DB) and some query (e.g. MAP, Causal Adjustment) you want to ask. When can you compute this efficiently?

Find out @ NeurIPS today in Poster Session 6 East, #3801.

Paper: arxiv.org/abs/2412.05481

13.12.2024 19:10 β€” πŸ‘ 18    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

Hi! I work on prob ML & tractable models.

04.12.2024 20:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@benjiewang is following 20 prominent accounts