← Search

Ramana Rao Kompella

17 accepted papers

2026

A Multi-Agent Perception-Action Alliance for Efficient Long Video Reasoning

CVPR 2026

This paper presents a multi-agent perception-action exploration alliance, dubbed A4VL, for efficient long-video reasoning. A4VL operates in a multi-round perception-action exploration loop with a selection of VLM agents. In each round, the team of agents performs video question-answer (VideoQA) via

Cited by 0SourcecodeScholar
2026

Attention-aware Inference Optimizations for Large Vision-Language Models with Memory-efficient Decoding

CVPR 2026

Large Vision-Language Models (VLMs) have achieved remarkable success in multi-modal reasoning, but their inference time efficiency remains a significant challenge due to the memory overhead during decoding, especially when the query and answer of VLMs consist of long sequences of visual and text tok

Cited by 0SourceScholar
2026

GIFSplat: Generative Prior-Guided Iterative Feed-Forward 3D Gaussian Splatting from Sparse Views

CVPR 2026

Feed-forward 3D reconstruction offers substantial runtime advantages over per-scene optimization, which remains slow at inference and often fragile under sparse views. However, existing feed-forward methods still have potential for further performance gains, especially for out-of-domain data, and st

Cited by 0SourcecodeScholar
2026

Real-Time Robot Execution with Masked Action Chunking

ICLR 2026poster

Real-time execution is essential for cyber-physical systems such as robots. These systems operate in dynamic real-world environments where even small delays can undermine responsiveness and compromise performance. Asynchronous inference has recently emerged as a system-level paradigm for real-time r…

Cited by 0SourceScholar
2026

Spectrally Distilled Representations Aligned with Instruction-Augmented LLMs for Satellite Imagery

CVPR 2026

Vision-language foundation models (VLFMs) promise zero-shot and retrieval understanding for Earth observation. While operational satellite systems often lack full multi-spectral coverage, making RGB-only inference highly desirable for scalable deployment, the adoption of VLFMs for satellite imagery

Cited by 0SourcecodeScholar
2025

A First-order Generative Bilevel Optimization Framework for Diffusion Models

ICML 2025poster

Diffusion models, which iteratively denoise data samples to synthesize high-quality outputs, have achieved empirical success across domains. However, optimizing these models for downstream tasks often involves nested bilevel structures, such as tuning hyperparameters for fine-tuning tasks or noise s…

Cited by 0SourcePDFScholar
2025

Orientation-anchored Hyper-Gaussian for 4D Reconstruction from Casual Videos

NeurIPS 2025poster

We present Orientation-anchored Gaussian Splatting (OriGS), a novel framework for high-quality 4D reconstruction from casually captured monocular videos. While recent advances extend 3D Gaussian Splatting to dynamic scenes via various motion anchors, such as graph nodes or spline control points, the…

Cited by 0SourceScholar
2025

Targeted Forgetting of Image Subgroups in CLIP Models

CVPR 2025poster

Foundation models (FMs) such as CLIP have demonstrated impressive zero-shot performance across various tasks by leveraging large-scale, unsupervised pre-training. However, they often inherit harmful or unwanted knowledge from noisy internet-sourced datasets, compromising their reliability in real-wo…

Cited by 0SourcePDFScholar
2024

Efficient Multitask Dense Predictor via Binarization

CVPR 2024poster

Multi-task learning for dense prediction has emerged as a pivotal area in computer vision enabling simultaneous processing of diverse yet interrelated pixel-wise prediction tasks. However the substantial computational demands of state-of-the-art (SoTA) models often limit their widespread deployment.…

Cited by 2SourcePDFScholar
2024

Enhancing Post-training Quantization Calibration through Contrastive Learning

CVPR 2024poster

Post-training quantization (PTQ) converts a pre-trained full-precision (FP) model into a quantized model in a training-free manner. Determining suitable quantization parameters such as scaling factors and weight rounding is the primary strategy for mitigating the impact of quantization noise (calibr…

Cited by 13SourcePDFScholar
2024

From Trojan Horses to Castle Walls: Unveiling Bilateral Data Poisoning Effects in Diffusion Models

NeurIPS 2024poster

While state-of-the-art diffusion models (DMs) excel in image generation, concerns regarding their security persist. Earlier research highlighted DMs' vulnerability to data poisoning attacks, but these studies placed stricter requirements than conventional methods like 'BadNets' in image classificati…

2024

Reversing the Forget-Retain Objectives: An Efficient LLM Unlearning Framework from Logit Difference

NeurIPS 2024poster

As Large Language Models (LLMs) demonstrate extensive capability in learning from documents, LLM unlearning becomes an increasingly important research area to address concerns of LLMs in terms of privacy, copyright, etc. A conventional LLM unlearning task typically involves two goals: (1) The target…

2024

Riemannian Multinomial Logistics Regression for SPD Neural Networks

CVPR 2024poster

Deep neural networks for learning Symmetric Positive Definite (SPD) matrices are gaining increasing attention in machine learning. Despite the significant progress most existing SPD networks use traditional Euclidean classifiers on an approximated space rather than intrinsic classifiers that accurat…

2024

UnlearnCanvas: Stylized Image Dataset for Enhanced Machine Unlearning Evaluation in Diffusion Models

NeurIPS 2024poster

The technological advancements in diffusion models (DMs) have demonstrated unprecedented capabilities in text-to-image generation and are widely used in diverse applications. However, they have also raised significant societal concerns, such as the generation of harmful content and copyright dispute…

2023

Causal-DFQ: Causality Guided Data-Free Network Quantization

ICCV 2023poster

Model quantization, which aims to compress deep neural networks and accelerate inference speed, has greatly facilitated the development of cumbersome models on mobile and edge devices. There is a common assumption in quantization methods from prior works that training data is available. In practice,…

Cited by 6PDFcodeScholar
2023

Graph Mixture of Experts: Learning on Large-Scale Graphs with Explicit Diversity Modeling

NeurIPS 2023poster

Graph neural networks (GNNs) have found extensive applications in learning from graph data. However, real-world graphs often possess diverse structures and comprise nodes and edges of varying types. To bolster the generalization capacity of GNNs, it has become customary to augment training graph str…