I am a Senior Research Scientist at Meta Superintelligence Labs, where I advance multimodal large language models through post-training techniques, with a focus on enhancing reasoning and understanding across text, image, and video modalities. Prior to Meta, I was part of Millennium's four-person core AI team, reporting to the Head of AI. There, I built enterprise-grade RAG systems and agentic workflows from the ground up and conducted research on retrieval relevance. Before that, I researched vision-centric multimodal models and diffusion models at NYU's CILVR Lab under Prof. Saining Xie. I previously spent six years as a Quantitative Researcher at Goldman Sachs' Interest Rates desk, where I built models for automated trading, pricing, and risk management.
I completed my master's in Computer Science from NYU (Courant) and bachelor's in Computer Science (Honours) from Indian Institute of Technology, Bombay.
I have served as a reviewer for NeurIPS, CVPR, and ECCV.
Outside of research, you'll usually find me exploring new cafés and nature spots, dancing, staying active, or trying out something new!
Broadly, my research interests lie in developing adaptive AI systems that can solve problems across diverse domains under real-world constraints. Currently, I focus on vision-language models (VLMs) and large language models (LLMs), with emphasis on efficient and scalable post-training methods across text, image, and video (RLHF, preference alignment), data-centric approaches that enhance perception and reasoning, and interpretable evaluation frameworks. I'm also excited about extending these models toward agentic behaviors through tool use and grounded interaction with structured knowledge.
Shengbang Tong, Ellis Brown, Penghao Wu, Sanghyun Woo, Manoj Middepogu, Sai Charitha Akula, Jihan Yang, Shusheng Yang, Adithya Iyer, Xichen Pan, Austin Wang, Rob Fergus, Yann LeCun, Saining Xie.
Sai Charitha Akula*, Ameya Joshi*, Gauri Jagatap, Chinmay Hegde.
There is no shortage of advice about health, food, money and work — it is just fragmented, so nobody can tell you what your actual Tuesday should look like. Life OS organises recommendations by domain, cadence and life mode, then shows only Today, This Week, This Month and Not Now. A deterministic planner generates the plan in-browser; the language model only interprets what you say and replans, so plans stay reproducible and the page still works with no backend at all.
Developing a two-stage alignment framework for LLMs, exploring methodologies like "Model-agnostic Aligners + Adapters" and "PPO + DPO" to address common preferences initially, then fine-tune for group-specific preferences efficiently.
Added iterative attention to enhance query & video representation integration, alongside multi-level cross-modal interaction and content-boundary-moment interaction. Achieved a 3% R@1 IOU=0.5 improvement on Charades-STA over our baseline, SMIN.
Developed 3-module architecture: frozen CLIP & GPT2 LLM, and trainable bridge with Perceiver IO (generates context for LLM fed via gated cross attention) & mapping network (aligns CLIP-LLM). Achieved 31.21 BLEU-4 score on COCO val set.
Dual-encoder model using ResNet-50 and ClinicalBERT, pretrained on MIMIC-CXR image–report pairs to learn aligned visual-text features, then finetuned on CheXpert for chest disease classification via Federated Learning. Evaluated the effect of varying client counts and IID/non-IID data distributions (volume, features, and labels).
Built a financial RAG browser using LLMs to extract query-specific data and summarize insights. Used Cloud SQL with PostgreSQL (pgvector extension) for data storage and deployed microservices on GKE cluster for scalable serving; improved latency with GPU nodes and gRPC, and employed Prometheus for monitoring.
Pretrained ResNet-50 with Barlow Twins on 512k unlabeled data, used as FasterRCNN backbone, finetuned on 30k labeled data.