PhysRig

Search documents
腾讯研究院AI速递 20250721
腾讯研究院· 2025-07-20 16:02
Group 1 - Kimi K2 surpasses DeepSeek to become the top open-source model globally, ranking fifth overall and closely following leading closed-source models [1] - K2 inherits the DeepSeek V3 architecture with parameter adjustments, including an increase in expert numbers and a reduction in attention heads [1] - Two of the top 10 open-source models are from China, challenging the perception that "open-source equals weak performance" [1] Group 2 - Decart releases MirageLSD, the first real-time, unlimited diffusion video model capable of processing any video stream with a 40-millisecond delay [2] - Karpathy invests as an angel investor, foreseeing broad applications in real-time film production, game development, and AR [2] - The breakthrough lies in the real-time stream diffusion architecture, addressing error accumulation through frame-by-frame generation and historical enhancement methods [2] Group 3 - Suno V4.5+ offers layered generation and fusion of vocals and instruments, allowing users to upload personal vocals or accompaniments for AI-assisted creation [3] - The new "Inspire" mode enables users to upload personal dry vocals for AI to learn and create music that matches their vocal characteristics [3] - The platform has optimized creative thresholds and enhanced AI collaboration efficiency with the launch of Suno V4.5+ [3] Group 4 - Tencent Yuanbao App integrates QQ Music services, enabling users to search for songs with a phrase and play them instantly without leaving the chat interface [4] - The technology is driven by a dual-engine system combining mixed models and DeepSeek-R1, capable of recognizing vague music descriptions and providing contextual recommendations [4] - User experience improvements include seamless account connectivity, multimodal interaction, and creative assistance, reflecting the evolution of AI assistants from tools to partners [4] Group 5 - OpenAI's ChatGPT agent faces criticism from competitors like Manus and Genspark, highlighting its limitations despite integrating multiple functionalities [5] - The ChatGPT agent can automate tasks like retirement planning and shopping lists, but its output is considered simplistic compared to competitors [5] Group 6 - PhysRig, developed by UIUC and Stability AI, introduces a framework for character animation with micro-physical binding, embedding rigid skeletons into elastic soft bodies [6] - This method replaces traditional techniques with micro-physical simulations, addressing issues of volume loss and deformation artifacts [6] - The framework outperforms traditional methods across 17 character types and 120 animation tests, supporting cross-species motion transfer [6] Group 7 - OpenAI's mysterious general reasoning model achieved a gold medal level in IMO 2025 by solving five problems and scoring 35 points [7] - The model demonstrates deep creative thinking capabilities lasting several hours, surpassing previous AI's minute-level reasoning [7] - This achievement is a result of breakthroughs in general reinforcement learning rather than task-specific training, although the model will not be released [7] Group 8 - The creator of Claude Code emphasizes that the best AI tools should empower users, advocating for simple, universal tools rather than complex systems [8] - The focus is on providing foundational capabilities that allow users to control their workflows rather than having the tools dictate them [8] - Effective workflows should involve exploration and planning followed by user confirmation before coding, utilizing test-driven development for iterative improvement [8] Group 9 - The focus on agents, open-source, and the choice of DSV3 architecture is justified by the need to stimulate model capabilities without relying on external products [9] - Open-sourcing enhances visibility and community contributions, ensuring genuine model progress rather than superficial improvements [9] - The DSV3 architecture has been proven superior in experiments, allowing for cost-effective adjustments without introducing ineffective variables [9] Group 10 - Many current AI products are expected to be replaced as they do not adhere to scaling laws, with a focus on enhancing model capabilities rather than merely expanding tools [10] - Current AI models exhibit lower data efficiency compared to humans, indicating that algorithm improvements are more critical than simply increasing data scale [10] - Research on multi-agent systems is evolving to explore not just interactions but also extending reasoning capabilities from minutes to hours or even days [10]
从「塑料人」到「有血有肉」:角色动画的物理革命,PhysRig实现更真实、更自然的动画角色变形效果
机器之心· 2025-07-10 08:35
个人主页:https://haoz19.github.io/ 作者:张昊,伊利诺伊大学香槟分校博士生,研究方向为 3D/4D 重建、生成建模与物理驱动动画。目前在 Snap 担任研究实习生,曾于 Stability AI 和上海人工智能实验室实习。PhysRig 由 UIUC 与 Stability AI 联合完成,旨在推动角色动画迈向更真实、可控的物理解法。 项目链接: https://physrig.github.io 论文链接: https://arxiv.org/abs/2506.20936 代码链接: https://github.com/haoz19/PhysRig 动画角色在动起来时,是否常常显得 「塑料感十足」?即使使用再复杂的骨骼系统,人物走路时还是像带着铰链的木偶?这是因为当前主流的绑定 (rigging)技术 —— 线性混合蒙皮(Linear Blend Skinning,简称 LBS)虽然效率高、计算方便,但在遇到柔软材质(如皮肤、脂肪、动物尾巴) 时,往往会出现体积丢失、扭曲甚至 「糖果包裹」 效应,严重影响真实感。 在 ICCV 2025 最新接收论文《PhysRig: Diffe ...