Rust implementations of vision transformer models
Summary
A Rust crate for building and experimenting with Vision Transformer (ViT) models, providing typed configs, reusable structs, and runnable examples for research and production.
Similar Articles
Building ML framework with Rust and Category Theory
This article announces a working draft book 'Category Theory for Tiny ML in Rust' and a public workshop introducing a tiny ML pipeline using Rust and category theory, aimed at making machine learning structure explicit through typed transformations.
HOTPOT-Evolvable Agent Specification Framework
A new agent specification framework built in Rust, featuring a small binary size, Vuepress integration for documentation, issue persistence for improved code review context, and self-repair capabilities. Compatible with several agent tools and still under development.
Towards Consistent Video Geometry Estimation
ViGeo is a transformer-based foundation model that recovers dense and consistent 3D geometry from videos using dynamic chunking attention and a completion-based data refinement framework, achieving state-of-the-art performance across multiple tasks.
Built a self-hosted contextual bandit appliance in Rust. Deployed it against a live AI trading product. Found two bugs in my own configuration before I found any in the runtime.
Announces two open-source Rust projects: Lycan (a graph execution language for contextual bandits) and Syntra (a self-hosted Docker appliance for serving Lycan capsules). The author dogfoods them on a live AI trading product, discovering that data pipeline bugs, not algorithm issues, dominated the adaptation work.
Using Rust to parse Godot .tres files and walk the resource graph
This blog post details the implementation of .tres file parsing and resource graph walking in Rust for the Asset Hoard asset manager, enabling external dependency resolution and drag-and-drop export for Godot projects.