-
A Tiered GAN Approach for Monet-Style Image Generation
Authors:
FNU Neha,
Deepshikha Bhati,
Deepak Kumar Shukla,
Md Amiruzzaman
Abstract:
Generative Adversarial Networks (GANs) have proven to be a powerful tool in generating artistic images, capable of mimicking the styles of renowned painters, such as Claude Monet. This paper introduces a tiered GAN model to progressively refine image quality through a multi-stage process, enhancing the generated images at each step. The model transforms random noise into detailed artistic represen…
▽ More
Generative Adversarial Networks (GANs) have proven to be a powerful tool in generating artistic images, capable of mimicking the styles of renowned painters, such as Claude Monet. This paper introduces a tiered GAN model to progressively refine image quality through a multi-stage process, enhancing the generated images at each step. The model transforms random noise into detailed artistic representations, addressing common challenges such as instability in training, mode collapse, and output quality. This approach combines downsampling and convolutional techniques, enabling the generation of high-quality Monet-style artwork while optimizing computational efficiency. Experimental results demonstrate the architecture's ability to produce foundational artistic structures, though further refinements are necessary for achieving higher levels of realism and fidelity to Monet's style. Future work focuses on improving training methodologies and model complexity to bridge the gap between generated and true artistic images. Additionally, the limitations of traditional GANs in artistic generation are analyzed, and strategies to overcome these shortcomings are proposed.
△ Less
Submitted 7 December, 2024;
originally announced December 2024.
-
Neural network interpretability with layer-wise relevance propagation: novel techniques for neuron selection and visualization
Authors:
Deepshikha Bhati,
Fnu Neha,
Md Amiruzzaman,
Angela Guercio,
Deepak Kumar Shukla,
Ben Ward
Abstract:
Interpreting complex neural networks is crucial for understanding their decision-making processes, particularly in applications where transparency and accountability are essential. This proposed method addresses this need by focusing on layer-wise Relevance Propagation (LRP), a technique used in explainable artificial intelligence (XAI) to attribute neural network outputs to input features through…
▽ More
Interpreting complex neural networks is crucial for understanding their decision-making processes, particularly in applications where transparency and accountability are essential. This proposed method addresses this need by focusing on layer-wise Relevance Propagation (LRP), a technique used in explainable artificial intelligence (XAI) to attribute neural network outputs to input features through backpropagated relevance scores. Existing LRP methods often struggle with precision in evaluating individual neuron contributions. To overcome this limitation, we present a novel approach that improves the parsing of selected neurons during LRP backward propagation, using the Visual Geometry Group 16 (VGG16) architecture as a case study. Our method creates neural network graphs to highlight critical paths and visualizes these paths with heatmaps, optimizing neuron selection through accuracy metrics like Mean Squared Error (MSE) and Symmetric Mean Absolute Percentage Error (SMAPE). Additionally, we utilize a deconvolutional visualization technique to reconstruct feature maps, offering a comprehensive view of the network's inner workings. Extensive experiments demonstrate that our approach enhances interpretability and supports the development of more transparent artificial intelligence (AI) systems for computer vision applications. This advancement has the potential to improve the trustworthiness of AI models in real-world machine vision applications, thereby increasing their reliability and effectiveness.
△ Less
Submitted 7 December, 2024;
originally announced December 2024.
-
From classical techniques to convolution-based models: A review of object detection algorithms
Authors:
Fnu Neha,
Deepshikha Bhati,
Deepak Kumar Shukla,
Md Amiruzzaman
Abstract:
Object detection is a fundamental task in computer vision and image understanding, with the goal of identifying and localizing objects of interest within an image while assigning them corresponding class labels. Traditional methods, which relied on handcrafted features and shallow models, struggled with complex visual data and showed limited performance. These methods combined low-level features w…
▽ More
Object detection is a fundamental task in computer vision and image understanding, with the goal of identifying and localizing objects of interest within an image while assigning them corresponding class labels. Traditional methods, which relied on handcrafted features and shallow models, struggled with complex visual data and showed limited performance. These methods combined low-level features with contextual information and lacked the ability to capture high-level semantics. Deep learning, especially Convolutional Neural Networks (CNNs), addressed these limitations by automatically learning rich, hierarchical features directly from data. These features include both semantic and high-level representations essential for accurate object detection. This paper reviews object detection frameworks, starting with classical computer vision methods. We categorize object detection approaches into two groups: (1) classical computer vision techniques and (2) CNN-based detectors. We compare major CNN models, discussing their strengths and limitations. In conclusion, this review highlights the significant advancements in object detection through deep learning and identifies key areas for further research to improve performance.
△ Less
Submitted 6 December, 2024;
originally announced December 2024.
-
Exploring AI Text Generation, Retrieval-Augmented Generation, and Detection Technologies: a Comprehensive Overview
Authors:
Fnu Neha,
Deepshikha Bhati,
Deepak Kumar Shukla,
Angela Guercio,
Ben Ward
Abstract:
The rapid development of Artificial Intelligence (AI) has led to the creation of powerful text generation models, such as large language models (LLMs), which are widely used for diverse applications. However, concerns surrounding AI-generated content, including issues of originality, bias, misinformation, and accountability, have become increasingly prominent. This paper offers a comprehensive ove…
▽ More
The rapid development of Artificial Intelligence (AI) has led to the creation of powerful text generation models, such as large language models (LLMs), which are widely used for diverse applications. However, concerns surrounding AI-generated content, including issues of originality, bias, misinformation, and accountability, have become increasingly prominent. This paper offers a comprehensive overview of AI text generators (AITGs), focusing on their evolution, capabilities, and ethical implications. This paper also introduces Retrieval-Augmented Generation (RAG), a recent approach that improves the contextual relevance and accuracy of text generation by integrating dynamic information retrieval. RAG addresses key limitations of traditional models, including their reliance on static knowledge and potential inaccuracies in handling real-world data. Additionally, the paper reviews detection tools that help differentiate AI-generated text from human-written content and discusses the ethical challenges these technologies pose. The paper explores future directions for improving detection accuracy, supporting ethical AI development, and increasing accessibility. The paper contributes to a more responsible and reliable use of AI in content creation through these discussions.
△ Less
Submitted 5 December, 2024;
originally announced December 2024.
-
U-Net in Medical Image Segmentation: A Review of Its Applications Across Modalities
Authors:
Fnu Neha,
Deepshikha Bhati,
Deepak Kumar Shukla,
Sonavi Makarand Dalvi,
Nikolaos Mantzou,
Safa Shubbar
Abstract:
Medical imaging is essential in healthcare to provide key insights into patient anatomy and pathology, aiding in diagnosis and treatment. Non-invasive techniques such as X-ray, Magnetic Resonance Imaging (MRI), Computed Tomography (CT), and Ultrasound (US), capture detailed images of organs, tissues, and abnormalities. Effective analysis of these images requires precise segmentation to delineate r…
▽ More
Medical imaging is essential in healthcare to provide key insights into patient anatomy and pathology, aiding in diagnosis and treatment. Non-invasive techniques such as X-ray, Magnetic Resonance Imaging (MRI), Computed Tomography (CT), and Ultrasound (US), capture detailed images of organs, tissues, and abnormalities. Effective analysis of these images requires precise segmentation to delineate regions of interest (ROI), such as organs or lesions. Traditional segmentation methods, relying on manual feature-extraction, are labor-intensive and vary across experts. Recent advancements in Artificial Intelligence (AI) and Deep Learning (DL), particularly convolutional models such as U-Net and its variants (U-Net++ and U-Net 3+), have transformed medical image segmentation (MIS) by automating the process and enhancing accuracy. These models enable efficient, precise pixel-wise classification across various imaging modalities, overcoming the limitations of manual segmentation. This review explores various medical imaging techniques, examines the U-Net architectures and their adaptations, and discusses their application across different modalities. It also identifies common challenges in MIS and proposes potential solutions.
△ Less
Submitted 3 December, 2024;
originally announced December 2024.
-
Analyzing the Impact of AI Tools on Student Study Habits and Academic Performance
Authors:
Ben Ward,
Deepshikha Bhati,
Fnu Neha,
Angela Guercio
Abstract:
This study explores the effectiveness of AI tools in enhancing student learning, specifically in improving study habits, time management, and feedback mechanisms. The research focuses on how AI tools can support personalized learning, adaptive test adjustments, and provide real-time classroom analysis. Student feedback revealed strong support for these features, and the study found a significant r…
▽ More
This study explores the effectiveness of AI tools in enhancing student learning, specifically in improving study habits, time management, and feedback mechanisms. The research focuses on how AI tools can support personalized learning, adaptive test adjustments, and provide real-time classroom analysis. Student feedback revealed strong support for these features, and the study found a significant reduction in study hours alongside an increase in GPA, suggesting positive academic outcomes. Despite these benefits, challenges such as over-reliance on AI and difficulties in integrating AI with traditional teaching methods were also identified, emphasizing the need for AI tools to complement conventional educational strategies rather than replace them. Data were collected through a survey with a Likert scale and follow-up interviews, providing both quantitative and qualitative insights. The analysis involved descriptive statistics to summarize demographic data, AI usage patterns, and perceived effectiveness, as well as inferential statistics (T-tests, ANOVA) to examine the impact of demographic factors on AI adoption. Regression analysis identified predictors of AI adoption, and qualitative responses were thematically analyzed to understand students' perspectives on the future of AI in education. This mixed-methods approach provided a comprehensive view of AI's role in education and highlighted the importance of privacy, transparency, and continuous refinement of AI features to maximize their educational benefits.
△ Less
Submitted 2 December, 2024;
originally announced December 2024.
-
Visualizing Routes with AI-Discovered Street-View Patterns
Authors:
Tsung Heng Wu,
Md Amiruzzaman,
Ye Zhao,
Deepshikha Bhati,
Jing Yang
Abstract:
Street-level visual appearances play an important role in studying social systems, such as understanding the built environment, driving routes, and associated social and economic factors. It has not been integrated into a typical geographical visualization interface (e.g., map services) for planning driving routes. In this paper, we study this new visualization task with several new contributions.…
▽ More
Street-level visual appearances play an important role in studying social systems, such as understanding the built environment, driving routes, and associated social and economic factors. It has not been integrated into a typical geographical visualization interface (e.g., map services) for planning driving routes. In this paper, we study this new visualization task with several new contributions. First, we experiment with a set of AI techniques and propose a solution of using semantic latent vectors for quantifying visual appearance features. Second, we calculate image similarities among a large set of street-view images and then discover spatial imagery patterns. Third, we integrate these discovered patterns into driving route planners with new visualization techniques. Finally, we present VivaRoutes, an interactive visualization prototype, to show how visualizations leveraged with these discovered patterns can help users effectively and interactively explore multiple routes. Furthermore, we conducted a user study to assess the usefulness and utility of VivaRoutes.
△ Less
Submitted 30 March, 2024;
originally announced April 2024.
-
A Copula-Based family of Bivariate Composite Models for Claim Severity Modelling
Authors:
Girish Aradhye,
George Tzougas,
Deepesh Bhati
Abstract:
In this paper, we consider bivariate composite models for modeling jointly different types of claims and their associated costs in a flexible manner. For expository purposes, the Gumbel copula is paired with the composite Weibull-Inverse Weibull, Paralogistic-Inverse Weibull, and Inverse Burr-Inverse Weibull marginal models. The resulting bivariate copula-based composite models are fitted on motor…
▽ More
In this paper, we consider bivariate composite models for modeling jointly different types of claims and their associated costs in a flexible manner. For expository purposes, the Gumbel copula is paired with the composite Weibull-Inverse Weibull, Paralogistic-Inverse Weibull, and Inverse Burr-Inverse Weibull marginal models. The resulting bivariate copula-based composite models are fitted on motor insurance bodily injury and property damage data from a European motor insurance company and their parameters are estimated via the inference functions for margins method.
△ Less
Submitted 10 October, 2022;
originally announced October 2022.
-
Composite Lognormal-T regression models with varying threshold and its insurance application
Authors:
Girish Aradhye,
Deepesh Bhati,
George Tzougas
Abstract:
Composite probability models have shown very promising results for modeling claim severity data comprised of small, moderate, and large losses. In this paper, we introduce three classes of parametric composite regression models with a varying threshold. We consider the Lognormal distribution for the head and the Burr, the Stoppa and the generalized log-Moyal (GlogM) distributions for the tail part…
▽ More
Composite probability models have shown very promising results for modeling claim severity data comprised of small, moderate, and large losses. In this paper, we introduce three classes of parametric composite regression models with a varying threshold. We consider the Lognormal distribution for the head and the Burr, the Stoppa and the generalized log-Moyal (GlogM) distributions for the tail part of the composite family. Further, the Mode-Matching procedure has been utilized for the composition of the two densities. To capture the heterogeneous behavior of the policyholder's characteristics, covariates are introduced into the scale parameter of the tail distribution. Finally, the applicability of the proposed models has been shown using a real-world insurance data set.
△ Less
Submitted 2 August, 2022;
originally announced August 2022.
-
A New Count Regression Model including Gauss Hypergeometric Function with an application to model demand of health services
Authors:
Deepesh Bhati,
Ishfaq Shah Ahmad
Abstract:
In this paper, an alternative count distribution suitable for modeling over dispersed, zero vertex unimodality and monotonically decreasing data sets. Though the proposed probability model includes Gauss Hypergeometric special function, it possesses simple and closed expressions for various distributional characteristics. An application to count regression modeling using a well-known data set from…
▽ More
In this paper, an alternative count distribution suitable for modeling over dispersed, zero vertex unimodality and monotonically decreasing data sets. Though the proposed probability model includes Gauss Hypergeometric special function, it possesses simple and closed expressions for various distributional characteristics. An application to count regression modeling using a well-known data set from the National Medical Expenditure Survey is discussed by considering the length of stay in hospitalization as a dependent variable and following the proposed count model. We compare our result with the classical Negative Binomial regression model and recently proposed Uniform Poisson regression model.
△ Less
Submitted 8 November, 2018;
originally announced November 2018.
-
Jackknife empirical likelihood based inference for Probability weighted moments
Authors:
Deepesh Bhati,
Sudheesh K Kattumannil,
N Sreelakshmi
Abstract:
In the present article, we discuss jackknife empirical likelihood (JEL) and adjusted jackknife empirical likelihood (AJEL) based inference for finding confidence intervals for probability weighted moment (PWM). We obtain the asymptotic distribution of the JEL ratio and AJEL ratio statistics. We compare the performance of the proposed confidence intervals with recently developed methods in terms of…
▽ More
In the present article, we discuss jackknife empirical likelihood (JEL) and adjusted jackknife empirical likelihood (AJEL) based inference for finding confidence intervals for probability weighted moment (PWM). We obtain the asymptotic distribution of the JEL ratio and AJEL ratio statistics. We compare the performance of the proposed confidence intervals with recently developed methods in terms of coverage probability and average length. We also develop JEL and AJEL based test for PWM and study it properties. Finally we illustrate our method using rainfall data of Indian states.
△ Less
Submitted 12 July, 2018;
originally announced July 2018.
-
Analysis of Count Data by Transmuted Geometric Distribution
Authors:
Subrata Chakraborty,
Deepesh Bhati
Abstract:
Transmuted geometric distribution (TGD) was recently introduced and investigated by Chakraborty and Bhati (2016). This is a flexible extension of geometric distribution having an additional parameter that determines its zero inflation as well as the tail length. In the present article we further study this distribution for some of its reliability, stochastic ordering and parameter estimation prope…
▽ More
Transmuted geometric distribution (TGD) was recently introduced and investigated by Chakraborty and Bhati (2016). This is a flexible extension of geometric distribution having an additional parameter that determines its zero inflation as well as the tail length. In the present article we further study this distribution for some of its reliability, stochastic ordering and parameter estimation properties. In parameter estimation among others we discuss an EM algorithm and the performance of estimators is evaluated through extensive simulation. For assessing the statistical significance of additional parameter, Likelihood ratio test, the Rao's score tests and the Wald's test are developed and its empirical power via simulation were compared. We have demonstrate two applications of (TGD) in modeling real life count data.
△ Less
Submitted 23 October, 2016;
originally announced October 2016.
-
An Alternative Discrete Skew Logistic Distribution
Authors:
Deepesh Bhati,
Subrata Chakraborty,
Snober Gowhar Lateef
Abstract:
In this paper, an alternative Discrete skew Logistic distribution is proposed, which is derived by using the general approach of discretizing a continuous distribution while retaining its survival function. The properties of the distribution are explored and it is compared to a discrete distribution defined on integers recently proposed in the literature. The estimation of its parameters are discu…
▽ More
In this paper, an alternative Discrete skew Logistic distribution is proposed, which is derived by using the general approach of discretizing a continuous distribution while retaining its survival function. The properties of the distribution are explored and it is compared to a discrete distribution defined on integers recently proposed in the literature. The estimation of its parameters are discussed, with particular focus on the maximum likelihood method and the method of proportion, which is particularly suitable for such a discrete model. A Monte Carlo simulation study is carried out to assess the statistical properties of these inferential techniques. Application of the proposed model to a real life data is given as well.
△ Less
Submitted 6 April, 2016;
originally announced April 2016.
-
A new 3-parameter extension of generalized lindley distribution
Authors:
Deepesh Bhati,
Mohd. Aamir Malik,
K. K. Jose
Abstract:
Here, we introduce a new class of Lindley generated distributions which results in more flexible model with increasing failure rate (IFR), decreasing failure rate(DFR) and up-side down hazard functions for different choices of parametric values. We explore, various distributional properties including limiting distribution of extreme order statistics explored. Maximum likelihood estimators and the…
▽ More
Here, we introduce a new class of Lindley generated distributions which results in more flexible model with increasing failure rate (IFR), decreasing failure rate(DFR) and up-side down hazard functions for different choices of parametric values. We explore, various distributional properties including limiting distribution of extreme order statistics explored. Maximum likelihood estimators and the confidence intervals of the parameters are obtained. The applicability of the proposed distribution is shown through modelling two sets of real data on bladder cancer patients and waiting time in a queue. Further, we carry out stress-strength analysis for applying the model in system reliability studies.
△ Less
Submitted 5 January, 2016;
originally announced January 2016.
-
Weighted geometric distribution with a new characterisation of geometric distribution
Authors:
Deepesh Bhati,
Savitri Joshi
Abstract:
In this paper, we introduce a new generalization of geometric distribution which can also viewed as discrete analogue of weighted exponential distribution introduced by Gupta and Kundu(2009). We study some basic distributional properties like moments, generating functions, hazard function followed by different methods of estimation of the parameters. Characterization of Geometric distribution have…
▽ More
In this paper, we introduce a new generalization of geometric distribution which can also viewed as discrete analogue of weighted exponential distribution introduced by Gupta and Kundu(2009). We study some basic distributional properties like moments, generating functions, hazard function followed by different methods of estimation of the parameters. Characterization of Geometric distribution have also been presented. Finally, we examine the model with real data sets.
△ Less
Submitted 5 February, 2016; v1 submitted 22 December, 2015;
originally announced December 2015.
-
A New Count Model Generated from Mixed Poisson Transmuted Exponential Family with an application to Health Care Data
Authors:
Deepesh Bhati,
Pooja Kumawat,
E. Gómez Déniz
Abstract:
In this paper, a new mixed Poisson distribution is introduced. This new distribution is obtained by utilizing mixing process, with Poisson distribution as mixed distribution and Transmuted Exponential distribution as mixing distribution. Some distributional properties like unimodality, moments, over-dispersion, Taylor series expansion of proposed model are studied. Estimation of the parameters usi…
▽ More
In this paper, a new mixed Poisson distribution is introduced. This new distribution is obtained by utilizing mixing process, with Poisson distribution as mixed distribution and Transmuted Exponential distribution as mixing distribution. Some distributional properties like unimodality, moments, over-dispersion, Taylor series expansion of proposed model are studied. Estimation of the parameters using method of moments, method of moments and proportion and maximum likelihood estimation along with data fitting experiment to show its advantage over some existing distribution. Further, an actuarial applications in context of aggregate claim distribution is discussed. Finally, we discuss a count regression model based on proposed distribution and its usefulness over some well established model.
△ Less
Submitted 18 September, 2015; v1 submitted 5 April, 2015;
originally announced April 2015.
-
On Lindley-Exponential Distribution: Properties and Application
Authors:
Deepesh Bhati,
Mohd. Aamir Malik
Abstract:
In this paper, we introduce a new distribution generated by Lindley random variable which offers a more flexible model for modelling lifetime data. Various statistical properties like distribution function, survival function, moments, entropy, and limiting distribution of extreme order statistics are established. Inference for a random sample from the proposed distribution is investigated and maxi…
▽ More
In this paper, we introduce a new distribution generated by Lindley random variable which offers a more flexible model for modelling lifetime data. Various statistical properties like distribution function, survival function, moments, entropy, and limiting distribution of extreme order statistics are established. Inference for a random sample from the proposed distribution is investigated and maximum likelihood estimation method is used for estimating parameters of this distribution. The applicability of the proposed distribution is shown through real data sets.
△ Less
Submitted 11 June, 2014;
originally announced June 2014.