Papers › ASLFeat: Learning Local Features of Accurate Shape and Localization

ASLFeat: Learning Local Features of Accurate Shape and Localization

23 Mar 2020CVPR 2020 6arXiv:2003.10071archive 2025-07-28

Zixin Luo, Lei Zhou, Xuyang Bai, Hongkai Chen, Jiahui Zhang, Yao Yao, Shiwei Li, Tian Fang, Long Quan

This work focuses on mitigating two limitations in the joint learning of local feature detectors and descriptors. First, the ability to estimate the local shape (scale, orientation, etc.) of feature points is often neglected during dense feature extraction, while the shape-awareness is crucial to acquire stronger geometric invariance. Second, the localization accuracy of detected keypoints is not sufficient to reliably recover camera geometry, which has become the bottleneck in tasks such as 3D reconstruction. In this paper, we present ASLFeat, with three light-weight yet effective modifications to mitigate above issues. First, we resort to deformable convolutional networks to densely estimate and apply local transformation. Second, we take advantage of the inherent feature hierarchy to restore spatial resolution and low-level details for accurate keypoint localization. Finally, we use a peakiness measurement to relate feature responses and derive more indicative detection scores. The effect of each modification is thoroughly studied, and the evaluation is extensively conducted across a variety of practical scenarios. State-of-the-art results are reported that demonstrate the superiority of our methods.

PaperPDFConference PDFCodeCode 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="2003.10071")

Code

Syntology Ran 0 of 16 code samples harvested from 3 repositories linked to this paper; 16 have no recorded run.

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

lzx551402/ASLFeat officialmentioned in papermentioned on GitHubtfMIT report
YanLiqi/HAF mentioned on GitHubpytorchMIT report
chrischoy/open-ucn mentioned on GitHubpytorchNOASSERTION report
goodproj13/DenserNet mentioned on GitHubpytorchMIT 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; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

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 3 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.

dict_update lzx551402/ASLFeat/models/base_model.py official repository unverified MIT (permissive) · a6ca6088ad6fd123 · report
interpolate lzx551402/ASLFeat/models/cnn_wrapper/aslfeat.py official repository unverified MIT (permissive) · 82dfc189380fb5bd · report
load_imgs lzx551402/ASLFeat/image_matching.py official repository unverified MIT (permissive) · 8fe7b3b94d2d69d2 · report
batch_gd goodproj13/DenserNet/Feature_branch.py community (archive-listed) unverified MIT (permissive) · 358ad44f91386dcc · report
extract_cnn_feature YanLiqi/HAF/haf/evaluators.py community (archive-listed) unverified MIT (permissive) · 3be405dcdbc9cbf3 · report
extract_features YanLiqi/HAF/haf/evaluators.py community (archive-listed) unverified MIT (permissive) · cff5e5721c260016 · report
feature_extraction goodproj13/DenserNet/DN/evaluators.py community (archive-listed) unverified MIT (permissive) · 30ff7d86a16ec5a8 · report
get_dbStruct goodproj13/DenserNet/DN/datasets/pitts.py community (archive-listed) unverified MIT (permissive) · 652d7c5f5b80490e · report
get_dbStruct goodproj13/DenserNet/DN/datasets/tokyo.py community (archive-listed) unverified MIT (permissive) · 38fa36efe8ffa615 · report
get_pairwise_distance goodproj13/DenserNet/DN/evaluators.py community (archive-listed) unverified MIT (permissive) · d7e25625fc8bf01b · report
pairwise_distance YanLiqi/HAF/haf/evaluators.py community (archive-listed) unverified MIT (permissive) · 317b792ea6d8b64d · report
parse_dbStruct YanLiqi/HAF/haf/datasets/pitts.py community (archive-listed) unverified MIT (permissive) · b2e3b38428408a01 · report
parse_dbStruct YanLiqi/HAF/haf/datasets/tokyo.py community (archive-listed) unverified MIT (permissive) · 84b7415514e92005 · report
re_ranking YanLiqi/HAF/haf/utils/rerank.py community (archive-listed) unverified MIT (permissive) · a8f824c0c17375f8 · report
simple_group_split YanLiqi/HAF/haf/utils/dist_utils.py community (archive-listed) unverified MIT (permissive) · f4c65c4339ed7ceb · report
spatial_nms goodproj13/DenserNet/DN/evaluators.py community (archive-listed) unverified MIT (permissive) · 247a6c84cda8cf07 · report

Tasks

3D ReconstructionKeypoint detection and image matching

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: ASLFeat

ASLFeat

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