Papers › Unpaired Image Translation via Vector Symbolic Architectures

Unpaired Image Translation via Vector Symbolic Architectures

6 Sep 2022arXiv:2209.02686archive 2025-07-28

Justin Theiss, Jay Leverett, Daeil Kim, Aayush Prakash

Image-to-image translation has played an important role in enabling synthetic data for computer vision. However, if the source and target domains have a large semantic mismatch, existing techniques often suffer from source content corruption aka semantic flipping. To address this problem, we propose a new paradigm for image-to-image translation using Vector Symbolic Architectures (VSA), a theoretical framework which defines algebraic operations in a high-dimensional vector (hypervector) space. We introduce VSA-based constraints on adversarial learning for source-to-target translations by learning a hypervector mapping that inverts the translation to ensure consistency with source content. We show both qualitatively and quantitatively that our method improves over other state-of-the-art techniques.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 10 of 21 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 9 ran with no contract checked.

By repository: official repository: 21 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.

facebookresearch/vsait officialmentioned in paperpytorch 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

21 samples harvested; 10 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
9ran
11unverified

Licence: 21 of the 21 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 facebookresearch/vsait. “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.

ConvBlock facebookresearch/vsait/models/iit.py official repository ran fingerprinted licence not identified · pointer only · 8500682ef65d6bf9 · report
Discriminator facebookresearch/vsait/models/iit.py official repository ran licence not identified · pointer only · 47b7903e04f3bf64 · report
FeatureExtractor facebookresearch/vsait/models/iit.py official repository ran fingerprinted licence not identified · pointer only · 266ec13d80f74daf · report
GaussianConv2d facebookresearch/vsait/models/iit.py official repository ran fingerprinted licence not identified · pointer only · f85c529baaa51d62 · report
IntermediateOutputs facebookresearch/vsait/models/iit.py official repository ran licence not identified · pointer only · 107ded76465fd41d · report
LSH facebookresearch/vsait/models/iit.py official repository ran fingerprinted licence not identified · pointer only · 294d622bd531b54a · report
LinearBlock facebookresearch/vsait/models/iit.py official repository ran fingerprinted licence not identified · pointer only · 719f0d505e7f2c91 · report
MLP facebookresearch/vsait/models/iit.py official repository ran fingerprinted licence not identified · pointer only · 93bac15215699552 · report
ResNetBlock facebookresearch/vsait/models/iit.py official repository ran licence not identified · pointer only · 422149eb93a361ad · report
get_pad_fn facebookresearch/vsait/models/iit.py official repository ran · our draft was wrong licence not identified · pointer only · 820c1acff4ca1a1a · report
Generator facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · 3d770393472498c2 · report
IIT facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · ebdf143d37f1d6e0 · report
LSHCat facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · f0fe7fcbb99a6cd4 · report
PatchGANDiscriminator facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · 629174d9ce47312a · report
ResNetDecoder facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · dc1e4b3013080c9a · report
ResNetEncoder facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · 90f4a9f61284e639 · report
ResNetGenerator facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · 1ba36880b1618f1d · report
VSADiscriminator facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · f9fb387ded0c2647 · report
VSAIT facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · cd0e1022ae9d8563 · report
build_backbone facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · 2140a69aa077ae18 · report
build_feature_extractor facebookresearch/vsait/models/iit.py official repository unverified licence not identified · pointer only · 7ccc425f0cb48d6c · report

Tasks

Image-to-Image TranslationTranslation

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