๐A Simple Baseline for Streaming Video Understanding๐ #SimpleStream reveals... a simple baseline of *recent N-frame sliding window* beats SOTA memory-based methods on standard streaming video benchmarks lmms-lab - Project: - Code:show more

Ziwei Liu
36,089 views โข 3 months ago
Announcing Bespoke-MiniChart-7B, a new SOTA in chart understanding for... models of comparable size on seven benchmarks, on par with Gemini-1.5-Pro and Claude-3.5! ๐ Beyond its real-world applications, chart understanding is a good challenging problem for VLMs, since it requires both mathematical as well as visual reasoning. 1/n๐งตshow more

Bespoke Labs
19,871 views โข 1 year ago
Unlimited-OCR is a 3B parameter model that parses entire... 100-page PDFs in one shot โ no page chunking, no lost context. +โ 32K context window, reads the whole document in a single pass +โ 93% on standard parsing benchmarks, +6 over baseline +โ Under 0.11 error rate past page 40 โ where every other OCR tool falls apart โ +Multilingual out of the box, runs locally via Transformers, Ollama, llama.cpp, Docker +โ Textract, Google Vision, and Azure Doc Intelligence charge $1.50โ$15 per 1,000 pages 1.9M downloads on HuggingFace and most people have never heard of it. This runs on your machine. For free. Forever. Model link:show more

0xMarioNawfal
84,035 views โข 12 days ago
(1/n) ๐ With FastVideo, you can now generate a... 5-second video in 5 seconds on a single H200 GPU! Introducing FastWan series, a family of fast video generation models trained via a new recipe we term as โsparse distillationโ, to speed up video denoising time by 70X! ๐ฅ๏ธ Live demo: (Thanks to @gmicloud for the support!) ๐ Blog: ๐ We fully open-source our models, code, and data with Apache-2.0 licensesshow more

Hao AI Lab
78,660 views โข 1 year ago
Kling 2.6 Motion Capture is so good. It's a... huge leap forward. We've been able to do motion capture with AI for a while, but the quality bump finally made this approach useful. Here are the steps: - Get a reference video - record it or get a stock video - Grab the start frame of that video - Edit it using Nano Banana Pro. Ask to replace character and background. - Select the Kling 2.6 Motion Capture model in the video generator on Freepik (now Magnific) - Upload reference video + set the edited start frame - Video prompt can be simple e.g. "Gandalf dancing"show more

Martin LeBlanc
35,226 views โข 7 months ago
Do you use Runway Gen-2 to make AI videos?... This is for you! I built a simple tool to help "extend" Runway videos beyond the 4 second clip limit. Just choose a video, and the tool will give you the final frame -- so that you can drop this back into Runway, and generate another AI video based on it. Let me know if this is useful to you! Link is at bottom of the video and it's live to try right now.show more

Benjamin De Kraker
68,384 views โข 3 years ago
๐ฅ Video generation is hitting the memory wall. As... videos get longer, the KV cache quietly explodes โ and long-horizon consistency starts to break. We built Quant VideoGen: a training-free KV cache compression method for auto-regressive video diffusion. Instead of storing every KV in high precision, QVG exploits videoโs spatiotemporal redundancy with semantic-aware smoothing + progressive residual quantization. ๐ Up to 7ร KV memory reduction โก <4% overhead โ Strong long-video quality ๐น๏ธ Deploy HYWorldPlay on your own RTX 5090 locally KV compression is becoming a core scaling primitive โ not just for LLMs, but for video generation too. Paper: Code: (1/5)show more

Haocheng Xi
65,008 views โข 3 months ago
๐New paper out - We present Video-MSG (Multimodal Sketch... Guidance), a novel planning-based training-free guidance method for T2V models, improving control of spatial layout and object trajectories. ๐ง Key idea: โข Generate a Video Sketch โ a spatio-temporal plan with background, foreground, and motion in the pixel space. โข Encode this structure directly into the latent space of the diffusion model during generation, which does not require fine-tuning or additional memory during inference. ๐งตshow more

Jialu Li
35,060 views โข 1 year ago
Introduce EAGLE, a new method for fast LLM decoding... based on compression: - 3x๐than vanilla - 2x๐ than Lookahead (on its benchmark) - 1.6x๐ than Medusa (on its benchmark) - provably maintains text distribution - trainable (in 1~2 days) and testable on RTX 3090s Playground: Blog: Code: โ๏ธFirst Principle: Compression! Yi Ma We find that the sequence of second-top-layer features is compressible, making the prediction of subsequent feature vectors from previous ones easy by a small model. ๐Acknowledge: This project is greatly inspired by the Medusa team (Tianle Cai @yli3521 Zhengyang Geng Hongwu Peng Tri Dao), the Lookahead team (Hao Zhang LMSYS Org), and others. Joint work with Yuhui Li and Chao Zhangshow more

Hongyang Zhang
118,855 views โข 2 years ago
Mesmerizing 45-degree infinity module of the GA3D project in... action. The GA3D Project is a โside-projectโ driven by a passion for the RepRap 3D printer theme, aiming to extend the RepRap/DIY (Do-It-Yourself) spirit to other processes and fields. The basic machine consists of a frame with a fixed table, and a 3-axis Cartesian robotic arm with CoreXY kinematics crossed in the XY plane. A very simple tool changer is located at both ends of the robotic arm. This makes it a modular machine that can be easily converted into any machine. Video Credit: Alain D. Geiser #3dprinting #3dprinter #additivetechnology #additivemanufacturing #engineering #technologyshow more

Wevolver
68,855 views โข 1 month ago
DimensionX: Create Any 3D and 4D Scenes from a... Single Image with Controllable Video Diffusion TL;DR: Create 3/4DGS from Video Diffusion Note: Some first inference code released (not all yet). Contributions (cited): โข We present DimensionX, a novel framework for generating photorealistic 3D and 4D scenes from only a single image using controllable video diffusion. โข We propose ST-Director, which decouples the spatial and temporal priors in video diffusion models by learning (spatial and temporal) dimension-aware modules with our curated datasets. We further enhance the hybriddimension control with a training-free composition approach according to the essence of video diffusion denoising process. โข To bridge the gap between video diffusion and real-world scenes, we design a trajectory-aware mechanism for 3D generation and an identity-preserving denoising approach for 4D generation, enabling more realistic and controllable scene synthesis. โข Extensive experiments manifest that our DimensionX delivers superior performance in video, 3D, and 4D generation compared with baseline methods.show more

MrNeRF
17,052 views โข 1 year ago
here's how the whole thing works. claude code doesn't... care what's behind the API. it just sends requests and expects responses. so i pointed it at my own machine instead of anthropic's servers. llama-server runs the model locally. LiteLLM sits in between and translates the API format. claude code thinks it's talking to claude. it's talking to qwen on localhost. the setup: 2x 3090s, 38 layers on GPU, 10 on CPU. 128K context window. generation is only 7 tok/s but the tradeoff is worth it. 128K means the agent can hold an entire project in memory without losing context midtask. claude code alone loads a 17.5K token system prompt on every request. tool definitions, safety rules, agent behavior. that's your baseline before you even say hello. pushed as far as i could tonight. what surprised me most wasn't the speed. it was the iteration quality. first prompt gave me a working particle sim. second prompt, the model read its own 564 lines, understood the architecture, and added trails, explosions, gravity wells, bloom effects. no handholding. 4bit quantized. 45GB on two consumer cards. running a full coding agent autonomously. detailed article coming. full benchmarks, hardware breakdowns, engine debugging, code quality. everything from setup to what broke and why.show more

Sudo su
37,623 views โข 5 months ago
This happened at a public school in Southern California,... students streaming to the altar to give their lives to Jesus! ๐ญ Watch it for yourselfโฆ Yesterday, I posted a full video sharing the vision to reach every school possible in 2026. It would be an honor to have you partner with us. How? Simple. We are believing for another 100 monthly financial supporters as we preach the gospel, disciple them and give students bibles on campus (yes itโs true) Would you partner with us on this initiative to save our generation?show more

Ross Johnston
18,789 views โข 7 months ago
You can't 3D reconstruct glass from images... ...WRONG! Thanks... for video diffusion, now just about anything is possible! Introducing...Diffusion Knows Transparency (DKT) Transparent and reflective objects usually break robot vision and photogrammetry pipelines because they don't follow the "solid object" rules standard cameras expect. DKT is a new AI model that repurposes the "internal physics engine" found in video generation models to solve this problem. Researchers took a massive video diffusion model (WAN) and fine-tuned it using a custom-built synthetic dataset to turn it into a high-precision depth sensor. To train the AI, they built the first massive synthetic video library of transparent objects, 1.32 million frames of perfectly labeled glass and metal objects in motion. Without ever seeing a "real" labeled video of glass during training, the model (DKT) outperformed all previous specialized systems on real-world benchmarks (ClearPose, DREDS). They created a "lightweight" 1.3B parameter version that runs fast enough (0.17s per frame) to be used on actual robot hardware. Two reasons I find this project important: 1. It further proves that synthetic data will be essential for training the next generation vision models. 2. In real-world robotic tests, using DKT's depth maps nearly doubled the success rate of robot arms trying to pick up objects on tricky reflective or translucent surfaces. At home robots will need to interact with these types of objects on a daily basis. Check out the project page here: Code is LIVE! #Computervision #Robotics #AIshow more

Jonathan Stephens
17,712 views โข 7 months ago
Excited that our paper StreamdiffusionV2 received the Best Research... Paper Award at #MLSys26! ๐Video generation is quickly moving from demos to production-facing workloads. It is no longer a turn-based pipeline but should be a streaming pipeline to interact with users. ๐Our project page: and paper: ๐Come join the talk if you are interested in streaming video generation. Our talk will be at the Research Track Oral Presentation: Best Paper Session on Tue 8:45AM at #MLSys26 , I will talk about how we attacked the efficiency and quality challenges. Hope to see you there! โค๏ธHuge thanks to all authors! This work would not have been possible without the incredible effort from the entire team. Big shout out to Tianrui Feng, Zhi Li, Shuo Yang , Haocheng Xi, Muyang Li , lllyasviel , Xiuyu Li , Keting Yang, Kelly Peng, Song Han , Maneesh Agrawala, Kurt Keutzer , and ใใๅ ็(Aki)show more

Chenfeng_X
59,315 views โข 2 months ago
World modeling and imitation learning have largely been considered... two disparate worlds. In our recent work, Unified World Models, just accepted to #RSS2025, Chuning Zhu provides a dead-simple unifying solution: just train a joint diffusion model over actions and future states, but with *decoupled* diffusion time steps across these modalities. Manipulating these decoupled time steps then allows for marginalization or conditioning on actions or states; a single model can serve as a policy, forward dynamics model, video prediction model, or inverse dynamics model by simply setting diffusion timesteps carefully. The resulting model can leverage video datasets along with robot training data much more effectively, and shows improved robustness, generalization, and flexibility. This is exciting because it is frustratingly simple, scalable, and shows strong improvement on real-world robotics problems. Please refer to Chuning Zhu 's excellent thread for more details! More details/code can be found on our website and in the paper -show more

Abhishek Gupta
11,430 views โข 1 year ago
๐ Welcome to Luxxcoin - Where Meme Culture Becomes... Competition Luxxcoin ($LUX) is the first MemeFi project transforming memes into a real, rules-based on-chain competition. Every 60 days, the Hero Rewards engine ranks wallets through a transparent scoring model and automatically distributes $LUX to the top performers - all visible on a live leaderboard. Built on Solana. Audited. Multi-sig secured. Designed for long-term gameplay, not hype cycles. With a 7.5-year competitive structure, 45 reward rounds, and deterministic scoring, Luxxcoin introduces a new standard in meme culture: ๐ธ Hold with strategy ๐ธ Climb the leaderboard ๐ธ Earn like a hero If you're here for the future of memes - competitive, transparent, and on-chain - welcome to the arena. ๐ The Meme Competition Has Begun. Join Luxx. Website: Community chat: #LuxxUp #MemeFi $LUXshow more

Luxxcoin
38,971 views โข 7 months ago
๐๐๐๐๐ ๐๐๐๐๐๐๐๐ ๐๐ ๐๐ ๐๐๐๐๐ ๐๐๐ ๐๐๐๐ As we... enter a ๐ป๐ฒ๐ ๐ฒ๐ฟ๐ฎ of ๐๐ค๐ชโ๐ง๐ ๐๐ฎ ๐๐๐ซ๐ค๐ง๐๐ฉ๐ ๐๐ค๐ฃ๐, we just want to sincerely thank everyone for the love and support youโve shown. Thank you for streaming the ๐๐๐ ๐ ๐๐๐ฃ๐ music video and helping it reach ๐ญ.๐ณ๐ ๐๐ถ๐ฒ๐๐ ๐ฎ๐ป๐ฑ ๐ฐ๐ผ๐๐ป๐๐ถ๐ป๐ด. We truly appreciate every single one of you who took the time to watch, stream, and support the project. As a small way of giving back, hereโs our little ๐๐ฎ๐ช๐๐ for all of you, a ๐ง๐ถ๐ธ๐ง๐ผ๐ธ ๐๐ถ๐ฑ๐ฒ๐ผ ๐ณ๐ฒ๐ฎ๐๐๐ฟ๐ถ๐ป๐ด ๐๐ป๐ด๐ฒ๐น. We hope you enjoy it! ๐ฅ The question is, ๐๐๐ ๐๐ฉ ๐ ๐ ๐ฃ๐๐๐ ๐๐ ๐๐๐๐ฃ๐๐ฎ๐๐ฃ? ๐๐ค๐ชโ๐ง๐ ๐๐ฎ ๐๐๐ซ๐ค๐ง๐๐ฉ๐ ๐๐ค๐ฃ๐, this ๐๐ฎ๐ง๐ on ๐๐๐.show more

TEAM CAPRICE OFFICIAL
64,180 views โข 1 month ago
๐ Excited to share our #ICLR2025 work on planning... with neural dynamics models! While our lab has developed diverse neural dynamics models for manipulating rigid, deformable, and granular objects, having the model alone doesnโt solve the problemโplanning with it remains a challenge. ๐ก Enter BaB-ND, led by Keyi and Jiangwei! We propose a scalable, GPU-accelerated branch-and-bound algorithm, inspired by neural network verification, to enable effective planning for diverse objects modeled with neural dynamics. ๐ Project page (open-source + detailed docs!): ๐ฅ Watch the video to see T being pushed around obstacles, and check out Keyiโs thread for more details!show more

Yunzhu Li
10,561 views โข 1 year ago
Streaming iPhone data in real-time directly to Rerun ๐... The collection process is one of the most frustrating parts of building imitation-learning datasets. Iโve got a little army of sensorsโ๐ฑ iPhone, iPad, Quest 3โbut getting them temporally aligned, spatially aligned, AND seeing real-time feedback while recording is tough. I stumbled on a great library from Cake Lab (WPI) called ARFlow. Itโs a thin client built on Unityโs ARFoundation that connects over gRPC to a server running Rerun for live data logging. I forked it to: - Log the SLAM translation poses, and - Upgrade rerun to v0.23 for my use case. So far, it works well, but there are still a few hitches: 1. Right now, itโs solid on iPhone and iPad; my Quest 3 client is still slow and not super reliable. 2. Iโm using an older ARFlow branch focused on real-time streaming onlyโno spatial or temporal sync yet. Unity builds for iOS keep failing. ๐ ๏ธ 3. Nothing is saved locally to the client, so packet loss is a risk on shaky networks. Thereโs huge potential in tapping the ubiquitous sensors we carry around every day, and ARFlow is a big step toward making that easyshow more

Pablo Vela
27,383 views โข 1 year ago