Aneesh Shetty

I like building efficient systems that solve complex math problems. I like math that reveals interesting structures. I like abstractions that are elegant and simplify complex problems. And I like to write code that make these things go brrr.


  Updates
Sep 2024 Our work on Finetuning using Singular Vectors was accepted at NeuRIPS 2024
May 2024 I will be joining Amazon as a Software Development Engineer in Annapurna Labs
May 2023 I will be joining Amazon as a Software Development Engineering Intern this Summer
Aug 2022 I will be working with Prof. Isil Dillig and Prof. Joydeep Biswas as a GRA at UT Austin
Aug 2022 I will be starting my MS in Computer Science at UT Austin
Aug 2021 Presented our work on Scope-Bounded Reachability in Valence Systems at CONCUR 2021
Aug 2021 Graduate from IIT Bombay with a B.Tech in Computer Science and Minor in Statistics
Jul 2021 I will be joining Adobe as a Software Engineer, working on their Core C++ PDF Library
Jun 2021 Our work on Scope-Bounded Reachability in Valence Systems was accepted at CONCUR 2021
Aug 2020 I started working as a Teaching Assistant for Automata Theory with Prof. Akshay S.

  Publications
svft

SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors
Aneesh Shetty, Vijay Chandra Lingam, Atula Neerkaje, Aditya Vavre, Gautham Krishna Gudur, Joydeep Ghosh, Eunsol Choi, Alex Dimakis, Aleksandar Bojchevski, Sujay Sanghavi
NeurIPS 2024

[webpage] [abstract] [bibtex] [arXiv]

                @inproceedings{NEURIPS2024_48c368f1,
                  author = {Lingam, Vijay Chandra and Neerkaje, Atula and Vavre, Aditya and Shetty, Aneesh and Gudur, Gautham Krishna and Ghosh, Joydeep and Choi, Eunsol and Dimakis, Alex and Bojchevski, Aleksandar and Sanghavi, Sujay},
                  booktitle = {Advances in Neural Information Processing Systems},
                  editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang},
                  pages = {41425--41446},
                  publisher = {Curran Associates, Inc.},
                  title = {SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors},
                  url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/48c368f105e8145b945227b73255635a-Paper-Conference.pdf},
                  volume = {37},
                  year = {2024}
                }
              
sym

Scope-bounded Reachability in Valence Systems
Aneesh Shetty, Krishna S., Georg Zetzsche
CONCUR 2021

[webpage] [abstract] [bibtex] [arXiv]

    @misc{shetty2021scopebounded,
      title={Scope-Bounded Reachability in Valence Systems},
      author={Aneesh K. Shetty and S. Krishna and Georg Zetzsche},
      year={2021},
      eprint={2108.00963},
      archivePrefix={arXiv},
      primaryClass={cs.FL}
    }
      

  Projects
  • Automatic Visual Question Generation and Answering for Image Descriptions: We used LLM as question generator and VQA model as answerer to produce substantially descriptive paragraphs for images, and ground the generated questions using Image Segmentation.
    [report]
  • GNN: A Survey on Architectures and Optimization: We wrote a term paper on different GNN architectures and various optimzations to speed them up.
    [report]
  • Optimizing cp -r: We used io_uring released in Linux 5.1 to wrote a faster implementation of cp -r.
    [report]

Template credits: Deepak Pathak