Papers › Path-Invariant Map Networks

Path-Invariant Map Networks

31 Dec 2018CVPR 2019 6arXiv:1812.11647archive 2025-07-28

Zaiwei Zhang, Zhenxiao Liang, Lemeng Wu, Xiaowei Zhou, Qi-Xing Huang

Optimizing a network of maps among a collection of objects/domains (or map synchronization) is a central problem across computer vision and many other relevant fields. Compared to optimizing pairwise maps in isolation, the benefit of map synchronization is that there are natural constraints among a map network that can improve the quality of individual maps. While such self-supervision constraints are well-understood for undirected map networks (e.g., the cycle-consistency constraint), they are under-explored for directed map networks, which naturally arise when maps are given by parametric maps (e.g., a feed-forward neural network). In this paper, we study a natural self-supervision constraint for directed map networks called path-invariance, which enforces that composite maps along different paths between a fixed pair of source and target domains are identical. We introduce path-invariance bases for efficient encoding of the path-invariance constraint and present an algorithm that outputs a path-variance basis with polynomial time and space complexities. We demonstrate the effectiveness of our approach on optimizing object correspondences, estimating dense image maps via neural networks, and semantic segmentation of 3D scenes via map networks of diverse 3D representations. In particular, for 3D semantic segmentation, our approach only requires 8% labeled data from ScanNet to achieve the same performance as training a single 3D segmentation network with 30% to 100% labeled data.

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

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zaiweizhang/path_invariance_map_network officialmentioned in papermentioned on GitHubtfBSD-3-Clause 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; 2 ran; 0 honoured the contract we drafted; 11 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.

1ran · fixture could not drive it
1ran
11unverified

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 zaiweizhang/path_invariance_map_network. “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.

shuffle_data zaiweizhang/path_invariance_map_network/provider.py official repository ran BSD-3-Clause (permissive) · 06353aadebc1724b · report
shuffle_points zaiweizhang/path_invariance_map_network/provider.py official repository ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · a97f76b9c0811c93 · report
conv zaiweizhang/path_invariance_map_network/ops.py official repository unverified BSD-3-Clause (permissive) · 31662b40ae35eb80 · report
conv1d zaiweizhang/path_invariance_map_network/tf_util.py official repository unverified BSD-3-Clause (permissive) · 18d51d8d06002af3 · report
conv2d zaiweizhang/path_invariance_map_network/tf_util.py official repository unverified BSD-3-Clause (permissive) · dd4ea839e0207aea · report
conv2d_transpose zaiweizhang/path_invariance_map_network/tf_util.py official repository unverified BSD-3-Clause (permissive) · 5d5a54e9e61f622c · report
deconv zaiweizhang/path_invariance_map_network/ops.py official repository unverified BSD-3-Clause (permissive) · 8f90e1aa22b5dec8 · report
get_loss zaiweizhang/path_invariance_map_network/pointnet2_sem_seg.py official repository unverified BSD-3-Clause (permissive) · 9229925c26b23e7e · report
placeholder_inputs zaiweizhang/path_invariance_map_network/pointnet2_sem_seg.py official repository unverified BSD-3-Clause (permissive) · 0d4c28990da51518 · report
placeholder_inputs zaiweizhang/path_invariance_map_network/pointnet2_sem_seg_voxel.py official repository unverified BSD-3-Clause (permissive) · 96e3a1a94a60fb90 · report
pool zaiweizhang/path_invariance_map_network/ops.py official repository unverified BSD-3-Clause (permissive) · 9518b8490afb46d3 · report
rotate_point_cloud zaiweizhang/path_invariance_map_network/provider.py official repository unverified BSD-3-Clause (permissive) · 1f9e48ada82a799b · report
sample_and_group_all zaiweizhang/path_invariance_map_network/pointnet_util.py official repository unverified BSD-3-Clause (permissive) · 142a56400c483118 · report

Tasks

3D Semantic SegmentationScene SegmentationSegmentationSemantic Segmentation

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