paper-with-me

Papers

AiOS: All-in-One-Stage Expressive Human Pose and Shape Estimation

2024-03-26 · CVPR 2024 1 · Qingping Sun, Yanjun Wang, Ailing Zeng, Wanqi Yin, Chen Wei, Wenjia Wang, Haiyi Mei, Chi Sing Leung, Ziwei Liu, Lei Yang, Zhongang Cai

Expressive human pose and shape estimation (a.k.a. 3D whole-body mesh recovery) involves the human body, hand, and expression estimation. Most existing methods have tackled this task in a two-stage manner, first detecting the human body part with an off-the-shelf detection model and inferring the different human body parts individually. Despite the impressive results achieved, these methods suffer from 1) loss of valuable contextual information via cropping, 2) introducing distractions, and 3) lacking inter-association among different persons and body parts, inevitably causing performance degradation, especially for crowded scenes. To address these issues, we introduce a novel all-in-one-stage framework, AiOS, for multiple expressive human pose and shape recovery without an additional human detection step. Specifically, our method is built upon DETR, which treats multi-person whole-body mesh recovery task as a progressive set prediction problem with various sequential detection. We devise the decoder tokens and extend them to our task. Specifically, we first employ a human token to probe a human location in the image and encode global features for each instance, which provides a coarse location for the later transformer block. Then, we introduce a joint-related token to probe the human joint in the image and encoder a fine-grained local feature, which collaborates with the global feature to regress the whole-body mesh. This straightforward but effective model outperforms previous state-of-the-art methods by a 9% reduction in NMVE on AGORA, a 30% reduction in PVE on EHF, a 10% reduction in PVE on ARCTIC, and a 3% reduction in PVE on EgoBody.

📄 PDF Abstract BibTeX arXiv:2403.17934

Code (1)

ttxskk/AiOS 공식 구현 pytorch

Tasks

3D Multi-Person Mesh RecoveryAllHuman Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Planet as a Brain: Towards Internet of AgentSites based on AIOS Server

2025-04-19 · Xiang Zhang, Yongfeng Zhang

The internet is undergoing a historical transformation from the "Internet of Websites" to the "Internet of AgentSites." While traditional Websites served as the foundation for information hosting and dissemination, a new…

AI Agent

LLM as OS, Agents as Apps: Envisioning AIOS, Agents and the AIOS-Agent Ecosystem

2023-12-06 · Yingqiang Ge, Yujie Ren, Wenyue Hua, Shuyuan Xu 외

This paper envisions a revolutionary AIOS-Agent ecosystem, where Large Language Model (LLM) serves as the (Artificial) Intelligent Operating System (IOS, or AIOS)--an operating system "with soul". Upon this foundation, a…

AI AgentLanguage ModellingLarge Language Model

AIOS: LLM Agent Operating System

2024-03-25 · Kai Mei, Xi Zhu, Wujiang Xu, Wenyue Hua 외

LLM-based intelligent agents face significant deployment challenges, particularly related to resource management. Allowing unrestricted access to LLM or tool resources can lead to inefficient or even potentially harmful …

AI AgentLanguage ModellingLarge Language ModelManagement+1

LiteCUA: Computer as MCP Server for Computer-Use Agent on AIOS

2025-05-24 · Kai Mei, Xi Zhu, Hang Gao, Shuhang Lin 외

We present AIOS 1.0, a novel platform designed to advance computer-use agent (CUA) capabilities through environmental contextualization. While existing approaches primarily focus on building more powerful agent framework…

Cerebrum (AIOS SDK): A Platform for Agent Development, Deployment, Distribution, and Discovery

2025-03-14 · Balaji Rama, Kai Mei, Yongfeng Zhang

Autonomous LLM-based agents have emerged as a powerful paradigm for complex task execution, yet the field lacks standardized tools for development, deployment, distribution and discovery of agents. We present Cerebrum, a…

Management