DiScoFormer: One transformer for density and score, across distributions
What changed
Many problems in machine learning and the sciences come down to the same task: you have a collection of data points and want to recover the distribution they came from—which values are common, and which are rare. Pinning down that distribution means estimating two quantities: the distribution's density and, more useful as dimensionality grows, its score. We introduce a new solution called the DiScoFormer (Density and Score Transformer)—one model that, given a set of data points, estimates both the density and the score of the distribution in a single forward pass without retraining.
Why it matters
A concrete addition to Practical AI: Tools, Models & Frameworks: it changes what's available to builders today rather than being general commentary.
How it compares
Related prior coverage to compare against:
- Train your first Decision Transformer
- Differential Transformer V2
- Patch Time Series Transformer in Hugging Face
Sources
- DiScoFormer: One transformer for density and score, across distributions (huggingface-blog)primary