中文
相关论文

相关论文: FastHMR: Accelerating Human Mesh Recovery via Toke…

200 篇论文

Transformer encoder architectures have recently achieved state-of-the-art results on monocular 3D human mesh reconstruction, but they require a substantial number of parameters and expensive computations. Due to the large memory overhead…

计算机视觉与模式识别 · 计算机科学 2022-07-29 Junhyeong Cho , Kim Youwang , Tae-Hyun Oh

Human mesh recovery (HMR) from a single RGB image is inherently ambiguous, as multiple 3D poses can correspond to the same 2D observation. Recent diffusion-based methods tackle this by generating various hypotheses, but often sacrifice…

计算机视觉与模式识别 · 计算机科学 2026-02-24 Wenhao Shen , Hao Wang , Wanqi Yin , Fayao Liu , Xulei Yang , Chao Liang , Zhongang Cai , Guosheng Lin

Human mesh recovery (HMR) provides rich human body information for various real-world applications. While image-based HMR methods have achieved impressive results, they often struggle to recover humans in dynamic scenarios, leading to…

计算机视觉与模式识别 · 计算机科学 2025-08-20 Ce Zheng , Xianpeng Liu , Qucheng Peng , Tianfu Wu , Pu Wang , Chen Chen

The Visual Geometry Grounded Transformer (VGGT) marks a significant leap forward in 3D scene reconstruction, as it is the first model that directly infers all key 3D attributes (camera poses, depths, and dense geometry) jointly in one pass.…

计算机视觉与模式识别 · 计算机科学 2025-11-27 Weitian Wang , Lukas Meiner , Rai Shubham , Cecilia De La Parra , Akash Kumar

Increasing the throughput of the Transformer architecture, a foundational component used in numerous state-of-the-art models for vision and language tasks (e.g., GPT, LLaVa), is an important problem in machine learning. One recent and…

Diffusion-based multimodal large language models (Diffusion MLLMs) have recently demonstrated impressive non-autoregressive generative capabilities across vision-and-language tasks. However, Diffusion MLLMs exhibit substantially slower…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Shuochen Chang , Xiaofeng Zhang , Qingyang Liu , Li Niu

The landscape of image generation has been forever changed by open vocabulary diffusion models. However, at their core these models use transformers, which makes generation slow. Better implementations to increase the throughput of these…

计算机视觉与模式识别 · 计算机科学 2023-03-31 Daniel Bolya , Judy Hoffman

As a class of fruitful approaches, diffusion probabilistic models (DPMs) have shown excellent advantages in high-resolution image reconstruction. On the other hand, masked autoencoders (MAEs), as popular self-supervised vision learners,…

计算机视觉与模式识别 · 计算机科学 2023-12-14 Zhiyuan Ma , zhihuan yu , Jianjun Li , Bowen Zhou

Utilizing transformer architectures for semantic segmentation of high-resolution images is hindered by the attention's quadratic computational complexity in the number of tokens. A solution to this challenge involves decreasing the number…

计算机视觉与模式识别 · 计算机科学 2024-05-24 Daniel Kienzle , Marco Kantonis , Robin Schön , Rainer Lienhart

Human mesh recovery (HMR) from a single image is inherently ill-posed due to depth ambiguity and occlusions. Probabilistic methods have tried to solve this by generating numerous plausible 3D human mesh predictions, but they often exhibit…

计算机视觉与模式识别 · 计算机科学 2025-05-23 Wenhao Shen , Wanqi Yin , Xiaofeng Yang , Cheng Chen , Chaoyue Song , Zhongang Cai , Lei Yang , Hao Wang , Guosheng Lin

This work focuses on the problem of reconstructing a 3D human body mesh from a given 2D image. Despite the inherent ambiguity of the task of human mesh recovery, most existing works have adopted a method of regressing a single output. In…

计算机视觉与模式识别 · 计算机科学 2023-08-21 Hanbyel Cho , Junmo Kim

Recent token reduction methods for Vision Transformers (ViTs) incorporate token merging, which measures the similarities between token embeddings and combines the most similar pairs. However, their merging policies are directly dependent on…

计算机视觉与模式识别 · 计算机科学 2024-12-17 Dong Hoon Lee , Seunghoon Hong

Transfer learning has become a powerful tool to initialize deep learning models to achieve faster convergence and higher performance. This is especially useful in the medical imaging analysis domain, where data scarcity limits possible…

计算机视觉与模式识别 · 计算机科学 2025-04-16 Ibrahim Almakky , Santosh Sanjeev , Anees Ur Rehman Hashmi , Mohammad Areeb Qazi , Hu Wang , Mohammad Yaqub

Recovering a 3D human mesh from a single RGB image is a challenging task due to depth ambiguity and self-occlusion, resulting in a high degree of uncertainty. Meanwhile, diffusion models have recently seen much success in generating…

计算机视觉与模式识别 · 计算机科学 2023-10-26 Lin Geng Foo , Jia Gong , Hossein Rahmani , Jun Liu

Diffusion Large Language Models (DLLMs) promise fast non-autoregressive inference but suffer a severe quality-speed trade-off in parallel decoding. This stems from the ''combinatorial contradiction'' phenomenon, where parallel tokens form…

计算与语言 · 计算机科学 2026-02-27 Yushi Ye , Feng Hong , Huangjie Zheng , Xu Chen , Zhiyong Chen , Yanfeng Wang , Jiangchao Yao

We present Score-Guided Human Mesh Recovery (ScoreHMR), an approach for solving inverse problems for 3D human pose and shape reconstruction. These inverse problems involve fitting a human body model to image observations, traditionally…

计算机视觉与模式识别 · 计算机科学 2024-03-15 Anastasis Stathopoulos , Ligong Han , Dimitris Metaxas

Autoregressive models (ARMs) are hindered by slow sequential inference. While masked diffusion models (MDMs) offer a parallel alternative, they suffer from critical drawbacks: high computational overhead from precluding Key-Value (KV)…

计算与语言 · 计算机科学 2026-03-06 Jia-Nan Li , Jian Guan , Wei Wu , Chongxuan Li

Achieving high-quality High Dynamic Range (HDR) imaging on resource-constrained edge devices is a critical challenge in computer vision, as its performance directly impacts downstream tasks such as intelligent surveillance and autonomous…

计算机视觉与模式识别 · 计算机科学 2025-09-25 Yu-Shen Huang , Tzu-Han Chen , Cheng-Yen Hsiao , Shaou-Gang Miaou

Recent end-to-end automatic speech recognition (ASR) systems often utilize a Transformer-based acoustic encoder that generates embedding at a high frame rate. However, this design is inefficient, particularly for long speech signals due to…

计算与语言 · 计算机科学 2023-06-29 Yuang Li , Yu Wu , Jinyu Li , Shujie Liu

We have recently seen tremendous progress in the neural advances for photo-real human modeling and rendering. However, it's still challenging to integrate them into an existing mesh-based pipeline for downstream applications. In this paper,…

‹ 上一页 1 2 3 10 下一页 ›