HUST and Tongyi's "smart compute allocation" thing — honestly, that's the right direction to go.

Just saw this post from HUST and Alibaba Tongyi — they’re working on making image gen models allocate compute more intelligently. Haven’t dug into the details yet, but the idea alone gets me talking. The most annoying thing about text-to-image right now is that no matter how simple or complex the scene is, it always runs the same number of steps.

A plain solid-color background image and a super detailed scene eat up pretty much the same compute — total waste. If they can really dynamically allocate computation by region or by difficulty, doing less for simple parts and more for complex ones, that could cut inference costs significantly and speed up generation too.

More and more domestic universities and big tech companies are teaming up on low-level optimizations, and honestly, this kind of work is way more meaningful than just stacking parameters. I’ll come back and update once the paper or technical details drop.

Dynamic compute allocation sounds awesome, can’t wait to see some real-world tests.

Hold your horses before you start hyping it up before the details drop—there are plenty of pitfalls waiting.

HUST’s always been solid in CV.

Once the inference cost comes down, then small teams like ours can actually afford to use it.

The real question is whether it actually works in practice. The results in papers are way off from what you get in real engineering.

Same here, looking for the technical details. Waiting for an update.