Skip to content
View thivyanth's full-sized avatar

Highlights

  • Pro

Block or report thivyanth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thivyanth/README.md

Hi There πŸ‘‹, Welcome to Thivyanth Venkateswaran's Profile Page!

About Me | πŸ”— thivyanth.github.io/about

Hello! I'm Thivyanth Venkateswaran, a 3rd-year engineering undergraduate at the Indian Institute of Technology Bombay (IIT Bombay), specializing in Machine Learning.


My CV/ Resume: πŸ”— thivyanth.github.io/cv


I'm deeply engaged in research with a focus on:

  • Agentic AI & AI Alignment
  • RL Decision Making & Planning
  • Generative AI
  • Generative Policy
  • AI Reasoning
  • Continual Learning
  • Open-endedness in AI systems
  • Open World & Lifelong Learning

I'm always looking to collaborate on projects and research that push the boundaries of AI.


Publications | πŸ”— Google Scholar

While I don't have any publications yet, I'm actively working on research that I hope will lead to my first publication soon. Stay tuned for updates!


I undertake various ML research projects and have been involved in some competitions and research projects. Some highlights of my work include:

  • Participation in the RoboDrive Competition (ICRA 2024), where I focused on robust multi-modal BEV 3D object detection.
  • Research on optimizing diffusion models for downstream tasks using reinforcement learning under the guidance of Prof. Biplab Banerjee.

For a detailed overview of my projects, publications, and etc., look around my website.


Let's Connect

I'm open to academic collaborations and industry partnerships that leverage AI to solve real-world problems. If you're interested in working together, please reach out through my website where you can also find more information about my past work and future endeavors.

Thank you for visiting my profile!

Pinned Loading

  1. grp grp Public

    This project implements a Generalist Robotics Policy (GRP) using a Vision Transformer (ViT) architecture. The model is designed to process multiple input types, including images, text goals, and go…

    Python

  2. ppo_clip_gae_cartpole ppo_clip_gae_cartpole Public

    PPO Implementation for Cart-pole Balancing | I implemented PPO to solidify and apply my RL concepts.

    Python

  3. ddpo ddpo Public

    This is an implementation of CLIP-Reward in Denoising DIffusion Policy Optimization (DDPO)

    Python

  4. kan kan Public

    This repository contains an implementation of Kolmogorov-Arnold Neural Networks (KAN) using PyTorch. The project demonstrates the application of KAN in classifying handwritten digits from the MNIST…

    Jupyter Notebook

  5. deeplabv3-raytune deeplabv3-raytune Public

    This repository contains a Jupyter notebook for semantic segmentation using the DeepLabV3 model with a ResNet-50 backbone. The notebook demonstrates the process of loading data, training the model,…

    Jupyter Notebook

  6. chatgpt_github_assistant_api.yaml chatgpt_github_assistant_api.yaml
    1
    openapi: 3.1.0
    2
    info:
    3
      title: GitHub Repository API
    4
      description: API for interacting with a GitHub repository, including reading files, making changes, committing changes,
    5
        and listing repositories.