Home
Life Zero Blog
Cancel

Deformable Convolutional Networks

Deformable Convolutional Networks 1. Introduction A key issue with traditional convolutional neural networks (CNNs) is their inability to adapt to geometric variations and transformations. Us...

Spatial Transformer Networks [Part 2]

Spatial Transformer Networks Convolutional Neural Networks (CNN) possess the inbuilt property of translation invariance. This enables them to correctly classify an image at test time, even when it...

Spatial Transformer Networks [Part 1]

Spatial Transformer Networks Convolutional Neural Networks (CNN) possess the inbuilt property of translation invariance. This enables them to correctly classify an image at test time, even when it...

Bird Eye View Generation Using IPM (Inverse Perspective Mapping)

Bird Eye View Generation Using IPM (Inverse Perspective Mapping) 1. IPM IPM is short for and its job is to convert Inverse Perspective Mapping 2D images into 3D format. Since it is expressed as ,...

Paper note - [Week 2]

Paper note [Week 2] Simple-BEV: What Really Matters for Multi-Sensor BEV Perception? [ICRA 2023] Motivation Focus on innovating new techniques for “lifting” features from the 2D image plane(...

Paper note 10 - NeRF - Representing Scenes as Neural Radiance Fields for View Synthesis Review

NeRF - Representing Scenes as Neural Radiance Fields for View Synthesis Review I. Introduction There is a task called view synthesis that takes multiple photos of an object as input and finds o...

XAI 6 - Human-Friendly Explanations with TCAV

[XAI 6] - Human-Friendly Explanations with TCAV In the previous few part, we have extensively discussed LIME and SHAP. You have also seen the practical aspect of applying the Python frameworks of ...

XAI 5 - Model Interpretability Using SHAP

[XAI 5] - Model Interpretability Using SHAP SHapley Additive exPlanation (SHAP) is another popular choice of explainability technique in ML and, in certain scenarios, is more effective than LIME...

XAI 4 - LIME for Model Interpretability

[XAI 4] - LIME for Model Interpretability I. What is LIME? Local Interpretable Model-Agnostic Explanations (LIME) is a novel, model-agnostic, local explanation technique used for interpreting b...

Docker Note - [1 to ?]

Docker note I. Introduction Docker is a container management service. The keywords of Docker are develop, ship and run anywhere. The whole idea of Docker is for developers to easily develop appli...