Papers › Partial Optimal Transport on the Circle for All Transported Masses in O(N log N)

Partial Optimal Transport on the Circle for All Transported Masses in O(N log N)

24 Aug 2026arXiv:2608.23910added by Syntology

Soheil Kolouri

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Partial optimal transport compares two measures while leaving part of the mass unmatched, which is what makes it robust to outliers, occlusion, and clutter. The quantity of interest is usually the whole profile - the optimal cost at every transported cardinality - because the right amount to transport is rarely known in advance, and on the real line the PAWL algorithm returns that profile in O(NlogN). Much data is periodic rather than linear: angles, phases, orientations, time of day, hue, and every direction obtained by projecting onto a great circle. On the circle the same problem acquires a global circulation, or equivalently an optimized cut, which the naive exact method handles by running the line algorithm once per support gap, at O(N²logN). We show that this factor N is unnecessary. The line structure survives in cut-free form, and a free-gap invariant supplies, at every step, a cut at which all previous local updates remain valid line updates. This yields PAWC: an exact O(NlogN) time, O(N) memory algorithm returning all K+1 costs, nested active sets and plans in one run, together with a single gap that is simultaneously optimal for every cardinality. Slicing over great circles extends it to 𝕊ᵈ⁻¹. Empirically the whole profile costs $0.56$ms at N=4096 against $1.5$s for a single transported fraction from a general solver; on occluded, cluttered mpeg-7 shapes, holding the descriptor fixed and varying only the cost, it retains 66% of the clean-data retrieval score against 16% for balanced circular OT, and on 𝕊² it halves the fitting error of spherical sliced Wasserstein against contaminated targets, synthetic and real. Code is available at https://github.com/mint-vu/Partial_Wasserstein_on_Circles.

PaperPDFCode 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="2608.23910")

Code

Syntology Ran 11 of 12 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 3 ran · violated contract; 1 ran · our draft was wrong; 4 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mint-vu/Partial_Wasserstein_on_Circles found in paper text by Syntology report

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

12 samples harvested; 11 ran; 0 honoured the contract we drafted; 1 has 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 · violated contract
1ran · our draft was wrong
4ran · fixture could not drive it
3ran
1unverified

Licence: 0 of the 12 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 mint-vu/Partial_Wasserstein_on_Circles. “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.

NestedActiveSets mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran MIT (permissive) · 23348ea378e88432 · report
PartialCircleSolution mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran MIT (permissive) · 71fa09506e64f699 · report
SortedUnion mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran MIT (permissive) · f9dcbdfa1358c05d · report
_activation_order mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 8c934e51b1d7c1c9 · report
_prefix_tables mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 57ab442844d8b46f · report
gap_lengths mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · b907ae46f0aa1f95 · report
gap_midpoints mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 07e4183d9324005e · report
geodesic_distance mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · cbf28d3944553973 · report
sorted_union mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 93ba59411928b2f5 · report
unroll_at mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 53f80c4f7dbf6c61 · report
wrap mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 7e7978a11cc9c914 · report
partial_ot_circle mint-vu/Partial_Wasserstein_on_Circles/pawc/pawc.py found in paper text by Syntology unverified MIT (permissive) · 9a0b8f109e2fc4f3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.23910, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

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