← Search

Somnath Basu Roy Chowdhury

16 accepted papers

2025

EUGens: Efficient, Unified and General Dense Layers

NeurIPS 2025poster

Efficient neural networks are essential for scaling machine learning models to real-time applications and resource-constrained environments. Fully-connected feedforward layers (FFLs) introduce computation and parameter count bottlenecks within neural network architectures. To address this challenge…

Cited by 0SourceScholar
2025

Exploring Safety-Utility Trade-Offs in Personalized Language Models

NAACL 2025long

As large language models (LLMs) become increasingly integrated into daily applications, it is essential to ensure they function fairly across diverse user demographics. In this work, we show that LLMs suffer from personalization bias, where their performance is impacted when they are personalized to…

2025

Fundamental Limits of Perfect Concept Erasure

AISTATS 2025poster

Concept erasure is the task of erasing information about a concept (e.g., gender or race) from a representation set while retaining the maximum possible utility -- information from original representations. Concept erasure is useful in several applications, such as removing sensitive concepts to ach…

Cited by 0SourcecodeScholar
2025

Towards Scalable Exact Machine Unlearning Using Parameter-Efficient Fine-Tuning

ICLR 2025poster

Machine unlearning is the process of efficiently removing the influence of a training data instance from a trained machine learning model without retraining it from scratch. A popular subclass of unlearning approaches is exact machine unlearning, which focuses on techniques that explicitly guarantee…

Cited by 7SourcePDFScholar
2024

Embodied AI with Two Arms: Zero-shot Learning, Safety and Modularity

IROS 2024poster

We present an embodied AI system which receives open-ended natural language instructions from a human, and controls two arms to collaboratively accomplish potentially long-horizon tasks over a large workspace. Our system is modular: it deploys state of the art Large Language Models for task planning…

Cited by 15SourceScholar
2024

Enhancing Group Fairness in Online Settings Using Oblique Decision Forests

ICLR 2024spotlight

Fairness, especially group fairness, is an important consideration in the context of machine learning systems. The most commonly adopted group fairness-enhancing techniques are in-processing methods that rely on a mixture of a fairness objective (e.g., demographic parity) and a task-specific objecti…

2024

Fast Tree-Field Integrators: From Low Displacement Rank to Topological Transformers

NeurIPS 2024poster

We present a new class of fast polylog-linear algorithms based on the theory of structured matrices (in particular *low displacement rank*) for integrating tensor fields defined on weighted trees. Several applications of the resulting *fast tree-field integrators* (FTFIs) are presented, including: (…

2024

Structured Unrestricted-Rank Matrices for Parameter Efficient Finetuning

NeurIPS 2024poster

Recent efforts to scale Transformer models have demonstrated rapid progress across a wide range of tasks (Wei at. al 2022). However, fine-tuning these models for downstream tasks is quite expensive due to their large parameter counts. Parameter-efficient fine-tuning (PEFT) approaches have emerged as…

2023

Aspect-aware Unsupervised Extractive Opinion Summarization

ACL 2023findings

Extractive opinion summarization extracts sentences from users’ reviews to represent the prevalent opinions about a product or service. However, the extracted sentences can be redundant and may miss some important aspects, especially for centroid-based extractive summarization models (Radev et al.,…

2023

Efficient Graph Field Integrators Meet Point Clouds

ICML 2023poster

We present two new classes of algorithms for efficient field integration on graphs encoding point cloud data. The first class, $\mathrm{SeparatorFactorization}$ (SF), leverages the bounded genus of point cloud mesh graphs, while the second class, $\mathrm{RFDiffusion}$ (RFD), uses popular $\epsilon$…

2023

Robust Concept Erasure via Kernelized Rate-Distortion Maximization

NeurIPS 2023poster

Distributed representations provide a vector space that captures meaningful relationships between data instances. The distributed nature of these representations, however, entangles together multiple attributes or concepts of data instances (e.g., the topic or sentiment of a text, characteristics of…

2022

Read Top News First: A Document Reordering Approach for Multi-Document News Summarization

ACL 2022findings

A common method for extractive multi-document news summarization is to re-formulate it as a single-document summarization problem by concatenating all documents as a single meta-document. However, this method neglects the relative importance of documents. We propose a simple approach to reorder the…

2022

Unsupervised Extractive Opinion Summarization Using Sparse Coding

ACL 2022long

Opinion summarization is the task of automatically generating summaries that encapsulate information expressed in multiple user reviews. We present Semantic Autoencoder (SemAE) to perform extractive opinion summarization in an unsupervised manner. SemAE uses dictionary learning to implicitly capture…

2021

Adversarial Scrubbing of Demographic Information for Text Classification

EMNLP 2021main

Contextual representations learned by language models can often encode undesirable attributes, like demographic associations of the users, while being trained for an unrelated target task. We aim to scrub such undesirable attributes and learn fair representations while maintaining performance on the…

2021

Is Everything in Order? A Simple Way to Order Sentences

EMNLP 2021main

The task of organizing a shuffled set of sentences into a coherent text has been used to evaluate a machine’s understanding of causal and temporal relations. We formulate the sentence ordering task as a conditional text-to-marker generation problem. We present Reorder-BART (Re-BART) that leverages a…