Papers › ECO-TR: Efficient Correspondences Finding Via Coarse-to-Fine Refinement

ECO-TR: Efficient Correspondences Finding Via Coarse-to-Fine Refinement

25 Sep 2022arXiv:2209.12213archive 2025-07-28

Dongli Tan, Jiang-Jiang Liu, Xingyu Chen, Chao Chen, Ruixin Zhang, Yunhang Shen, Shouhong Ding, Rongrong Ji

Modeling sparse and dense image matching within a unified functional correspondence model has recently attracted increasing research interest. However, existing efforts mainly focus on improving matching accuracy while ignoring its efficiency, which is crucial for realworld applications. In this paper, we propose an efficient structure named Efficient Correspondence Transformer (ECO-TR) by finding correspondences in a coarse-to-fine manner, which significantly improves the efficiency of functional correspondence model. To achieve this, multiple transformer blocks are stage-wisely connected to gradually refine the predicted coordinates upon a shared multi-scale feature extraction network. Given a pair of images and for arbitrary query coordinates, all the correspondences are predicted within a single feed-forward pass. We further propose an adaptive query-clustering strategy and an uncertainty-based outlier detection module to cooperate with the proposed framework for faster and better predictions. Experiments on various sparse and dense matching tasks demonstrate the superiority of our method in both efficiency and effectiveness against existing state-of-the-arts.

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

Code

Syntology Ran 3 of 13 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

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

dltan7/ECO-TR pytorchApache-2.0 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

13 samples harvested; 3 ran; 0 honoured the contract we drafted; 10 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.

3ran · our draft was wrong
10unverified

Licence: 0 of the 13 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 dltan7/ECO-TR. “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.

conv1x1 dltan7/ECO-TR/src/models/base/resnet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 2a80220dabcb742a · report
conv3x3 dltan7/ECO-TR/src/models/base/resnet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 600ff2c45e0de056 · report
lower_config dltan7/ECO-TR/src/utils/misc.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 616a327f53231192 · report
build dltan7/ECO-TR/src/models/ecotr_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 983f2c32d9f35628 · report
build_transformer dltan7/ECO-TR/src/models/ecotr_modules/transformer.py community (archive-listed) unverified Apache-2.0 (permissive) · 8ee33b336f178e2f · report
gn dltan7/ECO-TR/src/models/base/resnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 61cff4fbbca8ca11 · report
make_divisible dltan7/ECO-TR/src/models/utils/inference_helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 9224de92ef54dd1c · report
map_patch_coord_to_image dltan7/ECO-TR/src/models/ecotr_modules/query_clustering.py community (archive-listed) unverified Apache-2.0 (permissive) · 22001c33b543ad95 · report
nested_tensor_from_tensor_list dltan7/ECO-TR/src/models/ecotr_modules/misc.py community (archive-listed) unverified Apache-2.0 (permissive) · 764b0c92414d2fed · report
str2bool dltan7/ECO-TR/src/utils/misc.py community (archive-listed) unverified Apache-2.0 (permissive) · fb594a42639a8d0e · report
two_images_side_by_side dltan7/ECO-TR/src/models/utils/inference_helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 681727300c4bf594 · report
two_images_side_by_side_batch dltan7/ECO-TR/src/models/utils/inference_helper.py community (archive-listed) unverified Apache-2.0 (permissive) · 2df0e20437c897be · report
upper_config dltan7/ECO-TR/src/utils/misc.py community (archive-listed) unverified Apache-2.0 (permissive) · d2dd10cadb61b3ed · report

Tasks

Outlier Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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