Papers › Abstracting Sketches through Simple Primitives

Abstracting Sketches through Simple Primitives

27 Jul 2022arXiv:2207.13543archive 2025-07-28

Stephan Alaniz, Massimiliano Mancini, Anjan Dutta, Diego Marcos, Zeynep Akata

Humans show high-level of abstraction capabilities in games that require quickly communicating object information. They decompose the message content into multiple parts and communicate them in an interpretable protocol. Toward equipping machines with such capabilities, we propose the Primitive-based Sketch Abstraction task where the goal is to represent sketches using a fixed set of drawing primitives under the influence of a budget. To solve this task, our Primitive-Matching Network (PMN), learns interpretable abstractions of a sketch in a self supervised manner. Specifically, PMN maps each stroke of a sketch to its most similar primitive in a given set, predicting an affine transformation that aligns the selected primitive to the target stroke. We learn this stroke-to-primitive mapping end-to-end with a distance-transform loss that is minimal when the original sketch is precisely reconstructed with the predicted primitives. Our PMN abstraction empirically achieves the highest performance on sketch recognition and sketch-based image retrieval given a communication budget, while at the same time being highly interpretable. This opens up new possibilities for sketch analysis, such as comparing sketches by extracting the most relevant primitives that define an object category. Code is available at https://github.com/ExplainableML/sketch-primitives.

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

Code

Syntology Ran 10 of 16 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 4 ran · honoured contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

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

explainableml/sketch-primitives officialmentioned in papermentioned on GitHubpytorch 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; 10 ran; 4 honoured the contract we drafted; 6 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.

4ran · honoured contract
3ran · our draft was wrong
1ran · fixture could not drive it
2ran
6unverified

Licence: 16 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 ExplainableML/sketch-primitives. “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.

CosSin ExplainableML/sketch-primitives/models/pmn.py official repository ran · metamorphic tier: invariant GPL-3.0 (copyleft) · pointer only · 49806d7067b3cfae · report
ToTransformMatrix ExplainableML/sketch-primitives/models/pmn.py official repository ran GPL-3.0 (copyleft) · pointer only · f63434ed5d05bc15 · report
add_edge_points ExplainableML/sketch-primitives/models/pmn.py official repository ran · fixture could not drive it fingerprinted GPL-3.0 (copyleft) · pointer only · 6b43707ef93388b4 · report
create_circle ExplainableML/sketch-primitives/models/pmn.py official repository ran · honoured contract GPL-3.0 (copyleft) · pointer only · d677a26227562f6e · report
get_predefined_primitives ExplainableML/sketch-primitives/models/pmn.py official repository ran · honoured contract GPL-3.0 (copyleft) · pointer only · 6a02a713c1820b6c · report
get_stroke_stats ExplainableML/sketch-primitives/models/pmn.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 1efdc349c7c6382a · report
make_coordinate_grid ExplainableML/sketch-primitives/models/pmn.py official repository ran · honoured contract GPL-3.0 (copyleft) · pointer only · ee9dab01bcaefa73 · report
normalize_strokes ExplainableML/sketch-primitives/models/pmn.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 9dba125355868565 · report
resample_data ExplainableML/sketch-primitives/models/pmn.py official repository ran · honoured contract GPL-3.0 (copyleft) · pointer only · 86ce6f4ab51d3588 · report
resample_stroke ExplainableML/sketch-primitives/models/pmn.py official repository ran · our draft was wrong fingerprinted GPL-3.0 (copyleft) · pointer only · 3b617e32a6e5d607 · report
PrimitiveMatchingNetwork ExplainableML/sketch-primitives/models/pmn.py official repository unverified GPL-3.0 (copyleft) · pointer only · a2bbd4dfe8393eb0 · report
StrokeEncoderTransformer ExplainableML/sketch-primitives/models/pmn.py official repository unverified GPL-3.0 (copyleft) · pointer only · f110411cc2463e48 · report
compute_distance_transform_l2 ExplainableML/sketch-primitives/models/pmn.py official repository unverified GPL-3.0 (copyleft) · pointer only · 9b289f32881a03e8 · report
compute_full_transformation ExplainableML/sketch-primitives/models/pmn.py official repository unverified GPL-3.0 (copyleft) · pointer only · 8f1b8113eb301e09 · report
distance_transform ExplainableML/sketch-primitives/models/pmn.py official repository unverified GPL-3.0 (copyleft) · pointer only · 26cebe63a9b94426 · report
transform_primitives ExplainableML/sketch-primitives/models/pmn.py official repository unverified GPL-3.0 (copyleft) · pointer only · 126d5b926144bff2 · report

Tasks

Image RetrievalRetrievalSketch RecognitionSketch-Based Image Retrieval

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