Papers › LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking

LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking

7 May 2019arXiv:1905.02822archive 2025-07-28

Guanghan Ning, Heng Huang

In this paper, we propose a novel effective light-weight framework, called LightTrack, for online human pose tracking. The proposed framework is designed to be generic for top-down pose tracking and is faster than existing online and offline methods. Single-person Pose Tracking (SPT) and Visual Object Tracking (VOT) are incorporated into one unified functioning entity, easily implemented by a replaceable single-person pose estimation module. Our framework unifies single-person pose tracking with multi-person identity association and sheds first light upon bridging keypoint tracking with object tracking. We also propose a Siamese Graph Convolution Network (SGCN) for human pose matching as a Re-ID module in our pose tracking system. In contrary to other Re-ID modules, we use a graphical representation of human joints for matching. The skeleton-based representation effectively captures human pose similarity and is computationally inexpensive. It is robust to sudden camera shift that introduces human drifting. To the best of our knowledge, this is the first paper to propose an online human pose tracking framework in a top-down fashion. The proposed framework is general enough to fit other pose estimators and candidate matching mechanisms. Our method outperforms other online methods while maintaining a much higher frame rate, and is very competitive with our offline state-of-the-art. We make the code publicly available at: https://github.com/Guanghan/lighttrack.

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="1905.02822")

Code

Syntology Ran 2 of 16 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 0 ran; community (archive-listed): 3 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Guanghan/lighttrack officialmentioned in papermentioned on GitHubtfMIT report
NU-LL/lighttrack- mentioned on GitHubtf 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

16 samples harvested; 2 ran; 0 honoured the contract we drafted; 14 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.

1ran · fixture could not drive it
1ran
14unverified

Licence: 0 of the 16 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.

cal_BGR_for_img Guanghan/lighttrack/HPE/cal_posetrack_means.py official repository unverified MIT (permissive) · c5879c4e3c10dba1 · report
change_order_COCO_to_PoseTrack Guanghan/lighttrack/HPE/AllJoints_COCO.py official repository unverified MIT (permissive) · 6b3e1591b06619de · report
enlarge_bbox Guanghan/lighttrack/HPE/cal_posetrack_means.py official repository unverified MIT (permissive) · 9d82c270a5e1fd34 · report
find_id_from_annotation_by_name Guanghan/lighttrack/jsonformat_std_to_posetrack18.py official repository unverified MIT (permissive) · 6d66bdc0110d60fd · report
get_bbox_from_keypoints Guanghan/lighttrack/HPE/AllJoints_PoseTrack.py official repository unverified MIT (permissive) · f7e4031720659a65 · report
get_bbox_from_keypoints Guanghan/lighttrack/HPE/cal_posetrack_means.py official repository unverified MIT (permissive) · bfb81c803d0ab987 · report
get_joints_from_ann Guanghan/lighttrack/HPE/AllJoints_PoseTrack.py official repository unverified MIT (permissive) · c170cd33be80d235 · report
get_pose_matching_score Guanghan/lighttrack/process_posetrack18_with_lighttrack_CPN101.py official repository unverified MIT (permissive) · d4da552c9c8c3934 · report
get_track_id_SGCN Guanghan/lighttrack/process_posetrack18_with_lighttrack_CPN101.py official repository unverified MIT (permissive) · e0de7a00ba22b9b0 · report
get_track_id_SpatialConsistency Guanghan/lighttrack/process_posetrack18_with_lighttrack_CPN101.py official repository unverified MIT (permissive) · 04faef19f9d5d6ff · report
standard_to_PoseTrack_17 Guanghan/lighttrack/jsonformat_std_to_posetrack18.py official repository unverified MIT (permissive) · db64e8f955b8daec · report
standard_to_PoseTrack_18 Guanghan/lighttrack/jsonformat_std_to_posetrack18.py official repository unverified MIT (permissive) · e6da281eedfc4fb9 · report
x1y1x2y2_to_xywh Guanghan/lighttrack/HPE/AllJoints_PoseTrack.py official repository unverified MIT (permissive) · fb22a5f1796b7e0e · report
get_pose_matching_score NU-LL/lighttrack-/demo_camera_mobile.py community (archive-listed) ran MIT (permissive) · 3f1623059909000f · report
get_track_id_SpatialConsistency NU-LL/lighttrack-/demo_camera_mobile.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 71c1a19a1a7bc8c5 · report
get_track_id_SGCN NU-LL/lighttrack-/demo_camera_mobile.py community (archive-listed) unverified MIT (permissive) · 0991530d60b0f3bb · report

Tasks

Object TrackingPose EstimationPose TrackingVisual Object Tracking

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Pose Tracking PoseTrack2017 LightTrack MOTA 58.01 #3 of 10 Archive leaderboard report
Pose Tracking PoseTrack2017 LightTrack mAP 66.65 #3 of 10 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.

Methods

Convolution

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