Skip to main content

Showing 1–50 of 160 results for author: Deepika

.
  1. arXiv:2407.00768  [pdf, other

    cs.SE

    PROZE: Generating Parameterized Unit Tests Informed by Runtime Data

    Authors: Deepika Tiwari, Yogya Gamage, Martin Monperrus, Benoit Baudry

    Abstract: Typically, a conventional unit test (CUT) verifies the expected behavior of the unit under test through one specific input / output pair. In contrast, a parameterized unit test (PUT) receives a set of inputs as arguments, and contains assertions that are expected to hold true for all these inputs. PUTs increase test quality, as they assess correctness on a broad scope of inputs and behaviors. Howe… ▽ More

    Submitted 30 June, 2024; originally announced July 2024.

    Comments: (Under peer review)

  2. arXiv:2406.03608  [pdf, other

    cs.CR cs.DC

    Fantastyc: Blockchain-based Federated Learning Made Secure and Practical

    Authors: William Boitier, Antonella Del Pozzo, Álvaro García-Pérez, Stephane Gazut, Pierre Jobic, Alexis Lemaire, Erwan Mahe, Aurelien Mayoue, Maxence Perion, Deepika Singh, Tuanir Franca Rezende, Sara Tucci-Piergiovanni

    Abstract: Federated Learning is a decentralized framework that enables multiple clients to collaboratively train a machine learning model under the orchestration of a central server without sharing their local data. The centrality of this framework represents a point of failure which is addressed in literature by blockchain-based federated learning approaches. While ensuring a fully-decentralized solution w… ▽ More

    Submitted 5 June, 2024; originally announced June 2024.

  3. arXiv:2405.17939  [pdf, other

    cs.SE

    An empirical study of bloated dependencies in CommonJS packages

    Authors: Yuxin Liu, Deepika Tiwari, Cristian Bogdan, Benoit Baudry

    Abstract: JavaScript packages are notoriously prone to bloat, a factor that significantly impacts the performance and maintainability of web applications. While web bundlers and tree-shaking can mitigate this issue in client-side applications at the function level, they cannot effectively detect and remove bloat in server-side applications. In this paper, we conduct an empirical study to investigate the blo… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

    Comments: Manuscript submitted to Empirical Software Engineering (EMSE)

  4. arXiv:2405.16846  [pdf, ps, other

    math.FA

    A generalised mid summability in Banach spaces

    Authors: Aleena Philip, Deepika Baweja

    Abstract: In this paper, we study the notion of mid summability in a general setting using the duality theory of sequence spaces. We define the vector valued sequence space $λ^{mid}(X)$ corresponding to a Banach space $X$ and sequence space $λ$. We prove that $λ^{mid}(\cdot)$ can be placed in a chain with the vector valued sequence spaces $λ^{s}(\cdot)$ and $λ^{w}(\cdot)$. Consequently, we define mid $λ$-su… ▽ More

    Submitted 27 May, 2024; originally announced May 2024.

  5. arXiv:2405.15548  [pdf, other

    cs.NI cs.ET

    UAV-assisted C-RAN for On-demand Cellular Coverage: Opportunities and Challenges

    Authors: Byomakesh Mahapatra, Deepika Gupta, Pankaj Kumar Sharma

    Abstract: The deployment of beyond fifth-generation (5G) infrastructure over disaster-affected regions, temporary hotspot situations (e.g., massive gatherings, etc.), complex terrains (e.g., sea, hills, marshes, etc.) poses numerous challenges for cellular service providers. Recently, unmanned aerial vehicles (UAVs) have emerged as potential candidates to overcome the aforementioned technical issues based o… ▽ More

    Submitted 24 May, 2024; originally announced May 2024.

    Comments: 15 pages, 4 figures, 2 Tables, Submitted for possible publication as a magazine article

  6. arXiv:2405.12562  [pdf, other

    math.NA

    Implicit-explicit Crank-Nicolson scheme for Oseen's equation at high Reynolds number

    Authors: Erik Burman, Deepika Garg, Johnny Guzman

    Abstract: In this paper we continue the work on implicit-explicit (IMEX) time discretizations for the incompressible Oseen equations that we started in \cite{BGG23} (E. Burman, D. Garg, J. Guzmàn, {\emph{Implicit-explicit time discretization for Oseen's equation at high Reynolds number with application to fractional step methods}}, SIAM J. Numer. Anal., 61, 2859--2886, 2023). The pressure velocity coupling… ▽ More

    Submitted 21 May, 2024; originally announced May 2024.

    Comments: 33 pages

  7. arXiv:2405.11294  [pdf, other

    cs.SE

    Serializing Java Objects in Plain Code

    Authors: Julian Wachter, Deepika Tiwari, Martin Monperrus, Benoit Baudry

    Abstract: In managed languages, serialization of objects is typically done in bespoke binary formats such as Protobuf, or markup languages such as XML or JSON. The major limitation of these formats is readability. Human developers cannot read binary code, and in most cases, suffer from the syntax of XML or JSON. This is a major issue when objects are meant to be embedded and read in source code, such as in… ▽ More

    Submitted 21 May, 2024; v1 submitted 18 May, 2024; originally announced May 2024.

    Comments: Under peer-review

  8. arXiv:2404.10678  [pdf

    cs.SE cs.LG

    Automating REST API Postman Test Cases Using LLM

    Authors: S Deepika Sri, Mohammed Aadil S, Sanjjushri Varshini R, Raja CSP Raman, Gopinath Rajagopal, S Taranath Chan

    Abstract: In the contemporary landscape of technological advancements, the automation of manual processes is crucial, compelling the demand for huge datasets to effectively train and test machines. This research paper is dedicated to the exploration and implementation of an automated approach to generate test cases specifically using Large Language Models. The methodology integrates the use of Open AI to en… ▽ More

    Submitted 16 April, 2024; originally announced April 2024.

  9. arXiv:2403.13577  [pdf, other

    cs.AR

    HCiM: ADC-Less Hybrid Analog-Digital Compute in Memory Accelerator for Deep Learning Workloads

    Authors: Shubham Negi, Utkarsh Saxena, Deepika Sharma, Kaushik Roy

    Abstract: Analog Compute-in-Memory (CiM) accelerators are increasingly recognized for their efficiency in accelerating Deep Neural Networks (DNN). However, their dependence on Analog-to-Digital Converters (ADCs) for accumulating partial sums from crossbars leads to substantial power and area overhead. Moreover, the high area overhead of ADCs constrains the throughput due to the limited number of ADCs that c… ▽ More

    Submitted 20 March, 2024; originally announced March 2024.

  10. Modern Code Reviews -- Survey of Literature and Practice

    Authors: Deepika Badampudi, Michael Unterkalmsteiner, Ricardo Britto

    Abstract: Background: Modern Code Review (MCR) is a lightweight alternative to traditional code inspections. While secondary studies on MCR exist, it is unknown whether the research community has targeted themes that practitioners consider important. Objectives: The objectives are to provide an overview of MCR research, analyze the practitioners' opinions on the importance of MCR research, investigate the a… ▽ More

    Submitted 29 February, 2024; originally announced March 2024.

    Journal ref: ACM Trans. Softw. Eng. Methodol. 32(4): 107:1-107:61 (2023)

  11. Help Me to Understand this Commit! -- A Vision for Contextualized Code Reviews

    Authors: Michael Unterkalmsteiner, Deepika Badampudi, Ricardo Britto, Nauman bin Ali

    Abstract: Background: Modern Code Review (MCR) is a key component for delivering high-quality software and sharing knowledge among developers. Effective reviews require an in-depth understanding of the code and demand from the reviewers to contextualize the change from different perspectives. Aim: While there is a plethora of research on solutions that support developers to understand changed code, we have… ▽ More

    Submitted 14 February, 2024; originally announced February 2024.

    Comments: First IDE Workshop (IDE '24), April 20, 2024, Lisbon, Portugal

  12. arXiv:2402.09394  [pdf, other

    cs.CL

    Long-form evaluation of model editing

    Authors: Domenic Rosati, Robie Gonzales, **kun Chen, Xuemin Yu, Melis Erkan, Yahya Kayani, Satya Deepika Chavatapalli, Frank Rudzicz, Hassan Sajjad

    Abstract: Evaluations of model editing currently only use the `next few token' completions after a prompt. As a result, the impact of these methods on longer natural language generation is largely unknown. We introduce long-form evaluation of model editing (LEME) a novel evaluation protocol that measures the efficacy and impact of model editing in long-form generative settings. Our protocol consists of a ma… ▽ More

    Submitted 29 March, 2024; v1 submitted 14 February, 2024; originally announced February 2024.

  13. arXiv:2402.07118  [pdf, other

    cs.HC cs.AI cs.LG eess.IV eess.SP

    Next-Generation Teleophthalmology: AI-enabled Quality Assessment Aiding Remote Smartphone-based Consultation

    Authors: Dhruv Srikanth, Jayang Gurung, N Satya Deepika, Vineet Joshi, Pravin Vaddavalli, Soumya Jana

    Abstract: Blindness and other eye diseases are a global health concern, particularly in low- and middle-income countries like India. In this regard, during the COVID-19 pandemic, teleophthalmology became a lifeline, and the Grabi attachment for smartphone-based eye imaging gained in use. However, quality of user-captured image often remained inadequate, requiring clinician vetting and delays. In this backdr… ▽ More

    Submitted 11 February, 2024; originally announced February 2024.

    Comments: 4 pages, Submitted to IEEE EMBC 2024

  14. arXiv:2402.00996  [pdf, other

    cs.CV eess.SP

    mmID: High-Resolution mmWave Imaging for Human Identification

    Authors: Sakila S. Jayaweera, Sai Deepika Regani, Yuqian Hu, Beibei Wang, K. J. Ray Liu

    Abstract: Achieving accurate human identification through RF imaging has been a persistent challenge, primarily attributed to the limited aperture size and its consequent impact on imaging resolution. The existing imaging solution enables tasks such as pose estimation, activity recognition, and human tracking based on deep neural networks by estimating skeleton joints. In contrast to estimating joints, this… ▽ More

    Submitted 1 February, 2024; originally announced February 2024.

    Comments: This paper was published in the IEEE 9th World Forum on Internet of Things

  15. arXiv:2401.17626  [pdf

    cs.SE cs.AI cs.LG

    Generative AI to Generate Test Data Generators

    Authors: Benoit Baudry, Khashayar Etemadi, Sen Fang, Yogya Gamage, Yi Liu, Yuxin Liu, Martin Monperrus, Javier Ron, André Silva, Deepika Tiwari

    Abstract: Generating fake data is an essential dimension of modern software testing, as demonstrated by the number and significance of data faking libraries. Yet, developers of faking libraries cannot keep up with the wide range of data to be generated for different natural languages and domains. In this paper, we assess the ability of generative AI for generating test data in different domains. We design t… ▽ More

    Submitted 14 June, 2024; v1 submitted 31 January, 2024; originally announced January 2024.

    Journal ref: IEEE Software, 2024

  16. arXiv:2401.04647  [pdf, other

    cs.CV cs.AI cs.LG

    Advancing Ante-Hoc Explainable Models through Generative Adversarial Networks

    Authors: Tanmay Garg, Deepika Vemuri, Vineeth N Balasubramanian

    Abstract: This paper presents a novel concept learning framework for enhancing model interpretability and performance in visual classification tasks. Our approach appends an unsupervised explanation generator to the primary classifier network and makes use of adversarial training. During training, the explanation module is optimized to extract visual concepts from the classifier's latent representations, wh… ▽ More

    Submitted 3 April, 2024; v1 submitted 9 January, 2024; originally announced January 2024.

    Comments: Paper accepted in Human-Centric Representation Learning workshop at AAAI 2024 (https://hcrl-workshop.github.io/2024/). Paper accepted and presented at Deployable AI Workshop at AAAI-2024 (https://sites.google.com/view/dai-2024/home)

  17. arXiv:2312.14876  [pdf, other

    astro-ph.HE gr-qc

    Truncated, Tilted Discs as a Possible Source of Quasi-Periodic Oscillations

    Authors: A. Deepika Bollimpalli, P. Chris Fragile, W. Janosz Dewberry, Włodek Kluźniak

    Abstract: Many accreting black holes and neutron stars exhibit rapid variability in their X-ray light curves, termed quasi-periodic oscillations (QPOs). The most commonly observed type is the low-frequency ($\lesssim 10$ Hz), type-C QPO, while only a handful of sources exhibit high-frequency QPOs ($\gtrsim 60$ Hz). The leading model for the type-C QPO is Lense-Thirring precession of a hot, geometrically thi… ▽ More

    Submitted 22 December, 2023; originally announced December 2023.

    Comments: 17 pages, 15 figures, 1 table; accepted for publication in MNRAS

  18. arXiv:2312.07627  [pdf

    cs.CV cs.LG cs.SI

    Multimodal Sentiment Analysis: Perceived vs Induced Sentiments

    Authors: Aditi Aggarwal, Deepika Varshney, Saurabh Patel

    Abstract: Social media has created a global network where people can easily access and exchange vast information. This information gives rise to a variety of opinions, reflecting both positive and negative viewpoints. GIFs stand out as a multimedia format offering a visually engaging way for users to communicate. In this research, we propose a multimodal framework that integrates visual and textual features… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

  19. arXiv:2312.06978  [pdf, other

    cs.CV

    CLASS-M: Adaptive stain separation-based contrastive learning with pseudo-labeling for histopathological image classification

    Authors: Bodong Zhang, Hamid Manoochehri, Man Minh Ho, Fahimeh Fooladgar, Yosep Chong, Beatrice S. Knudsen, Deepika Sirohi, Tolga Tasdizen

    Abstract: Histopathological image classification is an important task in medical image analysis. Recent approaches generally rely on weakly supervised learning due to the ease of acquiring case-level labels from pathology reports. However, patch-level classification is preferable in applications where only a limited number of cases are available or when local prediction accuracy is critical. On the other ha… ▽ More

    Submitted 4 January, 2024; v1 submitted 11 December, 2023; originally announced December 2023.

  20. arXiv:2312.06782  [pdf, other

    astro-ph.SR astro-ph.CO astro-ph.GA astro-ph.HE

    Solar evolution models with a central black hole

    Authors: Earl P. Bellinger, Matt E. Caplan, Taeho Ryu, Deepika Bollimpalli, Warrick H. Ball, Florian Kühnel, R. Farmer, S. E. de Mink, Jørgen Christensen-Dalsgaard

    Abstract: Hawking (1971) proposed that the Sun may harbor a primordial black hole whose accretion supplies some of the solar luminosity. Such an object would have formed within the first 1 s after the Big Bang with the mass of a moon or an asteroid. These light black holes are a candidate solution to the dark matter problem, and could grow to become stellar-mass black holes (BHs) if captured by stars. Here… ▽ More

    Submitted 11 December, 2023; originally announced December 2023.

    Comments: 20 pages, 6 figures, accepted for publication in The Astrophysical Journal

  21. With Great Humor Comes Great Developer Engagement

    Authors: Deepika Tiwari, Tim Toady, Martin Monperrus, Benoit Baudry

    Abstract: The worldwide collaborative effort for the creation of software is technically and socially demanding. The more engaged developers are, the more value they impart to the software they create. Engaged developers, such as Margaret Hamilton programming Apollo 11, can succeed in tackling the most difficult engineering tasks. In this paper, we dive deep into an original vector of engagement - humor - a… ▽ More

    Submitted 16 January, 2024; v1 submitted 4 December, 2023; originally announced December 2023.

    Journal ref: Proceedings of International Conference on Software Engineering, 2024

  22. arXiv:2311.15072  [pdf, other

    cs.CV cs.AI

    Introducing SSBD+ Dataset with a Convolutional Pipeline for detecting Self-Stimulatory Behaviours in Children using raw videos

    Authors: Vaibhavi Lokegaonkar, Vijay Jaisankar, Pon Deepika, Madhav Rao, T K Srikanth, Sarbani Mallick, Manjit Sodhi

    Abstract: Conventionally, evaluation for the diagnosis of Autism spectrum disorder is done by a trained specialist through questionnaire-based formal assessments and by observation of behavioral cues under various settings to capture the early warning signs of autism. These evaluation techniques are highly subjective and their accuracy relies on the experience of the specialist. In this regard, machine lear… ▽ More

    Submitted 25 November, 2023; originally announced November 2023.

    Comments: Copyright 2023 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

  23. Modern code reviews -- Preliminary results of a systematic map** study

    Authors: Deepika Badampudi, Ricardo Britto, Michael Unterkalmsteiner

    Abstract: Reviewing source code is a common practice in a modern and collaborative coding environment. In the past few years, the research on modern code reviews has gained interest among practitioners and researchers. The objective of our investigation is to observe the evolution of research related to modern code reviews, identify research gaps and serve as a basis for future research. We use a systematic… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

    Comments: EASE 2019: 340-345

  24. arXiv:2309.15175  [pdf, other

    cs.SE

    Large scale reuse of microservices using DevOps and InnerSource practices -- A longitudinal case study

    Authors: Deepika Badampudi, Muhammad Usman, Xingru Chen

    Abstract: Contemporary practices such as InnerSource and DevOps promote software reuse. This study investigates the implications of using contemporary practices on software reuse. In particular, we investigate the costs, benefits, challenges, and potential improvements in contemporary reuse at Ericsson. We performed the study in two phases: a) the initial data collection based on a combination of data colle… ▽ More

    Submitted 26 September, 2023; originally announced September 2023.

  25. arXiv:2308.09843  [pdf

    physics.app-ph cond-mat.mtrl-sci

    Large thermo-spin effects in Heusler alloy based spin-gapless semiconductor thin films

    Authors: Amit Chanda, Deepika Rani, Derick DeTellem, Noha Alzahrani, Dario A. Arena, Sarath Witanachchi, Ratnamala Chatterjee, Manh-Huong Phan, Hariharan Srikanth

    Abstract: Recently, Heusler alloys-based spin gapless semiconductors (SGSs) with high Curie temperature (TC) and sizeable spin polarization have emerged as potential candidates for tunable spintronic applications. We report comprehensive investigation of the temperature dependent ANE and intrinsic longitudinal spin Seebeck effect (LSSE) in CoFeCrGa thin films grown on MgO substrates. Our findings show the a… ▽ More

    Submitted 18 August, 2023; originally announced August 2023.

  26. An AI-Driven VM Threat Prediction Model for Multi-Risks Analysis-Based Cloud Cybersecurity

    Authors: Deepika Saxena, Ishu Gupta, Rishabh Gupta, Ashutosh Kumar Singh, Xiaoqing Wen

    Abstract: Cloud virtualization technology, ingrained with physical resource sharing, prompts cybersecurity threats on users' virtual machines (VM)s due to the presence of inevitable vulnerabilities on the offsite servers. Contrary to the existing works which concentrated on reducing resource sharing and encryption and decryption of data before transfer for improving cybersecurity which raises computational… ▽ More

    Submitted 18 August, 2023; originally announced August 2023.

    Journal ref: IEEE Transactions on Systems, Man, and Cybernetics: Systems Journal, 2023

  27. arXiv:2308.06882  [pdf, other

    q-fin.ST cs.LG q-fin.CP stat.AP

    Quantifying Outlierness of Funds from their Categories using Supervised Similarity

    Authors: Dhruv Desai, Ashmita Dhiman, Tushar Sharma, Deepika Sharma, Dhagash Mehta, Stefano Pasquali

    Abstract: Mutual fund categorization has become a standard tool for the investment management industry and is extensively used by allocators for portfolio construction and manager selection, as well as by fund managers for peer analysis and competitive positioning. As a result, a (unintended) miscategorization or lack of precision can significantly impact allocation decisions and investment fund managers. H… ▽ More

    Submitted 13 August, 2023; originally announced August 2023.

    Comments: 8 pages, 5 tables, 8 figures

  28. arXiv:2307.02365  [pdf, other

    astro-ph.HE astro-ph.GA

    Sub-arcsecond resolution imaging of M 51 with the International LOFAR Telescope

    Authors: Deepika Venkattu, Peter Lundqvist, Miguel Pérez-Torres, Leah Morabito, Javier Moldón, John Conway, Poonam Chandra, Cyril Tasse

    Abstract: We present an International LOFAR Telescope sub-arcsecond resolution image of the nearby galaxy M 51 with a beam size of 0.436" x 0.366" and rms of 46 $μ$Jy. We compare this image with an European VLBI Network study of M 51, and discuss the supernovae in this galaxy, which have not yet been probed at these low radio frequencies. We find a flux density of 0.97 mJy for SN 2011dh in the ILT image, wh… ▽ More

    Submitted 5 July, 2023; originally announced July 2023.

    Comments: Accepted for publication in the Astrophysical Journal. 16 pages, 5 figures

  29. arXiv:2306.08322  [pdf, other

    cs.CR

    Cryptography approach for Secure Outsourced Data Storage in Cloud Environment

    Authors: Rishabh Gupta, Deepika Saxena, Ashutosh Kumar Singh

    Abstract: A large amount of data and applications are migrated by researchers, stakeholders, academia, and business organizations to the cloud environment due to its large variety of services, which involve the least maintenance cost, maximum flexibility, and on-demand service for storage, computation, and data distribution intentions. Despite the various characteristics the cloud environment supports, it a… ▽ More

    Submitted 14 June, 2023; originally announced June 2023.

  30. Automating Microservices Test Failure Analysis using Kubernetes Cluster Logs

    Authors: Pawan Kumar Sarika, Deepika Badampudi, Sai Prashanth Josyula, Muhammad Usman

    Abstract: Kubernetes is a free, open-source container orchestration system for deploying and managing Docker containers that host microservices. Kubernetes cluster logs help in determining the reason for the failure. However, as systems become more complex, identifying failure reasons manually becomes more difficult and time-consuming. This study aims to identify effective and efficient classification algor… ▽ More

    Submitted 13 June, 2023; originally announced June 2023.

  31. arXiv:2306.02960  [pdf, other

    cs.CV cs.LG

    Best of Both Worlds: Hybrid SNN-ANN Architecture for Event-based Optical Flow Estimation

    Authors: Shubham Negi, Deepika Sharma, Adarsh Kumar Kosta, Kaushik Roy

    Abstract: In the field of robotics, event-based cameras are emerging as a promising low-power alternative to traditional frame-based cameras for capturing high-speed motion and high dynamic range scenes. This is due to their sparse and asynchronous event outputs. Spiking Neural Networks (SNNs) with their asynchronous event-driven compute, show great potential for extracting the spatio-temporal features from… ▽ More

    Submitted 19 March, 2024; v1 submitted 5 June, 2023; originally announced June 2023.

  32. An AI-driven intelligent traffic management model for 6G cloud radio access networks

    Authors: Smruti Rekha Swain, Deepika Saxena, Jatinder Kumar, Ashutosh Kumar Singh, Chung-Nan Lee

    Abstract: This letter proposes a novel Cloud Radio Access Network (C-RAN) traffic analysis and management model that estimates probable RAN traffic congestion and mitigate its effect by adopting a suitable handling mechanism. A computation approach is introduced to classify heterogeneous RAN traffic into distinct traffic states based on bandwidth consumption and execution time of various job requests. Furth… ▽ More

    Submitted 25 March, 2023; originally announced March 2023.

    Journal ref: IEEE Wireless Communications Letters 2023

  33. arXiv:2302.14601  [pdf, other

    cs.SE eess.SY

    SAFR-AV: Safety Analysis of Autonomous Vehicles using Real World Data -- An end-to-end solution for real world data driven scenario-based testing for pre-certification of AV stacks

    Authors: Sagar Pathrudkar, Saadhana Venkataraman, Deepika Kanade, Aswin Ajayan, Palash Gupta, Shehzaman Khatib, Vijaya Sarathi Indla, Saikat Mukherjee

    Abstract: One of the major impediments in deployment of Autonomous Driving Systems (ADS) is their safety and reliability. The primary reason for the complexity of testing ADS is that it operates in an open world characterized by its non-deterministic, high-dimensional and non-stationary nature where the actions of other actors in the environment are uncontrollable from the ADS's perspective. This leads to a… ▽ More

    Submitted 27 February, 2023; originally announced February 2023.

  34. arXiv:2302.08370  [pdf, other

    cs.SE

    Automatic Specialization of Third-Party Java Dependencies

    Authors: César Soto-Valero, Deepika Tiwari, Tim Toady, Benoit Baudry

    Abstract: Large-scale code reuse significantly reduces both development costs and time. However, the massive share of third-party code in software projects poses new challenges, especially in terms of maintenance and security. In this paper, we propose a novel technique to specialize dependencies of Java projects, based on their actual usage. Given a project and its dependencies, we systematically identify… ▽ More

    Submitted 13 October, 2023; v1 submitted 16 February, 2023; originally announced February 2023.

    Comments: 17 pages, 2 figures, 4 tables, 1 algorithm, 2 code listings, 3 equations

  35. RICK: Generating Mocks from Production Data

    Authors: Deepika Tiwari, Martin Monperrus, Benoit Baudry

    Abstract: Test doubles, such as mocks and stubs, are nifty fixtures in unit tests. They allow developers to test individual components in isolation from others that lie within or outside of the system. However, implementing test doubles within tests is not straightforward. With this demonstration, we introduce RICK, a tool that observes executing applications in order to automatically generate tests with re… ▽ More

    Submitted 9 February, 2023; originally announced February 2023.

    Comments: Appears in the tool demonstrations track of the IEEE International Conference on Software Testing, Verification and Validation (ICST), 2023

    Journal ref: Proceedings of ICST, 2023

  36. Performance Analysis of Machine Learning Centered Workload Prediction Models for Cloud

    Authors: Deepika Saxena, Jitendra Kumar, Ashutosh Kumar Singh, Stefan Schmid

    Abstract: The precise estimation of resource usage is a complex and challenging issue due to the high variability and dimensionality of heterogeneous service types and dynamic workloads. Over the last few years, the prediction of resource usage and traffic has received ample attention from the research community. Many machine learning-based workload forecasting models have been developed by exploiting their… ▽ More

    Submitted 5 February, 2023; originally announced February 2023.

  37. arXiv:2301.13330  [pdf, other

    cs.LG cs.CV

    Efficient and Effective Methods for Mixed Precision Neural Network Quantization for Faster, Energy-efficient Inference

    Authors: Deepika Bablani, Jeffrey L. Mckinstry, Steven K. Esser, Rathinakumar Appuswamy, Dharmendra S. Modha

    Abstract: For efficient neural network inference, it is desirable to achieve state-of-the-art accuracy with the simplest networks requiring the least computation, memory, and power. Quantizing networks to lower precision is a powerful technique for simplifying networks. As each layer of a network may have different sensitivity to quantization, mixed precision quantization methods selectively tune the precis… ▽ More

    Submitted 10 January, 2024; v1 submitted 30 January, 2023; originally announced January 2023.

  38. arXiv:2301.05600  [pdf, other

    math.NA

    Data assimilation finite element method for the linearized Navier-Stokes equations with higher order polynomial approximation

    Authors: Erik Burman, Deepika Garg, Janosch Preuss

    Abstract: In this article, we design and analyze an arbitrary-order stabilized finite element method to approximate the unique continuation problem for laminar steady flow described by the linearized incompressible Navier--Stokes equation. We derive quantitative local error estimates for the velocity, which account for noise level and polynomial degree, using the stability of the continuous problem in the f… ▽ More

    Submitted 13 January, 2023; originally announced January 2023.

    Comments: 26 PAGES

    MSC Class: 76D05; 35R30; 76M10

  39. arXiv:2301.04335  [pdf, other

    cond-mat.mtrl-sci

    Theoretical evaluation of oxynitride, oxyfluoride and nitrofluoride perovskites with promising photon absorption properties for solar water splitting

    Authors: Manjari Jain, Deepika Gill, Sanchi Monga, Saswata Bhattacharya

    Abstract: Photocatalytic water splitting represents a very promising but at the same time very challenging contribution to a clean and renewable route to produce hydrogen fuel. Develo** efficient and cost-effective photocatalysts for water splitting is a growing need. For this purpose, semiconductor photocatalysts have attracted much more attention due to their stability and low manufacturing cost. Here,… ▽ More

    Submitted 11 January, 2023; originally announced January 2023.

  40. OSC-MC: Online Secure Communication Model for Cloud Environment

    Authors: Deepika Saxena, Ashutosh Kumar Singh

    Abstract: A malicious cloud user may exploit outsourced data involved in online communication, co-residency, and hypervisor vulnerabilities to breach and hamper sensitive information, and inject malicious traffic-based congestion, rendering services to other benign users. To address this critical and challenging the problem, this letter proposes an Online Secure Communication Model for Cloud (OSC-MC) by ide… ▽ More

    Submitted 11 December, 2022; originally announced December 2022.

    Journal ref: IEEE Communications Letters, 2021

  41. A Fault Tolerant Elastic Resource Management Framework Towards High Availability of Cloud Services

    Authors: Deepika Saxena, Ishu Gupta, Ashutosh Kumar Singh, Chung-Nan Lee

    Abstract: Cloud computing has become inevitable for every digital service which has exponentially increased its usage. However, a tremendous surge in cloud resource demand stave off service availability resulting into outages, performance degradation, load imbalance, and excessive power-consumption. The existing approaches mainly attempt to address the problem by using multi-cloud and running multiple repli… ▽ More

    Submitted 7 December, 2022; originally announced December 2022.

    Comments: IEEE Transactions of Network and Service Management, 2022

  42. arXiv:2212.01896  [pdf, other

    cs.DC

    A proactive autoscaling and energy-efficient VM allocation framework using online multi-resource neural network for cloud data center

    Authors: Deepika Saxena, Ashutosh Kumar Singh

    Abstract: This work proposes an energy-efficient resource provisioning and allocation framework to meet the dynamic demands of future applications. The frequent variations in a cloud user's resource demand lead 'to the problem of excess power consumption, resource wastage, performance, and Quality-of-Service degradation. The proposed framework addresses these challenges by matching the application's predict… ▽ More

    Submitted 4 December, 2022; originally announced December 2022.

    Journal ref: Neurocomputing, 2020

  43. arXiv:2212.00087  [pdf, other

    cs.SE

    Towards automated open source assessment -- An empirical study

    Authors: Sai Pranav Koyyada, Denim Deshmukh Deepika Badampudi, Vida Ahmadi, Muhammad Usman

    Abstract: The open source software (OSS) assessment has become important given the increased adoption of OSS in commercial product development. Researchers proposed many OSS assessment models. However, little is known about the industrial relevance of the models. In this study, we proposed an automated tool based on the OSS assessment attributes identified together with a European cloud provider company. We… ▽ More

    Submitted 30 November, 2022; originally announced December 2022.

  44. A High Availability Management Model based on VM Significance Ranking and Resource Estimation for Cloud Applications

    Authors: Deepika Saxena, Ashutosh Kumar Singh

    Abstract: Massive upsurge in cloud resource usage stave off service availability resulting into outages, resource contention, and excessive power-consumption. The existing approaches have addressed this challenge by providing multi-cloud, VM migration, and running multiple replicas of each VM which accounts for high expenses of cloud data centre (CDC). In this context, a novel VM Significance Ranking and Re… ▽ More

    Submitted 29 November, 2022; originally announced November 2022.

    Journal ref: IEEE Transactions on Services Computing, 2022

  45. A Quantum Approach Towards the Adaptive Prediction of Cloud Workloads

    Authors: Ashutosh Kumar Singh, Deepika Saxena, Jitendra Kumar, Vrinda Gupta

    Abstract: This work presents a novel Evolutionary Quantum Neural Network (EQNN) based workload prediction model for Cloud datacenter. It exploits the computational efficiency of quantum computing by encoding workload information into qubits and propagating this information through the network to estimate the workload or resource demands with enhanced accuracy proactively. The rotation and reverse rotation e… ▽ More

    Submitted 26 November, 2022; originally announced November 2022.

    Journal ref: IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, 2021

  46. arXiv:2211.07291  [pdf, ps, other

    math.OA

    On possible values of the interior angle between intermediate subalgebras

    Authors: Ved Prakash Gupta, Deepika Sharma

    Abstract: We show that all values in the interval $[0,\fracπ{2}]$ can be attained as the interior angle between intermediate subalgebras (as introduced in [3]) of a certain inclusion of simple unital C*-algebras. We also calculate the interior angle between intermediate crossed product subalgebras of any inclusion of crossed product algebras corresponding to any action of a countable discrete group and its… ▽ More

    Submitted 14 November, 2022; originally announced November 2022.

    Comments: Comments are welcome

    MSC Class: 46L05; 47L40

  47. arXiv:2211.05230  [pdf

    physics.med-ph

    Multimodal Optical Techniques in Pre-Clinical Evaluation of Oral Cancer: Fluorescence Imaging and Spectroscopic Devices

    Authors: Pramila Thapa, Veena Singh, Virendra Kumar, Sunil Bhatt, Kiran Maurya, Vivek Nayyar, Kiran Jot, Deepika Mishra, Anurag Shrivastava, Dalip Singh Mehta

    Abstract: Objective: Survival rate of oral squamous cell carcinoma (OSCC) patients is very poor and can be improved using highly sensitive, specific and accurate techniques. Autofluorescence and fluorescence techniques are very sensitive and useful in cancer screening. Furthermore, fluorescence spectroscopy is directly linked with molecular levels of human tissue and can be used as quantitative tool for can… ▽ More

    Submitted 3 November, 2022; originally announced November 2022.

    Comments: 12 pages, 7 figures

  48. arXiv:2210.16602  [pdf, other

    cs.DC

    an intelligent security centered resource-efficient resource management model for cloud computing environments

    Authors: Deepika Saxena, Ashutosh Kumar Singh

    Abstract: This paper proposes a conceptual model for a secure and performance-efficient workload management model in cloud environments. In this model, a resource management unit is employed for energy and performance proficient allocation of virtual machines while ensuring the secure processing of users' applications by defending against data breaches due to unauthorized access to virtual machines in real-… ▽ More

    Submitted 29 October, 2022; originally announced October 2022.

    Comments: This article contains 12 pages, and 3 figures. It presents a conceptual resource management model for cloud data center environments which is the outcome of the authors' six to seven years of research work in the area of Cloud Computing

  49. Effect of geometrically thin discs on precessing, thick flows: Relevance to type-C QPOs

    Authors: D. A. Bollimpalli, P. C. Fragile, W. Kluźniak

    Abstract: Type-C quasi-periodic oscillations (QPOs) are the low-frequency QPOs most commonly observed during the hard spectral state of X-ray binary systems. The leading model for these QPOs is the Lense-Thirring precession of a hot, geometrically thick accretion flow that is misaligned with respect to the black hole spin axis. However, none of the work done to date has accounted for the effects of a surrou… ▽ More

    Submitted 6 October, 2022; originally announced October 2022.

    Comments: Submitted to MNRAS Letters

  50. arXiv:2209.13408  [pdf, other

    eess.IV cs.CV cs.LG

    A Pathologist-Informed Workflow for Classification of Prostate Glands in Histopathology

    Authors: Alessandro Ferrero, Beatrice Knudsen, Deepika Sirohi, Ross Whitaker

    Abstract: Pathologists diagnose and grade prostate cancer by examining tissue from needle biopsies on glass slides. The cancer's severity and risk of metastasis are determined by the Gleason grade, a score based on the organization and morphology of prostate cancer glands. For diagnostic work-up, pathologists first locate glands in the whole biopsy core, and -- if they detect cancer -- they assign a Gleason… ▽ More

    Submitted 27 September, 2022; originally announced September 2022.

    Comments: Published as a workshop paper at MICCAI MOVI 2022

    Journal ref: First International Workshop, MOVI 2022, Held in Conjunction with MICCAI 2022, Singapore, September 18, 2022, Proceedings, https://link.springer.com/book/10.1007/978-3-031-16961-8