Authoring
Explore my academic publications, technical articles, and written content.
S
Read
Scaling Continuous Kernels with Sparse Fourier Domain Learning
2024-09-09
We address three key challenges in learning continuous kernel representations: computational efficiency, parameter efficiency, and spectral bias. Continuous kernels have shown significant potential, but their practical adoption is often limited by high computational and memory demands. Additionally, these methods are prone to spectral bias, which impedes their ability to capture high-frequency details. To overcome these limitations, we propose a novel approach that leverages sparse learning in the Fourier domain. Our method enables the efficient scaling of continuous kernels, drastically reduces computational and memory requirements, and mitigates spectral bias by exploiting the Gibbs phenomenon.
machine-learning

Read
A walk through latent space
Jan 2022
A hands on walk through the latent representation of stable diffiusion, targeted at improving understanding.
machine-learninggenerative-ai

Read
Object detection with KerasCV
2023-03-10
Comprehensive guide on training RetinaNet models for object detection with KerasCV.
machine-learningobject-detection

Read
Image Classification with KerasCV
2023-01-25
Tutorial on implementing image classification models using KerasCV.
machine-learning
C
Read
Custom Image Augmentations with BaseImageAugmentationLayer
2022-04-15
Use BaseImageAugmentationLayer to implement custom data augmentations.
machine-learningkerasdata-augmentation
C
Read
CutMix, MixUp, and RandAugment image augmentation with KerasCV
2022-05-01
Use KerasCV to augment images with CutMix, MixUp, RandAugment, and more.
machine-learningkerasdata-augmentation