Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# GENIE

## Project Structure

This repository contains multiple experimental subprojects under the **GENIE** initiative within ML4Sci. Each subproject explores different approaches to physics-informed learning, graph neural networks, and diffusion-based modeling in high-energy physics.

### Subprojects

- **Graph_Representation_Learning_Rushil_Singha**
Implements a JetNet Graph Diffusion Model using graph neural networks and latent diffusion for particle-level jet generation.
See project README: `Graph_Representation_Learning_Rushil_Singha/README.md`

- **Non_local_Jet_Classification_Tanmay_Bakshi**
Explores graph neural network methods for jet classification tasks using non-local message passing architectures.

- **Physics_Informed_Neural_Network_Diffusion (PINNDE)**
A Physics-Informed Neural Network approach for solving reverse-time diffusion equations.
Developed as part of a GSoC'25 project, PINNDE aims to build a fast and reliable sampler for complex probability distributions by combining diffusion models with physics-informed neural networks. The project demonstrates promising results in 1D, 2D, and 3D distributions and serves as a foundation for fast particle jet simulation methods.

Each folder represents an independent research or experimental project. Contributors are encouraged to read the README within each subproject directory for setup instructions, usage details, and implementation information.