Papers › The decomposition of the higher-order homology embedding constructed from the k-Laplacian

The decomposition of the higher-order homology embedding constructed from the k-Laplacian

23 Jul 2021NeurIPS 2021 12arXiv:2107.10970archive 2025-07-28

Yu-Chia Chen, Marina Meilă

The null space of the k-th order Laplacian ℒₖ, known as the {\em k-th homology vector space}, encodes the non-trivial topology of a manifold or a network. Understanding the structure of the homology embedding can thus disclose geometric or topological information from the data. The study of the null space embedding of the graph Laplacian ℒ₀ has spurred new research and applications, such as spectral clustering algorithms with theoretical guarantees and estimators of the Stochastic Block Model. In this work, we investigate the geometry of the k-th homology embedding and focus on cases reminiscent of spectral clustering. Namely, we analyze the {\em connected sum} of manifolds as a perturbation to the direct sum of their homology embeddings. We propose an algorithm to factorize the homology embedding into subspaces corresponding to a manifold's simplest topological components. The proposed framework is applied to the {\em shortest homologous loop detection} problem, a problem known to be NP-hard in general. Our spectral loop detection algorithm scales better than existing methods and is effective on diverse data such as point clouds and images.

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

Code

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

By repository: community (archive-listed): 16 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.

yuchaz/homology_emb mentioned on GitHubBSD-2-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

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 yuchaz/homology_emb. “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.

boundary_map yuchaz/homology_emb/homology_emb/laplacians.py community (archive-listed) unverified BSD-2-Clause (permissive) · 77fa2d2d41872c7c · report
cknn_distance yuchaz/homology_emb/homology_emb/utils.py community (archive-listed) unverified BSD-2-Clause (permissive) · 53369ec5826da51a · report
coboundary_map yuchaz/homology_emb/homology_emb/laplacians.py community (archive-listed) unverified BSD-2-Clause (permissive) · 036db12b00bd473b · report
color_hex yuchaz/homology_emb/configs.py community (archive-listed) unverified BSD-2-Clause (permissive) · 7f09c5a31fbf1ed9 · report
compute_rectangle yuchaz/homology_emb/homology_emb/complexes.py community (archive-listed) unverified BSD-2-Clause (permissive) · aeae8730f7832fd2 · report
compute_vr_edges_no_triangles yuchaz/homology_emb/homology_emb/complexes.py community (archive-listed) unverified BSD-2-Clause (permissive) · 460c838b4b473fdc · report
find_path yuchaz/homology_emb/homology_emb/cycles.py community (archive-listed) unverified BSD-2-Clause (permissive) · c6b62f4263593568 · report
generate_2d_grids yuchaz/homology_emb/datagen.py community (archive-listed) unverified BSD-2-Clause (permissive) · 910177c6d2fd8947 · report
get_data_indices yuchaz/homology_emb/homology_emb/utils.py community (archive-listed) unverified BSD-2-Clause (permissive) · 0ea849722f6b7464 · report
get_neighbors yuchaz/homology_emb/homology_emb/cycles.py community (archive-listed) unverified BSD-2-Clause (permissive) · 744aadc8c908a3e8 · report
get_permutation yuchaz/homology_emb/homology_emb/laplacians.py community (archive-listed) unverified BSD-2-Clause (permissive) · 67253b68f30dbdfe · report
makrer_loop yuchaz/homology_emb/configs.py community (archive-listed) unverified BSD-2-Clause (permissive) · ab394e58a2e0d486 · report
ordinal yuchaz/homology_emb/plotter.py community (archive-listed) unverified BSD-2-Clause (permissive) · 558d39d100d5bc02 · report
punctplane yuchaz/homology_emb/datagen.py community (archive-listed) unverified BSD-2-Clause (permissive) · f4d26a9306548755 · report
sort_and_parity yuchaz/homology_emb/homology_emb/cycles.py community (archive-listed) unverified BSD-2-Clause (permissive) · 5dc98242d1cbff4d · report
torus yuchaz/homology_emb/datagen.py community (archive-listed) unverified BSD-2-Clause (permissive) · c37e4d09ebffe653 · report

Tasks

ClusteringStochastic Block Model

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Spectral Clustering

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