Papers › Self-Supervised Learning of Image Scale and Orientation

Self-Supervised Learning of Image Scale and Orientation

15 Jun 2022arXiv:2206.07259archive 2025-07-28

Jongmin Lee, Yoonwoo Jeong, Minsu Cho

We study the problem of learning to assign a characteristic pose, i.e., scale and orientation, for an image region of interest. Despite its apparent simplicity, the problem is non-trivial; it is hard to obtain a large-scale set of image regions with explicit pose annotations that a model directly learns from. To tackle the issue, we propose a self-supervised learning framework with a histogram alignment technique. It generates pairs of image patches by random rescaling/rotating and then train an estimator to predict their scale/orientation values so that their relative difference is consistent with the rescaling/rotating used. The estimator learns to predict a non-parametric histogram distribution of scale/orientation without any supervision. Experiments show that it significantly outperforms previous methods in scale/orientation estimation and also improves image matching and 6 DoF camera pose estimation by incorporating our patch poses into a matching process.

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

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: official repository: 17 samples from 1 repository, 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.

bluedream1121/self-sca-ori officialmentioned in paperpytorchMIT 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

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

17unverified

Licence: 0 of the 17 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 bluedream1121/self-sca-ori. “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.

affine_matrix_decompose bluedream1121/self-sca-ori/datasets/hpatchespose_dataset_generation/generate_dataset.py official repository unverified MIT (permissive) · 04e24de9f3e14521 · report
batchify_images bluedream1121/self-sca-ori/datasets/patchpose_dataset_generation/filter.py official repository unverified MIT (permissive) · 3e2206d0d3490b04 · report
degree_to_radian bluedream1121/self-sca-ori/utils/utils.py official repository unverified MIT (permissive) · 4e885f332bb1786d · report
filter_image bluedream1121/self-sca-ori/datasets/patchpose_dataset_generation/data_generation.py official repository unverified MIT (permissive) · 9960f5c0820bca9c · report
get_angle bluedream1121/self-sca-ori/datasets/patchpose.py official repository unverified MIT (permissive) · 8504995598d37825 · report
get_scale bluedream1121/self-sca-ori/datasets/patchpose.py official repository unverified MIT (permissive) · 5d0b0e6cdf6bc083 · report
js_divergence bluedream1121/self-sca-ori/model/loss.py official repository unverified MIT (permissive) · 03e760ff39505b2f · report
kl_div_temperature bluedream1121/self-sca-ori/model/loss.py official repository unverified MIT (permissive) · ac2636c1a3754c87 · report
kl_divergence bluedream1121/self-sca-ori/model/loss.py official repository unverified MIT (permissive) · faec82d84dd41fae · report
normalize_gray_image bluedream1121/self-sca-ori/utils/utils.py official repository unverified MIT (permissive) · 2e68501b20fdd75c · report
parse_txt bluedream1121/self-sca-ori/datasets/patchpose_dataset_generation/filter.py official repository unverified MIT (permissive) · b79a091074490ca4 · report
radian_to_degree bluedream1121/self-sca-ori/utils/utils.py official repository unverified MIT (permissive) · 0f4a86b47a992c7c · report
train bluedream1121/self-sca-ori/utils/train_utils.py official repository unverified MIT (permissive) · b2c877f2f6fc170a · report
train_orientation bluedream1121/self-sca-ori/utils/train_utils.py official repository unverified MIT (permissive) · f9190e825e369214 · report
train_scale bluedream1121/self-sca-ori/utils/train_utils.py official repository unverified MIT (permissive) · f2f3a5e3671d8d0d · report
warpPerspectivePoint bluedream1121/self-sca-ori/datasets/hpatchespose_dataset_generation/generate_dataset.py official repository unverified MIT (permissive) · fb88dd9920bc567c · report
warpPerspectivePoints bluedream1121/self-sca-ori/datasets/hpatchespose_dataset_generation/generate_dataset.py official repository unverified MIT (permissive) · d9804a709b95d01e · report

Tasks

Camera Pose EstimationPose EstimationSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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