← Search

Rameswar Panda

59 accepted papers

2026

Distilling to Hybrid Attention Models via KL-Guided Layer Selection

ICLR 2026poster

Distilling pretrained softmax attention Transformers into more efficient hybrid architectures that interleave softmax and linear attention layers is a promising approach for improving the inference efficiency of LLMs without requiring expensive pretraining from scratch. A critical factor in the con…

Cited by 0SourcecodeScholar
2026

Finding the Minimal Parameter Budget for Implicit Reasoning: A Data Complexity Driven Scaling Law for Language Models

ICML 2026poster

Reasoning is a core capability of language models (LMs), yet it remains unclear how much model capacity is necessary to support reasoning during pretraining. In this work, we study the minimal parameter budget required for implicit reasoning, defined as the ability to infer new facts from learned kn…

Cited by 0SourceScholar
2026

PRISM: Demystifying Retention and Interaction in Mid-Training

ICML 2026spotlight

Mid-training is increasingly used to improve the reasoning capabilities of large language models (LLMs), yet its design choices and interaction with evaluation and reinforcement learning (RL) remain poorly understood. Prior work often focuses on narrow domain gains, overlooking retention of general …

Cited by 0SourceScholar
2025

API Pack: A Massive Multi-Programming Language Dataset for API Call Generation

ICLR 2025poster

We introduce API Pack, a massive multi-programming language dataset containing over one million instruction-API calls for improving the API call generation capabilities of large language models. Our evaluation highlights three key findings: First, fine-tuning on API Pack enables open-source models t…

2025

Calibrating Expressions of Certainty

ICLR 2025poster

We present a novel approach to calibrating linguistic expressions of certainty, e.g., "Maybe" and "Likely". Unlike prior work that assigns a single score to each certainty phrase, we model uncertainty as distributions over the simplex to capture their semantics more accurately. To accommodate this n…

Cited by 1SourcePDFScholar
2025

PaTH Attention: Position Encoding via Accumulating Householder Transformations

NeurIPS 2025poster

The attention mechanism is a core primitive in modern large language models (LLMs) and AI more broadly. Since attention by itself is permutation-invariant, position encoding is essential for modeling structured domains such as language. Rotary position encoding (RoPE) has emerged as the de facto sta…

Cited by 0SourceScholar
2025

Scaling Stick-Breaking Attention: An Efficient Implementation and In-depth Study

ICLR 2025poster

The self-attention mechanism traditionally relies on the softmax operator, necessitating positional embeddings like RoPE, or position biases to account for token order. But current methods using still face length generalisation challenges. We investigate an alternative attention mechanism based on t…

Cited by 0SourcePDFScholar
2025

Self-MoE: Towards Compositional Large Language Models with Self-Specialized Experts

ICLR 2025poster

We present Self-MoE, an approach that transforms a monolithic LLM into a compositional, modular system of self-specialized experts, named MiXSE (MiXture of Self-specialized Experts). Our approach leverages self-specialization, which constructs expert modules using self-generated synthetic data, each…

Cited by 10SourcePDFScholar
2024

Data Engineering for Scaling Language Models to 128K Context

ICML 2024poster

We study continual pretraining recipe for scaling language models' context lengths to 128K, with a focus on data engineering. We hypothesize that long context modeling, in particular *the ability to utilize information at arbitrary input locations*, is a capability that is mostly already acquired th…

2024

Gated Linear Attention Transformers with Hardware-Efficient Training

ICML 2024poster

Transformers with linear attention allow for efficient parallel training but can simultaneously be formulated as an RNN with 2D (matrix-valued) hidden states, thus enjoying linear-time inference complexity. However, linear attention generally underperforms ordinary softmax attention. Moreover, curre…

2024

Granite-Function Calling Model: Introducing Function Calling Abilities via Multi-task Learning of Granular Tasks

EMNLP 2024industry

An emergent research trend explores the use of Large Language Models (LLMs) as the backbone of agentic systems (e.g., SWE-Bench, Agent-Bench). To fulfill LLMs’ potential as autonomous agents, they must be able to identify, call, and interact with a variety of external tools and application program i…

2024

LangNav: Language as a Perceptual Representation for Navigation

NAACL 2024findings

We explore the use of language as a perceptual representation for vision-and-language navigation (VLN), with a focus on low-data settings. Our approach uses off-the-shelf vision systems for image captioning and object detection to convert an agent’s egocentric panoramic view at each time step into n…

2024

Reducing Transformer Key-Value Cache Size with Cross-Layer Attention

NeurIPS 2024poster

Key-value (KV) caching plays an essential role in accelerating decoding for transformer-based autoregressive large language models (LLMs). However, the amount of memory required to store the KV cache can become prohibitive at long sequence lengths and large batch sizes. Since the invention of the tr…

Cited by 40SourcePDFScholar
2023

CODA-Prompt: COntinual Decomposed Attention-Based Prompting for Rehearsal-Free Continual Learning

CVPR 2023poster

Computer vision models suffer from a phenomenon known as catastrophic forgetting when learning novel concepts from continuously shifting training data. Typical solutions for this continual learning problem require extensive rehearsal of previously seen data, which increases memory costs and may viol…

2023

ConStruct-VL: Data-Free Continual Structured VL Concepts Learning

CVPR 2023poster

Recently, large-scale pre-trained Vision-and-Language (VL) foundation models have demonstrated remarkable capabilities in many zero-shot downstream tasks, achieving competitive results for recognizing objects defined by as little as short text prompts. However, it has also been shown that VL models…

2023

Dense and Aligned Captions (DAC) Promote Compositional Reasoning in VL Models

NeurIPS 2023spotlight

Vision and Language (VL) models offer an effective method for aligning representation spaces of images and text allowing for numerous applications such as cross-modal retrieval, visual and multi-hop question answering, captioning, and many more. However, the aligned image-text spaces learned by all…

Cited by 50SourcePDFScholar
2023

Energy Transformer

NeurIPS 2023poster

Our work combines aspects of three promising paradigms in machine learning, namely, attention mechanism, energy-based models, and associative memory. Attention is the power-house driving modern deep learning successes, but it lacks clear theoretical foundations. Energy-based models allow a principle…

Cited by 60SourcePDFScholar
2023

Going Beyond Nouns With Vision & Language Models Using Synthetic Data

ICCV 2023poster

Large-scale pre-trained Vision & Language (VL) models have shown remarkable performance in many applications, enabling replacing a fixed set of supported classes with zero-shot open vocabulary reasoning over (almost arbitrary) natural language prompts. However, recent works have uncovered a fundamen…

Cited by 51PDFcodeScholar
2023

Learning Human Action Recognition Representations Without Real Humans

NeurIPS 2023poster

Pre-training on massive video datasets has become essential to achieve high action recognition performance on smaller downstream datasets. However, most large-scale video datasets contain images of people and hence are accompanied with issues related to privacy, ethics, and data protection, often pr…

2023

Learning to Grow Pretrained Models for Efficient Transformer Training

ICLR 2023top-25%

Scaling transformers has led to significant breakthroughs in many domains, leading to a paradigm in which larger versions of existing models are trained and released on a periodic basis. New instances of such models are typically trained completely from scratch, despite the fact that they are often…

Cited by 67SourcePDFScholar
2023

MAtch, eXpand and Improve: Unsupervised Finetuning for Zero-Shot Action Recognition with Language Knowledge

ICCV 2023poster

Large scale Vision-Language (VL) models have shown tremendous success in aligning representations between visual and text modalities. This enables remarkable progress in zero-shot recognition, image generation & editing, and many other exciting tasks. However, VL models tend to over-represent object…

Cited by 50PDFcodeScholar
2023

Multitask Prompt Tuning Enables Parameter-Efficient Transfer Learning

ICLR 2023poster

Prompt tuning, in which a base pretrained model is adapted to each task via conditioning on learned prompt vectors, has emerged as a promising approach for efficiently adapting large language models to multiple downstream tasks. However, existing methods typically learn soft prompt vectors from scra…

Cited by 128SourcePDFScholar
2023

Synthetic Pre-Training Tasks for Neural Machine Translation

ACL 2023findings

Pre-training models with large crawled corpora can lead to issues such as toxicity and bias, as well as copyright and privacy concerns. A promising way of alleviating such concerns is to conduct pre-training with synthetic tasks and data, since no real-world information is ingested by the model. Our…

2023

Teaching Structured Vision & Language Concepts to Vision & Language Models

CVPR 2023poster

Vision and Language (VL) models have demonstrated remarkable zero-shot performance in a variety of tasks. However, some aspects of complex language understanding still remain a challenge. We introduce the collective notion of Structured Vision & Language Concepts (SVLC) which includes object attribu…

2022

A Maximal Correlation Approach to Imposing Fairness in Machine Learning

ICASSP 2022accepted

As machine learning algorithms grow in popularity and diversify to many industries, ethical and legal concerns regarding their fairness have become increasingly relevant. We explore the problem of algorithmic fairness, taking an information-theoretic view. The maximal correlation framework is introd…

Cited by 0SourceScholar
2022

FETA: Towards Specializing Foundational Models for Expert Task Applications

NeurIPS 2022accept

Foundational Models (FMs) have demonstrated unprecedented capabilities including zero-shot learning, high fidelity data synthesis, and out of domain generalization. However, the parameter capacity of FMs is still limited, leading to poor out-of-the-box performance of FMs on many expert tasks (e.g. r…

Cited by 15SourcePDFScholar
2022

How Transferable are Video Representations Based on Synthetic Data?

NeurIPS 2022accept

Action recognition has improved dramatically with massive-scale video datasets. Yet, these datasets are accompanied with issues related to curation cost, privacy, ethics, bias, and copyright. Compared to that, only minor efforts have been devoted toward exploring the potential of synthetic video dat…

2022

RegionViT: Regional-to-Local Attention for Vision Transformers

ICLR 2022poster

Vision transformer (ViT) has recently shown its strong capability in achieving comparable results to convolutional neural networks (CNNs) on image classification. However, vanilla ViT simply inherits the same architecture from the natural language processing directly, which is often not optimized fo…

2022

Selective Regression under Fairness Criteria

ICML 2022spotlight

Selective regression allows abstention from prediction if the confidence to make an accurate prediction is not sufficient. In general, by allowing a reject option, one expects the performance of a regression model to increase at the cost of reducing coverage (i.e., by predicting on fewer samples). H…

2022

Task2Sim: Towards Effective Pre-Training and Transfer From Synthetic Data

CVPR 2022poster

Pre-training models on Imagenet or other massive datasets of real images has led to major advances in computer vision, albeit accompanied with shortcomings related to curation cost, privacy, usage rights, and ethical issues. In this paper, for the first time, we study the transferability of pre-trai…

Cited by 47PDFScholar
2022

VALHALLA: Visual Hallucination for Machine Translation

CVPR 2022poster

Designing better machine translation systems by considering auxiliary inputs such as images has attracted much attention in recent years. While existing methods show promising performance over the conventional text-only translation systems, they typically require paired text and image as input durin…

Cited by 38PDFScholar
2021

A Broad Study on the Transferability of Visual Representations With Contrastive Learning

ICCV 2021poster

Tremendous progress has been made in visual representation learning, notably with the recent success of self-supervised contrastive learning methods. Supervised contrastive learning has also been shown to outperform its cross-entropy counterparts by leveraging labels for choosing where to contrast.…

Cited by 120PDFcodeScholar
2021

AdaFuse: Adaptive Temporal Fusion Network for Efficient Action Recognition

ICLR 2021poster

Temporal modelling is the key for efficient video action recognition. While understanding temporal information can improve recognition accuracy for dynamic actions, removing temporal redundancy and reusing past features can significantly save computation leading to efficient action recognition. In t…

2021

AdaMML: Adaptive Multi-Modal Learning for Efficient Video Recognition

ICCV 2021poster

Multi-modal learning, which focuses on utilizing various modalities to improve the performance of a model, is widely used in video recognition. While traditional multi-modal learning offers excellent recognition results, its computational expense limits its impact for many real-world applications. I…

Cited by 65PDFcodeScholar
2021

Contrast and Mix: Temporal Contrastive Video Domain Adaptation with Background Mixing

NeurIPS 2021poster

Unsupervised domain adaptation which aims to adapt models trained on a labeled source domain to a completely unlabeled target domain has attracted much attention in recent years. While many domain adaptation techniques have been proposed for images, the problem of unsupervised domain adaptation in v…

2021

CrossViT: Cross-Attention Multi-Scale Vision Transformer for Image Classification

ICCV 2021poster

The recently developed vision transformer (ViT) has achieved promising results on image classification compared to convolutional neural networks. Inspired by this, in this paper, we study how to learn multi-scale feature representations in transformer models for image classification. To this end, we…

Cited by 2006PDFcodeScholar
2021

Deep Analysis of CNN-Based Spatio-Temporal Representations for Action Recognition

CVPR 2021poster

In recent years, a number of approaches based on 2D or 3D convolutional neural networks (CNN) have emerged for video action recognition, achieving state-of-the-art results on several large-scale benchmark datasets. In this paper, we carry out in-depth comparative analysis to better understand the di…

Cited by 139PDFcodeScholar
2021

Detector-Free Weakly Supervised Grounding by Separation

ICCV 2021poster

Nowadays, there is an abundance of data involving images and surrounding free-form text weakly corresponding to those images. Weakly Supervised phrase-Grounding (WSG) deals with the task of using this data to learn to localize (or to ground) arbitrary text phrases in images without any additional an…

Cited by 28PDFcodeScholar
2021

Dynamic Distillation Network for Cross-Domain Few-Shot Recognition with Unlabeled Data

NeurIPS 2021poster

Most existing works in few-shot learning rely on meta-learning the network on a large base dataset which is typically from the same domain as the target dataset. We tackle the problem of cross-domain few-shot learning where there is a large shift between the base and target domain. The problem of cr…

2021

Dynamic Network Quantization for Efficient Video Inference

ICCV 2021poster

Deep convolutional networks have recently achieved great success in video recognition, yet their practical realization remains a challenge due to the large amount of computational resources required to achieve robust recognition. Motivated by the effectiveness of quantization for boosting efficiency…

Cited by 56PDFScholar
2021

Fair Selective Classification Via Sufficiency

ICML 2021oral

Selective classification is a powerful tool for decision-making in scenarios where mistakes are costly but abstentions are allowed. In general, by allowing a classifier to abstain, one can improve the performance of a model at the cost of reducing coverage and classifying fewer samples. However, rec…

2021

IA-RED$^2$: Interpretability-Aware Redundancy Reduction for Vision Transformers

NeurIPS 2021poster

The self-attention-based model, transformer, is recently becoming the leading backbone in the field of computer vision. In spite of the impressive success made by transformers in a variety of vision tasks, it still suffers from heavy computation and intensive memory costs. To address this limitation…

Cited by 183SourcePDFScholar
2021

Multimodal Clustering Networks for Self-Supervised Learning From Unlabeled Videos

ICCV 2021poster

Multimodal self-supervised learning is getting more and more attention as it allows not only to train large networks without human supervision but also to search and retrieve data across various modalities. In this context, this paper proposes a framework that, starting from a pre-trained backbone,…

Cited by 110PDFcodeScholar
2021

NASTransfer: Analyzing Architecture Transferability in Large Scale Neural Architecture Search

AAAI 2021technical

Neural Architecture Search (NAS) is an open and challenging problem in machine learning. While NAS offers great promise, the prohibitive computational demand of most of the existing NAS methods makes it difficult to directly search the architectures on large-scale tasks. The typical way of conductin…

Cited by 13SourcePDFScholar
2021

Semi-Supervised Action Recognition With Temporal Contrastive Learning

CVPR 2021poster

Learning to recognize actions from only a handful of labeled videos is a challenging problem due to the scarcity of tediously collected activity labels. We approach this problem by learning a two-pathway temporal contrastive model using unlabeled videos at two different speeds leveraging the fact th…

Cited by 134PDFcodeScholar
2021

VA-RED$^2$: Video Adaptive Redundancy Reduction

ICLR 2021poster

Performing inference on deep learning models for videos remains a challenge due to the large amount of computational resources required to achieve robust recognition. An inherent property of real-world videos is the high correlation of information across frames which can translate into redundancy in…

Cited by 20SourcePDFScholar
2020

AR-Net: Adaptive Frame Resolution for Efficient Action Recognition

ECCV 2020poster

Action recognition is an open and challenging problem in computer vision. While current state-of-the-art models offer excellent recognition results, their computational expense limits their impact for many real-world applications. In this paper, we propose a novel approach, called AR-Net (Adaptive R…

2020

AdaShare: Learning What To Share For Efficient Deep Multi-Task Learning

NeurIPS 2020poster

Multi-task learning is an open and challenging problem in computer vision. The typical way of conducting multi-task learning with deep neural networks is either through handcrafted schemes that share all initial layers and branch out at an adhoc point, or through separate task-specific networks with…

Cited by 315SourcePDFScholar
2020

Camera On-Boarding for Person Re-Identification Using Hypothesis Transfer Learning

CVPR 2020poster

Most of the existing approaches for person re-identification consider a static setting where the number of cameras in the network is fixed. An interesting direction, which has received little attention, is to explore the dynamic nature of a camera network, where one tries to adapt the existing re-id…

Cited by 36PDFScholar
2020

Non-Adversarial Video Synthesis With Learned Priors

CVPR 2020poster

Most of the existing works in video synthesis focus on generating videos using adversarial learning. Despite their success, these methods often require input reference frame or fail to generate diverse videos from the given data distribution, with little to no uniformity in the quality of videos tha…

Cited by 24PDFcodeScholar
2018

Contemplating Visual Emotions: Understanding and Overcoming Dataset Bias

ECCV 2018poster

While machine learning approaches to visual emotion recognition offer great promise, current methods consider training and testing models on small scale datasets covering limited visual emotion concepts. Our analysis identifies an important but long overlooked issue of existing visual emotion benchm…

Cited by 106SourcePDFScholar
2018

FFNet: Video Fast-Forwarding via Reinforcement Learning

CVPR 2018poster

For many intelligent applications with limited computation, communication, storage and energy resources, there is an imperative need of vision methods that could select an informative subset of the input video for efficient processing at or near real time. In the literature, there are two relevant g…

2017

Unsupervised Adaptive Re-Identification in Open World Dynamic Camera Networks

CVPR 2017spotlight

Person re-identification is an open and challenging problem in computer vision. Existing approaches have concentrated on either designing the best feature representation or learning optimal matching metrics in a static setting where the number of cameras are fixed in a network. Most approaches have…

Cited by 48PDFScholar