Back to the episode map

Research Note

Video Tracking Task Selection Record

Choose a video method by defining the unit that must persist and the output consumed by the workflow. A demonstration should not determine the task.

Aug 4, 20262 min readBy Dalton Anderson

Video Tracking Task Selection Record

Selection rule

Choose a video method by defining the unit that must persist and the output consumed by the workflow. A demonstration should not determine the task.

Task map

TaskPersistent unitTypical outputImportant boundary
Optical flowLocal image motion between framesDense two-dimensional displacement fieldDoes not by itself preserve a long-term point identity
Point trackingArbitrary queried surface pointTrajectory and visibilityDoes not identify the object or person
Multi-object trackingDetected object instanceBox, class, track identifierDepends on detection and can switch identities
Keypoint trackingDefined semantic landmarkLandmark coordinates and confidenceRequires a known landmark schema
Video segmentationObject or regionPixel mask through timeBoundary and identity errors differ from point drift
Camera trackingCamera relative to scenePose through timeUsually assumes or models scene geometry
3D point trackingPhysical point in three-dimensional space3D trajectoryRequires depth, multi-view, or learned 3D reasoning

Combined systems

A useful system may detect an object, segment it, sample points inside the mask, track those points, estimate camera motion, and feed the result into reconstruction or editing.

The correct evaluation unit follows the final decision. If the workflow needs a stable mask, a point metric alone is incomplete. If it needs a single surface correspondence, object-box accuracy may hide the relevant error.

Decision questions

The team should write one sentence naming what must persist, the required spatial precision, whether future frames are available, how occlusion is handled, the acceptable delay, and the cost of a wrong result.

Then it should identify the annotations, metrics, data rights, runtime constraints, and human review needed for that output.

Boundary

Task definitions describe common formulations. Research systems can blur them. The selection record is a design aid, not a claim that one method always dominates another.

Sources

Follow the evidence.

  1. youtu.be: BNTcjZ0Ym38youtu.be
  2. ai.meta.com: sam2ai.meta.com
  3. proceedings.neurips.cc: 58168e8a92994655d6da3939e7cc0918 Abstract Datasets and Benchmarksproceedings.neurips.cc
  4. arxiv.org: 2410arxiv.org
  5. open.spotify.com: 26JgnnwjvK5vYIdRofV8ntopen.spotify.com
  6. github.com: co trackergithub.com
  7. cotracker3.github.iocotracker3.github.io
  8. NIST AI Risk Management Frameworknist.gov
  9. vggsfm.github.iovggsfm.github.io
  10. daltonanderson.ghost.io: metas cotracker 3 a leap in ai object trackingdaltonanderson.ghost.io
  11. arxiv.org: 1803arxiv.org
  12. ecva.net: 3526 ECCV 2020 paperecva.net
  13. github.com: tapnetgithub.com
  14. raw.githubusercontent.com: LICENSEraw.githubusercontent.com
  15. tapvid.github.iotapvid.github.io
  16. NIST Privacy Frameworknist.gov
  17. arxiv.org: 1504arxiv.org
  18. openaccess.thecvf.com: Karaev CoTracker3 Simpler and Better Point Tracking by Pseudo Labelling Real Videos ICCV 2025 paperopenaccess.thecvf.com
Video Tracking Task Selection Record