Skip to content

[Task] image-feature-extraction (point matching) model support #285

@DingmaomaoBJTU

Description

@DingmaomaoBJTU

Overview

Interest point detection and image pair matching models detect repeatable local features (keypoints) in images and match them across different views of the same scene. SuperPoint detects and describes keypoints; LightGlue efficiently matches descriptors between image pairs.

Agent Scenarios

  • Visual localization agent: match a query photo to a map database for GPS-denied indoor navigation or AR anchoring
  • 3D reconstruction agent: feed matched point pairs into structure-from-motion pipelines to build scene geometry from unordered photos
  • Image stitching / panorama agent: align overlapping frames from drone or 360-camera feeds before compositing
  • Inspection agent: compare before/after images of structures (bridges, PCBs) by matching keypoints to detect changes or defects

ModelKit Integration

Models must pass the full wmk pipeline on all EPs:

wmk config → wmk build (ONNX export) → wmk perf → wmk eval

Acceptance Criteria

  • ETH-CVG/lightglue_superpoint
  • magic-leap-community/superpoint

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions