

Sachit Menon
33 posts

@SachitMenon
Final-year AI PhD student @Columbia. Working to make big models not dumb (prev work includes ViperGPT). Recently visited @GoogleDeepMind.













When solving a difficult problem, we often draw a diagram to help us visualize. What if VLMs could do the same? Introducing Self-Imagine – a method that enhances the reasoning abilities of VLMs on text-only tasks through visualization. Paper: arxiv.org/abs/2401.08025 🧵↓



Whiteboard-of-Thought: Thinking Step-by-Step Across Modalities Enables MLLMs to express intermediate reasoning as images using code. You probably didn't use typography knowledge to solve this query proj: whiteboard.cs.columbia.edu abs: arxiv.org/abs/2406.14562




Generating Illustrated Instructions paper page: huggingface.co/papers/2312.04… introduce the new task of generating Illustrated Instructions, i.e., visual instructions customized to a user's needs. We identify desiderata unique to this task, and formalize it through a suite of automatic and human evaluation metrics, designed to measure the validity, consistency, and efficacy of the generations. We combine the power of large language models (LLMs) together with strong text-to-image generation diffusion models to propose a simple approach called StackedDiffusion, which generates such illustrated instructions given text as input. The resulting model strongly outperforms baseline approaches and state-of-the-art multimodal LLMs; and in 30% of cases, users even prefer it to human-generated articles. Most notably, it enables various new and exciting applications far beyond what static articles on the web can provide, such as personalized instructions complete with intermediate steps and pictures in response to a user's individual situation.

the hardest problem in computer vision? occlusion - it's always occlusion





ViperGPT: Visual Inference via Python Execution for Reasoning abs: arxiv.org/abs/2303.08128 project page: viper.cs.columbia.edu