← Search

Swagatam Das

18 accepted papers

2026

A New Framework for Convex Clustering in Kernel Spaces: Finite Sample Bounds, Consistency and Performance Insights

IJCAI 2026

Convex clustering is a well-regarded clustering method, resembling the similar centroid-based approach of Lloyd’s k-means, without requiring a predefined cluster count. It starts with each data point as its centroid and iteratively merges them. Despite its advantages, this method can fail when deali

Cited by 0Scholar
2026

Convex Clustering Redefined: Robust Learning with the Median of Means Estimator

AAAI 2026technical

Clustering approaches that utilize convex loss functions have recently attracted growing interest in the formation of compact data clusters. Although classical methods like kmeans and its wide family of variants are still widely used, all of them require the number of clusters (k) to be supplied as

Cited by 0SourcePDFScholar
2025

Dirichlet Process-Based Robust Clustering Using the Median-of-Means Estimator

IJCAI 2025

Clustering stands as one of the most prominent challenges in unsupervised machine learning. Among centroid-based methods, the classic $k$-means algorithm, based on Lloyd's heuristic, is widely used. Nonetheless, it is a well-known fact that $k$-means and its variants face several challenges, includi

Cited by 0SourcePDFScholar
2025

From Complexity to Clarity: Transforming Chest X-ray Reports with Chained Prompting (Student Abstract)

AAAI 2025technical

In the rapidly advancing field of AI-assisted medical diagnosis, the generation of medical reports for Chest X-rays (CXR) has significantly improved with the increased availability of radiographs and their corresponding reports. However, these reports often contain complex medical terminology, makin…

2023

Clustering High-dimensional Data with Ordered Weighted $\ell_1$ Regularization

AISTATS 2023poster

Clustering complex high-dimensional data is particularly challenging as the signal-to-noise ratio in such data is significantly lower than their classical counterparts. This is mainly because most of the features describing a data point have little to no information about the natural grouping of the…

Cited by 1SourcePDFScholar
2023

Interval Bound Interpolation for Few-shot Learning with Few Tasks

ICML 2023poster

Few-shot learning aims to transfer the knowledge acquired from training on a diverse set of tasks to unseen tasks from the same task distribution, with a limited amount of labeled data. The underlying requirement for effective few-shot generalization is to learn a good representation of the task man…

2023

UEQMS: UMAP Embedded Quick Mean Shift Algorithm for High Dimensional Clustering

AAAI 2023technical

The mean shift algorithm is a simple yet very effective clustering method widely used for image and video segmentation as well as other exploratory data analysis applications. Recently, a new algorithm called MeanShift++ (MS++) for low-dimensional clustering was proposed with a speedup of 4000 times…

Cited by 5SourcePDFScholar
2023

Voice Conversion Using Feature Specific Loss Function Based Self-Attentive Generative Adversarial Network

ICASSP 2023accepted

Voice conversion (VC) is the process of converting the vocal texture of a source speaker similar to that of a target speaker without altering the content of the source speaker’s speech. With the ongoing developments of deep generative models, generative adversarial networks (GANs) appeared as a bett…

Cited by 0SourceScholar
2022

GridShift: A Faster Mode-Seeking Algorithm for Image Segmentation and Object Tracking

CVPR 2022oral

In machine learning, MeanShift is one of the popular clustering algorithms. It iteratively moves each data point to the weighted mean of its neighborhood data points. The computational cost required for finding neighborhood data points for each one is quadratic to the number of data points. Therefor…

Cited by 12PDFcodeScholar
2022

On Translation and Reconstruction Guarantees of the Cycle-Consistent Generative Adversarial Networks

NeurIPS 2022accept

The task of unpaired image-to-image translation has witnessed a revolution with the introduction of the cycle-consistency loss to Generative Adversarial Networks (GANs). Numerous variants, with Cycle-Consistent Adversarial Network (CycleGAN) at their forefront, have shown remarkable empirical perfor…

Cited by 5SourcePDFScholar
2021

Automated Clustering of High-dimensional Data with a Feature Weighted Mean Shift Algorithm

AAAI 2021technical

Mean shift is a simple interactive procedure that gradually shifts data points towards the mode which denotes the highest density of data points in the region. Mean shift algorithms have been effectively used for data denoising, mode seeking, and finding the number of clusters in a dataset in an aut…

2021

Statistical Regeneration Guarantees of the Wasserstein Autoencoder with Latent Space Consistency

NeurIPS 2021spotlight

The introduction of Variational Autoencoders (VAE) has been marked as a breakthrough in the history of representation learning models. Besides having several accolades of its own, VAE has successfully flagged off a series of inventions in the form of its immediate successors. Wasserstein Autoencoder…

Cited by 9SourcePDFScholar
2021

Uniform Concentration Bounds toward a Unified Framework for Robust Clustering

NeurIPS 2021spotlight

Recent advances in center-based clustering continue to improve upon the drawbacks of Lloyd's celebrated $k$-means algorithm over $60$ years after its introduction. Various methods seek to address poor local minima, sensitivity to outliers, and data that are not well-suited to Euclidean measures of f…

2020

Entropy Weighted Power k-Means Clustering

AISTATS 2020poster

Despite its well-known shortcomings, k-means remains one of the most widely used approaches to data clustering. Current research continues to tackle its flaws while attempting to preserve its simplicity. Recently, the power k-means algorithm was proposed to avoid poor local minima by annealing throu…