https://github.com/axect/jetclr
Core codebase for JetCLR, a high-energy-physics tool for the self-supervised contrastive learning of jet representations.
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Core codebase for JetCLR, a high-energy-physics tool for the self-supervised contrastive learning of jet representations.
Basic Info
- Host: GitHub
- Owner: Axect
- Default Branch: main
- Size: 12.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of bmdillon/JetCLR
Created almost 5 years ago
· Last pushed almost 5 years ago
https://github.com/Axect/JetCLR/blob/main/
# JetCLR Core codebase for **JetCLR**, a high-energy-physics tool for the self-supervised contrastive learning of jet representations. JetCLR uses a permutation-invariant transformer-encoder network and a contrastive loss function to map jet constituents to a representation space which is approximately invariant to a set of symmetries and augmentations of the jet data, and is discriminant within the dataset it is optimised on. The symmetries and augmentations are coded in *scripts/modules/jet_augs.py*, they are:
* **symmetries**: * rotations in the rapidity-azimuthal plane, around the transverse-momentum-weighted centroid of the jet * translations in the rapidity-azimuthal plane * permutation invariance of the jet constituents, this is ensured by the network architecture * **augmentations**: * smearing of constituent coordinates, inversely proportional to their transverse momentum * collinear splittings of jet constituents The scheme for optimising the network is inspired by the SimCLR[1](#myfootnote1) paper, and is coded here in *scripts/run_jetclr.py*. The mapping to the new representation space is entirely self-supervised, using only the physically-motivated invariances to transformations and augmentations of the data. Truth labels are not used in the optimisation of the JetCLR network. For questions/comments about the code contact: dillon@thphys.uni-heidelberg.de --- This code was initially written for the paper: **Symmetries, Safety, and Self-Supervision**
https://arxiv.org/abs/2108.04253
*Barry M. Dillon, Gregor Kasieczka, Hans Olischlager, Tilman Plehn, Peter Sorrenson, and Lorenz Vogel* --- 1: 'A Simple Framework for Contrastive Learning of Visual Representations', Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton (arxiv:2002.05709)
Owner
- Name: Tae-Geun Kim
- Login: Axect
- Kind: user
- Location: Seoul, South Korea
- Company: Yonsei Univ.
- Website: https://axect.github.io
- Repositories: 21
- Profile: https://github.com/Axect
Ph.D student of particle physics & Rustacean