← Search

Srikumar Ramalingam

27 accepted papers

2025

Analyzing Similarity Metrics for Data Selection for Language Model Pretraining

NeurIPS 2025poster

Measuring similarity between training examples is critical for curating high-quality and diverse pretraining datasets for language models. However, similarity is typically computed with a generic off-the-shelf embedding model that has been trained for tasks such as retrieval. Whether these embeddi…

Cited by 0SourceScholar
2025

GIST: Greedy Independent Set Thresholding for Max-Min Diversification with Submodular Utility

NeurIPS 2025poster

This work studies a novel subset selection problem called *max-min diversification with monotone submodular utility* (MDMS), which has a wide range of applications in machine learning, e.g., data sampling and feature selection. Given a set of points in a metric space, the goal of MDMS is to maximize…

Cited by 0SourceScholar
2024

MarkovGen: Structured Prediction for Efficient Text-to-Image Generation

CVPR 2024poster

Modern text-to-image generation models produce high-quality images that are both photorealistic and faithful to the text prompts. However this quality comes at significant computational cost: nearly all of these models are iterative and require running sampling multiple times with large models. This…

Cited by 2SourcePDFScholar
2024

Rethinking FID: Towards a Better Evaluation Metric for Image Generation

CVPR 2024highlight

As with many machine learning problems the progress of image generation methods hinges on good evaluation metrics. One of the most popular is the Frechet Inception Distance (FID). FID estimates the distance between a distribution of Inception-v3 features of real images and those of images generated…

2023

Leveraging Importance Weights in Subset Selection

ICLR 2023poster

We present a subset selection algorithm designed to work with arbitrary model families in a practical batch setting. In such a setting, an algorithm can sample examples one at a time but, in order to limit overhead costs, is only able to update its state (i.e. further train model weights) once a lar…

Cited by 3SourcePDFScholar
2022

Learning ABCs: Approximate Bijective Correspondence for Isolating Factors of Variation With Weak Supervision

CVPR 2022oral

Representational learning forms the backbone of most deep learning applications, and the value of a learned representation is intimately tied to its information content regarding different factors of variation. Finding good representations depends on the nature of supervision and the learning algori…

Cited by 2PDFcodeScholar
2022

The Combinatorial Brain Surgeon: Pruning Weights That Cancel One Another in Neural Networks

ICML 2022spotlight

Neural networks tend to achieve better accuracy with training if they are larger {—} even if the resulting models are overparameterized. Nevertheless, carefully removing such excess of parameters before, during, or after training may also produce models with similar or even improved accuracy. In man…

2021

Implicit-PDF: Non-Parametric Representation of Probability Distributions on the Rotation Manifold

ICML 2021spotlight

In the deep learning era, the vast majority of methods to predict pose from a single image are trained to classify or regress to a single given ground truth pose per image. Such methods have two main shortcomings, i) they cannot represent uncertainty about the predictions, and ii) they cannot handle…

2021

Scaling Up Exact Neural Network Compression by ReLU Stability

NeurIPS 2021poster

We can compress a rectifier network while exactly preserving its underlying functionality with respect to a given input domain if some of its neurons are stable. However, current approaches to determine the stability of neurons with Rectified Linear Unit (ReLU) activations require solving or finding…

2020

3DRegNet: A Deep Neural Network for 3D Point Registration

CVPR 2020poster

We present 3DRegNet, a novel deep learning architecture for the registration of 3D scans. Given a set of 3D point correspondences, we build a deep neural network to address the following two challenges: (i) classification of the point correspondences into inliers/outliers, and (ii) regression of the…

Cited by 275PDFcodeScholar
2018

A Minimal Closed-Form Solution for Multi-Perspective Pose Estimation using Points and Lines

ECCV 2018poster

We propose a minimal solution for pose estimation using both points and lines for a multi-perspective camera. In this paper, we treat the multi-perspective camera as a collection of rigidly attached perspective cameras. These type of imaging devices are useful for several computer vision application…

Cited by 35SourcePDFScholar
2018

Analytical Modeling of Vanishing Points and Curves in Catadioptric Cameras

CVPR 2018poster

Vanishing points and vanishing lines are classical geometrical concepts in perspective cameras that have a lineage dating back to 3 centuries. A vanishing point is a point on the image space where parallel lines in 3D space appear to converge, whereas a vanishing line passes through 2 or more vanish…

Cited by 9SourcePDFScholar
2018

Bounding and Counting Linear Regions of Deep Neural Networks

ICML 2018oral

We investigate the complexity of deep neural networks (DNN) that represent piecewise linear (PWL) functions. In particular, we study the number of linear regions, i.e. pieces, that a PWL function represented by a DNN can attain, both theoretically and empirically. We present (i) tighter upper and lo…

Cited by 347SourcePDFScholar
2018

Simultaneous Edge Alignment and Learning

ECCV 2018poster

Edge detection is among the most fundamental vision problems for its role in perceptual grouping and its wide applications. Recent advances in representation learning have led to considerable improvements in this area. Many state of the art edge detection models are learned with fully convolutional…

Cited by 109SourcePDFScholar
2018

VLASE: Vehicle Localization by Aggregating Semantic Edges

IROS 2018poster

We propose VLASE, a framework to use semantic edge features from images to achieve on-road localization. Semantic edge features denote edge contours that separate pairs of distinct objects such as building-sky, road-sidewalk, and building-ground. While prior work has shown promising results by utili…

Cited by 53SourceScholar
2017

MonoRGBD-SLAM: Simultaneous localization and mapping using both monocular and RGBD cameras

ICRA 2017poster

RGBD SLAM systems have shown impressive results, but the limited field of view (FOV) and depth range of typical RGBD cameras still cause problems for registering distant frames. Monocular SLAM systems, in contrast, can exploit wide-angle cameras and do not have the depth range limitation, but are un…

Cited by 27SourceScholar
2017

ROS2D: Image feature detector using rank order statistics

ICRA 2017poster

We present a new image feature detection method. Our method selects features based on segmenting points with high local intensity variations across different scales using a robust rank order statistics approach. Our method produces a large number of repeatable features that are invariant to several…

Cited by 1SourceScholar
2016

Pinpoint SLAM: A hybrid of 2D and 3D simultaneous localization and mapping for RGB-D sensors

ICRA 2016

Conventional SLAM systems with an RGB-D sensor use depth measurements only in a limited depth range due to hardware limitation and noise of the sensor, ignoring regions that are too far or too close from the sensor. Such systems introduce registration errors especially in scenes with large depth var

Cited by 22SourceScholar
2015

Line-Sweep: Cross-Ratio For Wide-Baseline Matching and 3D Reconstruction

CVPR 2015poster

We propose a simple and useful idea based on cross-ratio constraint for wide-baseline matching and 3D reconstruction. Most existing methods exploit feature points and planes from images. Lines have always been considered notorious for both matching and reconstruction due to the lack of good line des…

Cited by 50SourcePDFScholar