Skip to main content

Showing 1–18 of 18 results for author: Taj, M

  1. arXiv:2402.08437  [pdf, other

    cs.CV

    Camera Calibration through Geometric Constraints from Rotation and Projection Matrices

    Authors: Muhammad Waleed, Abdul Rauf, Murtaza Taj

    Abstract: The process of camera calibration involves estimating the intrinsic and extrinsic parameters, which are essential for accurately performing tasks such as 3D reconstruction, object tracking and augmented reality. In this work, we propose a novel constraints-based loss for measuring the intrinsic (focal length: $(f_x, f_y)$ and principal point: $(p_x, p_y)$) and extrinsic (baseline: ($b$), disparity… ▽ More

    Submitted 20 February, 2024; v1 submitted 13 February, 2024; originally announced February 2024.

  2. arXiv:2310.02606  [pdf, other

    cs.LG eess.IV

    Learning adjacency matrix for dynamic graph neural network

    Authors: Osama Ahmad, Omer Abdul Jalil, Usman Nazir, Murtaza Taj

    Abstract: In recent work, [1] introduced the concept of using a Block Adjacency Matrix (BA) for the representation of spatio-temporal data. While their method successfully concatenated adjacency matrices to encapsulate spatio-temporal relationships in a single graph, it formed a disconnected graph. This limitation hampered the ability of Graph Convolutional Networks (GCNs) to perform message passing across… ▽ More

    Submitted 4 October, 2023; originally announced October 2023.

    Comments: Submitted to ICASSP 2024

  3. arXiv:2303.14322  [pdf, other

    cs.CV

    Spatio-Temporal driven Attention Graph Neural Network with Block Adjacency matrix (STAG-NN-BA)

    Authors: U. Nazir, W. Islam, M. Taj

    Abstract: Despite the recent advances in deep neural networks, standard convolutional kernels limit the applications of these networks to the Euclidean domain only. Considering the geodesic nature of the measurement of the earth's surface, remote sensing is one such area that can benefit from non-Euclidean and spherical domains. For this purpose, we propose a novel Graph Neural Network architecture for spat… ▽ More

    Submitted 24 March, 2023; originally announced March 2023.

    Journal ref: KDD 2023

  4. arXiv:2303.11654  [pdf, other

    cs.CV

    Mitigating climate and health impact of small-scale kiln industry using multi-spectral classifier and deep learning

    Authors: Usman Nazir, Murtaza Taj, Momin Uppal, Sara Khalid

    Abstract: Industrial air pollution has a direct health impact and is a major contributor to climate change. Small scale industries particularly bull-trench brick kilns are one of the key sources of air pollution in South Asia often creating hazardous levels of smog that is injurious to human health. To mitigate the climate and health impact of the kiln industry, fine-grained kiln localization at different g… ▽ More

    Submitted 24 May, 2023; v1 submitted 21 March, 2023; originally announced March 2023.

    Comments: Tackling Climate Change with Machine Learning workshop at ICLR 2023

  5. arXiv:2211.12432  [pdf, other

    cs.CV

    Multi-task Learning for Camera Calibration

    Authors: Talha Hanif Butt, Murtaza Taj

    Abstract: For a number of tasks, such as 3D reconstruction, robotic interface, autonomous driving, etc., camera calibration is essential. In this study, we present a unique method for predicting intrinsic (principal point offset and focal length) and extrinsic (baseline, pitch, and translation) properties from a pair of images. We suggested a novel method where camera model equations are represented as a ne… ▽ More

    Submitted 23 December, 2022; v1 submitted 22 November, 2022; originally announced November 2022.

    Comments: 20 pages, 12 figures, 8 tables

  6. arXiv:2110.08558  [pdf, other

    cs.CV

    Neural Network Pruning Through Constrained Reinforcement Learning

    Authors: Shehryar Malik, Muhammad Umair Haider, Omer Iqbal, Murtaza Taj

    Abstract: Network pruning reduces the size of neural networks by removing (pruning) neurons such that the performance drop is minimal. Traditional pruning approaches focus on designing metrics to quantify the usefulness of a neuron which is often quite tedious and sub-optimal. More recent approaches have instead focused on training auxiliary networks to automatically learn how useful each neuron is however,… ▽ More

    Submitted 28 October, 2021; v1 submitted 16 October, 2021; originally announced October 2021.

    Comments: Submitted to ICASSP 2021

  7. arXiv:2110.03479  [pdf, other

    cs.CV

    Camera Calibration through Camera Projection Loss

    Authors: Talha Hanif Butt, Murtaza Taj

    Abstract: Camera calibration is a necessity in various tasks including 3D reconstruction, hand-eye coordination for a robotic interaction, autonomous driving, etc. In this work we propose a novel method to predict extrinsic (baseline, pitch, and translation), intrinsic (focal length and principal point offset) parameters using an image pair. Unlike existing methods, instead of designing an end-to-end soluti… ▽ More

    Submitted 19 December, 2022; v1 submitted 7 October, 2021; originally announced October 2021.

    Comments: 5 pages, ICASSP 2022

  8. arXiv:2106.06307  [pdf, other

    cs.LG cs.AI cs.CV

    Survey of Image Based Graph Neural Networks

    Authors: Usman Nazir, He Wang, Murtaza Taj

    Abstract: In this survey paper, we analyze image based graph neural networks and propose a three-step classification approach. We first convert the image into superpixels using the Quickshift algorithm so as to reduce 30% of the input data. The superpixels are subsequently used to generate a region adjacency graph. Finally, the graph is passed through a state-of-art graph convolutional neural network to get… ▽ More

    Submitted 11 June, 2021; originally announced June 2021.

  9. arXiv:2103.10050  [pdf, other

    cs.CV

    Spatio-temporal Crop Classification On Volumetric Data

    Authors: Muhammad Usman Qadeer, Salar Saeed, Murtaza Taj, Abubakr Muhammad

    Abstract: Large-area crop classification using multi-spectral imagery is a widely studied problem for several decades and is generally addressed using classical Random Forest classifier. Recently, deep convolutional neural networks (DCNN) have been proposed. However, these methods only achieved results comparable with Random Forest. In this work, we present a novel CNN based architecture for large-area crop… ▽ More

    Submitted 18 March, 2021; originally announced March 2021.

    Comments: Submitted to ICIP 2021

  10. arXiv:2010.02623  [pdf, other

    cs.CV cs.LG

    Comprehensive Online Network Pruning via Learnable Scaling Factors

    Authors: Muhammad Umair Haider, Murtaza Taj

    Abstract: One of the major challenges in deploying deep neural network architectures is their size which has an adverse effect on their inference time and memory requirements. Deep CNNs can either be pruned width-wise by removing filters based on their importance or depth-wise by removing layers and blocks. Width wise pruning (filter pruning) is commonly performed via learnable gates or switches and sparsit… ▽ More

    Submitted 6 October, 2020; originally announced October 2020.

    Comments: Submitted to WACV2021

  11. arXiv:2007.04639  [pdf, other

    cs.CV eess.IV

    Attention Neural Network for Trash Detection on Water Channels

    Authors: Mohbat Tharani, Abdul Wahab Amin, Mohammad Maaz, Murtaza Taj

    Abstract: Rivers and canals flowing through cities are often used illegally for dumping the trash. This contaminates freshwater channels as well as causes blockage in sewerage resulting in urban flooding. When this contaminated water reaches agricultural fields, it results in degradation of soil and poses critical environmental as well as economic threats. The dumped trash is often found floating on the wat… ▽ More

    Submitted 9 July, 2020; originally announced July 2020.

    Comments: Object Detection, Trash Detection, Water Quality

  12. Cross-View Image Retrieval -- Ground to Aerial Image Retrieval through Deep Learning

    Authors: Numan Khurshid, Talha Hanif, Mohbat Tharani, Murtaza Taj

    Abstract: Cross-modal retrieval aims to measure the content similarity between different types of data. The idea has been previously applied to visual, text, and speech data. In this paper, we present a novel cross-modal retrieval method specifically for multi-view images, called Cross-view Image Retrieval CVIR. Our approach aims to find a feature space as well as an embedding space in which samples from st… ▽ More

    Submitted 2 May, 2020; originally announced May 2020.

    Comments: International Conference on Neural Information Processing (ICONIP-2019)

  13. arXiv:2004.04775  [pdf, other

    cs.CV

    Early Disease Diagnosis for Rice Crop

    Authors: M. Hammad Masood, Habiba Saim, Murtaza Taj, Mian M. Awais

    Abstract: Many existing techniques provide automatic estimation of crop damage due to various diseases. However, early detection can prevent or reduce the extend of damage itself. The limited performance of existing techniques in early detection is lack of localized information. We instead propose a dataset with annotations for each diseased segment in each image. Unlike existing approaches, instead of clas… ▽ More

    Submitted 9 April, 2020; originally announced April 2020.

    Comments: Paper presented at the ICLR 2020 Workshop on Computer Vision for Agriculture (CV4A)

  14. arXiv:2004.03281  [pdf, other

    cs.LG cs.CV stat.ML

    Teacher-Class Network: A Neural Network Compression Mechanism

    Authors: Shaiq Munir Malik, Muhammad Umair Haider, Mohbat Tharani, Musab Rasheed, Murtaza Taj

    Abstract: To reduce the overwhelming size of Deep Neural Networks (DNN) teacher-student methodology tries to transfer knowledge from a complex teacher network to a simple student network. We instead propose a novel method called the teacher-class network consisting of a single teacher and multiple student networks (i.e. class of students). Instead of transferring knowledge to one student only, the proposed… ▽ More

    Submitted 29 October, 2021; v1 submitted 7 April, 2020; originally announced April 2020.

    Comments: Published in BMVC 2021

  15. Patch-based Generative Adversarial Network Towards Retinal Vessel Segmentation

    Authors: Waseem Abbas, Muhammad Haroon Shakeel, Numan Khurshid, Murtaza Taj

    Abstract: Retinal blood vessels are considered to be the reliable diagnostic biomarkers of ophthalmologic and diabetic retinopathy. Monitoring and diagnosis totally depends on expert analysis of both thin and thick retinal vessels which has recently been carried out by various artificial intelligent techniques. Existing deep learning methods attempt to segment retinal vessels using a unified loss function o… ▽ More

    Submitted 21 December, 2019; originally announced December 2019.

    Journal ref: Neural Information Processing. ICONIP 2019

  16. arXiv:1907.05552  [pdf, other

    cs.CV cs.GR cs.LG

    Tiny-Inception-ResNet-v2: Using Deep Learning for Eliminating Bonded Labors of Brick Kilns in South Asia

    Authors: Usman Nazir, Numan Khurshid, Muhammad Ahmed Bhimra, Murtaza Taj

    Abstract: This paper proposes to employ a Inception-ResNet inspired deep learning architecture called Tiny-Inception-ResNet-v2 to eliminate bonded labor by identifying brick kilns within "Brick-Kiln-Belt" of South Asia. The framework is developed by training a network on the satellite imagery consisting of 11 different classes of South Asian region. The dataset developed during the process includes the geo-… ▽ More

    Submitted 12 July, 2019; originally announced July 2019.

    Journal ref: CVPR 2019 workshop

  17. Unsupervised Deep Features for Remote Sensing Image Matching via Discriminator Network

    Authors: Mohbat Tharani, Numan Khurshid, Murtaza Taj

    Abstract: The advent of deep perceptual networks brought about a paradigm shift in machine vision and image perception. Image apprehension lately carried out by hand-crafted features in the latent space have been replaced by deep features acquired from supervised networks for improved understanding. However, such deep networks require strict supervision with a substantial amount of the labeled data for auth… ▽ More

    Submitted 15 October, 2018; originally announced October 2018.

    Comments: 13 Pages, 7 Figures

  18. arXiv:1806.08572  [pdf, other

    cs.CV cs.GR

    Point cloud segmentation using hierarchical tree for architectural models

    Authors: Omair Hassaan, Abeera Shamail, Zain Butt, Murtaza Taj

    Abstract: Recent developments in the 3D scanning technologies have made the generation of highly accurate 3D point clouds relatively easy but the segmentation of these point clouds remains a challenging area. A number of techniques have set precedent of either planar or primitive based segmentation in literature. In this work, we present a novel and an effective primitive based point cloud segmentation algo… ▽ More

    Submitted 22 June, 2018; originally announced June 2018.

    Comments: 9 pages. 10 figures. Submitted in EuroGraphics 2018