Trust snapshot

Quick read

Trust 21 - EmergingVerification L1Unclaimed author
11works
0followers
19topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

11 published item(s)

preprint2026arXiv

Illuminating Scalar Dark Matter Co-Scattering in EFT with Monophoton Signatures

We investigate the co-scattering mechanism for dark matter production in an EFT framework which contains new $Z_2$-odd singlets, namely two fermions $N_{1,2}$ and a real scalar $χ$. The singlet scalar $χ$ is the dark matter candidate. The dimension-5 operators play a vital role to set the observed DM relic density. We focus on a nearly degenerate mass spectrum for the $Z_2$ odd particles to allow for a significant contribution from the co-scattering or co-annihilation mechanisms. We present two benchmark points where either of the two mechanisms primarily set the DM relic abundance. The main constraint on the model at the LHC arise from the ATLAS mono-$γ$ search. We obtain the parameter space allowed by the observed relic density and the mono-$γ$ search after performing a scan over the key parameters, the masses $M_{N_{1,2}}, M_χ$ and couplings $c_3^\prime, y^\prime_{11,22}$. We find the region of parameter space where the relic abundance is set primarily by the co-scattering mechanism while being allowed by the LHC search. We also determine how the model can be further probed at the HL-LHC via the mono-$γ$ signature.

preprint2022arXiv

Entanglement in interacting quenched two-body coupled oscillator system

In this work, we explore the effects of a quantum quench on the entanglement measures of a two-body coupled oscillator system having quartic interaction. We use the invariant operator method, under a perturbative framework, for computing the ground state of this system. We give the analytical expressions for the total and reduced density matrix of the system having non-Gaussian, quartic interaction terms. Using this reduced density matrix, we show the analytical calculation of two entanglement measures viz., Von Neumann entanglement entropy using replica trick and Renyi entanglement entropy. Further, we give a numerical estimate of these entanglement measures with respect to the dimensionless parameter $(t/δt$) and show its behaviour in the three regimes, i.e; late time behaviour, around the quench point and the early time behaviour. We comment on the variation of these entanglement measures for different orders of coupling strength. The variation of Renyi entropy of different orders has also been discussed.

preprint2022arXiv

Intelligent Ranking for Dynamic Restoration in Next Generation Wireless Networks

Emerging 5G and next generation 6G wireless are likely to involve myriads of connectivity, consisting of a huge number of relatively smaller cells providing ultra-dense coverage. Guaranteeing seamless connectivity and service level agreements in such a dense wireless system demands efficient network management and fast service recovery. However, restoration of a wireless network, in terms of maximizing service recovery, typically requires evaluating the service impact of every network element. Unfortunately, unavailability of real-time KPI information, during an outage, enforces most of the existing approaches to rely significantly on context-based manual evaluation. As a consequence, configuring a real-time recovery of the network nodes is almost impossible, thereby resulting in a prolonged outage duration. In this article, we explore deep learning to introduce an intelligent, proactive network recovery management scheme in anticipation of an eminent network outage. Our proposed method introduces a novel utilization-based ranking scheme of different wireless nodes to minimize the service downtime and enable a fast recovery. Efficient prediction of network KPI (Key Performance Index), based on actual wireless data demonstrates up to ~54% improvement in service outage.

preprint2022arXiv

Plagiarism Detection in the Bengali Language: A Text Similarity-Based Approach

Plagiarism means taking another person's work and not giving any credit to them for it. Plagiarism is one of the most serious problems in academia and among researchers. Even though there are multiple tools available to detect plagiarism in a document but most of them are domain-specific and designed to work in English texts, but plagiarism is not limited to a single language only. Bengali is the most widely spoken language of Bangladesh and the second most spoken language in India with 300 million native speakers and 37 million second-language speakers. Plagiarism detection requires a large corpus for comparison. Bengali Literature has a history of 1300 years. Hence most Bengali Literature books are not yet digitalized properly. As there was no such corpus present for our purpose so we have collected Bengali Literature books from the National Digital Library of India and with a comprehensive methodology extracted texts from it and constructed our corpus. Our experimental results find out average accuracy between 72.10 % - 79.89 % in text extraction using OCR. Levenshtein Distance algorithm is used for determining Plagiarism. We have built a web application for end-user and successfully tested it for Plagiarism detection in Bengali texts. In future, we aim to construct a corpus with more books for more accurate detection.

preprint2022arXiv

Predictive Closed-Loop Service Automation in O-RAN based Network Slicing

Network slicing provides introduces customized and agile network deployment for managing different service types for various verticals under the same infrastructure. To cater to the dynamic service requirements of these verticals and meet the required quality-of-service (QoS) mentioned in the service-level agreement (SLA), network slices need to be isolated through dedicated elements and resources. Additionally, allocated resources to these slices need to be continuously monitored and intelligently managed. This enables immediate detection and correction of any SLA violation to support automated service assurance in a closed-loop fashion. By reducing human intervention, intelligent and closed-loop resource management reduces the cost of offering flexible services. Resource management in a network shared among verticals (potentially administered by different providers), would be further facilitated through open and standardized interfaces. Open radio access network (O-RAN) is perhaps the most promising RAN architecture that inherits all the aforementioned features, namely intelligence, open and standard interfaces, and closed control loop. Inspired by this, in this article we provide a closed-loop and intelligent resource provisioning scheme for O-RAN slicing to prevent SLA violations. In order to maintain realism, a real-world dataset of a large operator is used to train a learning solution for optimizing resource utilization in the proposed closed-loop service automation process. Moreover, the deployment architecture and the corresponding flow that are cognizant of the O-RAN requirements are also discussed.

preprint2022arXiv

Secluded Dark Matter in Gauged $B-L$ Model

We consider the gauged $B-L$ model which is extended with a secluded dark sector, comprising of two dark sector particles. In this framework the lightest $\mathcal{Z}_2$-odd particle is the dark matter candidate, having a feeble interaction with all other SM and BSM states. The next-to-lightest $\mathcal{Z}_2$-odd particle in the dark sector is a super-wimp, with large interaction strength with the SM and BSM states. We analyse all the relevant production processes that contribute to the dark matter relic abundance, and broadly classify them in two different scenarios, a) dark matter is primarily produced via the non-thermal production process, b) dark matter is produced mostly from the late decay of the next-to-lightest $\mathcal{Z}_2$-odd particle. We discuss the dependency of the relic abundance of the dark matter on various model parameters. Furthermore, we also analyse the discovery prospect of the BSM Higgs via invisible Higgs decay searches.

preprint2021arXiv

Phoebe: A Learning-based Checkpoint Optimizer

Easy-to-use programming interfaces paired with cloud-scale processing engines have enabled big data system users to author arbitrarily complex analytical jobs over massive volumes of data. However, as the complexity and scale of analytical jobs increase, they encounter a number of unforeseen problems, hotspots with large intermediate data on temporary storage, longer job recovery time after failures, and worse query optimizer estimates being examples of issues that we are facing at Microsoft. To address these issues, we propose Phoebe, an efficient learning-based checkpoint optimizer. Given a set of constraints and an objective function at compile-time, Phoebe is able to determine the decomposition of job plans, and the optimal set of checkpoints to preserve their outputs to durable global storage. Phoebe consists of three machine learning predictors and one optimization module. For each stage of a job, Phoebe makes accurate predictions for: (1) the execution time, (2) the output size, and (3) the start/end time taking into account the inter-stage dependencies. Using these predictions, we formulate checkpoint optimization as an integer programming problem and propose a scalable heuristic algorithm that meets the latency requirement of the production environment. We demonstrate the effectiveness of Phoebe in production workloads, and show that we can free the temporary storage on hotspots by more than 70% and restart failed jobs 68% faster on average with minimum performance impact. Phoebe also illustrates that adding multiple sets of checkpoints is not cost-efficient, which dramatically reduces the complexity of the optimization.

preprint2021arXiv

Stochastic Zeroth-order Discretizations of Langevin Diffusions for Bayesian Inference

Discretizations of Langevin diffusions provide a powerful method for sampling and Bayesian inference. However, such discretizations require evaluation of the gradient of the potential function. In several real-world scenarios, obtaining gradient evaluations might either be computationally expensive, or simply impossible. In this work, we propose and analyze stochastic zeroth-order sampling algorithms for discretizing overdamped and underdamped Langevin diffusions. Our approach is based on estimating the gradients, based on Gaussian Stein's identities, widely used in the stochastic optimization literature. We provide a comprehensive sample complexity analysis -- number noisy function evaluations to be made to obtain an $ε$-approximate sample in Wasserstein distance -- of stochastic zeroth-order discretizations of both overdamped and underdamped Langevin diffusions, under various noise models. We also propose a variable selection technique based on zeroth-order gradient estimates and establish its theoretical guarantees. Our theoretical contributions extend the practical applicability of sampling algorithms to the noisy black-box and high-dimensional settings.

preprint2020arXiv

Intelligent O-RAN for Beyond 5G and 6G Wireless Networks

Building on the principles of openness and intelligence, there has been a concerted global effort from the operators towards enhancing the radio access network (RAN) architecture. The objective is to build an operator-defined RAN architecture (and associated interfaces) on open hardware that provides intelligent radio control for beyond fifth generation (5G) as well as future sixth generation (6G) wireless networks. Specifically, the open-radio access network (O-RAN) alliance has been formed by merging xRAN forum and C-RAN alliance to formally define the requirements that would help achieve this objective. Owing to the importance of O-RAN in the current wireless landscape, this article provides an introduction to the concepts, principles, and requirements of the Open RAN as specified by the O-RAN alliance. In order to illustrate the role of intelligence in O-RAN, we propose an intelligent radio resource management scheme to handle traffic congestion and demonstrate its efficacy on a real-world dataset obtained from a large operator. A high-level architecture of this deployment scenario that is compliant with the O-RAN requirements is also discussed. The article concludes with key technical challenges and open problems for future research and development.

preprint2019arXiv

Cloudy with high chance of DBMS: A 10-year prediction for Enterprise-Grade ML

Machine learning (ML) has proven itself in high-value web applications such as search ranking and is emerging as a powerful tool in a much broader range of enterprise scenarios including voice recognition and conversational understanding for customer support, autotuning for videoconferencing, intelligent feedback loops in large-scale sysops, manufacturing and autonomous vehicle management, complex financial predictions, just to name a few. Meanwhile, as the value of data is increasingly recognized and monetized, concerns about securing valuable data and risks to individual privacy have been growing. Consequently, rigorous data management has emerged as a key requirement in enterprise settings. How will these trends (ML growing popularity, and stricter data governance) intersect? What are the unmet requirements for applying ML in enterprise settings? What are the technical challenges for the DB community to solve? In this paper, we present our vision of how ML and database systems are likely to come together, and early steps we take towards making this vision a reality.

preprint2019arXiv

Conformal field theory and the non-abelian $SU(2)_k$ chiral spin liquid

We construct a family of 1D and 2D long-range SU(2) spin models as parent Hamiltonians associated with infinite dimensional matrix product states that arise from simple current correlation functions in $SU(2)_k$ WZW models. Our results provide a conformal field theory foundation for recent proposals by Greiter and coauthors regarding the realization of non-abelian chiral spin liquids. We explain, in particular, how the symmetrization procedure for the amplitudes of the ground state wave function suggested in Ref. arXiv:0903.4547 originates from the conformal field theory description.