Papers › Hulk: A Universal Knowledge Translator for Human-Centric Tasks

Hulk: A Universal Knowledge Translator for Human-Centric Tasks

4 Dec 2023arXiv:2312.01697archive 2025-07-28

Yizhou Wang, Yixuan Wu, Shixiang Tang, Weizhen He, Xun Guo, Feng Zhu, Lei Bai, Rui Zhao, Jian Wu, Tong He, Wanli Ouyang

Human-centric perception tasks, e.g., pedestrian detection, skeleton-based action recognition, and pose estimation, have wide industrial applications, such as metaverse and sports analysis. There is a recent surge to develop human-centric foundation models that can benefit a broad range of human-centric perception tasks. While many human-centric foundation models have achieved success, they did not explore 3D and vision-language tasks for human-centric and required task-specific finetuning. These limitations restrict their application to more downstream tasks and situations. To tackle these problems, we present Hulk, the first multimodal human-centric generalist model, capable of addressing 2D vision, 3D vision, skeleton-based, and vision-language tasks without task-specific finetuning. The key to achieving this is condensing various task-specific heads into two general heads, one for discrete representations, e.g., languages, and the other for continuous representations, e.g., location coordinates. The outputs of two heads can be further stacked into four distinct input and output modalities. This uniform representation enables Hulk to treat diverse human-centric tasks as modality translation, integrating knowledge across a wide range of tasks. Comprehensive evaluations of Hulk on 12 benchmarks covering 8 human-centric tasks demonstrate the superiority of our proposed method, achieving state-of-the-art performance in 11 benchmarks. The code is available on https://github.com/OpenGVLab/Hulk.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.01697")

Code

Syntology Ran 12 of 24 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: official repository: 24 samples from 2 repositories, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

opengvlab/hulk officialmentioned in papermentioned on GitHubpytorchMIT report
opengvlab/humanbench officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 12 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12ran
12unverified

Licence: 0 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accuracy_multi opengvlab/hulk/core/utils.py official repository ran fingerprinted MIT (permissive) · 8a63c5da44344ba6 · report
all_gather opengvlab/hulk/core/comm_.py official repository ran MIT (permissive) · 41c46b0d5713eb14 · report
allreduce opengvlab/hulk/core/distributed_utils.py official repository ran MIT (permissive) · ae5f2eed69658ac0 · report
broadcast_object opengvlab/hulk/core/comm_.py official repository ran MIT (permissive) · c632684a9726a77a · report
dist_init opengvlab/humanbench/PATH/core/distributed_utils.py official repository ran MIT (permissive) · 5d01dded5497144b · report
flat opengvlab/hulk/core/config.py official repository ran fingerprinted MIT (permissive) · 4570d6d70bccdfb6 · report
gather opengvlab/hulk/core/comm_.py official repository ran MIT (permissive) · 00a9f7918ac39329 · report
init opengvlab/hulk/core/fp16/amp.py official repository ran MIT (permissive) · eb8a2600afc1de95 · report
param_group_fc opengvlab/hulk/core/make_param_group.py official repository ran MIT (permissive) · 70165e0988ce9571 · report
param_group_multitask opengvlab/hulk/core/make_param_group.py official repository ran MIT (permissive) · e4a7663d686ce91a · report
param_group_no_wd opengvlab/hulk/core/make_param_group.py official repository ran MIT (permissive) · e4f5737bd720668d · report
retry_if_cuda_oom opengvlab/hulk/core/memory.py official repository ran MIT (permissive) · ff1253be17efe1ae · report
accuracy opengvlab/hulk/core/utils.py official repository unverified MIT (permissive) · 78d1f9f766be74b7 · report
allreduce_async opengvlab/hulk/core/distributed_utils.py official repository unverified MIT (permissive) · 02640c5911ca6b56 · report
broadcast opengvlab/hulk/core/distributed_utils.py official repository unverified MIT (permissive) · 305673e9acaebcc6 · report
float_function opengvlab/hulk/core/fp16/amp.py official repository unverified MIT (permissive) · f27c7ab614e20039 · report
half_function opengvlab/hulk/core/fp16/amp.py official repository unverified MIT (permissive) · 6b4eee4b4bb1f238 · report
load_last_iter opengvlab/hulk/core/utils.py official repository unverified MIT (permissive) · 7c26a4ba6aca54f0 · report
param_group_no_wd opengvlab/humanbench/PATH/core/make_param_group.py official repository unverified MIT (permissive) · b14254d606cb6719 · report
simple_group_split opengvlab/humanbench/PATH/core/distributed_utils.py official repository unverified MIT (permissive) · b1471eccec180d87 · report
specific_group_split opengvlab/humanbench/PATH/core/distributed_utils.py official repository unverified MIT (permissive) · 4e36f197c125d4d3 · report
specific_group_split opengvlab/hulk/core/config.py official repository unverified MIT (permissive) · 831beea1b4db57e3 · report
specific_group_split opengvlab/humanbench/PATH/core/config.py official repository unverified MIT (permissive) · 62ad1cdb3bc504fe · report
specific_group_split_modality_groups opengvlab/hulk/core/config.py official repository unverified MIT (permissive) · 6f5d8cf806cbe77c · report

Tasks

3D Human Pose EstimationAction RecognitionHuman Mesh RecoveryHuman Part SegmentationObject DetectionPedestrian Attribute RecognitionPedestrian DetectionPedestrian Image CaptionPose EstimationSemantic SegmentationSkeleton Based Action Recognition

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Human Pose Estimation 3DPW Hulk(ViT-L) MPJPE 66.3 #8 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW Hulk(ViT-L) MPVPE 77.4 #8 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW Hulk(ViT-L) PA-MPJPE 38.5 #8 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW Hulk(ViT-B) MPJPE 67 #17 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW Hulk(ViT-B) MPVPE 79.8 #17 of 119 Archive leaderboard report
3D Human Pose Estimation 3DPW Hulk(ViT-B) PA-MPJPE 39.9 #17 of 119 Archive leaderboard report
Human Part Segmentation CIHP Hulk(Finetune, ViT-L) Mean IoU 72.68 #1 of 6 Archive leaderboard report
Human Part Segmentation CIHP Hulk(Finetune, ViT-B) Mean IoU 71.26 #2 of 6 Archive leaderboard report
Human Part Segmentation Human3.6M Hulk(Finetune, ViT-L) mIoU 69.89 #1 of 3 Archive leaderboard report
Human Part Segmentation Human3.6M Hulk(Finetune, ViT-B) mIoU 68.56 #2 of 3 Archive leaderboard report
Object Detection CrowdHuman (full body) Hulk(Finetune, ViT-L) AP 93 #6 of 19 Archive leaderboard report
Object Detection CrowdHuman (full body) Hulk(Finetune, ViT-L) mMR 36.5 #6 of 19 Archive leaderboard report
Object Detection CrowdHuman (full body) Hulk(Finetune, ViT-B) AP 92.4 #9 of 19 Archive leaderboard report
Object Detection CrowdHuman (full body) Hulk(Finetune, ViT-B) mMR 40.7 #9 of 19 Archive leaderboard report
Pedestrian Attribute Recognition PA-100K Hulk(Finetune, ViT-L) Accuracy 88.97 #2 of 13 Archive leaderboard report
Pedestrian Attribute Recognition PA-100K Hulk(Finetune, ViT-B) Accuracy 87.85 #3 of 13 Archive leaderboard report
Pedestrian Attribute Recognition RAPv2 Hulk(Finetune, ViT-L) Accuracy 85.86 #1 of 4 Archive leaderboard report
Pedestrian Attribute Recognition RAPv2 Hulk(Finetune, ViT-B) Accuracy 85.26 #2 of 4 Archive leaderboard report
Pose Estimation AIC Hulk(Finetune, ViT-L) AP 37.1 #1 of 10 Archive leaderboard report
Pose Estimation AIC Hulk(Finetune, ViT-B) AP 35.6 #2 of 10 Archive leaderboard report
Pose Estimation COCO (Common Objects in Context) Hulk(Finetune, ViT-L) AP 78.7 #3 of 10 Archive leaderboard report
Pose Estimation COCO (Common Objects in Context) Hulk(Finetune, ViT-B) AP 77.5 #5 of 10 Archive leaderboard report
Semantic Segmentation LIP val Hulk(Finetune, ViT-L) mIoU 66.02% #1 of 13 Archive leaderboard report
Semantic Segmentation LIP val Hulk(Finetune, ViT-B) mIoU 63.98% #2 of 13 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D Hulk(Finetune, ViT-L) Accuracy (CS) 94.3 #1 of 135 Archive leaderboard report
Skeleton Based Action Recognition NTU RGB+D Hulk(Finetune, ViT-B) Accuracy (CS) 94 #3 of 135 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections