Загрузка видео...

Не удалось загрузить видео

На главную

Microsoft's new Florence 2 is big for Computer Vision. It's a merge between Text and Vision. With a single prompt you can instruct the model to do CV tasks like captioning, object detection, grounding, and segmentation. The best part, it only uses a single backbone to handle everything. ▸...

186,579 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 8

Фото профиля AlphaSignal AI
AlphaSignal AI2 лет назад

@AlphaSignalAI One step closer to AGI..

Фото профиля Dash
Dash2 лет назад

@AlphaSignalAI Holy shit

Фото профиля Lior⚡
Lior⚡2 лет назад

@Mrosenmer Can't wait for the repo 👀

Фото профиля Ariyan
Ariyan2 лет назад

@AlphaSignalAI @jxnlco @skalskip92 you've seen this?

Фото профиля zachary austin
zachary austin2 лет назад

@AlphaSignalAI Look away NSA

Фото профиля ThisAndThat
ThisAndThat2 лет назад

@AlphaSignalAI Well at least the demo is not much different than YOLOv8 or similar. We have been combining a few models to achieve what you have described. If this model can do all that together and with even better performance then great. But I don't trust Microsoft. They suck.

Фото профиля Waseem
Waseem2 лет назад

@AlphaSignalAI I've attempted to do something like this with images and GPT-4V. Results have been pretty good but working on improving it. Plan to put something like this on a robot with a raspberry pi.

Фото профиля alejandro cartagena
alejandro cartagena2 лет назад

@AlphaSignalAI Look @elmanmansimov

Похожие видео

The teams shipping AI agents right now are bleeding money on the dumbest possible expense: teaching a 400B-parameter model to read a file name. Every time an AI agent needs to "see" something today, it routes an image through a frontier model. OCR, object detection, checking if a button exists on screen. You're paying GPT-4o or Claude pricing for tasks that require perception, not reasoning. One agent workflow processing a few thousand screenshots per day can burn through more on vision calls than on the actual thinking. Perceptron's Isaac is 2B parameters. Built by the team that created Meta's Chameleon multimodal models. On perceptive benchmarks, it matches or beats models 50x its size. The VQA, OCR, and object detection scores are competitive with models running on infrastructure that costs orders of magnitude more. The MCP wrapper is the distribution play. One install command and every Claude Code agent can offload vision tasks to a model that runs on a single consumer GPU. The agent keeps its reasoning in the frontier model and routes perception to a specialist. That split is how you get vision-heavy agent workflows from "technically possible but expensive" to "cheap enough to run on everything." This is the same pattern that won in every other compute-intensive stack. General-purpose handles orchestration. Specialists handle the heavy lifting. Graphics went through it. Audio went through it. Video encoding went through it. Vision in AI agents is next. The teams building agents that see 10,000 images a day will care about this before anyone else does.

Aakash Gupta

55,978 просмотров • 4 месяцев назад

Chinese robotics company Astribot released their latest World-Action Model (WAM), Lumo-2. Technical breakdown: - based on a frozen 🥶 Qwen-3.5 4B VLM - trained in 3 progressive stages: 1. Action is aligned with latent world dynamics (an abstract representation of action). Real-world actions are anchored to physical constraints, while the latent space is guided to focus on motion-relevant changes. This bidirectional relationship makes the model physically grounded -> critical for a world model. 2. Action is aligned with vision and language. Reusing the vision backbone and action encoder from the frozen VLM, the authors add a custom vocabulary (for new actions), a semantic module, an action decoder, and an action projector. This aligns the (new) action representations with the (existing) vision-language semantic space. Most importantly: it builds a direct mapping from natural-language instructions to motor execution. 3. End-to-end training on language, video, and robot data. Only the new modules (everything outside the frozen backbone) are trained end-to-end across temporal reasoning, physical understanding, long-horizon, and dexterous manipulation. At the end of the day, Lumo-2 is not the best on benchmarks, but that's not the point. What's genuinely new: - a way to combine latent world modeling and action generation through progressive alignment - a physically-grounded latent dynamics space - it lifts performance on unseen objects using un-annotated human egocentric video + Vision Pro captures, no special transfer algorithm needed Why it matters: - the whole model is thin trainable adapters (semantic module, action decoder/projector) on a frozen 4B backbone (cheap) - that scale is suited for real-time embedded inference (~2.71× decode speedup, no accuracy loss) - its real moat is long-horizon execution, where the added temporal memory pays off far more than on any other task As a result, this robot can now make your latte (5x sped up video):

Léo

32,173 просмотров • 24 дней назад