← Search

Sameera Ramasinghe

30 accepted papers

2026

Factored Gossip DiLoCo: Reducing Blocking Communication within DiLoCo

ICML 2026poster

To make large-scale distributed training practical outside high-bandwidth datacenters, we must reduce blocking, high-volume synchronization. While DiLoCo communicates infrequently, its outer synchronization remains bandwidth-heavy and brittle to stragglers and transient failures. We relax exact sync…

Cited by 0SourceScholar
2026

LumiNet: Perception-Driven Knowledge Distillation via Statistical Logit Calibration

ICML 2026poster

In the knowledge distillation literature, feature-based methods have dominated due to their ability to effectively tap into extensive teacher models. In contrast, logit-based approaches, which aim to distill `dark knowledge' from teachers, typically exhibit inferior performance compared to feature-b…

Cited by 0SourceScholar
2026

Taming Curvature: Architecture Warm-up for Stable Transformer Training

ICLR 2026poster

Training billion-parameter Transformers is often brittle, with transient loss spikes and divergence that waste compute. Even though the recently developed Edge of Stability (EoS) theory provides a powerful tool to understand and control the stability of optimization methods via the (preconditioned)…

Cited by 0SourceScholar
2025

Learning Visual Hierarchies in Hyperbolic Space for Image Retrieval

ICCV 2025poster

Structuring latent representations in a hierarchical manner enables models to learn patterns at multiple levels of abstraction. However, most prevalent image understanding models focus on visual similarity, and learning visual hierarchies is relatively unexplored. In this work, for the first time, w…

Cited by 0SourcePDFScholar
2025

Mixtures of Subspaces for Bandwidth Efficient Context Parallel Training

NeurIPS 2025poster

Pretraining language models with extended context windows enhances their ability to leverage rich information during generation. Existing methods split input sequences into chunks, broadcast them across multiple devices, and compute attention block by block which incurs significant communication ove…

Cited by 0SourceScholar
2025

Nesterov Method for Asynchronous Pipeline Parallel Optimization

ICML 2025poster

Pipeline Parallelism (PP) enables large neural network training on small, interconnected devices by splitting the model into multiple stages. To maximize pipeline utilization, asynchronous optimization is appealing as it offers 100% pipeline utilization by construction. However, it is inherently cha…

2025

Subspace Networks: Scaling Decentralized Training with Communication-Efficient Model Parallelism

NeurIPS 2025poster

Scaling models has led to significant advancements in deep learning, but training these models in decentralized settings remains challenging due to communication bottlenecks. While existing compression techniques are effective in data-parallel, they do not extend to model parallelism. Unlike data-pa…

Cited by 0SourceScholar
2025

Unextractable Protocol Models: Collaborative Training and Inference without Weight Materialization

NeurIPS 2025poster

We consider a decentralized setup in which the participants collaboratively train and serve a large neural network, and where each participant only processes a subset of the model. In this setup, we explore the possibility of unmaterializable weights, where a full weight set is never available to a…

Cited by 0SourceScholar
2025

VI^3NR: Variance Informed Initialization for Implicit Neural Representations

CVPR 2025poster

Implicit Neural Representations (INRs) are a versatile and powerful tool for encoding various forms of data, including images, videos, sound, and 3D shapes. A critical factor in the success of INRs is the initialization of the network, which can significantly impact the convergence and accuracy of t…

Cited by 0SourcePDFScholar
2024

A sampling theory perspective on activations for implicit neural representations

ICML 2024poster

Implicit Neural Representations (INRs) have gained popularity for encoding signals as compact, differentiable entities. While commonly using techniques like Fourier positional encodings or non-traditional activation functions (e.g., Gaussian, sinusoid, or wavelets) to capture high-frequency content,…

Cited by 6SourcePDFScholar
2024

Accept the Modality Gap: An Exploration in the Hyperbolic Space

CVPR 2024highlight

Recent advancements in machine learning have spotlighted the potential of hyperbolic spaces as they effectively learn hierarchical feature representations. While there has been progress in leveraging hyperbolic spaces in single-modality contexts its exploration in multimodal settings remains under e…

Cited by 10SourcePDFScholar
2024

BLiRF: Bandlimited Radiance Fields for Dynamic Scene Modeling

AAAI 2024technical

Inferring the 3D structure of a non-rigid dynamic scene from a single moving camera is an under-constrained problem. Inspired by the remarkable progress of neural radiance fields (NeRFs) in photo-realistic novel view synthesis of static scenes, it has also been extended to dynamic settings. Such me…

Cited by 7SourcePDFScholar
2024

Backpropagation-free Network for 3D Test-time Adaptation

CVPR 2024poster

Real-world systems often encounter new data over time which leads to experiencing target domain shifts. Existing Test-Time Adaptation (TTA) methods tend to apply computationally heavy and memory-intensive backpropagation-based approaches to handle this. Here we propose a novel method that uses a bac…

2024

From Activation to Initialization: Scaling Insights for Optimizing Neural Fields

CVPR 2024highlight

In the realm of computer vision Neural Fields have gained prominence as a contemporary tool harnessing neural networks for signal representation. Despite the remarkable progress in adapting these networks to solve a variety of problems the field still lacks a comprehensive theoretical framework. Thi…

Cited by 2SourcePDFScholar
2024

Improving the Convergence of Dynamic NeRFs via Optimal Transport

ICLR 2024poster

Synthesizing novel views for dynamic scenes from a collection of RGB inputs poses significant challenges due to the inherent under-constrained nature of the problem. To mitigate this ill-posedness, practitioners in the field of neural radiance fields (NeRF) often resort to the adoption of intricate…

Cited by 1SourcePDFScholar
2024

Neural Experts: Mixture of Experts for Implicit Neural Representations

NeurIPS 2024poster

Implicit neural representations (INRs) have proven effective in various tasks including image, shape, audio, and video reconstruction. These INRs typically learn the implicit field from sampled input points. This is often done using a single network for the entire domain, imposing many global constr…

2024

ViewFusion: Towards Multi-View Consistency via Interpolated Denoising

CVPR 2024poster

Novel-view synthesis through diffusion models has demonstrated remarkable potential for generating diverse and high-quality images. Yet the independent process of image generation in these prevailing methods leads to challenges in maintaining multiple-view consistency. To address this we introduce V…

2023

Curvature-Aware Training for Coordinate Networks

ICCV 2023poster

Coordinate networks are widely used in computer vision due to their ability to represent signals as compressed, continuous entities. However, training these networks with first-order optimizers can be slow, hindering their use in real-time applications. Recent works have opted for shallow voxel-base…

Cited by 8PDFcodeScholar
2023

How much does Initialization Affect Generalization?

ICML 2023poster

Characterizing the remarkable generalization properties of over-parameterized neural networks remains an open problem. A growing body of recent literature shows that the bias of stochastic gradient descent (SGD) and architecture choice implicitly leads to better generalization. In this paper, we sho…

Cited by 10SourcePDFScholar
2022

Beyond Periodicity: Towards a Unifying Framework for Activations in Coordinate-MLPs

ECCV 2022poster

"Coordinate-MLPs are emerging as an effective tool for modeling multidimensional continuous signals, overcoming many drawbacks associated with discrete grid-based approximations. However, coordinate-MLPs with ReLU activations, in their rudimentary form, demonstrate poor performance in representing s…

2022

Few-Shot Class-Incremental Learning for 3D Point Cloud Objects

ECCV 2022poster

"Few-shot class-incremental learning (FSCIL) aims to incrementally fine-tune a model trained on base classes for a novel set of classes using a few examples without forgetting the previous training. Recent efforts of FSCIL addresses this problem primarily on 2D image data. However, due to the advanc…

2022

Gaussian Activated Neural Radiance Fields for High Fidelity Reconstruction & Pose Estimation

ECCV 2022poster

"Despite Neural Radiance Fields (NeRF) showing compelling results in photorealistic novel views synthesis of real-world scenes, most existing approaches require accurate prior camera poses. Although approaches for jointly recovering the radiance field and camera pose exist, they rely on a cumbersome…

Cited by 133SourcePDFScholar
2022

Trading Positional Complexity vs Deepness in Coordinate Networks

ECCV 2022poster

"It is well noted that coordinate-based MLPs benefit---in terms of preserving high-frequency information---through the encoding of coordinate positions as an array of Fourier features. Hitherto, the rationale for the effectiveness of these \emph{positional encodings} has been mainly studied through…

2021

Conditional Generative Modeling via Learning the Latent Space

ICLR 2021poster

Although deep learning has achieved appealing results on several machine learning tasks, most of the models are deterministic at inference, limiting their application to single-modal settings. We propose a novel general-purpose framework for conditional generation in multimodal spaces, that uses lat…

2021

Rethinking conditional GAN training: An approach using geometrically structured latent manifolds

NeurIPS 2021poster

Conditional GANs (cGAN), in their rudimentary form, suffer from critical drawbacks such as the lack of diversity in generated outputs and distortion between the latent and output manifolds. Although efforts have been made to improve results, they can suffer from unpleasant side-effects such as the…

2021

Synthesized Feature Based Few-Shot Class-Incremental Learning on a Mixture of Subspaces

ICCV 2021poster

Few-shot class incremental learning (FSCIL) aims to incrementally add sets of novel classes to a well-trained base model in multiple training sessions with the restriction that only a few novel instances are available per class. While learning novel classes, FSCIL methods gradually forget base (old)…

Cited by 86PDFScholar
2020

Spectral-GANs for High-Resolution 3D Point-cloud Generation

IROS 2020poster

Point-clouds are a popular choice for robotics and computer vision tasks due to their accurate shape description and direct acquisition from range-scanners. This demands the ability to synthesize and reconstruct high-quality point-clouds. Current deep generative models for 3D data generally work on…

Cited by 42SourcecodeScholar