Zum Hauptinhalt springen

Showing 1–36 of 36 results for author: Sahu, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2408.04870  [pdf, other

    cs.CR cs.AI

    ConfusedPilot: Confused Deputy Risks in RAG-based LLMs

    Authors: Ayush RoyChowdhury, Mulong Luo, Prateek Sahu, Sarbartha Banerjee, Mohit Tiwari

    Abstract: Retrieval augmented generation (RAG) is a process where a large language model (LLM) retrieves useful information from a database and then generates the responses. It is becoming popular in enterprise settings for daily business operations. For example, Copilot for Microsoft 365 has accumulated millions of businesses. However, the security implications of adopting such RAG-based systems are unclea… ▽ More

    Submitted 15 August, 2024; v1 submitted 9 August, 2024; originally announced August 2024.

  2. arXiv:2407.02352  [pdf, other

    cs.CL

    Pelican: Correcting Hallucination in Vision-LLMs via Claim Decomposition and Program of Thought Verification

    Authors: Pritish Sahu, Karan Sikka, Ajay Divakaran

    Abstract: Large Visual Language Models (LVLMs) struggle with hallucinations in visual instruction following task(s), limiting their trustworthiness and real-world applicability. We propose Pelican -- a novel framework designed to detect and mitigate hallucinations through claim verification. Pelican first decomposes the visual claim into a chain of sub-claims based on first-order predicates. These sub-claim… ▽ More

    Submitted 2 July, 2024; originally announced July 2024.

  3. arXiv:2405.09557  [pdf, other

    eess.SP cs.LG

    Machine Learning in Short-Reach Optical Systems: A Comprehensive Survey

    Authors: Chen Shao, Elias Giacoumidis, Syed Moktacim Billah, Shi Li, Jialei Li, Prashasti Sahu, Andre Richter, Tobias Kaefer, Michael Faerber

    Abstract: In recent years, extensive research has been conducted to explore the utilization of machine learning algorithms in various direct-detected and self-coherent short-reach communication applications. These applications encompass a wide range of tasks, including bandwidth request prediction, signal quality monitoring, fault detection, traffic prediction, and digital signal processing (DSP)-based equa… ▽ More

    Submitted 29 May, 2024; v1 submitted 2 May, 2024; originally announced May 2024.

    Comments: 23 pages, 2 figure, 3 tables, Accepted as MDPI Photonics Journal Speical Issue Machine Learning Applied to Optical Communication Systems

  4. arXiv:2309.12938  [pdf, other

    cs.AI cs.SE

    Frustrated with Code Quality Issues? LLMs can Help!

    Authors: Nalin Wadhwa, Jui Pradhan, Atharv Sonwane, Surya Prakash Sahu, Nagarajan Natarajan, Aditya Kanade, Suresh Parthasarathy, Sriram Rajamani

    Abstract: As software projects progress, quality of code assumes paramount importance as it affects reliability, maintainability and security of software. For this reason, static analysis tools are used in developer workflows to flag code quality issues. However, developers need to spend extra efforts to revise their code to improve code quality based on the tool findings. In this work, we investigate the u… ▽ More

    Submitted 22 September, 2023; originally announced September 2023.

  5. arXiv:2306.15792  [pdf, other

    cs.DC cs.AR cs.PF

    Sidecars on the Central Lane: Impact of Network Proxies on Microservices

    Authors: Prateek Sahu, Lucy Zheng, Marco Bueso, Shijia Wei, Neeraja J. Yadwadkar, Mohit Tiwari

    Abstract: Cloud applications are moving away from monolithic model towards loosely-coupled microservices designs. Service meshes are widely used for implementing microservices applications mainly because they provide a modular architecture for modern applications by separating operational features from application business logic. Sidecar proxies in service meshes enable this modularity by applying security,… ▽ More

    Submitted 17 October, 2023; v1 submitted 27 June, 2023; originally announced June 2023.

    Comments: Presented at HotInfra 2023 (co-located with ISCA 2023, Orlando, FL)

  6. arXiv:2302.14685  [pdf, other

    cs.LG cs.AI cs.CV

    DART: Diversify-Aggregate-Repeat Training Improves Generalization of Neural Networks

    Authors: Samyak Jain, Sravanti Addepalli, Pawan Sahu, Priyam Dey, R. Venkatesh Babu

    Abstract: Generalization of neural networks is crucial for deploying them safely in the real world. Common training strategies to improve generalization involve the use of data augmentations, ensembling and model averaging. In this work, we first establish a surprisingly simple but strong benchmark for generalization which utilizes diverse augmentations within a training minibatch, and show that this can le… ▽ More

    Submitted 10 June, 2023; v1 submitted 28 February, 2023; originally announced February 2023.

    Comments: CVPR 2023. First two authors contributed equally

  7. arXiv:2211.13769  [pdf, other

    cs.CV cs.AI cs.LG

    On Designing Light-Weight Object Trackers through Network Pruning: Use CNNs or Transformers?

    Authors: Saksham Aggarwal, Taneesh Gupta, Pawan Kumar Sahu, Arnav Chavan, Rishabh Tiwari, Dilip K. Prasad, Deepak K. Gupta

    Abstract: Object trackers deployed on low-power devices need to be light-weight, however, most of the current state-of-the-art (SOTA) methods rely on using compute-heavy backbones built using CNNs or transformers. Large sizes of such models do not allow their deployment in low-power conditions and designing compressed variants of large tracking models is of great importance. This paper demonstrates how high… ▽ More

    Submitted 26 March, 2023; v1 submitted 24 November, 2022; originally announced November 2022.

    Comments: Accepted at IEEE ICASSP 2023

  8. arXiv:2209.15093  [pdf, other

    cs.CL

    Unpacking Large Language Models with Conceptual Consistency

    Authors: Pritish Sahu, Michael Cogswell, Yunye Gong, Ajay Divakaran

    Abstract: If a Large Language Model (LLM) answers "yes" to the question "Are mountains tall?" then does it know what a mountain is? Can you rely on it responding correctly or incorrectly to other questions about mountains? The success of Large Language Models (LLMs) indicates they are increasingly able to answer queries like these accurately, but that ability does not necessarily imply a general understandi… ▽ More

    Submitted 29 September, 2022; originally announced September 2022.

  9. arXiv:2209.08372  [pdf, other

    cs.SE cs.CL

    CodeQueries: A Dataset of Semantic Queries over Code

    Authors: Surya Prakash Sahu, Madhurima Mandal, Shikhar Bharadwaj, Aditya Kanade, Petros Maniatis, Shirish Shevade

    Abstract: Developers often have questions about semantic aspects of code they are working on, e.g., "Is there a class whose parent classes declare a conflicting attribute?". Answering them requires understanding code semantics such as attributes and inheritance relation of classes. An answer to such a question should identify code spans constituting the answer (e.g., the declaration of the subclass) as well… ▽ More

    Submitted 14 July, 2023; v1 submitted 17 September, 2022; originally announced September 2022.

  10. arXiv:2206.14913  [pdf, other

    cs.CL

    GPTs at Factify 2022: Prompt Aided Fact-Verification

    Authors: Pawan Kumar Sahu, Saksham Aggarwal, Taneesh Gupta, Gyanendra Das

    Abstract: One of the most pressing societal issues is the fight against false news. The false claims, as difficult as they are to expose, create a lot of damage. To tackle the problem, fact verification becomes crucial and thus has been a topic of interest among diverse research communities. Using only the textual form of data we propose our solution to the problem and achieve competitive results with other… ▽ More

    Submitted 29 June, 2022; originally announced June 2022.

    Comments: Accepted in AAAI'22: First Workshop on Multimodal Fact-Checking and Hate Speech Detection, Februrary 22 - March 1, 2022,Vancouver, BC, Canada

  11. arXiv:2206.09265  [pdf, ps, other

    cs.CV

    SAViR-T: Spatially Attentive Visual Reasoning with Transformers

    Authors: Pritish Sahu, Kalliopi Basioti, Vladimir Pavlovic

    Abstract: We present a novel computational model, "SAViR-T", for the family of visual reasoning problems embodied in the Raven's Progressive Matrices (RPM). Our model considers explicit spatial semantics of visual elements within each image in the puzzle, encoded as spatio-visual tokens, and learns the intra-image as well as the inter-image token dependencies, highly relevant for the visual reasoning task.… ▽ More

    Submitted 21 June, 2022; v1 submitted 18 June, 2022; originally announced June 2022.

  12. arXiv:2203.05437  [pdf

    cs.CL cs.AI

    IndicNLG Benchmark: Multilingual Datasets for Diverse NLG Tasks in Indic Languages

    Authors: Aman Kumar, Himani Shrotriya, Prachi Sahu, Raj Dabre, Ratish Puduppully, Anoop Kunchukuttan, Amogh Mishra, Mitesh M. Khapra, Pratyush Kumar

    Abstract: Natural Language Generation (NLG) for non-English languages is hampered by the scarcity of datasets in these languages. In this paper, we present the IndicNLG Benchmark, a collection of datasets for benchmarking NLG for 11 Indic languages. We focus on five diverse tasks, namely, biography generation using Wikipedia infoboxes, news headline generation, sentence summarization, paraphrase generation… ▽ More

    Submitted 26 October, 2022; v1 submitted 10 March, 2022; originally announced March 2022.

    Comments: Accepted at EMNLP 2022

  13. DeepMTL Pro: Deep Learning Based MultipleTransmitter Localization and Power Estimation

    Authors: Caitao Zhan, Mohammad Ghaderibaneh, Pranjal Sahu, Himanshu Gupta

    Abstract: In this paper, we address the problem of Multiple Transmitter Localization (MTL). MTL is to determine the locations of potential multiple transmitters in a field, based on readings from a distributed set of sensors. In contrast to the widely studied single transmitter localization problem, the MTL problem has only been studied recently in a few works. MTL is of great significance in many applicati… ▽ More

    Submitted 22 March, 2022; v1 submitted 24 December, 2021; originally announced December 2021.

    Comments: 38 pages, 27 figures. This is the final revision verison of a journal paper submitted to Pervasive and Mobile Computing (PMC). This is an extension of an accepted paper at IEEE International Symposium on a World of Wireless, Mobile and Multimedia Networks (WoWMoM 2021)

  14. arXiv:2111.06916  [pdf

    cs.CL cs.AI cs.LG

    Offense Detection in Dravidian Languages using Code-Mixing Index based Focal Loss

    Authors: Debapriya Tula, Shreyas MS, Viswanatha Reddy, Pranjal Sahu, Sumanth Doddapaneni, Prathyush Potluri, Rohan Sukumaran, Parth Patwa

    Abstract: Over the past decade, we have seen exponential growth in online content fueled by social media platforms. Data generation of this scale comes with the caveat of insurmountable offensive content in it. The complexity of identifying offensive content is exacerbated by the usage of multiple modalities (image, language, etc.), code-mixed language and more. Moreover, even after careful sampling and ann… ▽ More

    Submitted 6 May, 2022; v1 submitted 12 November, 2021; originally announced November 2021.

    Comments: Accepted for publication at SN Computer Science Journal

  15. arXiv:2110.11899  [pdf, other

    cs.CV cs.CL

    Challenges in Procedural Multimodal Machine Comprehension:A Novel Way To Benchmark

    Authors: Pritish Sahu, Karan Sikka, Ajay Divakaran

    Abstract: We focus on Multimodal Machine Reading Comprehension (M3C) where a model is expected to answer questions based on given passage (or context), and the context and the questions can be in different modalities. Previous works such as RecipeQA have proposed datasets and cloze-style tasks for evaluation. However, we identify three critical biases stemming from the question-answer generation process and… ▽ More

    Submitted 22 October, 2021; originally announced October 2021.

  16. arXiv:2109.13156  [pdf, ps, other

    cs.LG cs.CV

    DAReN: A Collaborative Approach Towards Reasoning And Disentangling

    Authors: Pritish Sahu, Kalliopi Basioti, Vladimir Pavlovic

    Abstract: Computational learning approaches to solving visual reasoning tests, such as Raven's Progressive Matrices (RPM), critically depend on the ability to identify the visual concepts used in the test (i.e., the representation) as well as the latent rules based on those concepts (i.e., the reasoning). However, learning of representation and reasoning is a challenging and ill-posed task, often approached… ▽ More

    Submitted 29 June, 2022; v1 submitted 27 September, 2021; originally announced September 2021.

  17. arXiv:2109.12240  [pdf, other

    cs.AI cs.LO

    Logical Credal Networks

    Authors: Haifeng Qian, Radu Marinescu, Alexander Gray, Debarun Bhattacharjya, Francisco Barahona, Tian Gao, Ryan Riegel, Pravinda Sahu

    Abstract: This paper introduces Logical Credal Networks, an expressive probabilistic logic that generalizes many prior models that combine logic and probability. Given imprecise information represented by probability bounds and conditional probability bounds of logic formulas, this logic specifies a set of probability distributions over all interpretations. On the one hand, our approach allows propositional… ▽ More

    Submitted 24 September, 2021; originally announced September 2021.

  18. arXiv:2106.04653  [pdf, other

    cs.CL

    Comprehension Based Question Answering using Bloom's Taxonomy

    Authors: Pritish Sahu, Michael Cogswell, Sara Rutherford-Quach, Ajay Divakaran

    Abstract: Current pre-trained language models have lots of knowledge, but a more limited ability to use that knowledge. Bloom's Taxonomy helps educators teach children how to use knowledge by categorizing comprehension skills, so we use it to analyze and improve the comprehension skills of large pre-trained language models. Our experiments focus on zero-shot question answering, using the taxonomy to provide… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

  19. arXiv:2104.10139  [pdf, other

    cs.CL

    Towards Solving Multimodal Comprehension

    Authors: Pritish Sahu, Karan Sikka, Ajay Divakaran

    Abstract: This paper targets the problem of procedural multimodal machine comprehension (M3C). This task requires an AI to comprehend given steps of multimodal instructions and then answer questions. Compared to vanilla machine comprehension tasks where an AI is required only to understand a textual input, procedural M3C is more challenging as the AI needs to comprehend both the temporal and causal factors… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

  20. arXiv:2012.13556  [pdf

    cs.ET cond-mat.dis-nn

    Graphene oxide based synaptic memristor device for neuromorphic computing

    Authors: Dwipak Prasad Sahu, Prabana Jetty, S. Narayana Jammalamadaka

    Abstract: Brain-inspired neuromorphic computing which consist neurons and synapses, with an ability to perform complex information processing has unfolded a new paradigm of computing to overcome the von Neumann bottleneck. Electronic synaptic memristor devices which can compete with the biological synapses are indeed significant for neuromorphic computing. In this work, we demonstrate our efforts to develop… ▽ More

    Submitted 25 December, 2020; originally announced December 2020.

    Comments: Nanotechnology (accepted) (IOP publishing)

  21. arXiv:2011.11610  [pdf, other

    cs.CV cs.LG eess.IV

    Transfer Learning for Oral Cancer Detection using Microscopic Images

    Authors: Rutwik Palaskar, Renu Vyas, Vilas Khedekar, Sangeeta Palaskar, Pranjal Sahu

    Abstract: Oral cancer has more than 83% survival rate if detected in its early stages, however, only 29% of cases are currently detected early. Deep learning techniques can detect patterns of oral cancer cells and can aid in its early detection. In this work, we present the first results of neural networks for oral cancer detection using microscopic images. We compare numerous state-of-the-art models via tr… ▽ More

    Submitted 9 April, 2021; v1 submitted 23 November, 2020; originally announced November 2020.

  22. arXiv:2011.10889  [pdf, other

    cs.CV

    Zero-Shot Learning with Knowledge Enhanced Visual Semantic Embeddings

    Authors: Karan Sikka, Jihua Huang, Andrew Silberfarb, Prateeth Nayak, Luke Rohrer, Pritish Sahu, John Byrnes, Ajay Divakaran, Richard Rohwer

    Abstract: We improve zero-shot learning (ZSL) by incorporating common-sense knowledge in DNNs. We propose Common-Sense based Neuro-Symbolic Loss (CSNL) that formulates prior knowledge as novel neuro-symbolic loss functions that regularize visual-semantic embedding. CSNL forces visual features in the VSE to obey common-sense rules relating to hypernyms and attributes. We introduce two key novelties for impro… ▽ More

    Submitted 21 November, 2020; originally announced November 2020.

  23. arXiv:2008.07330  [pdf, other

    math.ST cs.LG stat.ML

    Optimal Posteriors for Chi-squared Divergence based PAC-Bayesian Bounds and Comparison with KL-divergence based Optimal Posteriors and Cross-Validation Procedure

    Authors: Puja Sahu, Nandyala Hemachandra

    Abstract: We investigate optimal posteriors for recently introduced \cite{begin2016pac} chi-squared divergence based PAC-Bayesian bounds in terms of nature of their distribution, scalability of computations, and test set performance. For a finite classifier set, we deduce bounds for three distance functions: KL-divergence, linear and squared distances. Optimal posterior weights are proportional to deviation… ▽ More

    Submitted 13 August, 2020; originally announced August 2020.

    Comments: arXiv admin note: text overlap with arXiv:1912.06803

  24. arXiv:2007.11818  [pdf, other

    cs.AR cs.CR

    Speculative Interference Attacks: Breaking Invisible Speculation Schemes

    Authors: Mohammad Behnia, Prateek Sahu, Riccardo Paccagnella, Jiyong Yu, Zirui Zhao, Xiang Zou, Thomas Unterluggauer, Josep Torrellas, Carlos Rozas, Adam Morrison, Frank Mckeen, Fangfei Liu, Ron Gabor, Christopher W. Fletcher, Abhishek Basak, Alaa Alameldeen

    Abstract: Recent security vulnerabilities that target speculative execution (e.g., Spectre) present a significant challenge for processor design. The highly publicized vulnerability uses speculative execution to learn victim secrets by changing cache state. As a result, recent computer architecture research has focused on invisible speculation mechanisms that attempt to block changes in cache state due to s… ▽ More

    Submitted 23 April, 2021; v1 submitted 23 July, 2020; originally announced July 2020.

    Comments: Updated CR Version

  25. arXiv:1912.06803  [pdf, other

    cs.LG stat.ML

    Optimal PAC-Bayesian Posteriors for Stochastic Classifiers and their use for Choice of SVM Regularization Parameter

    Authors: Puja Sahu, Nandyala Hemachandra

    Abstract: PAC-Bayesian set up involves a stochastic classifier characterized by a posterior distribution on a classifier set, offers a high probability bound on its averaged true risk and is robust to the training sample used. For a given posterior, this bound captures the trade off between averaged empirical risk and KL-divergence based model complexity term. Our goal is to identify an optimal posterior wi… ▽ More

    Submitted 14 December, 2019; originally announced December 2019.

    Comments: 56 pages, 6 Figures, ACML 2019 conference paper with supplementary material

    Journal ref: Proceedings of The Eleventh Asian Conference on Machine Learning, in PMLR 101:268-283 (2019)

  26. arXiv:1909.12366  [pdf, other

    cs.CV

    Task-Discriminative Domain Alignment for Unsupervised Domain Adaptation

    Authors: Behnam Gholami, Pritish Sahu, Minyoung Kim, Vladimir Pavlovic

    Abstract: Domain Adaptation (DA), the process of effectively adapting task models learned on one domain, the source, to other related but distinct domains, the targets, with no or minimal retraining, is typically accomplished using the process of source-to-target manifold alignment. However, this process often leads to unsatisfactory adaptation performance, in part because it ignores the task-specific struc… ▽ More

    Submitted 26 September, 2019; originally announced September 2019.

    Comments: This paper is accepted for ORAL presentation at the ICCV 2019 MDALC Workshop

  27. arXiv:1909.02820  [pdf, other

    cs.LG cs.CV stat.ML

    Bayes-Factor-VAE: Hierarchical Bayesian Deep Auto-Encoder Models for Factor Disentanglement

    Authors: Minyoung Kim, Yuting Wang, Pritish Sahu, Vladimir Pavlovic

    Abstract: We propose a family of novel hierarchical Bayesian deep auto-encoder models capable of identifying disentangled factors of variability in data. While many recent attempts at factor disentanglement have focused on sophisticated learning objectives within the VAE framework, their choice of a standard normal as the latent factor prior is both suboptimal and detrimental to performance. Our key observa… ▽ More

    Submitted 6 September, 2019; originally announced September 2019.

    Comments: International Conference on Computer Vision (ICCV) 2019

  28. arXiv:1904.10354  [pdf, other

    cs.HC cs.CV

    HAUAR: Home Automation Using Action Recognition

    Authors: Shashank Kotyan, Nishant Kumar, Pankaj Kumar Sahu, Venkanna Udutalapally

    Abstract: Today, many of the home automation systems deployed are mostly controlled by humans. This control by humans restricts the automation of home appliances to an extent. Also, most of the deployed home automation systems use the Internet of Things technology to control the appliances. In this paper, we propose a system developed using action recognition to fully automate the home appliances. We recogn… ▽ More

    Submitted 26 April, 2019; v1 submitted 23 April, 2019; originally announced April 2019.

    Comments: Pre-print of the presented article at IEEE Conference on Information and Communication Technology (CICT-2018)

    MSC Class: 97R40

  29. arXiv:1904.10351  [pdf

    cs.HC cs.CV

    Drishtikon: An advanced navigational aid system for visually impaired people

    Authors: Shashank Kotyan, Nishant Kumar, Pankaj Kumar Sahu, Venkanna Udutalapally

    Abstract: Today, many of the aid systems deployed for visually impaired people are mostly made for a single purpose. Be it navigation, object detection, or distance perceiving. Also, most of the deployed aid systems use indoor navigation which requires a pre-knowledge of the environment. These aid systems often fail to help visually impaired people in the unfamiliar scenario. In this paper, we propose an ai… ▽ More

    Submitted 23 April, 2019; originally announced April 2019.

    Comments: Pre-print of the presented article at IEEE Conference on Information and Communication Technology (CICT-2018), 6 Pages, 7 Figures, 3 Tables

    MSC Class: 97R40 97R40

  30. arXiv:1902.08727  [pdf, other

    cs.LG stat.ML

    Unsupervised Visual Domain Adaptation: A Deep Max-Margin Gaussian Process Approach

    Authors: Minyoung Kim, Pritish Sahu, Behnam Gholami, Vladimir Pavlovic

    Abstract: In unsupervised domain adaptation, it is widely known that the target domain error can be provably reduced by having a shared input representation that makes the source and target domains indistinguishable from each other. Very recently it has been studied that not just matching the marginal input distributions, but the alignment of output (class) distributions is also critical. The latter can be… ▽ More

    Submitted 22 February, 2019; originally announced February 2019.

  31. arXiv:1902.01568  [pdf, other

    cs.LG stat.ML

    Relevance Factor VAE: Learning and Identifying Disentangled Factors

    Authors: Minyoung Kim, Yuting Wang, Pritish Sahu, Vladimir Pavlovic

    Abstract: We propose a novel VAE-based deep auto-encoder model that can learn disentangled latent representations in a fully unsupervised manner, endowed with the ability to identify all meaningful sources of variation and their cardinality. Our model, dubbed Relevance-Factor-VAE, leverages the total correlation (TC) in the latent space to achieve the disentanglement goal, but also addresses the key issue o… ▽ More

    Submitted 5 February, 2019; originally announced February 2019.

  32. arXiv:1901.03404  [pdf, other

    cs.MM cs.NI

    Handcrafted vs Deep Learning Classification for Scalable Video QoE Modeling

    Authors: Dasari Mallesham, Christina Vlachou, Shruti Sanadhya, Pranjal Sahu, Yang Qiu, Kyu-Han Kim, Samir R. Das

    Abstract: Mobile video traffic is dominant in cellular and enterprise wireless networks. With the advent of diverse applications, network administrators face the challenge to provide high QoE in the face of diverse wireless conditions and application contents. Yet, state-of-the-art networks lack analytics for QoE, as this requires support from the application or user feedback. While there are existing techn… ▽ More

    Submitted 10 January, 2019; originally announced January 2019.

    Comments: 14 pages

  33. arXiv:1810.11547  [pdf, other

    cs.CV

    Unsupervised Multi-Target Domain Adaptation: An Information Theoretic Approach

    Authors: Behnam Gholami, Pritish Sahu, Ognjen Rudovic, Konstantinos Bousmalis, Vladimir Pavlovic

    Abstract: Unsupervised domain adaptation (uDA) models focus on pairwise adaptation settings where there is a single, labeled, source and a single target domain. However, in many real-world settings one seeks to adapt to multiple, but somewhat similar, target domains. Applying pairwise adaptation approaches to this setting may be suboptimal, as they fail to leverage shared information among multiple domains.… ▽ More

    Submitted 26 October, 2018; originally announced October 2018.

    Comments: 19 pages, 5 Figures, 5 Tables

  34. arXiv:1803.00263  [pdf, other

    cs.SI physics.soc-ph

    EvoCut : A new Generalization of Albert-Barabási Model for Evolution of Complex Networks

    Authors: Shailesh Kumar Jaiswal, Nabajyoti Medhi, Manjish Pal, Mridul Sahu, Prashant Sahu, Amal Dev Sarma

    Abstract: With the evolution of social networks, the network structure shows dynamic nature in which nodes and edges appear as well as disappear for various reasons. The role of a node in the network is presented as the number of interactions it has with the other nodes. For this purpose a network is modeled as a graph where nodes represent network members and edges represent a relationship among them. Seve… ▽ More

    Submitted 1 March, 2018; originally announced March 2018.

  35. arXiv:1509.02620  [pdf, ps, other

    cs.IT

    Performance of QAM Schemes with Dual-Hop DF Relaying Systems over Mixed $η$-$μ$ and $κ$-$μ$ Fading Channels

    Authors: Dharmendra Dixit, P. R. Sahu

    Abstract: Performance of quadrature amplitude modulation (QAM) schemes is analyzed with dual-hop decode-and-forward (DF) relaying systems over mixed $η$-$μ$ and $κ$-$μ$ fading channels. Closed-form expressions are obtained for the average symbol error rate (ASER) for general order rectangular QAM and cross QAM schemes using moment generating function based approach. Derived expressions are in the form of La… ▽ More

    Submitted 8 September, 2015; originally announced September 2015.

    Comments: 25

  36. arXiv:1211.2116  [pdf

    cs.CV

    Localisation of Numerical Date Field in an Indian Handwritten Document

    Authors: S Arunkumar, Pallab Kumar Sahu, Sudeep Gorai, Kalyan Ghosh

    Abstract: This paper describes a method to localise all those areas which may constitute the date field in an Indian handwritten document. Spatial patterns of the date field are studied from various handwritten documents and an algorithm is developed through statistical analysis to identify those sets of connected components which may constitute the date. Common date patterns followed in India are considere… ▽ More

    Submitted 9 November, 2012; originally announced November 2012.