1jsingh
Ph.D. Candidate at Australian National University. Interests: Controllable Image Synthesis, Creative Content Generation. Intern @facebookresearch, @Adobe
Australian National UniversityCanberra, Australia
Pinned Repositories
alphazero_tictactoe
Implementation of alphazero learning algorithm for 6-6-4 Tictactoe
Divide-Evaluate-and-Refine
Repo for our NeurIPS 2023 paper on: Divide, Evaluate, and Refine: Evaluating and Improving Text-to-Image Alignment with Iterative VQA Feedback
GradOP-Guided-Image-Synthesis
Repo for our CVPR 2023 paper on "High-Fidelity Guided Image Synthesis with Latent Diffusion Models"
MADDPG
Solving a Physical Deception problem using Multi-Agent Deep Deterministic Policy Gradient approach
negtome
Official Implementation for paper: Negative Token Merging: Image-based Adversarial Feature Guidance
paint2pix
Repo for our ECCV 2022 paper on "Paint2Pix: Interactive Painting based Progressive Image Synthesis and Editing"
RL_quadcopter
Teaching a quadcopter to fly using Reinforcement Learning (DDPG algorithm) in Pytorch
semantic-guidance
Code for our CVPR-2021 paper on Combining Semantic Guidance and Deep Reinforcement Learning For Generating Human Level Paintings.
OpenHands
🙌 OpenHands: Code Less, Make More
glow
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
1jsingh's Repositories
1jsingh/paint2pix
Repo for our ECCV 2022 paper on "Paint2Pix: Interactive Painting based Progressive Image Synthesis and Editing"
1jsingh/negtome
Official Implementation for paper: Negative Token Merging: Image-based Adversarial Feature Guidance
1jsingh/semantic-guidance
Code for our CVPR-2021 paper on Combining Semantic Guidance and Deep Reinforcement Learning For Generating Human Level Paintings.
1jsingh/Divide-Evaluate-and-Refine
Repo for our NeurIPS 2023 paper on: Divide, Evaluate, and Refine: Evaluating and Improving Text-to-Image Alignment with Iterative VQA Feedback
1jsingh/GradOP-Guided-Image-Synthesis
Repo for our CVPR 2023 paper on "High-Fidelity Guided Image Synthesis with Latent Diffusion Models"
1jsingh/1jsingh.github.io
Repo for my personal website
1jsingh/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models
1jsingh/mctx
Monte Carlo tree search in JAX
1jsingh/stable-diffusion
1jsingh/auto-code-rover
Autonomous program improvement
1jsingh/BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
1jsingh/Cold-Diffusion-Models
Official implementation of Cold-Diffusion for different transformations in pytorch.
1jsingh/DA_visualization
Code for CVPR2021 "Visualizing Adapted Knowledge in Domain Transfer". Visualization for domain adaptation. #explainable-ai
1jsingh/dalle2-laion
Pretrained Dalle2 from laion
1jsingh/devin-swebench-results
Cognition's results and methodology on SWE-bench
1jsingh/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
1jsingh/EfficientZero
Open-source codebase for EfficientZero, from "Mastering Atari Games with Limited Data" at NeurIPS 2021.
1jsingh/ffhq-dataset
Flickr-Faces-HQ Dataset (FFHQ)
1jsingh/grepa
Official Pytorch Implementation of Representation Alignment for Generation: Training Diffusion Transformers Is Easier Than You Think
1jsingh/instruct-pix2pix
1jsingh/OLMoE
OLMoE: Open Mixture-of-Experts Language Models
1jsingh/OpenDevin
🐚 OpenDevin: Code Less, Make More
1jsingh/P3_Implement_SLAM
Landmark Detection and Tracking (SLAM) project for CVND
1jsingh/pixel2style2pixel
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework
1jsingh/rlpyt
Reinforcement Learning in PyTorch
1jsingh/StoryDiffusion
Create Magic Story!
1jsingh/stylegan3-editing
Official Implementation of "Third Time's the Charm? Image and Video Editing with StyleGAN3" https://arxiv.org/abs/2201.13433
1jsingh/SWE-agent
SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It solves 12.29% of bugs in the SWE-bench evaluation set and takes just 1.5 minutes to run.
1jsingh/SWE-bench
[ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues?
1jsingh/SWE-bench-docker
A Docker based solution of the SWE-bench evaluation framework