Competition
Image Matching 2022
Yiwei Bao
Computer Vision / Competition Project
Built on top of a LoFTR image matching baseline, then improved inference flow and geometric verification parameters to push the Kaggle Image Matching Challenge 2022 score to 0.726 and earn a silver medal.
Competition
Image Matching 2022
Placement
40 / 642 teams
Best Score
0.726
Core Stack
LoFTR + MAGSAC
Problem Statement
The competition required robust image matching and camera-geometry reasoning across large viewpoint changes, lighting variation, occlusion, and repeated structures.
Key Finding
The performance gain did not come from swapping in a new model, but from stabilizing and tuning the full LoFTR pipeline: image resizing, grayscale input, MAGSAC parameters, and submission logic.
This project carries strong external proof. A Kaggle silver medal and a 40 / 642 finish show not just model usage, but the ability to tune, validate, and improve under real leaderboard pressure.
For the portfolio, it works best as a high-technical-depth case study that proves comfort with complex computer vision workflows.
The notebook centers on Kornia's pretrained LoFTR for correspondence generation, followed by OpenCV USAC_MAGSAC to estimate the fundamental matrix.
You also ran a compact parameter study across threshold, confidence, and iteration settings, ultimately pushing the score to 0.726.
The strongest framing is not to claim a from-scratch invention, but to show that you took a strong LoFTR baseline, understood it quickly, and improved it effectively with real results.
That framing actually feels more like real work and better demonstrates the ability to understand existing systems, refine a pipeline, and move performance meaningfully.
Case Study