Papers
Topics
Authors
Recent
Search
2000 character limit reached

Syn2Co: Dual Applications in Vision & Surface Science

Updated 10 July 2026
  • Syn2Co is an acronym with two distinct interpretations: one for synthetic-to-contrast self-supervised vision pre-training using diffusion-based data and synthetic negatives, and one for a cobalt-catalyzed on-surface polymerization protocol for fluorographdiyne nanosheets.
  • In computer vision, the Syn2Co framework blends diffusion-driven synthetic data augmentation with synthetic hard negatives in a momentum-encoder pipeline, improving representation learning with Vision Transformers.
  • In surface chemistry, the Syn2Co protocol achieves high coupling efficiency and large-domain, single-layer fluorographdiyne nanosheets on Au(111) via precise cobalt activation and coronene templating.

Syn2Co has been used in two distinct ways in recent arXiv literature. In self-supervised computer vision, it denotes Synthetic-to-Contrast, a framework that combines synthetic data augmentation in image space with synthetic hard negatives in representation space for Vision Transformer pre-training on ImageNet-100 (Giakoumoglou et al., 2 Sep 2025). In surface chemistry and 2D conjugated polymers, it denotes a protocol for selective on-surface 2D covalent polymerization of fluorographdiyne nanosheets on Au(111) through the combination of cobalt catalysis and coronene templating (Shu et al., 30 May 2026). The shared label does not imply a shared methodology; the two usages address unrelated technical problems and operate at different levels of abstraction.

1. Nomenclature and domain-specific meanings

The term is best understood as an acronym with domain-dependent semantics rather than as a single canonical method.

Usage of “Syn2Co” Domain Core meaning
Synthetic-to-Contrast Self-supervised vision Synthetic data plus synthetic hard negatives in a momentum-encoder InfoNCE pipeline
Syn2Co protocol Surface synthesis Cobalt catalysis plus coronene templating for fluorographdiyne growth on Au(111)

In the vision usage, Syn2Co is explicitly expanded as Synthetic-to-Contrast and is designed for contrastive self-supervised learning with DeiT-S and Swin-T backbones (Giakoumoglou et al., 2 Sep 2025). In the surface-science usage, Syn2Co refers to an on-surface polymerization protocol that synthesizes single-layered fluorographdiyne nanosheets up to 60×60 nm260\times 60\ \mathrm{nm}^2 on Au(111) (Shu et al., 30 May 2026).

A common source of confusion is that acronym-based search can also retrieve the nearby term SyCo, short for Synthetic Coordinate Embedding, a molecular graph generation framework in latent Euclidean space rather than a Syn2Co method (Ketata et al., 2024). This suggests that citation by arXiv identifier is especially important when the acronym alone is ambiguous.

2. Syn2Co in self-supervised vision

In the computer-vision literature, Syn2Co targets the standard contrastive objective of learning an encoder f:XRdf:X\to\mathbb{R}^d such that positive pairs are nearby in feature space while negatives are far apart. Its defining move is to combine two “faking” strategies: synthetic data augmentation in image space and synthetic hard negatives in feature space, both inserted into a momentum-encoder, queue-based InfoNCE pipeline for Vision Transformers (Giakoumoglou et al., 2 Sep 2025).

The synthetic-data component uses a class-conditional diffusion model, Relay Diffusion [22], trained to clone ImageNet-100’s class distribution. The resulting synthetic set is Xs130,000X_s \approx 130{,}000 images, stated as one per original ImageNet-100 sample. Pre-training then mixes real and synthetic images by sampling a batch in which a fraction α[0,1]\alpha\in[0,1] comes from real data XX and the remainder 1α1-\alpha from XsX_s. The boundary cases are explicit: α=1.0\alpha=1.0 is pure real pre-training and α=0.0\alpha=0.0 is pure synthetic pre-training.

The synthetic-negative component starts from a standard momentum-encoder pair (fq,fk)(f_q,f_k), temperature f:XRdf:X\to\mathbb{R}^d0, and a queue f:XRdf:X\to\mathbb{R}^d1 of size f:XRdf:X\to\mathbb{R}^d2. For each query f:XRdf:X\to\mathbb{R}^d3, cosine similarities f:XRdf:X\to\mathbb{R}^d4 are computed for all f:XRdf:X\to\mathbb{R}^d5, after which the top-f:XRdf:X\to\mathbb{R}^d6 hardest real negatives are selected. Synthetic negatives are then produced by applying an overview function f:XRdf:X\to\mathbb{R}^d7 to these hard negatives. The paper lists six synthesis modes from SynCo [12], including interpolation, extrapolation, mixing, jittering, perturbation, and adversarial variants. Each synthetic negative is normalized as f:XRdf:X\to\mathbb{R}^d8, and the final negative pool becomes the union of real and synthetic negatives.

The resulting loss augments the usual InfoNCE denominator with synthetic negatives: f:XRdf:X\to\mathbb{R}^d9

The architecture scope is narrow and explicit: DeiT-Small (21 M parameters) and Swin-Tiny (29 M parameters). The evaluation protocol is equally explicit: linear probing, with the encoder frozen and a single linear classifier trained for 100 epochs, reporting top-1/top-5 accuracy on the ImageNet-100 validation set.

3. Training dynamics, hyperparameters, and empirical behavior in vision

The training loop samples Xs130,000X_s \approx 130{,}0000 from Xs130,000X_s \approx 130{,}0001 and Xs130,000X_s \approx 130{,}0002 from Xs130,000X_s \approx 130{,}0003, applies two augmentations per image, computes query and key embeddings, mines the top-Xs130,000X_s \approx 130{,}0004 hard negatives from the queue, synthesizes Xs130,000X_s \approx 130{,}0005 feature-space negatives, evaluates Xs130,000X_s \approx 130{,}0006, updates the online encoder, performs the momentum update Xs130,000X_s \approx 130{,}0007, and refreshes the queue (Giakoumoglou et al., 2 Sep 2025). The key hyperparameters listed are Xs130,000X_s \approx 130{,}0008, Xs130,000X_s \approx 130{,}0009, α[0,1]\alpha\in[0,1]0, α[0,1]\alpha\in[0,1]1, α[0,1]\alpha\in[0,1]2, α[0,1]\alpha\in[0,1]3, batch size α[0,1]\alpha\in[0,1]4, and epochs α[0,1]\alpha\in[0,1]5. Representative values in the paper include α[0,1]\alpha\in[0,1]6, α[0,1]\alpha\in[0,1]7, α[0,1]\alpha\in[0,1]8, α[0,1]\alpha\in[0,1]9, XX0, batch sizes XX1, and XX2.

The reported linear-probe results on ImageNet-100 show that the gains are architecture-dependent.

Method DeiT-S Top-1 Swin-T Top-1
DINO 79.41 81.78
MoBY 79.36 83.90
Syn1Co (data only, 152 400) 81.86 83.68
Syn1Co-Neg 78.96 84.04
Syn2Co (full, 152 400) 82.12 83.70

The main quantitative highlight is that DeiT-S gains XX3 Top-1 over MoBY when using both synthetic data and synthetic negatives at 200 epochs. For Swin-T, the paper reports modest gains (XX4) from synthetic negatives alone, while synthetic data adds limited benefit. The study also reports that a purely synthetic pre-training run (XX5) is within XX6 of the fully real regime in linear-probe accuracy, using this as an empirical proxy for diversity.

The paper’s own analysis is cautious. It states that low-resource regimes benefit more from mixing in diffusion-generated images, that extended training extracts more signal from synthetic clones, and that datasets with strong class conditioning are easier to clone. It also states that synthetic negatives are computationally cheap once the queue is built, but that XX7 and XX8 must be tuned per architecture because excessively many synthetic negatives or too much hardness can hurt. The practical recommendations are correspondingly conservative: tune XX9 on a held-out set, use moderate hardness 1α1-\alpha0 and synthetic ratio 1α1-\alpha1, extend pre-training by 1α1-\alpha2 epochs when relying heavily on synthetic data, and monitor representation collapse via inter-class cosine-similarity distributions.

4. Syn2Co as a protocol for fluorographdiyne nanosheet synthesis

In the surface-science literature, Syn2Co denotes a selective on-surface 2D covalent polymerization protocol for synthesizing single-layered fluorographdiyne nanosheets on Au(111) through the combination of cobalt catalysis and coronene templating (Shu et al., 30 May 2026). The target material belongs to the broader family of graphdiyne derivatives with sp-sp1α1-\alpha3 hybridized skeletons.

The reagents and setup are specified in procedural detail. The precursor is 1,3,5-tris(chloroethynyl)-2,4,6-trifluorobenzene (tFtCEB), degassed at 333 K. The template is coronene, which sublimes at 1α1-\alpha4. The catalyst is Co metal evaporated to 0.05–0.10 ML coverage using an e-beam evaporator. The substrate is an Au(111) single crystal, cleaned by Ar1α1-\alpha5 sputtering/annealing under UHV 1α1-\alpha6, with base pressure during depositions 1α1-\alpha7.

The synthesis sequence is reported stepwise. First, 0.7 ML tFtCEB is deposited onto Au(111) held at 250 K, forming self-assembled alkynyl–Au–alkynyl dimers. Annealing to 473 K for 5 min yields a large-domain honeycomb sp-MON network with Csp–Au–Csp linkages. Coronene may then be deposited as an optional step at 0.1 ML and 300 K, producing coronene-embedded sp-MON. Next, 0.05–0.10 ML Co is deposited at 250 K onto the (coronene-embedded) sp-MON. A further anneal to 473 K for 5 min produces partial demetallization intermediates, stated as 1α1-\alpha8 C–C coupled. Final annealing to 553 K for 5 min yields large-domain fluorographdiyne nanosheets.

The reported outcome metrics are explicit: coupling efficiency 1α1-\alpha9 for the Csp–Au XsX_s0 CspXsX_s1–CspXsX_s2 conversion, hexagon-formation selectivity of XsX_s3 without coronene and XsX_s4 with coronene, and typical covalent domains up to XsX_s5. These data place the protocol within the larger effort to obtain large-domain, regular, single-layered graphdiyne-type sheets on surfaces, a problem the paper identifies as a longstanding synthetic challenge.

5. Cobalt activation, coronene templating, and reaction energetics

The mechanistic role of cobalt is formulated as XsX_s6–XsX_s7 coordination between Co and the alkynyl XsX_s8 system: XsX_s9 with α=1.0\alpha=1.00 quantifying Co(d)–Cα=1.0\alpha=1.01C(α=1.0\alpha=1.02) coupling (Shu et al., 30 May 2026). The reported interpretation is that strong α=1.0\alpha=1.03–α=1.0\alpha=1.04 coupling transforms a robust Csp–Au bond into a weaker Cspα=1.0\alpha=1.05–Au bond, facilitating demetallization and C–C coupling.

The bond-conversion step is written as

α=1.0\alpha=1.06

In the DFT-optimized structures, the sp-hybridized C–C(Au) bond length in IS2 is α=1.0\alpha=1.07, whereas the Co-activated (spα=1.0\alpha=1.08) C–C(Au) bond length in IS3 is α=1.0\alpha=1.09. The uncatalyzed surface-stabilized pathway is reported as

α=0.0\alpha=0.00

while the Co-catalyzed route is

α=0.0\alpha=0.01

The associated reaction-coordinate data at α=0.0\alpha=0.02 are α=0.0\alpha=0.03 for the catalyzed route, compared with α=0.0\alpha=0.04 for the uncatalyzed pathway. The paper summarizes this as cobalt lowering the Csp–Au α=0.0\alpha=0.05 Cspα=0.0\alpha=0.06–Au barrier by α=0.0\alpha=0.07.

Coronene acts as a template that matches the fluorographdiyne lattice and forms up to six C–Hα=0.0\alpha=0.08F hydrogen bonds per coronene, with α=0.0\alpha=0.09 total. The paper’s mechanistic picture states that coronene “locks” partial oligomer radicals via noncovalent anchors, thereby reducing lateral diffusion and rotation. This favors six-membered motifs and suppresses kinetically trapped 5/7-MR defects. The same section reports 0.2–0.4 eV per oligomer stabilization in the summary statement. Domain-size distributions also shift toward larger domains with coronene: without coronene, the highest fractions lie in the 82–152 and 152–252 (fq,fk)(f_q,f_k)0 bins; with coronene, weight shifts into the 252–352, 352–452, and larger bins.

6. Atomic-scale characterization and relation to adjacent terminology

The protocol is supported by atomically resolved microscopy and spectroscopy (Shu et al., 30 May 2026). In STM, the sp-MON honeycomb cell constant is (fq,fk)(f_q,f_k)1, and the final fluorographdiyne lattice retains a hexagonal cell with (fq,fk)(f_q,f_k)2 periodicity. In nc-AFM with a CO tip, the C(fq,fk)(f_q,f_k)3C(fq,fk)(f_q,f_k)4C(fq,fk)(f_q,f_k)5C diacetylene linkages appear as bright rods. Bond lengths extracted from AFM contrast are given as (fq,fk)(f_q,f_k)6 for the C(fq,fk)(f_q,f_k)7C triple bond and (fq,fk)(f_q,f_k)8 for a bond with double character.

The spectroscopy is similarly specific. At 5 K, the fluorographdiyne valence-band resonance appears at (fq,fk)(f_q,f_k)9 and the conduction-band resonance at f:XRdf:X\to\mathbb{R}^d00, corresponding to a measured bandgap of f:XRdf:X\to\mathbb{R}^d01. For coronene, the HOMO is at f:XRdf:X\to\mathbb{R}^d02 and the LUMO at f:XRdf:X\to\mathbb{R}^d03, giving a bandgap of f:XRdf:X\to\mathbb{R}^d04. The spatial maps localize the f:XRdf:X\to\mathbb{R}^d05 density on diacetylene linkages and the f:XRdf:X\to\mathbb{R}^d06 density on aromatic rings; the coronene HOMO/LUMO maps match free-molecule LDOS with a six-lobed flower HOMO and ring-shaped LUMO.

Set against the vision usage, these measurements underscore that the two Syn2Co usages are unrelated except for the acronym. In the vision framework, “synthetic” refers to diffusion-generated images and synthetic feature-space negatives (Giakoumoglou et al., 2 Sep 2025). In the surface-science protocol, Syn2Co refers to Co f:XRdf:X\to\mathbb{R}^d07–f:XRdf:X\to\mathbb{R}^d08 activation and coronene-regulated ring formation (Shu et al., 30 May 2026). A plausible implication is that “Syn2Co” should be treated as a context-sensitive label rather than as a stable cross-disciplinary term. The nearby acronym SyCo, introduced as Synthetic Coordinate Embedding for molecular graph generation in latent Euclidean space, reinforces this point: it is adjacent in spelling but methodologically distinct (Ketata et al., 2024).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Syn2Co.